:root {

  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.bar {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .bar {
    font-size: 5rem;
  }
}

.node {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .node {
    font-size: 4.5rem;
  }
}

.sectioncore {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .sectioncore {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.interfacewrap {
  --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;
}
.interfacewrap .nav-link.active, .interfacewrap .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 .interfacewrap {
    flex-direction: row;
  }
  .navbar-expand-lg .interfacewrap .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.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);
}

.wrapunit {
  --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);
}

.corefield {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.justify-content-center {
  justify-content: center !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-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 .boxpad {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .boxpad img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .boxpad.desktop-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .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 .desktop-iconfont + .navbar-caption {
    vertical-align: -1px; }
  .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;
}

/*!
 */section{background-color:#eeeeee}.form-control:focus{box-shadow:none}section,.container,.container-fluid{position:relative;word-wrap:break-word}a.desktop-iconfont:hover{text-decoration:none}a{font-style:normal;font-weight:400;cursor:pointer}a,a:hover{text-decoration:none}body{color:#232323}h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5,.bar,.node,.sectioncore{line-height:1;word-break:break-word;word-wrap:break-word}b,strong{font-weight:bold}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{transition-delay:9999s;-webkit-transition-property:background-color, color;transition-property:background-color, color}textarea[type="hidden"]{display:none}body{position:relative}section{background-position:50% 50%;background-repeat:no-repeat;background-size:cover}.hidden{visibility:hidden}/*! Base colors */.line{color:#ffffff}/*! Text-aligns */.dock{text-align:left}.domcellwrap{text-align:center}@media (max-width: 767px){.dock,.domcellwrap,.desktop-section-btn,.desktop-section-title{text-align:center}}/*! Font-weight  */.flowsegment{font-weight:400}.gridwrapunit{font-weight:600}.areaunit{font-weight:700}/*! Media  */.card{background-color:transparent;border:none;display:-webkit-flex}.card-wrapper{flex:1}/*! Buttons */.desktop-section-btn{margin-left:-.25rem;margin-right:-.25rem;font-size:0}nav .desktop-section-btn{margin-left:0rem;margin-right:0rem}/*! Btn icon margin */.btn .desktop-iconfont{cursor:pointer;margin-right:0.5rem}[type="submit"]{-webkit-appearance:none}/*! Full-screen */.notch .coverunit{min-height:100vh}.notch{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;align-items:center;min-height:100vh;padding-top:3rem;padding-bottom:3rem}/*! Map *//*! Scroll to top arrow *//*! Arrow Down */@keyframes arrowdown{0%{transform:translateY(0px)}50%{transform:translateY(-5px)}100%{transform:translateY(0px)}}@keyframes gradient-animation{from{background-position:0% 100%;animation-timing-function:ease-in-out}to{background-position:100% 0%;animation-timing-function:ease-in-out}}.menu .navbar-brand{display:-webkit-flex}.menu .navbar-brand span{display:flex}.menu .navbar-brand .navbar-caption-wrap{display:-webkit-flex}.menu .navbar-brand .boxpad img{display:-webkit-flex}@media (max-width: 991px){.menu .navbar-collapse{max-height:100vh}.menu .navbar-collapse.show{overflow:auto}}@media (max-width: 767px){.menu .navbar-collapse{max-height:60vh}}@media (min-width: 992px){.menu .interfacewrap.nav-dropdown{display:flex}}.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 !important;margin:0 !important}.row{display:-webkit-flex;-webkit-flex-wrap:wrap}.justify-content-center{-webkit-justify-content:center}.form-group:focus{outline:none}body{font-style:normal;line-height:1.3}.desktop-section-title{font-style:normal;line-height:1.25}.desktop-section-subtitle{line-height:1.8}.blocklayer{font-style:normal;line-height:1.8}.btn{border-radius:0;font-weight:600;border-width:2px;font-style:normal;letter-spacing:0px;margin:0.4rem 0.8rem;white-space:normal;transition:all 0.3s ease-in-out;display:inline-flex;align-items:center;justify-content:center;word-break:break-word}.alert{color:#ffffff;border-radius:0;border:0;font-size:0.875rem;line-height:1.5;margin-bottom:1.875rem;padding:1.25rem;position:relative}.form-control{background-color:#f5f5f5;box-shadow:none;color:#565656;line-height:1.43;min-height:3.5em;padding:1rem}.form-control,.form-control:focus{border:1px solid #e8e8e8}.coverunit{background-color:#000;bottom:0;left:0;opacity:0.5;position:absolute;right:0;top:0;z-index:0}ul{margin-bottom:2.3125rem}.btn{box-shadow:0 4px 8px 0 rgba(0,0,0,0.18);font-weight:600}html,body{height:auto;min-height:100vh}

@font-face {
  font-family: 'formIcons';
  src:  url('fonts/form-icons.eot');
  src:  url('fonts/form-icons.eot') format('embedded-opentype'),
    url('fonts/form-icons.ttf') format('truetype'),
    url('fonts/form-icons.woff') format('woff'),
    url('fonts/form-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

 [class*=" curve-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: formIcons !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'form-icons-bold';
  font-display: swap;
  src:  url('fonts/form-icons-bold.eot');
  src:  url('fonts/form-icons-bold.eot') format('embedded-opentype'),
    url('fonts/form-icons-bold.ttf') format('truetype'),
    url('fonts/form-icons-bold.woff') format('woff'),
    url('fonts/form-icons-bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'balance2';
  font-display: swap;
  src:  url('fonts/form2.eot');
  src:  url('fonts/form2.eot') format('embedded-opentype'),
    url('fonts/form2.ttf') format('truetype'),
    url('fonts/form2.woff') format('woff'),
    url('fonts/form2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="branding-"], [class*=" branding-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'balance2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.branding-curve-cursor-click:before {
  content: "\e91f";
}
.branding-curve-right:before {
  content: "\e96b";
}

body {
  font-family: Jost;
}
.bar {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
}
.bar > .desktop-iconfont {
  font-size: 4rem;
}
.node {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
}
.node > .desktop-iconfont {
  font-size: 3rem;
}
.sectioncore {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
}
.sectioncore > .desktop-iconfont {
  font-size: 1.3rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
}
.display-5 > .desktop-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
}
.display-7 > .desktop-iconfont {
  font-size: 1.3rem;
}
/* ---- 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: 768px) {
  .bar {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .node {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .sectioncore {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #13287d !important;
  border-color: #13287d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #ffc602;
  color: #ffc602;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  color: #685100;
  background-color: #ffdd68;
  border-color: #ffdd68;
}

.btn-success-outline:disabled {
  color: #685100 !important;
  background-color: #ffdd68 !important;
  border-color: #ffdd68 !important;
}
.text-primary {
  color: #13287d !important;
}
.text-secondary {
  color: #ffc600 !important;
}
.text-warning {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #060c24 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #997700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
.wrapunit {
  background-color: #70c770;
}
.corefield {
  background-color: #000000;
}
.desktop-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.desktop-section-btn a.btn:not(.btn-form):hover,
.desktop-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
a,
a:hover {
  color: #13287d;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
}
.form-control > .desktop-iconfont {
  font-size: 1.3rem;
}
/* Forms */
.btn-primary:hover {
  color: #13287d !important;
  background: white !important;
  border-color: white !important;
}
.form-control {
  background-color: #ffffff;
}
.domunit .navbar-dropdown {
  position: relative !important;
}
.domunit .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.domunit .nav-link {
  position: relative;
  padding: 0;
}
.domunit .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.domunit .nav-item:focus,
.domunit .nav-link:focus {
  outline: none;
}
.domunit .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050f3b;
}
.domunit .navbar .boxpad img {
  width: auto;
}
.domunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .domunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .domunit .navbar .boxpad img {
    height: 3rem !important;
  }
  .domunit .navbar ul.interfacewrap li {
    margin: auto;
  }
  .domunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .domunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.domunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.domunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.domunit .navbar-brand .boxpad a {
  outline: none;
}
.domunit .navbar-expand-lg .interfacewrap .nav-link {
  padding: 0;
}
.domunit ul.interfacewrap {
  flex-wrap: wrap;
}
.domunit button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.domunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.domunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.domunit .navbar-dropdown {
  padding: 0 1rem;
}
.domunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .domunit .navbar {
    height: 70px;
  }
  .domunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.domunit .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.domunit .nav-link:hover .line-animation {
  opacity: 1;
}
.domunit a {
  display: inline;
  font-weight: bold;
}
.domunit img {
  display: inline;
  padding-right: 10px;
}
.inset {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #081965;
}
@media (min-width: 992px) {
  .inset .row {
    padding: 0 24px;
  }
}
.inset .text-wrapper {
  padding: 0 0 0 100px;
  padding: 0 100px 0 0;
}
@media (max-width: 992px) {
  .inset .text-wrapper {
    margin-top: 64px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .inset .text-wrapper {
    margin-top: 64px;
    margin-bottom: 32px;
    padding: 0;
  }
}
.inset .text-wrapper .desktop-section-title {
  margin-bottom: 28px;
}
.inset .text-wrapper .blocklayer {
  margin-bottom: 48px;
}
.inset .stackunit {
  display: flex;
}
@media (max-width: 992px) {
  .inset .stackunit {
    justify-content: center;
  }
}
.inset .stackunit .tile:first-child {
  padding: 7rem 20px 0 0;
}
@media (max-width: 992px) {
  .inset .stackunit .tile:first-child {
    padding: 0;
  }
}
.inset .stackunit .tile .card {
  max-width: 290px;
  min-width: 250px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: #13287d;
}
@media (max-width: 1200px) {
  .inset .stackunit .tile .card {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .inset .stackunit .tile .card {
    display: none;
  }
}
@media (max-width: 768px) {
  .inset .stackunit .tile .card {
    min-width: 100px;
  }
}
@media (max-width: 425px) {
  .inset .stackunit .tile .card {
    height: 200px;
  }
}
.inset .stackunit .tile .image {
  max-width: 290px;
  min-width: 200px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .inset .stackunit .tile .image {
    border-radius: 20px !important;
  }
}
@media (max-width: 768px) {
  .inset .stackunit .tile .image {
    min-width: 100px;
  }
}
@media (max-width: 425px) {
  .inset .stackunit .tile .image {
    height: 200px;
  }
}
.inset .desktop-section-title {
  color: #FFF6EB;
}
.inset .blocklayer {
  color: #ffffff;
  text-align: center;
}
.inset .desktop-section-title,
.inset .desktop-section-btn {
  color: #ffc600;
  text-align: center;
}
.formpad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.formpad .containbox {
  padding: 80px 90px;
  background-color: #13287d;
}
@media (max-width: 992px) {
  .formpad .containbox {
    padding: 32px 16px;
  }
}
.formpad .containbox .buildbox {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .formpad .containbox .buildbox {
    margin-bottom: 24px;
  }
}
.formpad .containbox .buildbox .desktop-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .formpad .containbox .buildbox .desktop-section-title {
    margin-bottom: 24px;
  }
}
.formpad .containbox .buildbox .text-wrapper .blocklayer {
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .formpad .containbox .buildbox .text-wrapper .blocklayer {
    width: 100%;
  }
}
.formpad .containbox .navunit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1199px) {
  .formpad .containbox .navunit {
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .formpad .containbox .navunit {
    display: block;
  }
}
.formpad .containbox .navunit .item {
  transform: rotate(-1deg);
  transition: all 0.3s ease-in-out;
}
.formpad .containbox .navunit .item:nth-child(2n) {
  transform: rotate(1deg);
}
.formpad .containbox .navunit .item:hover,
.formpad .containbox .navunit .item:focus {
  transform: rotate(0) !important;
}
@media (max-width: 992px) {
  .formpad .containbox .navunit .item {
    margin-bottom: 16px;
    transform: rotate(0) !important;
  }
  .formpad .containbox .navunit .item:last-child {
    margin-bottom: 0;
  }
}
.formpad .containbox .navunit .item .item-wrapper {
  position: relative;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  height: 100%;
  padding: 24px;
  background-color: #ffc600;
}
@media (max-width: 992px) {
  .formpad .containbox .navunit .item .item-wrapper {
    padding: 32px 16px;
  }
}
.formpad .containbox .navunit .item .item-wrapper .item-img {
  position: relative;
}
.formpad .containbox .navunit .item .item-wrapper .item-img img {
  height: 670px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .formpad .containbox .navunit .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.formpad .containbox .navunit .item .item-wrapper .item-content .name-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.formpad .containbox .navunit .item .item-wrapper .item-content .name-wrapper .item-name {
  width: 100%;
  margin-bottom: 0;
}
.formpad .desktop-section-title {
  color: #ffc600;
  text-align: center;
}
.formpad .blocklayer,
.formpad .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.formpad .item-name {
  color: #050f0f;
  text-align: center;
}
.layoutwrap {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #000000;
}
.layoutwrap img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.layoutwrap .img-wrapper .desktop-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ffc600, #13287d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.layoutwrap .card-wrapper {
  background: #13287d;
  padding: 2rem;
}
@media (max-width: 767px) {
  .layoutwrap .card-wrapper {
    padding: 2rem 1rem;
  }
}
.layoutwrap .first:hover:before {
  content: none;
}
.layoutwrap .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ffc600, #13287d);
  content: "";
}
.layoutwrap .last:hover:after {
  content: none;
}
.layoutwrap .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ffc600, #13287d);
  content: "";
}
.layoutwrap .desktop-section-text {
  color: #ffffff;
}
.layoutwrap .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.layoutwrap .card .img-wrapper {
  overflow: hidden;
}
.layoutwrap .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.layoutwrap .card:hover .desktop-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.layoutwrap .card:hover .card-wrapper {
  background: linear-gradient(to left, #ffc600, #13287d);
  color: #ffffff !important;
}
.layoutwrap .card:hover .card-wrapper .desktop-section-text {
  color: #ffffff !important;
}
.layoutwrap .desktop-section-title {
  color: #ffffff;
}
.shellcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.shellcore .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .shellcore .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .shellcore .container {
    padding: 0 16px;
  }
}
.shellcore .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .shellcore .row {
    margin: 0 10px;
  }
}
.shellcore .row .card {
  padding: 0;
}
.shellcore .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .shellcore .row .card:first-child {
    padding: 0;
  }
}
.shellcore .buildbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #050f3b;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .shellcore .buildbox {
    height: auto;
    margin-bottom: 10px;
  }
}
.shellcore .buildbox .navwrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .shellcore .buildbox .navwrap {
    padding: 20px 20px 30px;
  }
}
.shellcore .buildbox .navwrap .desktop-section-title {
  margin-bottom: 0;
}
.shellcore .buildbox .mainsegment {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .shellcore .buildbox .mainsegment {
    padding: 20px;
  }
}
.shellcore .list-wrapper {
  border: 1px solid #ffffff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.shellcore .list-wrapper .item {
  border-bottom: 1px solid #ffc600;
}
.shellcore .list-wrapper .item:last-child {
  border: none;
}
.shellcore .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.shellcore .list-wrapper .item .item-wrapper a {
  display: block;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #050f3b;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #ffffff;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont {
  color: #ffffff;
  transform: rotate(-45deg);
}
.shellcore .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .shellcore .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .desktop-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.shellcore .desktop-section-title {
  color: #192227;
}
.shellcore .mainsegment {
  color: #ffffff;
  text-align: center;
}
.shellcore .card-title {
  color: #fdfcfc;
}
.shellcore .desktop-section-title {
  text-align: center;
  color: #ffffff;
}
.outline {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #081965;
}
.outline .img-wrap {
  position: relative;
}
.outline .img-wrap img {
  width: 100%;
}
.outline .desktop-section-subtitle {
  color: #ffc600;
  margin-bottom: 14px;
}
.outline .desktop-section-title {
  color: #13287d;
}
.outline .blocklayer {
  color: #13287d;
}
.outline .desktop-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.outline .desktop-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .outline .desktop-section-btn {
    justify-content: center;
  }
  .outline * {
    text-align: left;
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.outline .blocklayer,
.outline .desktop-section-btn {
  color: #ffffff;
  text-align: center;
}
.outline .desktop-section-title {
  color: #ffc600;
  text-align: center;
}

.outline .img {
  color: #ffffff;
}
.colbox {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #081965;
}
.colbox .card.accentCard .card-wrapper {
  background-color: #13287d;
}
.colbox .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.colbox .card.accentCard .card-wrapper .card-box .blocklayer {
  color: #ffffff;
}
.colbox .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #ffc600;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.colbox .card-wrapper .card-box .card-title {
  color: #13287d;
}
.colbox .card-wrapper .card-box .blocklayer {
  margin-bottom: 25px;
  color: #13287d;
}
.colbox .card-wrapper .card-box .desktop-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.colbox .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.colbox .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.colbox .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.colbox .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.colbox .btn[class*="-outline"]:active,
.colbox .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .colbox .card {
    margin-bottom: 15px;
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.colbox .card-wrapper .card-box .blocklayer {
  color: #ffffff;
}
.colbox .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.ridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #13287d;
}
.ridge .buildbox .desktop-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ridge .buildbox .desktop-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.ridge .navunit {
  margin: 0 -10px;
}
.ridge .navunit .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .ridge .navunit .item {
    margin-bottom: 16px;
  }
}
.ridge .navunit .item:hover .item-wrapper .item-img img,
.ridge .navunit .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.ridge .navunit .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .ridge .navunit .item .item-wrapper {
    padding: 16px;
  }
}
.ridge .navunit .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .ridge .navunit .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.ridge .navunit .item .item-wrapper .item-img img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all .3s ease;
}
.ridge .navunit .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.ridge .navunit .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.ridge .navunit .item .item-wrapper .card-box .desktop-section-btn .btn {
  margin-bottom: 0;
}
.ridge .navunit .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffc600, #081965 50%);
}
.ridge .navunit .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffc600, #081965 50%);
}
.ridge .navunit .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffc600, #081965 50%);
}
.ridge .desktop-section-title,
.ridge .buildbox {
  color: #ffffff;
  text-align: center;
}
.ridge .item-title {
  color: #ffffff;
}
.ridge .item-text {
  color: #ffffff;
  text-align: center;
}
.ridge .item-title,
.ridge .desktop-section-btn {
  text-align: center;
}
.branchbox {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #081965;
}
.branchbox .card.accentCard .card-wrapper {
  background-color: #13287d;
}
.branchbox .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.branchbox .card.accentCard .card-wrapper .card-box .blocklayer {
  color: #ffffff;
}
.branchbox .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #ffc600;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.branchbox .card-wrapper .card-box .card-title {
  color: #13287d;
}
.branchbox .card-wrapper .card-box .blocklayer {
  margin-bottom: 25px;
  color: #13287d;
}
.branchbox .card-wrapper .card-box .desktop-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.branchbox .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.branchbox .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.branchbox .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.branchbox .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.branchbox .btn[class*="-outline"]:active,
.branchbox .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .branchbox .card {
    margin-bottom: 15px;
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.branchbox .card-wrapper .card-box .blocklayer {
  color: #ffffff;
}
.branchbox .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.flexunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #13287d;
}
.flexunit .buildbox .desktop-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .flexunit .buildbox .desktop-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.flexunit .navunit {
  margin: 0 -10px;
}
.flexunit .navunit .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .flexunit .navunit .item {
    margin-bottom: 16px;
  }
}
.flexunit .navunit .item:hover .item-wrapper .item-img img,
.flexunit .navunit .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.flexunit .navunit .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .flexunit .navunit .item .item-wrapper {
    padding: 16px;
  }
}
.flexunit .navunit .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .flexunit .navunit .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.flexunit .navunit .item .item-wrapper .item-img img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all .3s ease;
}
.flexunit .navunit .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.flexunit .navunit .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.flexunit .navunit .item .item-wrapper .card-box .desktop-section-btn .btn {
  margin-bottom: 0;
}
.flexunit .navunit .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffc600, #081965 50%);
}
.flexunit .navunit .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffc600, #081965 50%);
}
.flexunit .navunit .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #ffc600, #081965 50%);
}
.flexunit .desktop-section-title,
.flexunit .buildbox {
  color: #ffffff;
  text-align: center;
}
.flexunit .item-title {
  color: #ffffff;
}
.flexunit .item-text {
  color: #ffffff;
  text-align: center;
}
.flexunit .item-title,
.flexunit .desktop-section-btn {
  text-align: center;
}
.shellcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.shellcore .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .shellcore .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .shellcore .container {
    padding: 0 16px;
  }
}
.shellcore .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .shellcore .row {
    margin: 0 10px;
  }
}
.shellcore .row .card {
  padding: 0;
}
.shellcore .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .shellcore .row .card:first-child {
    padding: 0;
  }
}
.shellcore .buildbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #050f3b;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .shellcore .buildbox {
    height: auto;
    margin-bottom: 10px;
  }
}
.shellcore .buildbox .navwrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .shellcore .buildbox .navwrap {
    padding: 20px 20px 30px;
  }
}
.shellcore .buildbox .navwrap .desktop-section-title {
  margin-bottom: 0;
}
.shellcore .buildbox .mainsegment {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .shellcore .buildbox .mainsegment {
    padding: 20px;
  }
}
.shellcore .list-wrapper {
  border: 1px solid #ffffff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.shellcore .list-wrapper .item {
  border-bottom: 1px solid #ffc600;
}
.shellcore .list-wrapper .item:last-child {
  border: none;
}
.shellcore .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.shellcore .list-wrapper .item .item-wrapper a {
  display: block;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #050f3b;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #ffffff;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont {
  color: #ffffff;
  transform: rotate(-45deg);
}
.shellcore .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .shellcore .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .desktop-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.shellcore .desktop-section-title {
  color: #192227;
}
.shellcore .mainsegment {
  color: #ffffff;
  text-align: center;
}
.shellcore .card-title {
  color: #fdfcfc;
}
.shellcore .desktop-section-title {
  text-align: center;
  color: #ffffff;
}
.domunit .navbar-dropdown {
  position: relative !important;
}
.domunit .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.domunit .nav-link {
  position: relative;
  padding: 0;
}
.domunit .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.domunit .nav-item:focus,
.domunit .nav-link:focus {
  outline: none;
}
.domunit .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050f3b;
}
.domunit .navbar .boxpad img {
  width: auto;
}
.domunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .domunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .domunit .navbar .boxpad img {
    height: 3rem !important;
  }
  .domunit .navbar ul.interfacewrap li {
    margin: auto;
  }
  .domunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .domunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.domunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.domunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.domunit .navbar-brand .boxpad a {
  outline: none;
}
.domunit .navbar-expand-lg .interfacewrap .nav-link {
  padding: 0;
}
.domunit ul.interfacewrap {
  flex-wrap: wrap;
}
.domunit button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.domunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.domunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.domunit .navbar-dropdown {
  padding: 0 1rem;
}
.domunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .domunit .navbar {
    height: 70px;
  }
  .domunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.domunit .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.domunit .nav-link:hover .line-animation {
  opacity: 1;
}
.domunit a {
  display: inline;
  font-weight: bold;
}
.domunit img {
  display: inline;
  padding-right: 10px;
}
.nest {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #081965;
}
.nest .containbox {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .nest .containbox {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .nest .containbox {
    padding: 36px 24px;
    min-height: auto;
  }
}
.nest .containbox .stackunit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nest .containbox .stackunit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #081965;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.nest .containbox .desktop-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .nest .containbox .desktop-section-title {
    margin-bottom: 32px;
  }
}
.nest .containbox .text-wrapper {
  position: relative;
  z-index: 2;
}
.nest .containbox .text-wrapper .blocklayer {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .nest .containbox .text-wrapper .blocklayer {
    width: 100%;
    margin-bottom: 22px;
  }
}
.nest .containbox .desktop-section-btn {
  position: relative;
  z-index: 2;
}
.nest .desktop-section-title {
  color: #000000;
}
.nest .blocklayer {
  color: #000000;
}
.nest .desktop-section-title,
.nest .desktop-section-btn {
  text-align: center;
  color: #ffc600;
}
.nest .blocklayer,
.nest .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.padwrap {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #081965;
  position: relative;
  overflow: hidden;
}
.padwrap::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffc600 -10%, transparent 80%);
}
.padwrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffc600 -10%, transparent 80%);
}
@media (max-width: 768px) {
  .padwrap .container {
    padding: 0 16px;
  }
}
.padwrap .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.padwrap .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.padwrap .containbox {
  margin-bottom: 80px;
}
.padwrap .containbox .desktop-section-title {
  margin-bottom: 24px;
}
.padwrap .containbox .desktop-section-title span {
  color: #f1634f;
}
.padwrap .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.padwrap .item .item-wrapper {
  background-color: #13287d;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .padwrap .item .item-wrapper {
    padding: 32px;
  }
}
.padwrap .item .item-wrapper .card-box .navwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .padwrap .item .item-wrapper .card-box .navwrap {
    margin-bottom: 32px;
  }
}
.padwrap .item .item-wrapper .card-box .navwrap .item-title {
  margin-bottom: 0;
}
.padwrap .item .item-wrapper .card-box .navwrap .desktop-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.padwrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.padwrap .desktop-section-title {
  color: #000000;
}
.padwrap .blocklayer {
  color: #6f6f6f;
  text-align: center;
}
.padwrap .item-title {
  color: #ffffff;
  text-align: left;
}
.padwrap .item-text {
  color: #ffffff;
  text-align: center;
}
.padwrap .desktop-section-title,
.padwrap .desktop-section-btn {
  text-align: center;
}
.sectionlayer {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #13287d;
}
.sectionlayer .buildbox .desktop-section-title {
  margin-bottom: 64px;
}
.sectionlayer .buildbox .desktop-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .sectionlayer .buildbox .desktop-section-title {
    margin-bottom: 46px;
  }
}
.sectionlayer .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .sectionlayer .item {
    margin-bottom: 16px;
  }
}
.sectionlayer .item:hover .item-wrapper .item-img img,
.sectionlayer .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.sectionlayer .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .sectionlayer .item .item-wrapper {
    display: block;
  }
}
.sectionlayer .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .sectionlayer .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.sectionlayer .item .item-wrapper .item-content .item-title_1,
.sectionlayer .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.sectionlayer .item .item-wrapper .item-content .item-text_1,
.sectionlayer .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.sectionlayer .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .sectionlayer .item .item-wrapper .item-img {
    width: 100%;
  }
}
.sectionlayer .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .sectionlayer .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.sectionlayer .item .card_1 {
  background-color: #081965;
}
.sectionlayer .item .card_2 {
  background-color: #081965;
}
.sectionlayer .desktop-section-title {
  color: #212529;
  text-align: center;
}
.sectionlayer .item-title_1 {
  color: #ffffff;
  text-align: center;
}
.sectionlayer .item-title_2 {
  color: #ffffff;
  text-align: center;
}
.sectionlayer .item-text_1 {
  color: #ffffff;
}
.sectionlayer .item-text_2 {
  color: #12b82e;
}
.sectionlayer .item-text_2,
.sectionlayer .desktop-section-btn {
  color: #ffffff;
  text-align: center;
}
.sectionlayer .item-text_1,
.sectionlayer .desktop-section-btn {
  text-align: center;
}
.mount {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #081965;
  position: relative;
  overflow: hidden;
}
.mount::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffc600 -10%, transparent 80%);
}
.mount::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffc600 -10%, transparent 80%);
}
@media (max-width: 768px) {
  .mount .container {
    padding: 0 16px;
  }
}
.mount .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.mount .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.mount .containbox {
  margin-bottom: 80px;
}
.mount .containbox .desktop-section-title {
  margin-bottom: 24px;
}
.mount .containbox .desktop-section-title span {
  color: #f1634f;
}
.mount .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.mount .item .item-wrapper {
  background-color: #13287d;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .mount .item .item-wrapper {
    padding: 32px;
  }
}
.mount .item .item-wrapper .card-box .navwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .mount .item .item-wrapper .card-box .navwrap {
    margin-bottom: 32px;
  }
}
.mount .item .item-wrapper .card-box .navwrap .item-title {
  margin-bottom: 0;
}
.mount .item .item-wrapper .card-box .navwrap .desktop-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.mount .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.mount .desktop-section-title {
  color: #000000;
}
.mount .blocklayer {
  color: #6f6f6f;
  text-align: center;
}
.mount .item-title {
  color: #ffffff;
  text-align: center;
}
.mount .item-text {
  color: #ffffff;
  text-align: center;
}
.mount .desktop-section-title,
.mount .desktop-section-btn {
  text-align: center;
}
.coretrack {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #13287d;
}
.coretrack .buildbox .desktop-section-title {
  margin-bottom: 64px;
}
.coretrack .buildbox .desktop-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .coretrack .buildbox .desktop-section-title {
    margin-bottom: 46px;
  }
}
.coretrack .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .coretrack .item {
    margin-bottom: 16px;
  }
}
.coretrack .item:hover .item-wrapper .item-img img,
.coretrack .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.coretrack .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .coretrack .item .item-wrapper {
    display: block;
  }
}
.coretrack .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .coretrack .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .coretrack .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.coretrack .item .item-wrapper .item-content .item-title_1,
.coretrack .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.coretrack .item .item-wrapper .item-content .item-text_1,
.coretrack .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.coretrack .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .coretrack .item .item-wrapper .item-img {
    width: 100%;
  }
}
.coretrack .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .coretrack .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.coretrack .item .card_1 {
  background-color: #081965;
}
.coretrack .item .card_2 {
  background-color: #081965;
}
.coretrack .desktop-section-title {
  color: #212529;
  text-align: center;
}
.coretrack .item-title_1 {
  color: #ffffff;
  text-align: center;
}
.coretrack .item-title_2 {
  color: #ffffff;
  text-align: center;
}
.coretrack .item-text_1 {
  color: #ffffff;
}
.coretrack .item-text_2 {
  color: #12b82e;
}
.coretrack .item-text_2,
.coretrack .desktop-section-btn {
  color: #ffffff;
  text-align: center;
}
.coretrack .item-text_1,
.coretrack .desktop-section-btn {
  text-align: center;
}
.shellcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.shellcore .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .shellcore .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .shellcore .container {
    padding: 0 16px;
  }
}
.shellcore .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .shellcore .row {
    margin: 0 10px;
  }
}
.shellcore .row .card {
  padding: 0;
}
.shellcore .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .shellcore .row .card:first-child {
    padding: 0;
  }
}
.shellcore .buildbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #050f3b;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .shellcore .buildbox {
    height: auto;
    margin-bottom: 10px;
  }
}
.shellcore .buildbox .navwrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .shellcore .buildbox .navwrap {
    padding: 20px 20px 30px;
  }
}
.shellcore .buildbox .navwrap .desktop-section-title {
  margin-bottom: 0;
}
.shellcore .buildbox .mainsegment {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .shellcore .buildbox .mainsegment {
    padding: 20px;
  }
}
.shellcore .list-wrapper {
  border: 1px solid #ffffff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.shellcore .list-wrapper .item {
  border-bottom: 1px solid #ffc600;
}
.shellcore .list-wrapper .item:last-child {
  border: none;
}
.shellcore .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.shellcore .list-wrapper .item .item-wrapper a {
  display: block;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #050f3b;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #ffffff;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont {
  color: #ffffff;
  transform: rotate(-45deg);
}
.shellcore .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .shellcore .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .desktop-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.shellcore .desktop-section-title {
  color: #192227;
}
.shellcore .mainsegment {
  color: #ffffff;
  text-align: center;
}
.shellcore .card-title {
  color: #fdfcfc;
}
.shellcore .desktop-section-title {
  text-align: center;
  color: #ffffff;
}
.domunit .navbar-dropdown {
  position: relative !important;
}
.domunit .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.domunit .nav-link {
  position: relative;
  padding: 0;
}
.domunit .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.domunit .nav-item:focus,
.domunit .nav-link:focus {
  outline: none;
}
.domunit .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050f3b;
}
.domunit .navbar .boxpad img {
  width: auto;
}
.domunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .domunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .domunit .navbar .boxpad img {
    height: 3rem !important;
  }
  .domunit .navbar ul.interfacewrap li {
    margin: auto;
  }
  .domunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .domunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.domunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.domunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.domunit .navbar-brand .boxpad a {
  outline: none;
}
.domunit .navbar-expand-lg .interfacewrap .nav-link {
  padding: 0;
}
.domunit ul.interfacewrap {
  flex-wrap: wrap;
}
.domunit button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.domunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.domunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.domunit .navbar-dropdown {
  padding: 0 1rem;
}
.domunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .domunit .navbar {
    height: 70px;
  }
  .domunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.domunit .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.domunit .nav-link:hover .line-animation {
  opacity: 1;
}
.domunit a {
  display: inline;
  font-weight: bold;
}
.domunit img {
  display: inline;
  padding-right: 10px;
}
.contentbox {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #081965;
}
.contentbox .stackunit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .contentbox .stackunit {
    padding: 16px;
  }
}
.contentbox .stackunit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contentbox .host {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .contentbox .host {
    padding: 16px;
  }
}
.contentbox .host .strip {
  background-color: #ffdd68;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.contentbox .row {
  justify-content: center;
}
.contentbox .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #14287f;
}
@media (max-width: 992px) {
  .contentbox .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.contentbox .card-wrapper .desktop-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .contentbox .card-wrapper .desktop-section-title {
    margin-bottom: 30px;
  }
}
.contentbox .card-wrapper .text-wrapper .blocklayer {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .contentbox .card-wrapper .text-wrapper .blocklayer {
    width: 100%;
  }
}
.contentbox .core,
.contentbox .shellwrap {
  color: #FFBE0D;
  text-align: center;
}
.contentbox .desktop-section-title {
  color: #fff7ee;
}
.contentbox .blocklayer,
.contentbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.contentbox .desktop-section-btn .btn {
  margin-bottom: 0;
}
.contentbox .desktop-section-title,
.contentbox .desktop-section-btn {
  text-align: center;
  color: #ffc600;
}
.shellcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.shellcore .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .shellcore .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .shellcore .container {
    padding: 0 16px;
  }
}
.shellcore .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .shellcore .row {
    margin: 0 10px;
  }
}
.shellcore .row .card {
  padding: 0;
}
.shellcore .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .shellcore .row .card:first-child {
    padding: 0;
  }
}
.shellcore .buildbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #050f3b;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .shellcore .buildbox {
    height: auto;
    margin-bottom: 10px;
  }
}
.shellcore .buildbox .navwrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .shellcore .buildbox .navwrap {
    padding: 20px 20px 30px;
  }
}
.shellcore .buildbox .navwrap .desktop-section-title {
  margin-bottom: 0;
}
.shellcore .buildbox .mainsegment {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .shellcore .buildbox .mainsegment {
    padding: 20px;
  }
}
.shellcore .list-wrapper {
  border: 1px solid #ffffff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.shellcore .list-wrapper .item {
  border-bottom: 1px solid #ffc600;
}
.shellcore .list-wrapper .item:last-child {
  border: none;
}
.shellcore .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.shellcore .list-wrapper .item .item-wrapper a {
  display: block;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #050f3b;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #ffffff;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont {
  color: #ffffff;
  transform: rotate(-45deg);
}
.shellcore .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .shellcore .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .desktop-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.shellcore .desktop-section-title {
  color: #192227;
}
.shellcore .mainsegment {
  color: #ffffff;
  text-align: center;
}
.shellcore .card-title {
  color: #fdfcfc;
}
.shellcore .desktop-section-title {
  text-align: center;
  color: #ffffff;
}
.domunit .navbar-dropdown {
  position: relative !important;
}
.domunit .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.domunit .nav-link {
  position: relative;
  padding: 0;
}
.domunit .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.domunit .nav-item:focus,
.domunit .nav-link:focus {
  outline: none;
}
.domunit .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050f3b;
}
.domunit .navbar .boxpad img {
  width: auto;
}
.domunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .domunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .domunit .navbar .boxpad img {
    height: 3rem !important;
  }
  .domunit .navbar ul.interfacewrap li {
    margin: auto;
  }
  .domunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .domunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.domunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.domunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.domunit .navbar-brand .boxpad a {
  outline: none;
}
.domunit .navbar-expand-lg .interfacewrap .nav-link {
  padding: 0;
}
.domunit ul.interfacewrap {
  flex-wrap: wrap;
}
.domunit button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.domunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.domunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.domunit .navbar-dropdown {
  padding: 0 1rem;
}
.domunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .domunit .navbar {
    height: 70px;
  }
  .domunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.domunit .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.domunit .nav-link:hover .line-animation {
  opacity: 1;
}
.domunit a {
  display: inline;
  font-weight: bold;
}
.domunit img {
  display: inline;
  padding-right: 10px;
}
.formwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081965;
}
.formwrap .containbox {
  display: flex;
  justify-content: center;
}
.formwrap .card-wrapper {
  background-color: #f4f4f4;
  padding: 40px 30px;
  width: 31%;
  -webkit-flex: inherit;
}
@media (max-width: 1440px) {
  .formwrap .card-wrapper {
    width: 42%;
  }
}
@media (max-width: 1200px) {
  .formwrap .card-wrapper {
    width: 52%;
  }
}
@media (max-width: 992px) {
  .formwrap .card-wrapper {
    width: 100%;
    display: block;
    padding: 20px 10px;
  }
}
.formwrap .card-wrapper .buildbox {
  margin-bottom: 30px;
  padding: 0 9.6px;
}
@media (max-width: 992px) {
  .formwrap .card-wrapper .buildbox {
    margin-bottom: 20px;
  }
}
.formwrap .card-wrapper .buildbox .desktop-section-title {
  margin-bottom: 10px;
}
.formwrap .card-wrapper .buildbox .blocklayer {
  margin-bottom: 0;
}
.formwrap .desktop-section-title {
  color: #093388;
  text-align: center;
}
.formwrap .blocklayer {
  color: #000000;
  text-align: center;
}
.formwrap label {
  color: #58595b;
}
.shellcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.shellcore .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .shellcore .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .shellcore .container {
    padding: 0 16px;
  }
}
.shellcore .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .shellcore .row {
    margin: 0 10px;
  }
}
.shellcore .row .card {
  padding: 0;
}
.shellcore .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .shellcore .row .card:first-child {
    padding: 0;
  }
}
.shellcore .buildbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #050f3b;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .shellcore .buildbox {
    height: auto;
    margin-bottom: 10px;
  }
}
.shellcore .buildbox .navwrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .shellcore .buildbox .navwrap {
    padding: 20px 20px 30px;
  }
}
.shellcore .buildbox .navwrap .desktop-section-title {
  margin-bottom: 0;
}
.shellcore .buildbox .mainsegment {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .shellcore .buildbox .mainsegment {
    padding: 20px;
  }
}
.shellcore .list-wrapper {
  border: 1px solid #ffffff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.shellcore .list-wrapper .item {
  border-bottom: 1px solid #ffc600;
}
.shellcore .list-wrapper .item:last-child {
  border: none;
}
.shellcore .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.shellcore .list-wrapper .item .item-wrapper a {
  display: block;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #050f3b;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #ffffff;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont {
  color: #ffffff;
  transform: rotate(-45deg);
}
.shellcore .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .shellcore .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .desktop-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.shellcore .desktop-section-title {
  color: #192227;
}
.shellcore .mainsegment {
  color: #ffffff;
  text-align: center;
}
.shellcore .card-title {
  color: #fdfcfc;
}
.shellcore .desktop-section-title {
  text-align: center;
  color: #ffffff;
}
.domunit .navbar-dropdown {
  position: relative !important;
}
.domunit .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.domunit .nav-link {
  position: relative;
  padding: 0;
}
.domunit .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.domunit .nav-item:focus,
.domunit .nav-link:focus {
  outline: none;
}
.domunit .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050f3b;
}
.domunit .navbar .boxpad img {
  width: auto;
}
.domunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .domunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .domunit .navbar .boxpad img {
    height: 3rem !important;
  }
  .domunit .navbar ul.interfacewrap li {
    margin: auto;
  }
  .domunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .domunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.domunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.domunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.domunit .navbar-brand .boxpad a {
  outline: none;
}
.domunit .navbar-expand-lg .interfacewrap .nav-link {
  padding: 0;
}
.domunit ul.interfacewrap {
  flex-wrap: wrap;
}
.domunit button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.domunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.domunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.domunit .navbar-dropdown {
  padding: 0 1rem;
}
.domunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .domunit .navbar {
    height: 70px;
  }
  .domunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.domunit .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.domunit .nav-link:hover .line-animation {
  opacity: 1;
}
.domunit a {
  display: inline;
  font-weight: bold;
}
.domunit img {
  display: inline;
  padding-right: 10px;
}
.stacksegment {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #081965;
}
.stacksegment .container,
.stacksegment .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .stacksegment .container,
  .stacksegment .container-fluid {
    padding: 0 20px;
  }
}
.stacksegment .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffc600;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .stacksegment .row {
    padding: 85px 8px;
  }
}
.stacksegment .buildbox .desktop-section-subtitle {
  margin-bottom: 25px;
}
.stacksegment .buildbox .desktop-section-title {
  margin-bottom: 50px;
}
.stacksegment .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .stacksegment .text-wrapper {
    padding: 0;
  }
}
.stacksegment .text-wrapper .blocklayer {
  margin-bottom: 0;
}
.stacksegment .desktop-section-title {
  color: #ffffff;
}
.stacksegment .desktop-section-subtitle {
  color: #ffffff;
}
.stacksegment .blocklayer {
  color: #ffffff;
}
.stacksegment .desktop-section-title,
.stacksegment .buildbox {
  text-align: center;
  color: #ffc600;
}
.unit {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #081965;
}
.unit .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .unit .container-fluid {
    padding: 0 25px;
  }
}
.unit .container-fluid .row {
  padding: 0;
}
.unit .row {
  justify-content: center;
}
.unit .text-wrapper .blocklayer {
  margin-bottom: 0;
}
.unit .blocklayer {
  color: #ffffff;
  text-align: left;
}
.shellcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.shellcore .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .shellcore .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .shellcore .container {
    padding: 0 16px;
  }
}
.shellcore .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .shellcore .row {
    margin: 0 10px;
  }
}
.shellcore .row .card {
  padding: 0;
}
.shellcore .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .shellcore .row .card:first-child {
    padding: 0;
  }
}
.shellcore .buildbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #050f3b;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .shellcore .buildbox {
    height: auto;
    margin-bottom: 10px;
  }
}
.shellcore .buildbox .navwrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .shellcore .buildbox .navwrap {
    padding: 20px 20px 30px;
  }
}
.shellcore .buildbox .navwrap .desktop-section-title {
  margin-bottom: 0;
}
.shellcore .buildbox .mainsegment {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .shellcore .buildbox .mainsegment {
    padding: 20px;
  }
}
.shellcore .list-wrapper {
  border: 1px solid #ffffff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.shellcore .list-wrapper .item {
  border-bottom: 1px solid #ffc600;
}
.shellcore .list-wrapper .item:last-child {
  border: none;
}
.shellcore .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.shellcore .list-wrapper .item .item-wrapper a {
  display: block;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #050f3b;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #ffffff;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont {
  color: #ffffff;
  transform: rotate(-45deg);
}
.shellcore .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .shellcore .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .desktop-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.shellcore .desktop-section-title {
  color: #192227;
}
.shellcore .mainsegment {
  color: #ffffff;
  text-align: center;
}
.shellcore .card-title {
  color: #fdfcfc;
}
.shellcore .desktop-section-title {
  text-align: center;
  color: #ffffff;
}
.domunit .navbar-dropdown {
  position: relative !important;
}
.domunit .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.domunit .nav-link {
  position: relative;
  padding: 0;
}
.domunit .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.domunit .nav-item:focus,
.domunit .nav-link:focus {
  outline: none;
}
.domunit .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050f3b;
}
.domunit .navbar .boxpad img {
  width: auto;
}
.domunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .domunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .domunit .navbar .boxpad img {
    height: 3rem !important;
  }
  .domunit .navbar ul.interfacewrap li {
    margin: auto;
  }
  .domunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .domunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.domunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.domunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.domunit .navbar-brand .boxpad a {
  outline: none;
}
.domunit .navbar-expand-lg .interfacewrap .nav-link {
  padding: 0;
}
.domunit ul.interfacewrap {
  flex-wrap: wrap;
}
.domunit button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.domunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.domunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.domunit .navbar-dropdown {
  padding: 0 1rem;
}
.domunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .domunit .navbar {
    height: 70px;
  }
  .domunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.domunit .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.domunit .nav-link:hover .line-animation {
  opacity: 1;
}
.domunit a {
  display: inline;
  font-weight: bold;
}
.domunit img {
  display: inline;
  padding-right: 10px;
}
.boxholder {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #081965;
}
.boxholder .container,
.boxholder .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .boxholder .container,
  .boxholder .container-fluid {
    padding: 0 20px;
  }
}
.boxholder .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffc600;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .boxholder .row {
    padding: 85px 8px;
  }
}
.boxholder .buildbox .desktop-section-subtitle {
  margin-bottom: 25px;
}
.boxholder .buildbox .desktop-section-title {
  margin-bottom: 50px;
}
.boxholder .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .boxholder .text-wrapper {
    padding: 0;
  }
}
.boxholder .text-wrapper .blocklayer {
  margin-bottom: 0;
}
.boxholder .desktop-section-title {
  color: #ffffff;
}
.boxholder .desktop-section-subtitle {
  color: #ffffff;
}
.boxholder .blocklayer {
  color: #ffffff;
}
.boxholder .desktop-section-title,
.boxholder .buildbox {
  text-align: center;
  color: #ffc600;
}
.rowgrid {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #081965;
}
.rowgrid .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .rowgrid .container-fluid {
    padding: 0 25px;
  }
}
.rowgrid .container-fluid .row {
  padding: 0;
}
.rowgrid .row {
  justify-content: center;
}
.rowgrid .text-wrapper .blocklayer {
  margin-bottom: 0;
}
.rowgrid .blocklayer {
  color: #ffffff;
  text-align: left;
}
.shellcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.shellcore .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .shellcore .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .shellcore .container {
    padding: 0 16px;
  }
}
.shellcore .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .shellcore .row {
    margin: 0 10px;
  }
}
.shellcore .row .card {
  padding: 0;
}
.shellcore .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .shellcore .row .card:first-child {
    padding: 0;
  }
}
.shellcore .buildbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #050f3b;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .shellcore .buildbox {
    height: auto;
    margin-bottom: 10px;
  }
}
.shellcore .buildbox .navwrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .shellcore .buildbox .navwrap {
    padding: 20px 20px 30px;
  }
}
.shellcore .buildbox .navwrap .desktop-section-title {
  margin-bottom: 0;
}
.shellcore .buildbox .mainsegment {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .shellcore .buildbox .mainsegment {
    padding: 20px;
  }
}
.shellcore .list-wrapper {
  border: 1px solid #ffffff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.shellcore .list-wrapper .item {
  border-bottom: 1px solid #ffc600;
}
.shellcore .list-wrapper .item:last-child {
  border: none;
}
.shellcore .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.shellcore .list-wrapper .item .item-wrapper a {
  display: block;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #050f3b;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #ffffff;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont {
  color: #ffffff;
  transform: rotate(-45deg);
}
.shellcore .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .shellcore .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .desktop-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.shellcore .desktop-section-title {
  color: #192227;
}
.shellcore .mainsegment {
  color: #ffffff;
  text-align: center;
}
.shellcore .card-title {
  color: #fdfcfc;
}
.shellcore .desktop-section-title {
  text-align: center;
  color: #ffffff;
}
.domunit .navbar-dropdown {
  position: relative !important;
}
.domunit .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.domunit .nav-link {
  position: relative;
  padding: 0;
}
.domunit .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.domunit .nav-item:focus,
.domunit .nav-link:focus {
  outline: none;
}
.domunit .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050f3b;
}
.domunit .navbar .boxpad img {
  width: auto;
}
.domunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .domunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .domunit .navbar .boxpad img {
    height: 3rem !important;
  }
  .domunit .navbar ul.interfacewrap li {
    margin: auto;
  }
  .domunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .domunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.domunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.domunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.domunit .navbar-brand .boxpad a {
  outline: none;
}
.domunit .navbar-expand-lg .interfacewrap .nav-link {
  padding: 0;
}
.domunit ul.interfacewrap {
  flex-wrap: wrap;
}
.domunit button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.domunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.domunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.domunit .navbar-dropdown {
  padding: 0 1rem;
}
.domunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .domunit .navbar {
    height: 70px;
  }
  .domunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.domunit .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.domunit .nav-link:hover .line-animation {
  opacity: 1;
}
.domunit a {
  display: inline;
  font-weight: bold;
}
.domunit img {
  display: inline;
  padding-right: 10px;
}
.subunit {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #081965;
}
.subunit .container,
.subunit .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .subunit .container,
  .subunit .container-fluid {
    padding: 0 20px;
  }
}
.subunit .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffc600;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .subunit .row {
    padding: 85px 8px;
  }
}
.subunit .buildbox .desktop-section-subtitle {
  margin-bottom: 25px;
}
.subunit .buildbox .desktop-section-title {
  margin-bottom: 50px;
}
.subunit .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .subunit .text-wrapper {
    padding: 0;
  }
}
.subunit .text-wrapper .blocklayer {
  margin-bottom: 0;
}
.subunit .desktop-section-title {
  color: #ffffff;
}
.subunit .desktop-section-subtitle {
  color: #ffffff;
}
.subunit .blocklayer {
  color: #ffffff;
}
.subunit .desktop-section-title,
.subunit .buildbox {
  text-align: center;
  color: #ffc600;
}
.boxlayer {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #081965;
}
.boxlayer .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .boxlayer .container-fluid {
    padding: 0 25px;
  }
}
.boxlayer .container-fluid .row {
  padding: 0;
}
.boxlayer .row {
  justify-content: center;
}
.boxlayer .text-wrapper .blocklayer {
  margin-bottom: 0;
}
.boxlayer .blocklayer {
  color: #ffffff;
  text-align: left;
}
.shellcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.shellcore .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .shellcore .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .shellcore .container {
    padding: 0 16px;
  }
}
.shellcore .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .shellcore .row {
    margin: 0 10px;
  }
}
.shellcore .row .card {
  padding: 0;
}
.shellcore .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .shellcore .row .card:first-child {
    padding: 0;
  }
}
.shellcore .buildbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #050f3b;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .shellcore .buildbox {
    height: auto;
    margin-bottom: 10px;
  }
}
.shellcore .buildbox .navwrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .shellcore .buildbox .navwrap {
    padding: 20px 20px 30px;
  }
}
.shellcore .buildbox .navwrap .desktop-section-title {
  margin-bottom: 0;
}
.shellcore .buildbox .mainsegment {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .shellcore .buildbox .mainsegment {
    padding: 20px;
  }
}
.shellcore .list-wrapper {
  border: 1px solid #ffffff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.shellcore .list-wrapper .item {
  border-bottom: 1px solid #ffc600;
}
.shellcore .list-wrapper .item:last-child {
  border: none;
}
.shellcore .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.shellcore .list-wrapper .item .item-wrapper a {
  display: block;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #050f3b;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #ffffff;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont {
  color: #ffffff;
  transform: rotate(-45deg);
}
.shellcore .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .shellcore .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .desktop-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.shellcore .desktop-section-title {
  color: #192227;
}
.shellcore .mainsegment {
  color: #ffffff;
  text-align: center;
}
.shellcore .card-title {
  color: #fdfcfc;
}
.shellcore .desktop-section-title {
  text-align: center;
  color: #ffffff;
}
.domunit .navbar-dropdown {
  position: relative !important;
}
.domunit .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.domunit .nav-link {
  position: relative;
  padding: 0;
}
.domunit .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.domunit .nav-item:focus,
.domunit .nav-link:focus {
  outline: none;
}
.domunit .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050f3b;
}
.domunit .navbar .boxpad img {
  width: auto;
}
.domunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .domunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .domunit .navbar .boxpad img {
    height: 3rem !important;
  }
  .domunit .navbar ul.interfacewrap li {
    margin: auto;
  }
  .domunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .domunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.domunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.domunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.domunit .navbar-brand .boxpad a {
  outline: none;
}
.domunit .navbar-expand-lg .interfacewrap .nav-link {
  padding: 0;
}
.domunit ul.interfacewrap {
  flex-wrap: wrap;
}
.domunit button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.domunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.domunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.domunit .navbar-dropdown {
  padding: 0 1rem;
}
.domunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .domunit .navbar {
    height: 70px;
  }
  .domunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.domunit .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.domunit .nav-link:hover .line-animation {
  opacity: 1;
}
.domunit a {
  display: inline;
  font-weight: bold;
}
.domunit img {
  display: inline;
  padding-right: 10px;
}
.domtrack {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #081965;
}
.domtrack .container,
.domtrack .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .domtrack .container,
  .domtrack .container-fluid {
    padding: 0 20px;
  }
}
.domtrack .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffc600;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .domtrack .row {
    padding: 85px 8px;
  }
}
.domtrack .buildbox .desktop-section-subtitle {
  margin-bottom: 25px;
}
.domtrack .buildbox .desktop-section-title {
  margin-bottom: 50px;
}
.domtrack .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .domtrack .text-wrapper {
    padding: 0;
  }
}
.domtrack .text-wrapper .blocklayer {
  margin-bottom: 0;
}
.domtrack .desktop-section-title {
  color: #ffffff;
}
.domtrack .desktop-section-subtitle {
  color: #ffffff;
}
.domtrack .blocklayer {
  color: #ffffff;
}
.domtrack .desktop-section-title,
.domtrack .buildbox {
  text-align: center;
  color: #ffc600;
}
.region {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #081965;
}
.region .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .region .container-fluid {
    padding: 0 25px;
  }
}
.region .container-fluid .row {
  padding: 0;
}
.region .row {
  justify-content: center;
}
.region .text-wrapper .blocklayer {
  margin-bottom: 0;
}
.region .blocklayer {
  color: #ffffff;
  text-align: left;
}
.shellcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.shellcore .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .shellcore .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .shellcore .container {
    padding: 0 16px;
  }
}
.shellcore .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .shellcore .row {
    margin: 0 10px;
  }
}
.shellcore .row .card {
  padding: 0;
}
.shellcore .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .shellcore .row .card:first-child {
    padding: 0;
  }
}
.shellcore .buildbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #050f3b;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .shellcore .buildbox {
    height: auto;
    margin-bottom: 10px;
  }
}
.shellcore .buildbox .navwrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .shellcore .buildbox .navwrap {
    padding: 20px 20px 30px;
  }
}
.shellcore .buildbox .navwrap .desktop-section-title {
  margin-bottom: 0;
}
.shellcore .buildbox .mainsegment {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .shellcore .buildbox .mainsegment {
    padding: 20px;
  }
}
.shellcore .list-wrapper {
  border: 1px solid #ffffff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.shellcore .list-wrapper .item {
  border-bottom: 1px solid #ffc600;
}
.shellcore .list-wrapper .item:last-child {
  border: none;
}
.shellcore .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.shellcore .list-wrapper .item .item-wrapper a {
  display: block;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #050f3b;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #ffffff;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont {
  color: #ffffff;
  transform: rotate(-45deg);
}
.shellcore .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .shellcore .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .desktop-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.shellcore .desktop-section-title {
  color: #192227;
}
.shellcore .mainsegment {
  color: #ffffff;
  text-align: center;
}
.shellcore .card-title {
  color: #fdfcfc;
}
.shellcore .desktop-section-title {
  text-align: center;
  color: #ffffff;
}
.domunit .navbar-dropdown {
  position: relative !important;
}
.domunit .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.domunit .nav-link {
  position: relative;
  padding: 0;
}
.domunit .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.domunit .nav-item:focus,
.domunit .nav-link:focus {
  outline: none;
}
.domunit .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050f3b;
}
.domunit .navbar .boxpad img {
  width: auto;
}
.domunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .domunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .domunit .navbar .boxpad img {
    height: 3rem !important;
  }
  .domunit .navbar ul.interfacewrap li {
    margin: auto;
  }
  .domunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .domunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.domunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.domunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.domunit .navbar-brand .boxpad a {
  outline: none;
}
.domunit .navbar-expand-lg .interfacewrap .nav-link {
  padding: 0;
}
.domunit ul.interfacewrap {
  flex-wrap: wrap;
}
.domunit button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.domunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.domunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.domunit .navbar-dropdown {
  padding: 0 1rem;
}
.domunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .domunit .navbar {
    height: 70px;
  }
  .domunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.domunit .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.domunit .nav-link:hover .line-animation {
  opacity: 1;
}
.domunit a {
  display: inline;
  font-weight: bold;
}
.domunit img {
  display: inline;
  padding-right: 10px;
}
.traceunit {
  background-image: url("images/wet1.jpg");
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.traceunit .packlayer {
  position: absolute;
  bottom: 20%;
  width: 105%;
  height: 135%;
  border-radius: 100%;
  background-color: #13287d;
  filter: blur(2rem);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .traceunit .packlayer {
    width: 150%;
  }
}
@media (max-width: 758px) {
  .traceunit .packlayer {
    width: 250%;
  }
}
.traceunit .containbox {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .traceunit .containbox {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .traceunit .containbox {
    width: 100%;
  }
}
.traceunit .containbox .shellwrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .traceunit .containbox .shellwrap {
    margin-bottom: 28px;
  }
}
.traceunit .containbox .shellwrap .core {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffffff, #ffdd68 50%, #ffffff);
}
.traceunit .containbox .desktop-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .traceunit .containbox .desktop-section-title {
    margin-bottom: 18px;
  }
}
.traceunit .containbox .blocklayer {
  margin-bottom: 0;
}
.traceunit .containbox .desktop-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .traceunit .containbox .desktop-section-btn {
    margin-top: 18px;
  }
}
.traceunit .core,
.traceunit .shellwrap {
  color: #ffffff;
  text-align: center;
}
.traceunit .desktop-section-title {
  color: #ffffff;
}
.traceunit .blocklayer {
  color: #ffffff;
  text-align: center;
}
.traceunit .desktop-section-title,
.traceunit .desktop-section-btn {
  text-align: center;
  color: #ffc600;
}
.corewrapbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081965;
}
.corewrapbox .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .corewrapbox .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .corewrapbox .container {
    padding: 0;
  }
}
.corewrapbox .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .corewrapbox .buildbox {
    padding: 0 16px;
  }
}
.corewrapbox .buildbox .desktop-section-title {
  margin-bottom: 0;
}
.corewrapbox .buildbox .blocklayer {
  margin: 30px 0 0 0;
}
.corewrapbox .desktop-section-title {
  color: #ffc600;
  text-align: center;
}
.corewrapbox .blocklayer {
  color: #ffffff;
  text-align: center;
}
.interfacebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #14287f;
}
.interfacebox .bridge {
  justify-content: space-between;
}
.interfacebox .bridge .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .interfacebox .containbox {
    margin-bottom: 32px;
  }
}
.interfacebox .containbox .desktop-section-title {
  margin-bottom: 32px;
}
.interfacebox .containbox .desktop-section-title span {
  color: #ffffff;
}
.interfacebox .containbox .text-wrapper .blocklayer {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .interfacebox .containbox .text-wrapper .blocklayer {
    margin-bottom: 16px;
    width: 100%;
  }
}
.interfacebox .tile {
  margin-bottom: 32px;
}
.interfacebox .tile img {
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .interfacebox .tile img {
    height: 350px;
  }
}
.interfacebox .desktop-section-title {
  color: #ffffff;
}
.interfacebox .blocklayer,
.interfacebox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.interfacebox .desktop-section-title,
.interfacebox .desktop-section-btn {
  color: #ffc600;
  text-align: center;
}
.nodeunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081965;
}
.nodeunit .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .nodeunit .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .nodeunit .container {
    padding: 0;
  }
}
.nodeunit .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .nodeunit .buildbox {
    padding: 0 16px;
  }
}
.nodeunit .buildbox .desktop-section-title {
  margin-bottom: 0;
}
.nodeunit .buildbox .blocklayer {
  margin: 30px 0 0 0;
}
.nodeunit .desktop-section-title {
  color: #ffc600;
  text-align: center;
}
.nodeunit .blocklayer {
  color: #ffffff;
  text-align: center;
}
.shellcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.shellcore .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .shellcore .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .shellcore .container {
    padding: 0 16px;
  }
}
.shellcore .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .shellcore .row {
    margin: 0 10px;
  }
}
.shellcore .row .card {
  padding: 0;
}
.shellcore .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .shellcore .row .card:first-child {
    padding: 0;
  }
}
.shellcore .buildbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #050f3b;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .shellcore .buildbox {
    height: auto;
    margin-bottom: 10px;
  }
}
.shellcore .buildbox .navwrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .shellcore .buildbox .navwrap {
    padding: 20px 20px 30px;
  }
}
.shellcore .buildbox .navwrap .desktop-section-title {
  margin-bottom: 0;
}
.shellcore .buildbox .mainsegment {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .shellcore .buildbox .mainsegment {
    padding: 20px;
  }
}
.shellcore .list-wrapper {
  border: 1px solid #ffffff;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.shellcore .list-wrapper .item {
  border-bottom: 1px solid #ffc600;
}
.shellcore .list-wrapper .item:last-child {
  border: none;
}
.shellcore .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.shellcore .list-wrapper .item .item-wrapper a {
  display: block;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #050f3b;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #ffffff;
}
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont,
.shellcore .list-wrapper .item .item-wrapper a:hover .card-box .desktop-iconfont {
  color: #ffffff;
  transform: rotate(-45deg);
}
.shellcore .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .shellcore .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.shellcore .list-wrapper .item .item-wrapper a .card-box .desktop-iconfont {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.shellcore .desktop-section-title {
  color: #192227;
}
.shellcore .mainsegment {
  color: #ffffff;
  text-align: center;
}
.shellcore .card-title {
  color: #fdfcfc;
}
.shellcore .desktop-section-title {
  text-align: center;
  color: #ffffff;
}
.domunit .navbar-dropdown {
  position: relative !important;
}
.domunit .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.domunit .nav-link {
  position: relative;
  padding: 0;
}
.domunit .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.domunit .nav-item:focus,
.domunit .nav-link:focus {
  outline: none;
}
.domunit .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050f3b;
}
.domunit .navbar .boxpad img {
  width: auto;
}
.domunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .domunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .domunit .navbar .boxpad img {
    height: 3rem !important;
  }
  .domunit .navbar ul.interfacewrap li {
    margin: auto;
  }
  .domunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .domunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.domunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.domunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.domunit .navbar-brand .boxpad a {
  outline: none;
}
.domunit .navbar-expand-lg .interfacewrap .nav-link {
  padding: 0;
}
.domunit ul.interfacewrap {
  flex-wrap: wrap;
}
.domunit button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.domunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.domunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.domunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.domunit .navbar-dropdown {
  padding: 0 1rem;
}
.domunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .domunit .navbar {
    height: 70px;
  }
  .domunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.domunit .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.domunit .nav-link:hover .line-animation {
  opacity: 1;
}
.domunit a {
  display: inline;
  font-weight: bold;
}
.domunit img {
  display: inline;
  padding-right: 10px;
}

/* Base Cookie Banner */
.shellcell {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.shellcell.show {
    visibility: visible;
    opacity: 1;
}

.shellcell p {
    margin: 0;
    font-size: 14px;
}

.shellcell a {
    color: #424a4d;
    text-decoration: underline;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .shellcell {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
}
/* Finish Cookie Banner */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipOut {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

.shellcell {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: flipIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .shellcell {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .shellcell {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes squeeze {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2, 0.8);
    }
}

.navbar-brand {
    animation: squeeze 1.2s ease-in-out;
}
/* endlogoanimations */
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/thick2.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.shellcell.show {
  visibility: visible;
  opacity: 1;
}
