@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 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-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-lg: 0.5rem;
  --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);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.partunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .partunit {
    font-size: 5rem;
  }
}

.areaunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .areaunit {
    font-size: 4.5rem;
  }
}

.maparea {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .maparea {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .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-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.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[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.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);
}

.nodemodule {
  --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;
}
 .nodemodule .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 .nodemodule {
    flex-direction: row;
  }
  .navbar-expand-lg .nodemodule .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.pane {
  --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);
}

.neutralwrap {
  --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: ;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .moduleunit {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .moduleunit img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown.navbar-fixed-top {
    position: fixed; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.texture-section-title {
  font-style: normal;
  line-height: 1.3;
}

.texture-section-subtitle {
  line-height: 1.3;
}

.gridbody {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.partunit,
.areaunit,
.maparea,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */
.footwrap {
  color: #ffffff;
}

/*! Text-aligns */
.gridnode {
  text-align: left;
}

.fold {
  text-align: right;
}

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}
/*! Buttons */
.texture-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

nav .texture-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

.layersegment {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-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);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .moduleunit img {
  display: -webkit-flex;
  width: auto;
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .nodemodule.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .texture-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.form-control:focus {
  box-shadow: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.card-wrapper {
  overflow: hidden;
}
@font-face {
  font-family: 'interface2';
  font-display: swap;
  src:  url('fonts/baseline2.eot');
  src:  url('fonts/baseline2.eot') format('embedded-opentype'),
    url('fonts/baseline2.woff2') format('woff2'),
    url('fonts/baseline2.woff') format('woff'),
    url('fonts/baseline2.ttf') format('truetype'),
    url('fonts/baseline2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Inter;
}
.partunit {
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  line-height: 88px;
  letter-spacing: -0.01em;
}
.areaunit {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  line-height: 1.16;
  letter-spacing: -0.01em;
}
.maparea {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.015em;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  line-height: 1.228;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.22rem;
  line-height: 34px;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .partunit {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .partunit {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .areaunit {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .maparea {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.976rem;
    font-size: calc( 1.077rem + (1.22 - 1.077) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.077rem + (1.22 - 1.077) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.pane {
  background-color: #70c770;
}
.neutralwrap {
  background-color: #ed4009;
}
a,
a:hover {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.texture-section-btn .btn {
  box-shadow: none;
  border: none;
  padding: 14px 30px 14px;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.nodewrapunit {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .nodewrapunit {
    min-height: 105px;
  }
}
.nodewrapunit nav.navbar {
  position: fixed;
}
.nodewrapunit .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodewrapunit .container {
    flex-wrap: nowrap;
  }
}
.nodewrapunit .contentunit {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.nodewrapunit .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.nodewrapunit .nav-link {
  position: relative;
}
.nodewrapunit .nav-item:focus,
.nodewrapunit .nav-link:focus {
  outline: none;
}
.nodewrapunit .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b2131;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar {
    min-height: 105px;
  }
}
.nodewrapunit .navbar .moduleunit img {
  width: auto;
}
.nodewrapunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .nodewrapunit .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .nodewrapunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodewrapunit .navbar .moduleunit img {
    height: 3rem !important;
  }
  .nodewrapunit .navbar ul.nodemodule li {
    margin: auto;
  }
  .nodewrapunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodewrapunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodewrapunit .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.nodewrapunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
}
.nodewrapunit .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #ffffff;
}
.nodewrapunit .navbar-brand .navbar-caption:hover {
  color: #ffffff !important;
}
.nodewrapunit .navbar-brand .moduleunit a {
  outline: none;
}
.nodewrapunit .navbar-expand-lg .nodemodule .nav-link {
  padding: 0;
}
.nodewrapunit ul.nodemodule {
  flex-wrap: wrap;
}
.nodewrapunit .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.nodewrapunit .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.nodewrapunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.nodewrapunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodewrapunit .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nodewrapunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodewrapunit .navbar {
    height: 60px;
  }
  .nodewrapunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .nodewrapunit .navbar {
    min-height: 105px;
  }
}
.layouter {
  background-color: #ffffff;
}
.layouter .container-fluid {
  padding: 0;
}
.layouter .row {
  padding: 0;
}
.layouter .gridunit {
  padding: 0 2rem;
}
.layouter .gridunit .texture-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .layouter .gridunit .texture-section-subtitle {
    margin-bottom: 16px;
  }
}
.layouter .gridunit .texture-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .layouter .gridunit .texture-section-title {
    margin-bottom: 14px;
  }
}
.layouter .gridunit .gridbody {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .layouter .gridunit .gridbody {
    margin-bottom: 16px;
  }
}
.layouter .gridunit .texture-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .layouter .gridunit .texture-section-btn {
    margin-bottom: 16px;
  }
}
.layouter .gridunit img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .layouter .gridunit img {
    max-height: 300px;
  }
}
.layouter .texture-section-title {
  color: #1c314e;
}
.layouter .texture-section-subtitle {
  color: #000000;
  text-align: center;
}
.layouter .gridbody {
  color: #000000;
  text-align: center;
}
.layouter .texture-section-title,
.layouter .texture-section-btn {
  text-align: center;
  color: #000000;
}
.dock {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.dock .row {
  justify-content: space-between;
}
.dock .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 64px;
  background-color: #4f576c;
}
@media (max-width: 1440px) {
  .dock .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .dock .card-wrapper {
    padding: 24px 12px;
    display: block;
  }
}
.dock .card-wrapper .card-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .dock .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 14px;
  }
}
.dock .card-wrapper .card-wrap .texture-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .dock .card-wrapper .card-wrap .texture-section-title {
    margin-bottom: 24px;
  }
}
.dock .card-wrapper .card-wrap .text-wrapper .gridbody {
  margin-bottom: 24px;
}
.dock .card-wrapper .card-wrap .texture-section-btn .btn {
  margin-bottom: 0;
}
.dock .card-wrapper .interfacewrap {
  width: 50%;
}
@media (max-width: 992px) {
  .dock .card-wrapper .interfacewrap {
    width: 100%;
  }
}
.dock .card-wrapper .interfacewrap img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .dock .card-wrapper .interfacewrap img {
    height: 300px;
  }
}
.dock .texture-section-title {
  color: #ffffff;
}
.dock .gridbody,
.dock .text-wrapper {
  color: #ffffff;
}
.shellwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f576c;
  overflow: hidden;
}
@media (max-width: 992px) {
  .shellwrap .container {
    padding: 0 30px;
  }
}
.shellwrap .tile .interfacewrap {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .shellwrap .tile .interfacewrap {
    margin: 0;
  }
}
.shellwrap .tile .interfacewrap img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .shellwrap .tile .interfacewrap img {
    height: 350px;
  }
}
.shellwrap .tile .interfacewrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #ffffff 50%, #ffffff 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .shellwrap .tile .interfacewrap::before {
    width: 50px;
    height: 50px;
  }
}
.shellwrap .tile .viewsegment {
  padding: 80px 120px 0;
  border-top: 1px solid #bee0d6;
  position: relative;
  margin-top: 180px;
}
.shellwrap .tile .viewsegment::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .shellwrap .tile .viewsegment {
    margin-top: 80px;
  }
}
@media (max-width: 1440px) {
  .shellwrap .tile .viewsegment {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .shellwrap .tile .viewsegment {
    padding: 40px 0 0;
  }
}
.shellwrap .tile .viewsegment .texture-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .shellwrap .tile .viewsegment .texture-section-title {
    margin-bottom: 40px;
  }
}
.shellwrap .texture-section-title {
  color: #bee0d6;
}
.shellwrap .texture-section-title,
.shellwrap .texture-section-btn {
  text-align: center;
  color: #ffffff;
}
.spanunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.spanunit .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .spanunit .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .spanunit .container {
    padding: 0 24px;
  }
}
.spanunit .row {
  justify-content: center;
}
.spanunit .tile {
  border-radius: 40px;
  background-color: #4f576c;
  padding: 64px;
}
@media (max-width: 992px) {
  .spanunit .tile {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .spanunit .tile {
    padding: 32px;
  }
}
.spanunit .tile .texture-section-title {
  margin-bottom: 0;
}
.spanunit .tile .gridbody {
  margin: 16px 0 0;
}
.spanunit .texture-section-title {
  color: #ffffff;
}
.spanunit .gridbody {
  color: #ffffff;
}
.clipbox {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #4f576c;
}
@media (max-width: 992px) {
  .clipbox .title {
    margin-bottom: 3rem;
  }
}
.clipbox img {
  border-radius: 1rem;
}
.clipbox .texture-section-btn {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .clipbox .texture-section-btn {
    margin-top: 2rem;
  }
}
.clipbox .texture-section-title {
  color: #ffffff;
  text-align: center;
}
.clipbox .texture-section-subtitle {
  color: #ffffff;
}
.clipbox .btn {
  padding: 2rem 3rem;
  color: #1b2131;
}
.clipbox .btn:hover,
.clipbox .btn:focus {
  background: #1b2131 !important;
  color: #ffffff !important;
}
.modlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.modlayer .tile .texture-section-title {
  margin-bottom: 32px;
}
.modlayer .tile .texture-section-title span {
  color: #000000;
}
.modlayer .tile .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.modlayer .tile .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.modlayer .tile .list .item-wrap:last-child {
  margin-bottom: 0;
}
.modlayer .tile .list .item-wrap:hover,
.modlayer .tile .list .item-wrap:focus {
  color: #000000;
}
.modlayer .cellwrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #000000, #1b2131, #000000);
}
@media (max-width: 992px) {
  .modlayer .cellwrap {
    margin-top: 32px;
  }
}
.modlayer .texture-section-title {
  color: #ffffff;
  text-align: center;
}
.modlayer .list {
  color: #bbbbbb;
  text-align: center;
}
.modlayer .list,
.modlayer .item-wrap {
  color: #000000;
}
.modlayer .texture-section-title,
.modlayer .texture-section-btn {
  color: #000000;
}
.boardwrap {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1b2131;
}
.boardwrap .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .boardwrap .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .boardwrap .container {
    padding: 0 30px;
  }
}
.boardwrap .gridunit {
  margin-bottom: 20px;
}
.boardwrap .gridunit .nestedbox {
  display: inline-flex;
  align-items: center;
}
.boardwrap .gridunit .nestedbox img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 16px;
}
.boardwrap .gridunit .nestedbox .texture-section-title {
  margin-bottom: 0;
}
.boardwrap .trunk {
  margin-bottom: 0;
  color: #ffffff;
}
.boardwrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .boardwrap .list {
    text-align: left;
  }
}
.boardwrap .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.boardwrap .list .item-wrap:hover {
  color: #ffffff;
}
.boardwrap .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .boardwrap .copyright {
    margin: 30px 0;
  }
}
.boardwrap .texture-section-title {
  color: #ffffff;
}
.nodewrapunit {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .nodewrapunit {
    min-height: 105px;
  }
}
.nodewrapunit nav.navbar {
  position: fixed;
}
.nodewrapunit .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodewrapunit .container {
    flex-wrap: nowrap;
  }
}
.nodewrapunit .contentunit {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.nodewrapunit .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.nodewrapunit .nav-link {
  position: relative;
}
.nodewrapunit .nav-item:focus,
.nodewrapunit .nav-link:focus {
  outline: none;
}
.nodewrapunit .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b2131;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar {
    min-height: 105px;
  }
}
.nodewrapunit .navbar .moduleunit img {
  width: auto;
}
.nodewrapunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .nodewrapunit .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .nodewrapunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodewrapunit .navbar .moduleunit img {
    height: 3rem !important;
  }
  .nodewrapunit .navbar ul.nodemodule li {
    margin: auto;
  }
  .nodewrapunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodewrapunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodewrapunit .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.nodewrapunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
}
.nodewrapunit .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #ffffff;
}
.nodewrapunit .navbar-brand .navbar-caption:hover {
  color: #ffffff !important;
}
.nodewrapunit .navbar-brand .moduleunit a {
  outline: none;
}
.nodewrapunit .navbar-expand-lg .nodemodule .nav-link {
  padding: 0;
}
.nodewrapunit ul.nodemodule {
  flex-wrap: wrap;
}
.nodewrapunit .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.nodewrapunit .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.nodewrapunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.nodewrapunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodewrapunit .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nodewrapunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodewrapunit .navbar {
    height: 60px;
  }
  .nodewrapunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .nodewrapunit .navbar {
    min-height: 105px;
  }
}
.group {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #4f576c;
}
.group .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .group .text-wrapper {
    padding: 3rem 1rem;
  }
}
.group .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.group .interfacewrap {
  padding: 0;
}
.group .interfacewrap img {
  height: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.group .gridbody,
.group .texture-section-btn {
  color: #000000;
}
.group .texture-section-title {
  color: #000000;
  text-align: center;
}
.pack {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.pack .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .pack .btn {
    padding: 1.5rem 3rem;
  }
}
.pack .row {
  flex-direction: row-reverse;
}
.pack .row {
  align-items: center;
}
.pack img {
  border-radius: 2rem;
}
.pack .interfacewrap {
  background: #1b2131;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .pack .interfacewrap {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .pack .interfacewrap {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .pack .text-wrapper {
    padding: 0 2rem;
  }
}
.pack .texture-section-title {
  color: #000000;
  text-align: center;
}
.pack .gridbody,
.pack .texture-section-btn {
  color: #000000;
}
.zoneunitbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f576c;
}
.zoneunitbox .tile .flowsegment {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .zoneunitbox .tile .flowsegment {
    margin-bottom: 20px;
  }
}
.zoneunitbox .tile .flowsegment .colbox {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.zoneunitbox .tile .gridunit .texture-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .zoneunitbox .tile .gridunit .texture-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.zoneunitbox .tile .text-wrapper .gridbody {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .zoneunitbox .tile .text-wrapper .gridbody {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .zoneunitbox .tile .text-wrapper .gridbody {
    width: 100%;
    margin-bottom: 20px;
  }
}
.zoneunitbox .colbox,
.zoneunitbox .flowsegment {
  color: #19171c;
  text-align: center;
}
.zoneunitbox .texture-section-title {
  color: #19171c;
}
.zoneunitbox .gridbody,
.zoneunitbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.zoneunitbox .texture-section-title,
.zoneunitbox .gridunit,
.zoneunitbox .texture-section-btn {
  text-align: center;
}
.zoneunitbox .texture-section-title,
.zoneunitbox .texture-section-btn,
.zoneunitbox .gridunit {
  color: #ffffff;
}
.unitgrid {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.unitgrid .gridbody {
  color: #000000;
}
.unitgrid .texture-section-subtitle {
  color: #000000;
  text-align: center;
}
.unitgrid .texture-section-title {
  color: #000000;
}
.boardwrap {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1b2131;
}
.boardwrap .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .boardwrap .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .boardwrap .container {
    padding: 0 30px;
  }
}
.boardwrap .gridunit {
  margin-bottom: 20px;
}
.boardwrap .gridunit .nestedbox {
  display: inline-flex;
  align-items: center;
}
.boardwrap .gridunit .nestedbox img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 16px;
}
.boardwrap .gridunit .nestedbox .texture-section-title {
  margin-bottom: 0;
}
.boardwrap .trunk {
  margin-bottom: 0;
  color: #ffffff;
}
.boardwrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .boardwrap .list {
    text-align: left;
  }
}
.boardwrap .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.boardwrap .list .item-wrap:hover {
  color: #ffffff;
}
.boardwrap .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .boardwrap .copyright {
    margin: 30px 0;
  }
}
.boardwrap .texture-section-title {
  color: #ffffff;
}
.nodewrapunit {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .nodewrapunit {
    min-height: 105px;
  }
}
.nodewrapunit nav.navbar {
  position: fixed;
}
.nodewrapunit .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodewrapunit .container {
    flex-wrap: nowrap;
  }
}
.nodewrapunit .contentunit {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.nodewrapunit .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.nodewrapunit .nav-link {
  position: relative;
}
.nodewrapunit .nav-item:focus,
.nodewrapunit .nav-link:focus {
  outline: none;
}
.nodewrapunit .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b2131;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar {
    min-height: 105px;
  }
}
.nodewrapunit .navbar .moduleunit img {
  width: auto;
}
.nodewrapunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .nodewrapunit .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .nodewrapunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodewrapunit .navbar .moduleunit img {
    height: 3rem !important;
  }
  .nodewrapunit .navbar ul.nodemodule li {
    margin: auto;
  }
  .nodewrapunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodewrapunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodewrapunit .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.nodewrapunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
}
.nodewrapunit .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #ffffff;
}
.nodewrapunit .navbar-brand .navbar-caption:hover {
  color: #ffffff !important;
}
.nodewrapunit .navbar-brand .moduleunit a {
  outline: none;
}
.nodewrapunit .navbar-expand-lg .nodemodule .nav-link {
  padding: 0;
}
.nodewrapunit ul.nodemodule {
  flex-wrap: wrap;
}
.nodewrapunit .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.nodewrapunit .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.nodewrapunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.nodewrapunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodewrapunit .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nodewrapunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodewrapunit .navbar {
    height: 60px;
  }
  .nodewrapunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .nodewrapunit .navbar {
    min-height: 105px;
  }
}
.tilegrid {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #4f576c;
}
.tilegrid .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .tilegrid .tile {
    margin-bottom: 32px;
  }
}
.tilegrid .tile .texture-section-title {
  margin-bottom: 32px;
}
.tilegrid .tile .text-wrapper .gridbody {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tilegrid .tile .text-wrapper .gridbody {
    width: 100%;
  }
}
.tilegrid .tile .floatbox {
  margin-bottom: 32px;
}
.tilegrid .tile .floatbox .alignwrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .tilegrid .tile .floatbox .alignwrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.tilegrid .tile .floatbox .alignwrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #1b2131;
}
@media (max-width: 992px) {
  .tilegrid .tile .floatbox .alignwrap .line-wrap {
    width: 4px;
  }
}
.tilegrid .tile .floatbox .alignwrap .text-wrap {
  padding: 10px 0;
}
.tilegrid .tile .floatbox .alignwrap .text-wrap .texture-section-subtitle {
  margin-bottom: 4px;
}
.tilegrid .tile .floatbox .alignwrap .text-wrap .trunk {
  margin-bottom: 0;
}
.tilegrid .interfacewrap {
  position: relative;
}
.tilegrid .interfacewrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
  transform: rotate(5deg);
  z-index: 2;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.tilegrid .interfacewrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b2131;
  pointer-events: none;
  transform: rotate(2deg);
  z-index: 1;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.tilegrid .interfacewrap img {
  position: relative;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
@media (max-width: 992px) {
  .tilegrid .interfacewrap img {
    height: 300px;
  }
}
.tilegrid .texture-section-title {
  color: #000c3f;
}
.tilegrid .gridbody,
.tilegrid .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tilegrid .texture-section-subtitle {
  color: #000000;
  text-align: left;
}
.tilegrid .trunk {
  color: #000c3f;
  text-align: left;
}
.tilegrid .texture-section-title,
.tilegrid .texture-section-btn {
  color: #ffffff;
  text-align: center;
}
.mount {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .mount .container {
    padding: 0 22px;
  }
}
.mount .row {
  justify-content: space-between;
}
.mount .row .card {
  justify-content: center;
}
.mount .tile .texture-section-title {
  margin-bottom: 32px;
}
.mount .tile .trunk {
  margin-bottom: 32px;
}
.mount .tile .gridbody {
  margin-bottom: 0px;
}
.mount .interfacewrap {
  position: relative;
}
.mount .interfacewrap img {
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .mount .interfacewrap img {
    height: 350px;
  }
}
.mount .texture-section-title {
  color: #000000;
  text-align: center;
}
.mount .trunk {
  color: #000000;
}
.mount .gridbody {
  color: #000000;
}
.patternunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f576c;
}
@media (max-width: 992px) {
  .patternunit .container {
    padding: 0 30px;
  }
}
.patternunit .gridunit .texture-section-subtitle {
  margin-bottom: 30px;
}
.patternunit .gridunit .texture-section-title {
  margin-bottom: 30px;
}
.patternunit .row.content {
  padding: 30px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.patternunit .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .patternunit .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.patternunit .row.content .desc-wrapper .desc-wrap .trunk {
  margin-bottom: 16px;
}
.patternunit .row.content .text-wrapper .gridbody {
  margin-bottom: 18px;
}
.patternunit .texture-section-btn {
  margin-top: 30px;
}
.patternunit .texture-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.patternunit .texture-section-title {
  color: #f1f4e9;
}
.patternunit .trunk {
  color: #f1f4e9;
}
.patternunit .gridbody {
  color: #ffffff;
}
.patternunit .texture-section-title,
.patternunit .texture-section-btn {
  text-align: center;
  color: #ffffff;
}
.patternunit .trunk {
  text-align: center;
  color: #ffffff;
}
.flowbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.flowbox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .flowbox .container-fluid {
    padding: 0 25px;
  }
}
.flowbox .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .flowbox .container {
    padding: 0 25px;
  }
}
.flowbox .row {
  border: 1px solid #4f576c;
}
.flowbox .card {
  padding: 0;
}
.flowbox .card .interfacewrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.flowbox .card .interfacewrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .flowbox .card .interfacewrap img {
    max-height: 100%;
    height: 300px;
  }
}
.flowbox .gridunit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #4f576c;
}
@media (max-width: 992px) {
  .flowbox .gridunit {
    padding: 60px 25px;
  }
}
.flowbox .gridunit .nestedbox {
  width: 100%;
}
.flowbox .gridunit .nestedbox .texture-section-title {
  margin-bottom: 20px;
}
.flowbox .gridunit .nestedbox .gridbody {
  margin-bottom: 20px;
}
.flowbox .gridunit .nestedbox .texture-section-btn {
  margin-top: 35px;
}
.flowbox .gridunit .trunk {
  width: 100%;
  margin-bottom: 0;
}
.flowbox .texture-section-title {
  color: #ffffff;
}
.flowbox .gridbody {
  color: #ffffff;
}
.flowbox .trunk {
  color: #ffffff;
}
.flowbox .texture-section-title,
.flowbox .texture-section-btn {
  text-align: center;
}
.boardwrap {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1b2131;
}
.boardwrap .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .boardwrap .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .boardwrap .container {
    padding: 0 30px;
  }
}
.boardwrap .gridunit {
  margin-bottom: 20px;
}
.boardwrap .gridunit .nestedbox {
  display: inline-flex;
  align-items: center;
}
.boardwrap .gridunit .nestedbox img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 16px;
}
.boardwrap .gridunit .nestedbox .texture-section-title {
  margin-bottom: 0;
}
.boardwrap .trunk {
  margin-bottom: 0;
  color: #ffffff;
}
.boardwrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .boardwrap .list {
    text-align: left;
  }
}
.boardwrap .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.boardwrap .list .item-wrap:hover {
  color: #ffffff;
}
.boardwrap .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .boardwrap .copyright {
    margin: 30px 0;
  }
}
.boardwrap .texture-section-title {
  color: #ffffff;
}
.nodewrapunit {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .nodewrapunit {
    min-height: 105px;
  }
}
.nodewrapunit nav.navbar {
  position: fixed;
}
.nodewrapunit .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodewrapunit .container {
    flex-wrap: nowrap;
  }
}
.nodewrapunit .contentunit {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.nodewrapunit .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.nodewrapunit .nav-link {
  position: relative;
}
.nodewrapunit .nav-item:focus,
.nodewrapunit .nav-link:focus {
  outline: none;
}
.nodewrapunit .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b2131;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar {
    min-height: 105px;
  }
}
.nodewrapunit .navbar .moduleunit img {
  width: auto;
}
.nodewrapunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .nodewrapunit .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .nodewrapunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodewrapunit .navbar .moduleunit img {
    height: 3rem !important;
  }
  .nodewrapunit .navbar ul.nodemodule li {
    margin: auto;
  }
  .nodewrapunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodewrapunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodewrapunit .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.nodewrapunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
}
.nodewrapunit .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #ffffff;
}
.nodewrapunit .navbar-brand .navbar-caption:hover {
  color: #ffffff !important;
}
.nodewrapunit .navbar-brand .moduleunit a {
  outline: none;
}
.nodewrapunit .navbar-expand-lg .nodemodule .nav-link {
  padding: 0;
}
.nodewrapunit ul.nodemodule {
  flex-wrap: wrap;
}
.nodewrapunit .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.nodewrapunit .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.nodewrapunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.nodewrapunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodewrapunit .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nodewrapunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodewrapunit .navbar {
    height: 60px;
  }
  .nodewrapunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .nodewrapunit .navbar {
    min-height: 105px;
  }
}
.shellcore {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.shellcore .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #1b2131 -10%, #4f576c 30%, #4f576c 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .shellcore .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .shellcore .card-wrapper {
    margin-bottom: 32px;
  }
}
.shellcore .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #4f576c, #4f576c, transparent);
  height: 1px;
  width: 100%;
}
.shellcore .card-wrapper .gridunit {
  width: 42%;
}
@media (max-width: 992px) {
  .shellcore .card-wrapper .gridunit {
    width: 100%;
    margin-bottom: 22px;
  }
}
.shellcore .card-wrapper .gridunit .stacklayer {
  margin-bottom: 16px;
}
.shellcore .card-wrapper .gridunit .gridbody {
  margin-bottom: 0;
}
.shellcore .texture-section-btn {
  text-align: right;
}
.shellcore .stacklayer {
  color: #ffffff;
  text-align: center;
}
.shellcore .gridbody {
  color: #ffffff;
}
.shellcore label {
  color: #ffffff;
}
.layoutbase {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.layoutbase .tile .texture-section-title {
  margin-bottom: 32px;
}
.layoutbase .tile .texture-section-title span {
  color: #000000;
}
.layoutbase .tile .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.layoutbase .tile .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.layoutbase .tile .list .item-wrap:last-child {
  margin-bottom: 0;
}
.layoutbase .tile .list .item-wrap:hover,
.layoutbase .tile .list .item-wrap:focus {
  color: #000000;
}
.layoutbase .cellwrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #000000, #1b2131, #000000);
}
@media (max-width: 992px) {
  .layoutbase .cellwrap {
    margin-top: 32px;
  }
}
.layoutbase .texture-section-title {
  color: #ffffff;
  text-align: center;
}
.layoutbase .list {
  color: #bbbbbb;
  text-align: center;
}
.layoutbase .list,
.layoutbase .item-wrap {
  color: #000000;
}
.layoutbase .texture-section-title,
.layoutbase .texture-section-btn {
  color: #000000;
}
.boardwrap {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1b2131;
}
.boardwrap .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .boardwrap .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .boardwrap .container {
    padding: 0 30px;
  }
}
.boardwrap .gridunit {
  margin-bottom: 20px;
}
.boardwrap .gridunit .nestedbox {
  display: inline-flex;
  align-items: center;
}
.boardwrap .gridunit .nestedbox img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 16px;
}
.boardwrap .gridunit .nestedbox .texture-section-title {
  margin-bottom: 0;
}
.boardwrap .trunk {
  margin-bottom: 0;
  color: #ffffff;
}
.boardwrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .boardwrap .list {
    text-align: left;
  }
}
.boardwrap .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.boardwrap .list .item-wrap:hover {
  color: #ffffff;
}
.boardwrap .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .boardwrap .copyright {
    margin: 30px 0;
  }
}
.boardwrap .texture-section-title {
  color: #ffffff;
}
.nodewrapunit {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .nodewrapunit {
    min-height: 105px;
  }
}
.nodewrapunit nav.navbar {
  position: fixed;
}
.nodewrapunit .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodewrapunit .container {
    flex-wrap: nowrap;
  }
}
.nodewrapunit .contentunit {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.nodewrapunit .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.nodewrapunit .nav-link {
  position: relative;
}
.nodewrapunit .nav-item:focus,
.nodewrapunit .nav-link:focus {
  outline: none;
}
.nodewrapunit .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b2131;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar {
    min-height: 105px;
  }
}
.nodewrapunit .navbar .moduleunit img {
  width: auto;
}
.nodewrapunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .nodewrapunit .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .nodewrapunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodewrapunit .navbar .moduleunit img {
    height: 3rem !important;
  }
  .nodewrapunit .navbar ul.nodemodule li {
    margin: auto;
  }
  .nodewrapunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodewrapunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodewrapunit .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.nodewrapunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
}
.nodewrapunit .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #ffffff;
}
.nodewrapunit .navbar-brand .navbar-caption:hover {
  color: #ffffff !important;
}
.nodewrapunit .navbar-brand .moduleunit a {
  outline: none;
}
.nodewrapunit .navbar-expand-lg .nodemodule .nav-link {
  padding: 0;
}
.nodewrapunit ul.nodemodule {
  flex-wrap: wrap;
}
.nodewrapunit .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.nodewrapunit .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.nodewrapunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.nodewrapunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodewrapunit .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nodewrapunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodewrapunit .navbar {
    height: 60px;
  }
  .nodewrapunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .nodewrapunit .navbar {
    min-height: 105px;
  }
}
.foldbox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4f576c;
}
.foldbox .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .foldbox .container {
    padding: 10px 8px;
  }
}
.foldbox .row {
  border-radius: 25px;
  background-color: #1b2131;
  box-shadow: inset 0 0 5rem #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .foldbox .row {
    padding: 50px 10px;
  }
}
.foldbox .row .card {
  padding: 0;
}
.foldbox .texture-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .foldbox .texture-section-subtitle {
    margin-bottom: 30px;
  }
}
.foldbox .texture-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.foldbox .texture-section-title span {
  opacity: .5;
}
.line {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4f576c;
}
@media (max-width: 992px) {
  .line .partunit {
    font-size: 5rem;
  }
}
.line h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .line {
    align-items: center;
  }
  .line .partunit {
    font-size: 2.8rem;
  }
  .line .viewsegment {
    width: 100%;
  }
}
.line .viewsegment {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .line .viewsegment {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .line {
    align-items: center;
  }
  .line .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .line .viewsegment {
    min-width: 50%;
  }
}
.line .texture-section-title {
  text-align: center;
  color: #ffffff;
}
.line .gridbody,
.line .texture-section-btn {
  text-align: left;
  color: #ffffff;
}
.boardwrap {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1b2131;
}
.boardwrap .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .boardwrap .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .boardwrap .container {
    padding: 0 30px;
  }
}
.boardwrap .gridunit {
  margin-bottom: 20px;
}
.boardwrap .gridunit .nestedbox {
  display: inline-flex;
  align-items: center;
}
.boardwrap .gridunit .nestedbox img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 16px;
}
.boardwrap .gridunit .nestedbox .texture-section-title {
  margin-bottom: 0;
}
.boardwrap .trunk {
  margin-bottom: 0;
  color: #ffffff;
}
.boardwrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .boardwrap .list {
    text-align: left;
  }
}
.boardwrap .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.boardwrap .list .item-wrap:hover {
  color: #ffffff;
}
.boardwrap .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .boardwrap .copyright {
    margin: 30px 0;
  }
}
.boardwrap .texture-section-title {
  color: #ffffff;
}
.nodewrapunit {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .nodewrapunit {
    min-height: 105px;
  }
}
.nodewrapunit nav.navbar {
  position: fixed;
}
.nodewrapunit .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodewrapunit .container {
    flex-wrap: nowrap;
  }
}
.nodewrapunit .contentunit {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.nodewrapunit .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.nodewrapunit .nav-link {
  position: relative;
}
.nodewrapunit .nav-item:focus,
.nodewrapunit .nav-link:focus {
  outline: none;
}
.nodewrapunit .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b2131;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar {
    min-height: 105px;
  }
}
.nodewrapunit .navbar .moduleunit img {
  width: auto;
}
.nodewrapunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .nodewrapunit .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .nodewrapunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodewrapunit .navbar .moduleunit img {
    height: 3rem !important;
  }
  .nodewrapunit .navbar ul.nodemodule li {
    margin: auto;
  }
  .nodewrapunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodewrapunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodewrapunit .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.nodewrapunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
}
.nodewrapunit .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #ffffff;
}
.nodewrapunit .navbar-brand .navbar-caption:hover {
  color: #ffffff !important;
}
.nodewrapunit .navbar-brand .moduleunit a {
  outline: none;
}
.nodewrapunit .navbar-expand-lg .nodemodule .nav-link {
  padding: 0;
}
.nodewrapunit ul.nodemodule {
  flex-wrap: wrap;
}
.nodewrapunit .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.nodewrapunit .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.nodewrapunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.nodewrapunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodewrapunit .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nodewrapunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodewrapunit .navbar {
    height: 60px;
  }
  .nodewrapunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .nodewrapunit .navbar {
    min-height: 105px;
  }
}
.layoutnode {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4f576c;
}
.layoutnode .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .layoutnode .container {
    padding: 10px 8px;
  }
}
.layoutnode .row {
  border-radius: 25px;
  background-color: #1b2131;
  box-shadow: inset 0 0 5rem #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .layoutnode .row {
    padding: 50px 10px;
  }
}
.layoutnode .row .card {
  padding: 0;
}
.layoutnode .texture-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .layoutnode .texture-section-subtitle {
    margin-bottom: 30px;
  }
}
.layoutnode .texture-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.layoutnode .texture-section-title span {
  opacity: .5;
}
.tagbox {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4f576c;
}
@media (max-width: 992px) {
  .tagbox .partunit {
    font-size: 5rem;
  }
}
.tagbox h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .tagbox {
    align-items: center;
  }
  .tagbox .partunit {
    font-size: 2.8rem;
  }
  .tagbox .viewsegment {
    width: 100%;
  }
}
.tagbox .viewsegment {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .tagbox .viewsegment {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .tagbox {
    align-items: center;
  }
  .tagbox .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .tagbox .viewsegment {
    min-width: 50%;
  }
}
.tagbox .texture-section-title {
  text-align: center;
  color: #ffffff;
}
.tagbox .gridbody,
.tagbox .texture-section-btn {
  text-align: left;
  color: #ffffff;
}
.boardwrap {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1b2131;
}
.boardwrap .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .boardwrap .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .boardwrap .container {
    padding: 0 30px;
  }
}
.boardwrap .gridunit {
  margin-bottom: 20px;
}
.boardwrap .gridunit .nestedbox {
  display: inline-flex;
  align-items: center;
}
.boardwrap .gridunit .nestedbox img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 16px;
}
.boardwrap .gridunit .nestedbox .texture-section-title {
  margin-bottom: 0;
}
.boardwrap .trunk {
  margin-bottom: 0;
  color: #ffffff;
}
.boardwrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .boardwrap .list {
    text-align: left;
  }
}
.boardwrap .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.boardwrap .list .item-wrap:hover {
  color: #ffffff;
}
.boardwrap .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .boardwrap .copyright {
    margin: 30px 0;
  }
}
.boardwrap .texture-section-title {
  color: #ffffff;
}
.nodewrapunit {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .nodewrapunit {
    min-height: 105px;
  }
}
.nodewrapunit nav.navbar {
  position: fixed;
}
.nodewrapunit .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodewrapunit .container {
    flex-wrap: nowrap;
  }
}
.nodewrapunit .contentunit {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.nodewrapunit .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.nodewrapunit .nav-link {
  position: relative;
}
.nodewrapunit .nav-item:focus,
.nodewrapunit .nav-link:focus {
  outline: none;
}
.nodewrapunit .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b2131;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar {
    min-height: 105px;
  }
}
.nodewrapunit .navbar .moduleunit img {
  width: auto;
}
.nodewrapunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .nodewrapunit .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .nodewrapunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodewrapunit .navbar .moduleunit img {
    height: 3rem !important;
  }
  .nodewrapunit .navbar ul.nodemodule li {
    margin: auto;
  }
  .nodewrapunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodewrapunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodewrapunit .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.nodewrapunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
}
.nodewrapunit .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #ffffff;
}
.nodewrapunit .navbar-brand .navbar-caption:hover {
  color: #ffffff !important;
}
.nodewrapunit .navbar-brand .moduleunit a {
  outline: none;
}
.nodewrapunit .navbar-expand-lg .nodemodule .nav-link {
  padding: 0;
}
.nodewrapunit ul.nodemodule {
  flex-wrap: wrap;
}
.nodewrapunit .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.nodewrapunit .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.nodewrapunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.nodewrapunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodewrapunit .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nodewrapunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodewrapunit .navbar {
    height: 60px;
  }
  .nodewrapunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .nodewrapunit .navbar {
    min-height: 105px;
  }
}
.topwrap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4f576c;
}
.topwrap .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .topwrap .container {
    padding: 10px 8px;
  }
}
.topwrap .row {
  border-radius: 25px;
  background-color: #1b2131;
  box-shadow: inset 0 0 5rem #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .topwrap .row {
    padding: 50px 10px;
  }
}
.topwrap .row .card {
  padding: 0;
}
.topwrap .texture-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .topwrap .texture-section-subtitle {
    margin-bottom: 30px;
  }
}
.topwrap .texture-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.topwrap .texture-section-title span {
  opacity: .5;
}
.rowgrid {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4f576c;
}
@media (max-width: 992px) {
  .rowgrid .partunit {
    font-size: 5rem;
  }
}
.rowgrid h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .rowgrid {
    align-items: center;
  }
  .rowgrid .partunit {
    font-size: 2.8rem;
  }
  .rowgrid .viewsegment {
    width: 100%;
  }
}
.rowgrid .viewsegment {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .rowgrid .viewsegment {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .rowgrid {
    align-items: center;
  }
  .rowgrid .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .rowgrid .viewsegment {
    min-width: 50%;
  }
}
.rowgrid .texture-section-title {
  text-align: center;
  color: #ffffff;
}
.rowgrid .gridbody,
.rowgrid .texture-section-btn {
  text-align: left;
  color: #ffffff;
}
.boardwrap {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1b2131;
}
.boardwrap .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .boardwrap .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .boardwrap .container {
    padding: 0 30px;
  }
}
.boardwrap .gridunit {
  margin-bottom: 20px;
}
.boardwrap .gridunit .nestedbox {
  display: inline-flex;
  align-items: center;
}
.boardwrap .gridunit .nestedbox img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 16px;
}
.boardwrap .gridunit .nestedbox .texture-section-title {
  margin-bottom: 0;
}
.boardwrap .trunk {
  margin-bottom: 0;
  color: #ffffff;
}
.boardwrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .boardwrap .list {
    text-align: left;
  }
}
.boardwrap .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.boardwrap .list .item-wrap:hover {
  color: #ffffff;
}
.boardwrap .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .boardwrap .copyright {
    margin: 30px 0;
  }
}
.boardwrap .texture-section-title {
  color: #ffffff;
}
.nodewrapunit {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .nodewrapunit {
    min-height: 105px;
  }
}
.nodewrapunit nav.navbar {
  position: fixed;
}
.nodewrapunit .container {
  max-width: 1312px;
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nodewrapunit .container {
    flex-wrap: nowrap;
  }
}
.nodewrapunit .contentunit {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.nodewrapunit .nav-dropdown .link {
  padding: 0.75em 1em !important;
}
.nodewrapunit .nav-link {
  position: relative;
}
.nodewrapunit .nav-item:focus,
.nodewrapunit .nav-link:focus {
  outline: none;
}
.nodewrapunit .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b2131;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar {
    min-height: 105px;
  }
}
.nodewrapunit .navbar .moduleunit img {
  width: auto;
}
.nodewrapunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .nodewrapunit .navbar .navbar-nav-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .nodewrapunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodewrapunit .navbar .moduleunit img {
    height: 3rem !important;
  }
  .nodewrapunit .navbar ul.nodemodule li {
    margin: auto;
  }
  .nodewrapunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nodewrapunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodewrapunit .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    min-height: 100%;
    z-index: 5;
  }
}
.nodewrapunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
  flex-wrap: nowrap;
  color: #ffffff;
}
.nodewrapunit .navbar-brand .navbar-caption span {
  line-height: inherit !important;
  font-weight: inherit !important;
  color: #ffffff;
}
.nodewrapunit .navbar-brand .navbar-caption:hover {
  color: #ffffff !important;
}
.nodewrapunit .navbar-brand .moduleunit a {
  outline: none;
}
.nodewrapunit .navbar-expand-lg .nodemodule .nav-link {
  padding: 0;
}
.nodewrapunit ul.nodemodule {
  flex-wrap: wrap;
}
.nodewrapunit .navbar-buttons {
  text-align: center;
}
@media (min-width: 992px) {
  .nodewrapunit .navbar-buttons {
    width: 40%;
    text-align: right;
  }
}
.nodewrapunit .navbar-buttons .btn {
  min-width: 144px;
  font-weight: 400;
}
.nodewrapunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.nodewrapunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodewrapunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodewrapunit .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nodewrapunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002549;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodewrapunit .navbar {
    height: 60px;
  }
  .nodewrapunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .nodewrapunit .navbar {
    min-height: 105px;
  }
}
.outerwrap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4f576c;
}
.outerwrap .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .outerwrap .container {
    padding: 10px 8px;
  }
}
.outerwrap .row {
  border-radius: 25px;
  background-color: #1b2131;
  box-shadow: inset 0 0 5rem #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .outerwrap .row {
    padding: 50px 10px;
  }
}
.outerwrap .row .card {
  padding: 0;
}
.outerwrap .texture-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bad6ff;
  text-align: center;
}
@media (max-width: 992px) {
  .outerwrap .texture-section-subtitle {
    margin-bottom: 30px;
  }
}
.outerwrap .texture-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.outerwrap .texture-section-title span {
  opacity: .5;
}
.headwrap {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #4f576c;
}
@media (max-width: 992px) {
  .headwrap .partunit {
    font-size: 5rem;
  }
}
.headwrap h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .headwrap {
    align-items: center;
  }
  .headwrap .partunit {
    font-size: 2.8rem;
  }
  .headwrap .viewsegment {
    width: 100%;
  }
}
.headwrap .viewsegment {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .headwrap .viewsegment {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .headwrap {
    align-items: center;
  }
  .headwrap .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .headwrap .viewsegment {
    min-width: 50%;
  }
}
.headwrap .texture-section-title {
  text-align: center;
  color: #ffffff;
}
.headwrap .gridbody,
.headwrap .texture-section-btn {
  text-align: left;
  color: #ffffff;
}
.boardwrap {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1b2131;
}
.boardwrap .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .boardwrap .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .boardwrap .container {
    padding: 0 30px;
  }
}
.boardwrap .gridunit {
  margin-bottom: 20px;
}
.boardwrap .gridunit .nestedbox {
  display: inline-flex;
  align-items: center;
}
.boardwrap .gridunit .nestedbox img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 16px;
}
.boardwrap .gridunit .nestedbox .texture-section-title {
  margin-bottom: 0;
}
.boardwrap .trunk {
  margin-bottom: 0;
  color: #ffffff;
}
.boardwrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
@media (max-width: 992px) {
  .boardwrap .list {
    text-align: left;
  }
}
.boardwrap .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.boardwrap .list .item-wrap:hover {
  color: #ffffff;
}
.boardwrap .copyright {
  margin: 50px 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .boardwrap .copyright {
    margin: 30px 0;
  }
}
.boardwrap .texture-section-title {
  color: #ffffff;
}
/* logoanimations */
@keyframes glow {
    0% {
        text-shadow: 0 0 5px #fff;
    }
    50% {
        text-shadow: 0 0 20px #ff0;
    }
    100% {
        text-shadow: 0 0 5px #fff;
    }
}
.navbar-brand {
    animation: glow 2s alternate;
}
/* endlogoanimations */
/* cssform-start */
.ttc-form {
  padding: 60px 0;
  background: transparent;
}
.ttc-form .tile {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.ttc-form #customForm {
  width: 100%;
  color: #222;
  font-size: 16px;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.ttc-form #customForm .form-group {
  margin-bottom: 24px;
}
.ttc-form #customForm .form-group .form-control,
.ttc-form #customForm .form-group input.form-control,
.ttc-form #customForm .form-group textarea.form-control {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px;
  color: #222 !important;
  transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.ttc-form #customForm textarea.form-control {
  min-height: 160px !important;
  resize: vertical !important;
  border-radius: 0 !important;
}
.ttc-form #customForm .form-control:focus {
  outline: none !important;
  background: #fff !important;
  border-color: #3b6cff !important;
  box-shadow: 0 0 0 3px rgba(59,108,255,.2) !important;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #555;
  opacity: 1;
}
.ttc-form #customForm ::placeholder {
  color: #555;
  opacity: 1;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border: none !important;
  border-radius: 0 !important;
  background: #3b6cff;
  color: #fff;
  cursor: pointer;
  transition: background .3s ease, transform .1s ease;
}
.ttc-form #customForm .btn:hover {
  background: #2f58e6;
  transform: translateY(-1px);
}
.ttc-form #customForm small {
  font-size: 12px;
  color: #666;
}
.ttc-form #customForm a {
  color: #c47b22;
  text-decoration: none;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}
.ttc-form #customForm [data-for="captcha"],
.ttc-form #customForm [data-for^="consent_"] {
  margin-bottom: 20px;
}
.ttc-form #customForm .wrapperunit,
.ttc-form #customForm .slotunit {
  width: 100%;
  border: 1px solid #c7c9ce !important;
  background: #f2f3f5 !important;
  padding: 14px 16px !important;
  border-radius: 0 !important;
  text-align: left;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05);
}
.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for^="consent_"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #2e2e2e;
  cursor: pointer;
  margin: 0;
  flex-wrap: wrap;
}
.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for^="consent_"] input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #3b6cff;
}
.ttc-form #customForm .alert {
  border-radius: 0 !important;
  font-size: 14px;
  border: 1px solid rgba(255,255,255,.4) !important;
  background: rgba(255,255,255,.3) !important;
  color: #1b1b1b !important;
  backdrop-filter: blur(8px);
}
@media (min-width: 992px) {
  .ttc-form {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 40px 16px;
  }
  .ttc-form .tile {
    padding: 24px 20px;
    margin: 20px auto 0;
    max-width: 100%;
  }
  .ttc-form #customForm .form-group .form-control {
    font-size: 15px;
    padding: 12px 14px !important;
  }
  .ttc-form #customForm .btn {
    width: 100%;
    font-size: 15px;
    padding: 14px 20px;
  }
}
@media (max-width: 420px) {
  .ttc-form .tile {
    padding: 20px 15px;
  }
}
/* cssform-end */

/* Base Cookie Banner */
@keyframes coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}
@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}
.domcell {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}
.domcell.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: coolIn 0.8s ease-out forwards;
}
.domcell p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#cookieBanner button,
.domcell button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow:
    5px 5px 10px rgba(0, 0, 0, 0.2),
    -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
  text-align: center;
}
#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}
#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.3),
    inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}
#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .domcell {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 16px !important;
    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    z-index: 2147483647 !important;
    transform: translateX(-50%) translateY(20px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .domcell.show {
    transform: translateX(-50%) translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    animation: coolIn 0.8s ease-out forwards !important;
  }
  #cookieBanner button,
  .domcell button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 480px) {
  .domcell {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }
  #cookieBanner button,
  .domcell button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}
/* Finish Cookie Banner */
