@charset "UTF-8";
:root {
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-info-rgb: 13, 202, 240;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}
*,
*::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);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
 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;
}
blockquote {
  margin: 0 0 1rem;
}
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;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
.clipwrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .clipwrap {
    font-size: 5rem;
  }
}
.footbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .footbox {
    font-size: 4.5rem;
  }
}
.padwrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .padwrap {
    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;
  }
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.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-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.collapse:not(.show) {
  display: none;
}
.dropdown {
  position: relative;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.splitbox {
  --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;
}
.splitbox .nav-link.active, .splitbox .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 .splitbox {
    flex-direction: row;
  }
  .navbar-expand-lg .splitbox .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.module {
  --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);
}
.layouter {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
:root {
  --bs-btn-close-filter: ;
}
:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) ;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.d-flex {
  display: flex !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.w-100 {
  width: 100% !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !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-5 {
  margin-top: 3rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.text-center {
  text-align: center !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !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 .topbox {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .topbox img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .topbox.saturation-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .saturation-iconfont + .navbar-caption {
    vertical-align: -1px; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }
.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
@charset "UTF-8";
@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@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.saturation-iconfont:hover {
  text-decoration: none;
}
a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
.saturation-section-title {
  font-style: normal;
  line-height: 1.3;
}
.saturation-section-subtitle {
  line-height: 1.3;
}
.splitlayer {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
.clipwrap,
.footbox,
.padwrap,
.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;
}
.tilewrap {
  text-align: left;
}
img {
  display: block;
  width: 100%;
}
.card {
  background-color: transparent;
  border: none;
}
.card-box {
  width: 100%;
}
.saturation-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}
.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
nav .saturation-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}
.btn .saturation-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}
[type=submit] {
  -webkit-appearance: none;
}
.notch .outer {
  min-height: 100vh;
}
.notch {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .topbox 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 .splitbox.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}
.nav-link .saturation-iconfont {
  margin-right: 0.5rem;
}
.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}
.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}
.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.justify-content-center {
  -webkit-justify-content: center;
}
.card-wrapper {
  -webkit-flex: 1;
}
.form-group:focus {
  outline: none;
}
.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}
form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
form .saturation-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
textarea.form-control {
  line-height: 1.5rem !important;
}
.form-group {
  margin-bottom: 1.2rem;
}
.form-control,
form .btn {
  min-height: 48px;
}
.form-control:focus {
  box-shadow: none;
}
.outer {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}
ul,
blockquote {
  margin-bottom: 2.3125rem;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.item {
  position: relative;
}
@font-face {
  font-family: 'kerning2';
  font-display: swap;
  src:  url('fonts/guideline2.eot');
  src:  url('fonts/guideline2.eot') format('embedded-opentype'),
    url('fonts/guideline2.woff2') format('woff2'),
    url('fonts/guideline2.woff') format('woff'),
    url('fonts/guideline2.ttf') format('truetype'),
    url('fonts/guideline2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="resolution-"], [class*=" resolution-"] {
  font-family: 'kerning2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.resolution-palette-letter:before {
  content: "\e945";
}
.resolution-palette-map-pin:before {
  content: "\e94c";
}
.resolution-palette-mobile-2:before {
  content: "\e94e";
}
.resolution-palette-star:before {
  content: "\e97b";
}
.btn {
  border-width: 1px;
}
body {
  font-family: Inter Tight;
}
.clipwrap {
  font-family: 'Outfit', sans-serif;
  font-size: 4.2rem;
  line-height: 1.22;
}
.clipwrap > .saturation-iconfont {
  font-size: 5.25rem;
}
.footbox {
  font-family: 'Outfit', sans-serif;
  font-size: 3.1rem;
  line-height: 1.2;
}
.footbox > .saturation-iconfont {
  font-size: 3.875rem;
}
.padwrap {
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.padwrap > .saturation-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .saturation-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .saturation-iconfont {
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .clipwrap {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .clipwrap {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.22 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .footbox {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .padwrap {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .clipwrap {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.22 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .footbox {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .padwrap {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-primary,
.btn-primary:active {
  background-color: #00408d !important;
  border-color: #00408d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #0057c0 !important;
  border-color: #0057c0 !important;
  box-shadow: none;
}
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0057c0 !important;
  border-color: #0057c0 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.text-primary {
  color: #00408d !important;
}
.text-secondary {
  color: #3d94fc !important;
}
.text-info {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001227 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0360d0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.module {
  background-color: #70c770;
}
.layouter {
  background-color: #0054b9;
}
.saturation-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #00408d;
}
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .saturation-iconfont {
  font-size: 1.125rem;
}
.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: #00408d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .saturation-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #00408d;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.saturation-section-btn .btn {
  padding: 11px 28px;
  border-radius: 15px !important;
  font-weight: 400;
}
.saturation-section-btn .btn-black {
  background-color: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: inset -4px 3px 9px 0px #00408d, inset 3px -2px 8px 0px #3d94fc;
  transition: all .5s ease;
}
.saturation-section-btn .btn-black:hover,
.saturation-section-btn .btn-black:focus,
.saturation-section-btn .btn-black.active {
  box-shadow: inset 0px 36px 25px 0px #00408d, inset 0px -33px 25px 0px #3d94fc;
  color: #ffffff !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 24px !important;
}
.shell {
  border-radius: 10px !important;
}
ul.splitbox,
ul.splitbox::before {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  ul.splitbox,
  ul.splitbox::before {
    border-radius: 24px !important;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.unit .navbar-dropdown {
  position: relative !important;
}
.unit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.unit .nav-link {
  position: relative;
}
.unit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .unit .container {
    flex-wrap: nowrap;
  }
}
.unit .nav-item:focus,
.unit .nav-link:focus {
  outline: none;
}
.unit .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .unit .navbar {
    min-height: 80px;
  }
}
.unit .navbar .topbox img {
  width: auto;
  border-radius: 6px !important;
}
.unit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .unit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .unit .navbar .topbox img {
    height: 3rem !important;
  }
  .unit .navbar ul.splitbox li {
    margin: auto;
  }
  .unit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .unit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.unit .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .unit .navbar-brand {
    min-height: 80px;
  }
}
.unit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.unit .navbar-brand .navbar-caption:hover,
.unit .navbar-brand .navbar-caption:focus {
  color: #3d94fc !important;
}
.unit .navbar-brand .topbox a {
  outline: none;
}
.unit .navbar-expand-lg .splitbox .nav-link {
  padding: 0;
}
.unit ul.splitbox {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .unit ul.splitbox {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.unit ul.splitbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #3d94fc;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.unit .navbar-buttons {
  text-align: center;
}
.unit .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .unit .navbar-buttons .btn {
    width: auto !important;
  }
}
.unit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.unit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.unit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.unit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.unit .navbar-dropdown {
  padding: 0 1rem;
}
.unit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .unit .navbar {
    height: 70px;
  }
  .unit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.unit .splitbox {
  margin: 0 auto;
}
.unit .nav-item {
  padding: 0;
  margin: 0;
}
.unit .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.unit .nav-item .nav-link::after {
  color: #3d94fc !important;
  transform: rotate(0);
  transition: .3s;
}
.unit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #3d94fc;
  transition: all 0.5s ease-in-out;
}
.unit .nav-item .nav-link:hover,
.unit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #3d94fc !important;
}
.unit .nav-item .nav-link:hover::after,
.unit .nav-item .nav-link:focus::after {
  color: #3d94fc !important;
}
.unit .nav-item .nav-link:hover::before,
.unit .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.unit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .unit .navbar {
    justify-content: flex-start !important;
  }
  .unit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .unit .navbar-collapse .splitbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .unit .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .unit .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .unit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.unit .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .unit .dropdown {
    text-align: center;
    display: block !important;
  }
}
.unit .fieldnode {
  min-height: 110px;
}
@media (max-width: 992px) {
  .unit .fieldnode {
    min-height: 80px;
  }
}
.boxsegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.boxsegment::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #00408d 10%, #00408d 25%, #00408d 100%);
  filter: blur(150px);
  pointer-events: none;
}
.boxsegment::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.boxsegment .fieldnode {
  margin: 0 -30px;
}
.boxsegment .fieldnode .card {
  padding: 0 30px;
}
.boxsegment .boxwrap {
  position: relative;
  z-index: 1;
}
.boxsegment .boxwrap .plate .fieldset {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #3d94fc;
}
.boxsegment .boxwrap .saturation-section-title {
  margin-bottom: 24px;
}
.boxsegment .boxwrap .text-wrapper .splitlayer {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .boxsegment .boxwrap .text-wrapper .splitlayer {
    width: 100%;
  }
}
.boxsegment .boxwrap .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .boxsegment .boxwrap .saturation-section-btn {
    margin-top: 10px;
  }
}
.boxsegment .pad {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .boxsegment .pad {
    padding: 20px;
    margin-top: 40px;
  }
}
.boxsegment .pad .shellbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #3d94fc;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.boxsegment .pad .partlayer {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .boxsegment .pad .partlayer {
    min-height: auto;
    height: 300px;
  }
}
.boxsegment .pad .partlayer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.boxsegment .fieldset,
.boxsegment .plate {
  color: #ffffff;
  text-align: center;
}
.boxsegment .saturation-section-title {
  color: #ffffff;
}
.boxsegment .splitlayer,
.boxsegment .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.boxsegment .saturation-section-title,
.boxsegment .saturation-section-btn {
  text-align: center;
}
.tilepad {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.tilepad .card {
  justify-content: flex-end;
}
.tilepad .boxwrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilepad .boxwrap {
    margin-bottom: 20px;
  }
}
.tilepad .boxwrap .dompart {
  margin-bottom: 16px;
}
.tilepad .boxwrap .saturation-section-title {
  margin-bottom: 0;
}
.tilepad .saturation-section-btn {
  margin-bottom: 40px;
}
.tilepad .saturation-section-btn .btn::after,
.tilepad .saturation-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.tilepad .saturation-section-btn .btn:hover,
.tilepad .saturation-section-btn .btn:focus {
  color: #ffffff !important;
}
.tilepad .saturation-section-btn .btn:hover::after,
.tilepad .saturation-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.tilepad .coverunit {
  margin: 0 -20px;
}
.tilepad .coverunit .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .tilepad .coverunit .item {
    margin-bottom: 20px;
  }
}
.tilepad .coverunit .item .item-wrapper {
  position: relative;
  height: 100%;
  min-height: 560px;
  padding: 64px 40px 90px 40px;
}
@media (max-width: 992px) {
  .tilepad .coverunit .item .item-wrapper {
    min-height: auto;
    padding: 20px 20px 90px 20px;
  }
}
.tilepad .coverunit .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .tilepad .coverunit .item .item-wrapper .item-img img {
    transform: none;
  }
}
.tilepad .coverunit .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.tilepad .coverunit .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.tilepad .coverunit .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.tilepad .coverunit .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.tilepad .coverunit .card_1,
.tilepad .coverunit .card_2 {
  padding: 0 !important;
}
.tilepad .coverunit .card_1 .item-wrapper {
  min-height: 350px;
}
@media (max-width: 992px) {
  .tilepad .coverunit .card_1 .item-wrapper {
    min-height: auto;
  }
}
.tilepad .coverunit .card_2 .item-wrapper {
  min-height: 170px;
}
@media (max-width: 992px) {
  .tilepad .coverunit .card_2 .item-wrapper {
    min-height: auto;
  }
}
.tilepad .unitgrid {
  padding: 0 20px;
}
.tilepad .saturation-section-title {
  color: #ffffff;
}
.tilepad .dompart {
  color: #3d94fc;
  text-align: justify;
}
.tilepad .item-title {
  color: #ffffff;
}
.tilepad .item-text {
  color: #ffffff;
}
.tilepad .saturation-section-title {
  text-align: left;
}
.stacksegment {
  background-color: #000000;
}
.stacksegment .boxholder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stacksegment .boxholder .fieldnode {
  margin: 0;
}
.stacksegment .boxholder .sectional {
  align-items: flex-end;
}
.stacksegment .boxholder .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.stacksegment .boxholder .boxwrap {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stacksegment .boxholder .boxwrap {
    margin-bottom: 32px;
  }
}
.stacksegment .boxholder .boxwrap .plate {
  margin-bottom: 24px;
}
.stacksegment .boxholder .boxwrap .plate .nodecol {
  display: inline-flex;
  align-items: center;
}
.stacksegment .boxholder .boxwrap .plate .nodecol .viewwrap {
  display: inline-flex;
  margin-right: 12px;
}
.stacksegment .boxholder .boxwrap .plate .nodecol .viewwrap .decor {
  height: 10px;
  background-color: #3d94fc;
}
.stacksegment .boxholder .boxwrap .plate .nodecol .viewwrap .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.stacksegment .boxholder .boxwrap .plate .nodecol .viewwrap .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.stacksegment .boxholder .boxwrap .plate .nodecol .viewwrap .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.stacksegment .boxholder .boxwrap .plate .nodecol .viewwrap .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.stacksegment .boxholder .boxwrap .plate .nodecol .viewwrap .decor_5 {
  width: 2px;
}
.stacksegment .boxholder .boxwrap .plate .nodecol .fieldset {
  margin-bottom: 0;
}
.stacksegment .boxholder .boxwrap .saturation-section-subtitle {
  margin-bottom: 0;
}
.stacksegment .boxholder .desc-wrapper .matrix {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stacksegment .boxholder .desc-wrapper .matrix {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .stacksegment .boxholder .pad {
    margin-bottom: 32px;
  }
}
.stacksegment .boxholder .pad img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .stacksegment .boxholder .pad img {
    height: 300px;
  }
}
.stacksegment .boxholder .text-wrapper .saturation-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .stacksegment .boxholder .text-wrapper .saturation-section-title {
    margin-bottom: 24px;
  }
}
.stacksegment .boxholder .text-wrapper .splitlayer {
  margin-bottom: 0;
}
.stacksegment .boxholder .text-wrapper .saturation-section-btn {
  margin-top: 16px;
}
.stacksegment .fieldset {
  color: #fafafa;
}
.stacksegment .saturation-section-title {
  color: #fafafa;
}
.stacksegment .saturation-section-subtitle {
  color: #fafafa;
}
.stacksegment .matrix {
  color: #3d94fc;
}
.stacksegment .splitlayer {
  color: #ffffff;
}
.stacksegment .fieldset,
.stacksegment .plate {
  color: #3d94fc;
}
.mainfield {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.mainfield .row {
  margin: 0 -45px;
}
.mainfield .row .card {
  padding: 0 45px;
}
.mainfield .fieldnode {
  padding-top: 66px;
}
@media (max-width: 992px) {
  .mainfield .fieldnode {
    padding-top: 0;
  }
}
.mainfield .fieldnode .text-wrapper .splitlayer {
  margin-bottom: 12px;
}
.mainfield .fieldnode .saturation-section-btn .btn {
  margin-bottom: 0;
}
.mainfield .boxholder {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .mainfield .boxholder {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .mainfield .boxholder {
    margin-bottom: 22px;
  }
}
.mainfield .boxholder .plate .fieldset {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #000000;
  background-color: #3d94fc;
  margin-bottom: 22px;
}
.mainfield .boxholder .boxwrap .saturation-section-title {
  margin-bottom: 0;
}
.mainfield .fieldset {
  color: #3a001d;
}
.mainfield .saturation-section-title {
  color: #ffffff;
}
.mainfield .splitlayer {
  color: #3a001d;
}
.mainfield .splitlayer,
.mainfield .text-wrapper,
.mainfield .saturation-section-btn {
  color: #ffffff;
}
.mainfield .fieldset,
.mainfield .plate {
  color: #ffffff;
  text-align: center;
}
.trackbox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.trackbox .row {
  justify-content: center;
}
.trackbox .pad img {
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .trackbox .pad img {
    height: 300px;
  }
}
.trackbox .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .trackbox .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .trackbox .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.trackbox .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.trackbox .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00408d;
  opacity: .5;
  pointer-events: none;
}
.trackbox .card-wrapper .saturation-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .trackbox .card-wrapper .saturation-section-title {
    margin-bottom: 24px;
  }
}
.trackbox .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.trackbox .card-wrapper .text-wrapper .splitlayer {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .trackbox .card-wrapper .text-wrapper .splitlayer {
    width: 100%;
  }
}
.trackbox .card-wrapper .saturation-section-btn {
  position: relative;
  z-index: 1;
}
.trackbox .card-wrapper .saturation-section-btn .btn {
  margin-bottom: 0;
}
.trackbox .saturation-section-title {
  color: #2c2c26;
}
.trackbox .splitlayer,
.trackbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.trackbox .saturation-section-title,
.trackbox .saturation-section-btn {
  text-align: center;
  color: #ffffff;
}
.domcell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.domcell .fieldnode .boxwrap .plate {
  padding-bottom: 12px;
  border-bottom: 1px solid #0175ff;
  margin-bottom: 24px;
}
.domcell .fieldnode .boxwrap .plate .nodecol {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.domcell .fieldnode .boxwrap .plate .nodecol .fieldset {
  margin-bottom: 0;
}
.domcell .fieldnode .boxwrap .saturation-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .domcell .fieldnode .boxwrap .saturation-section-title {
    margin-bottom: 20px;
  }
}
.domcell .fieldnode .boxwrap .text-wrapper .splitlayer {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .domcell .fieldnode .boxwrap .text-wrapper .splitlayer {
    width: 100%;
  }
}
.domcell .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .domcell .saturation-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .domcell .coverunit {
    margin-top: 40px;
  }
}
.domcell .coverunit .unitgrid {
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  width: 80%;
}
@media (max-width: 992px) {
  .domcell .coverunit .unitgrid {
    width: 100%;
  }
}
.domcell .item {
  width: 100%;
}
.domcell .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  animation: none !important;
}
.domcell .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #3d94fc 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #3d94fc;
  display: inline-flex;
  padding: 2px;
}
.domcell .item .item-wrapper .icon-wrapper .icon-wrap .saturation-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.domcell .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.domcell .fieldset {
  color: #9ba9c4;
}
.domcell .saturation-section-title {
  color: #ffffff;
}
.domcell .splitlayer,
.domcell .text-wrapper {
  color: #ffffff;
}
.domcell .item-title {
  color: #d1d4e3;
}
.domcell .fieldset,
.domcell .plate {
  color: #3d94fc;
}
.domcell .item-title,
.domcell .coverunit {
  color: #ffffff;
}
.clusterbox {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("images/green1.jpeg");
}
.clusterbox .fieldnode {
  margin: 0 -20px;
}
.clusterbox .fieldnode .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .clusterbox .boxwrap {
    margin-bottom: 40px;
  }
}
.clusterbox .boxwrap .fieldset {
  margin-bottom: 12px;
}
.clusterbox .boxwrap .saturation-section-title {
  margin-bottom: 12px;
}
.clusterbox .boxwrap .splitlayer {
  margin-bottom: 0;
}
.clusterbox .boxwrap .saturation-section-btn {
  margin-top: 16px;
}
.clusterbox .boxwrap .saturation-section-btn .btn {
  margin-bottom: 0;
}
.clusterbox .coverunit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .clusterbox .coverunit {
    grid-template-columns: 1fr;
  }
}
.clusterbox .coverunit .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background-color: #00408d;
}
@media (max-width: 992px) {
  .clusterbox .coverunit .card-wrapper {
    padding: 16px;
  }
}
.clusterbox .coverunit .card-wrapper .pad {
  margin-bottom: 48px;
}
.clusterbox .coverunit .card-wrapper .pad img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
  display: inline-flex;
}
.clusterbox .coverunit .card-wrapper .card-box .item-name {
  margin-bottom: 4px;
}
.clusterbox .coverunit .card-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.clusterbox .coverunit .unitgrid .item {
  margin-bottom: 16px;
}
.clusterbox .coverunit .unitgrid .item:last-child {
  margin-bottom: 0;
}
.clusterbox .coverunit .unitgrid .item .item-wrapper {
  background-color: #00408d;
  padding: 24px;
}
@media (max-width: 992px) {
  .clusterbox .coverunit .unitgrid .item .item-wrapper {
    padding: 16px;
  }
}
.clusterbox .coverunit .unitgrid .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.clusterbox .coverunit .unitgrid .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.clusterbox .fieldset {
  color: #3d94fc;
}
.clusterbox .saturation-section-title {
  color: #ffffff;
}
.clusterbox .splitlayer {
  color: #ffffff;
}
.clusterbox .item-name {
  color: #ffffff;
}
.clusterbox .item-desc {
  color: #ffffff;
}
.clusterbox .item-title {
  color: #ffffff;
}
.clusterbox .item-text {
  color: #ffffff;
}
.interfacebox {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.interfacebox blockquote {
  border-color: #3d94fc;
  border-radius: 4px;
  background-color: #000000;
}
.interfacebox .splitlayer {
  color: #ffffff;
  text-align: center;
}
.mount {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.mount .row {
  position: relative;
}
.mount .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #00408d 50%, #00408d);
  filter: blur(32px) blur(32px);
}
.mount .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .mount .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .mount .row {
    padding: 0 24px;
  }
}
.mount .boxwrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .mount .boxwrap {
    margin-bottom: 24px;
  }
}
.mount .boxwrap img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.mount .boxwrap .saturation-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .mount .boxwrap .saturation-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .mount .boxwrap .saturation-section-title {
    color: #ffffff;
  }
}
.mount .boxwrap .splitlayer {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .mount .boxwrap .splitlayer {
    color: #ffffff;
  }
}
.mount .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
  text-align: left;
}
@media (max-width: 425px) {
  .mount .list {
    justify-content: flex-start;
  }
}
.mount .list .unitbox {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .mount .list .unitbox {
    margin: 5px 30px 5px 0;
  }
}
.mount .footer1 {
  overflow: hidden;
}
.mount .saturation-section-title {
  color: #111111;
}
.mount .splitlayer {
  color: #ffffff;
}
.mount .saturation-section-title,
.mount .pad {
  color: #ffffff;
  text-align: justify;
}
.unit .navbar-dropdown {
  position: relative !important;
}
.unit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.unit .nav-link {
  position: relative;
}
.unit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .unit .container {
    flex-wrap: nowrap;
  }
}
.unit .nav-item:focus,
.unit .nav-link:focus {
  outline: none;
}
.unit .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .unit .navbar {
    min-height: 80px;
  }
}
.unit .navbar .topbox img {
  width: auto;
  border-radius: 6px !important;
}
.unit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .unit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .unit .navbar .topbox img {
    height: 3rem !important;
  }
  .unit .navbar ul.splitbox li {
    margin: auto;
  }
  .unit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .unit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.unit .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .unit .navbar-brand {
    min-height: 80px;
  }
}
.unit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.unit .navbar-brand .navbar-caption:hover,
.unit .navbar-brand .navbar-caption:focus {
  color: #3d94fc !important;
}
.unit .navbar-brand .topbox a {
  outline: none;
}
.unit .navbar-expand-lg .splitbox .nav-link {
  padding: 0;
}
.unit ul.splitbox {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .unit ul.splitbox {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.unit ul.splitbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #3d94fc;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.unit .navbar-buttons {
  text-align: center;
}
.unit .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .unit .navbar-buttons .btn {
    width: auto !important;
  }
}
.unit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.unit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.unit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.unit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.unit .navbar-dropdown {
  padding: 0 1rem;
}
.unit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .unit .navbar {
    height: 70px;
  }
  .unit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.unit .splitbox {
  margin: 0 auto;
}
.unit .nav-item {
  padding: 0;
  margin: 0;
}
.unit .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.unit .nav-item .nav-link::after {
  color: #3d94fc !important;
  transform: rotate(0);
  transition: .3s;
}
.unit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #3d94fc;
  transition: all 0.5s ease-in-out;
}
.unit .nav-item .nav-link:hover,
.unit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #3d94fc !important;
}
.unit .nav-item .nav-link:hover::after,
.unit .nav-item .nav-link:focus::after {
  color: #3d94fc !important;
}
.unit .nav-item .nav-link:hover::before,
.unit .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.unit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .unit .navbar {
    justify-content: flex-start !important;
  }
  .unit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .unit .navbar-collapse .splitbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .unit .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .unit .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .unit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.unit .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .unit .dropdown {
    text-align: center;
    display: block !important;
  }
}
.unit .fieldnode {
  min-height: 110px;
}
@media (max-width: 992px) {
  .unit .fieldnode {
    min-height: 80px;
  }
}
.wrapsegment {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("images/yellow1.jpg");
}
.wrapsegment .boxholder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapsegment .boxholder .plate {
  margin-bottom: 20px;
}
.wrapsegment .boxholder .plate .nodecol {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #ffffff 38%, #3d94fc 75%);
  box-shadow: 0 10px 10px -5px #ffffff;
  padding: 0 1px 1px 0;
}
.wrapsegment .boxholder .plate .nodecol::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #3d94fc 0%, transparent 100%);
  z-index: -1;
}
.wrapsegment .boxholder .plate .nodecol .tilegrid {
  position: relative;
  z-index: 1;
  padding: 7px 18px;
  display: inline-flex;
  align-items: center;
  background-color: #00408d;
  box-shadow: inset 0 10px 8px 0 #000000;
}
.wrapsegment .boxholder .plate .nodecol .tilegrid .fieldset {
  margin-bottom: 0;
}
.wrapsegment .boxholder .boxwrap .saturation-section-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #ffffff 40%, #3d94fc 90%);
  margin-bottom: 20px;
}
.wrapsegment .boxholder .text-wrapper .splitlayer {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .wrapsegment .boxholder .text-wrapper .splitlayer {
    width: 100%;
  }
}
.wrapsegment .boxholder .saturation-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .wrapsegment .boxholder .saturation-section-btn {
    margin-top: 20px;
  }
}
.wrapsegment .fieldset,
.wrapsegment .plate {
  color: #ffffff;
}
.wrapsegment .saturation-section-title {
  color: #0f172a;
}
.wrapsegment .splitlayer,
.wrapsegment .text-wrapper {
  color: #ffffff;
}
.wrapsegment .saturation-section-title,
.wrapsegment .saturation-section-btn,
.wrapsegment .boxwrap {
  color: #000000;
}
.routebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.routebox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .routebox .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .routebox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .routebox .container {
    padding: 0 16px;
  }
}
.routebox .pad {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .routebox .pad {
    margin-bottom: 32px;
  }
}
.routebox .pad .partlayer {
  position: relative;
  border: 2px solid #3d94fc;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #3d94fc;
  box-shadow: 25px 32px 60px #00408d;
}
.routebox .pad .partlayer::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #000000;
}
@media (max-width: 1200px) {
  .routebox .pad .partlayer::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .routebox .pad .partlayer {
    width: 232px;
    height: 460px;
  }
}
.routebox .pad .partlayer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 7px solid #000000;
  background-color: #000000;
  border-radius: 3rem !important;
}
.routebox .boxholder .saturation-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .routebox .boxholder .saturation-section-title {
    margin-bottom: 16px;
  }
}
.routebox .boxholder .matrix {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .routebox .boxholder .matrix {
    margin-bottom: 16px;
  }
}
.routebox .boxholder .splitlayer {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .routebox .boxholder .splitlayer {
    margin-bottom: 16px;
  }
}
.routebox .saturation-section-title {
  color: #ffffff;
  text-align: center;
}
.routebox .matrix {
  color: #3d94fc;
  text-align: center;
}
.routebox .splitlayer {
  color: #ffffff;
}
.padunit {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.padunit .splitlayer {
  color: #ffffff;
}
.padunit .saturation-section-subtitle {
  color: #3d94fc;
  text-align: justify;
}
.padunit .saturation-section-title {
  color: #ffffff;
}
.spanbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.spanbox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .spanbox .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .spanbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .spanbox .container {
    padding: 0 16px;
  }
}
.spanbox .pad {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .spanbox .pad {
    margin-bottom: 32px;
  }
}
.spanbox .pad .partlayer {
  position: relative;
  border: 2px solid #3d94fc;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #3d94fc;
  box-shadow: 25px 32px 60px #00408d;
}
.spanbox .pad .partlayer::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #000000;
}
@media (max-width: 1200px) {
  .spanbox .pad .partlayer::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .spanbox .pad .partlayer {
    width: 232px;
    height: 460px;
  }
}
.spanbox .pad .partlayer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 7px solid #000000;
  background-color: #000000;
  border-radius: 3rem !important;
}
.spanbox .boxholder .saturation-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .spanbox .boxholder .saturation-section-title {
    margin-bottom: 16px;
  }
}
.spanbox .boxholder .matrix {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .spanbox .boxholder .matrix {
    margin-bottom: 16px;
  }
}
.spanbox .boxholder .splitlayer {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .spanbox .boxholder .splitlayer {
    margin-bottom: 16px;
  }
}
.spanbox .saturation-section-title {
  color: #ffffff;
  text-align: center;
}
.spanbox .matrix {
  color: #3d94fc;
  text-align: center;
}
.spanbox .splitlayer {
  color: #ffffff;
}
.zonebox {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.zonebox .splitlayer {
  color: #ffffff;
}
.zonebox .saturation-section-subtitle {
  color: #3d94fc;
  text-align: justify;
}
.zonebox .saturation-section-title {
  color: #ffffff;
}
.nestbox {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.nestbox blockquote {
  border-color: #3d94fc;
  border-radius: 4px;
  background-color: #000000;
}
.nestbox .splitlayer {
  color: #ffffff;
  text-align: center;
}
.mount {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.mount .row {
  position: relative;
}
.mount .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #00408d 50%, #00408d);
  filter: blur(32px) blur(32px);
}
.mount .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .mount .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .mount .row {
    padding: 0 24px;
  }
}
.mount .boxwrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .mount .boxwrap {
    margin-bottom: 24px;
  }
}
.mount .boxwrap img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.mount .boxwrap .saturation-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .mount .boxwrap .saturation-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .mount .boxwrap .saturation-section-title {
    color: #ffffff;
  }
}
.mount .boxwrap .splitlayer {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .mount .boxwrap .splitlayer {
    color: #ffffff;
  }
}
.mount .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
  text-align: left;
}
@media (max-width: 425px) {
  .mount .list {
    justify-content: flex-start;
  }
}
.mount .list .unitbox {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .mount .list .unitbox {
    margin: 5px 30px 5px 0;
  }
}
.mount .footer1 {
  overflow: hidden;
}
.mount .saturation-section-title {
  color: #111111;
}
.mount .splitlayer {
  color: #ffffff;
}
.mount .saturation-section-title,
.mount .pad {
  color: #ffffff;
  text-align: justify;
}
.unit .navbar-dropdown {
  position: relative !important;
}
.unit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.unit .nav-link {
  position: relative;
}
.unit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .unit .container {
    flex-wrap: nowrap;
  }
}
.unit .nav-item:focus,
.unit .nav-link:focus {
  outline: none;
}
.unit .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .unit .navbar {
    min-height: 80px;
  }
}
.unit .navbar .topbox img {
  width: auto;
  border-radius: 6px !important;
}
.unit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .unit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .unit .navbar .topbox img {
    height: 3rem !important;
  }
  .unit .navbar ul.splitbox li {
    margin: auto;
  }
  .unit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .unit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.unit .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .unit .navbar-brand {
    min-height: 80px;
  }
}
.unit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.unit .navbar-brand .navbar-caption:hover,
.unit .navbar-brand .navbar-caption:focus {
  color: #3d94fc !important;
}
.unit .navbar-brand .topbox a {
  outline: none;
}
.unit .navbar-expand-lg .splitbox .nav-link {
  padding: 0;
}
.unit ul.splitbox {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .unit ul.splitbox {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.unit ul.splitbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #3d94fc;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.unit .navbar-buttons {
  text-align: center;
}
.unit .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .unit .navbar-buttons .btn {
    width: auto !important;
  }
}
.unit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.unit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.unit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.unit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.unit .navbar-dropdown {
  padding: 0 1rem;
}
.unit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .unit .navbar {
    height: 70px;
  }
  .unit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.unit .splitbox {
  margin: 0 auto;
}
.unit .nav-item {
  padding: 0;
  margin: 0;
}
.unit .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.unit .nav-item .nav-link::after {
  color: #3d94fc !important;
  transform: rotate(0);
  transition: .3s;
}
.unit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #3d94fc;
  transition: all 0.5s ease-in-out;
}
.unit .nav-item .nav-link:hover,
.unit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #3d94fc !important;
}
.unit .nav-item .nav-link:hover::after,
.unit .nav-item .nav-link:focus::after {
  color: #3d94fc !important;
}
.unit .nav-item .nav-link:hover::before,
.unit .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.unit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .unit .navbar {
    justify-content: flex-start !important;
  }
  .unit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .unit .navbar-collapse .splitbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .unit .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .unit .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .unit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.unit .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .unit .dropdown {
    text-align: center;
    display: block !important;
  }
}
.unit .fieldnode {
  min-height: 110px;
}
@media (max-width: 992px) {
  .unit .fieldnode {
    min-height: 80px;
  }
}
.pane {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.pane .fieldnode {
  justify-content: flex-end;
}
.pane .fieldnode .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .pane .boxholder {
    margin-bottom: 32px;
  }
}
.pane .boxholder .saturation-section-title {
  margin-bottom: 24px;
}
.pane .boxholder .saturation-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.pane .boxholder .text-wrapper .splitlayer {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .pane .boxholder .text-wrapper .splitlayer {
    width: 100%;
  }
}
.pane .pad {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .pane .pad {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .pane .pad {
    padding: 0;
  }
}
.pane .pad img {
  height: 700px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .pane .pad img {
    height: 350px;
  }
}
.pane .saturation-section-title {
  color: #ffffff;
}
.pane .splitlayer,
.pane .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.zonecore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.zonecore .text-wrapper .saturation-section-title {
  margin-bottom: 0;
}
.zonecore .text-wrapper .splitlayer {
  margin: 32px 0 0 0;
}
.zonecore .saturation-section-title {
  color: #ffffff;
  text-align: center;
}
.zonecore .splitlayer {
  color: #ffffff;
  text-align: center;
}
.stacklayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.stacklayer .text-wrapper {
  padding: 0 10%;
  position: relative;
}
@media (max-width: 768px) {
  .stacklayer .text-wrapper {
    padding: 0 32px;
  }
}
.stacklayer .text-wrapper .saturation-iconfont {
  position: absolute;
  top: 0;
  left: 7%;
  color: #101511;
  font-size: 48px;
  z-index: 1;
}
@media (max-width: 768px) {
  .stacklayer .text-wrapper .saturation-iconfont {
    left: 0;
  }
}
.stacklayer .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #0175ff;
}
.stacklayer .text-wrapper .splitlayer {
  position: relative;
  z-index: 2;
  margin: 0;
}
.stacklayer .splitlayer {
  color: #ffffff;
}
.zonelayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.zonelayer .wrapper {
  background-image: url("images/thick1.jpg");
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
.zonelayer .wrapper img {
  width: 70%;
  margin: 0 auto;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .zonelayer .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .zonelayer .wrapper {
    padding: 6rem;
  }
}
.zonelayer .outer {
  border-radius: 30px;
  min-height: 100%;
}
.gridlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.gridlayer .card-title {
  padding-bottom: 18px;
  margin: 0;
  color: #ffffff;
}
.gridlayer .tilewrap {
  max-width: 547px;
}
.gridlayer .splitlayer,
.gridlayer .saturation-section-btn {
  color: #ffffff;
}
.gridlayer .left-side {
  margin-right: 20px;
}
.gridlayer .rowwrap {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .gridlayer .left-side {
    margin-right: 0px;
  }
  .gridlayer .rowwrap {
    padding-top: 20px;
    margin-left: 0px;
  }
}
.holdlayer {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.holdlayer blockquote {
  border-color: #3d94fc;
  border-radius: 4px;
  background-color: #000000;
}
.holdlayer .splitlayer {
  color: #ffffff;
  text-align: center;
}
.mount {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.mount .row {
  position: relative;
}
.mount .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #00408d 50%, #00408d);
  filter: blur(32px) blur(32px);
}
.mount .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .mount .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .mount .row {
    padding: 0 24px;
  }
}
.mount .boxwrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .mount .boxwrap {
    margin-bottom: 24px;
  }
}
.mount .boxwrap img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.mount .boxwrap .saturation-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .mount .boxwrap .saturation-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .mount .boxwrap .saturation-section-title {
    color: #ffffff;
  }
}
.mount .boxwrap .splitlayer {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .mount .boxwrap .splitlayer {
    color: #ffffff;
  }
}
.mount .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
  text-align: left;
}
@media (max-width: 425px) {
  .mount .list {
    justify-content: flex-start;
  }
}
.mount .list .unitbox {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .mount .list .unitbox {
    margin: 5px 30px 5px 0;
  }
}
.mount .footer1 {
  overflow: hidden;
}
.mount .saturation-section-title {
  color: #111111;
}
.mount .splitlayer {
  color: #ffffff;
}
.mount .saturation-section-title,
.mount .pad {
  color: #ffffff;
  text-align: justify;
}
.unit .navbar-dropdown {
  position: relative !important;
}
.unit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.unit .nav-link {
  position: relative;
}
.unit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .unit .container {
    flex-wrap: nowrap;
  }
}
.unit .nav-item:focus,
.unit .nav-link:focus {
  outline: none;
}
.unit .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .unit .navbar {
    min-height: 80px;
  }
}
.unit .navbar .topbox img {
  width: auto;
  border-radius: 6px !important;
}
.unit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .unit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .unit .navbar .topbox img {
    height: 3rem !important;
  }
  .unit .navbar ul.splitbox li {
    margin: auto;
  }
  .unit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .unit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.unit .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .unit .navbar-brand {
    min-height: 80px;
  }
}
.unit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.unit .navbar-brand .navbar-caption:hover,
.unit .navbar-brand .navbar-caption:focus {
  color: #3d94fc !important;
}
.unit .navbar-brand .topbox a {
  outline: none;
}
.unit .navbar-expand-lg .splitbox .nav-link {
  padding: 0;
}
.unit ul.splitbox {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .unit ul.splitbox {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.unit ul.splitbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #3d94fc;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.unit .navbar-buttons {
  text-align: center;
}
.unit .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .unit .navbar-buttons .btn {
    width: auto !important;
  }
}
.unit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.unit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.unit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.unit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.unit .navbar-dropdown {
  padding: 0 1rem;
}
.unit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .unit .navbar {
    height: 70px;
  }
  .unit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.unit .splitbox {
  margin: 0 auto;
}
.unit .nav-item {
  padding: 0;
  margin: 0;
}
.unit .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.unit .nav-item .nav-link::after {
  color: #3d94fc !important;
  transform: rotate(0);
  transition: .3s;
}
.unit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #3d94fc;
  transition: all 0.5s ease-in-out;
}
.unit .nav-item .nav-link:hover,
.unit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #3d94fc !important;
}
.unit .nav-item .nav-link:hover::after,
.unit .nav-item .nav-link:focus::after {
  color: #3d94fc !important;
}
.unit .nav-item .nav-link:hover::before,
.unit .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.unit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .unit .navbar {
    justify-content: flex-start !important;
  }
  .unit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .unit .navbar-collapse .splitbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .unit .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .unit .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .unit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.unit .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .unit .dropdown {
    text-align: center;
    display: block !important;
  }
}
.unit .fieldnode {
  min-height: 110px;
}
@media (max-width: 992px) {
  .unit .fieldnode {
    min-height: 80px;
  }
}
.neutralbox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.neutralbox .row.card {
  padding: 0 90px;
  background-color: #000000;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .neutralbox .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.neutralbox .row.card .gridbody {
  margin: -25px 0 0 0;
  transform: rotate(-5deg);
  background-color: #3d94fc;
  border-radius: 17px;
  padding: 20px;
}
.neutralbox .row.card .gridbody .saturation-section-subtitle {
  margin: 0;
}
.neutralbox .row.card .saturation-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .neutralbox .row.card .saturation-section-title {
    margin: 32px 0 0 0;
  }
}
.neutralbox .row.card .pad {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .neutralbox .row.card .pad {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .neutralbox .row.card .pad {
    display: block;
  }
}
.neutralbox .row.card .pad img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.neutralbox .row.card .pad img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .neutralbox .row.card .pad img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.neutralbox .row.card .pad img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .neutralbox .row.card .pad img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.neutralbox .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .neutralbox .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.neutralbox .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.neutralbox .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #0054b9;
  transition: all .3s ease;
}
.neutralbox .row.card .text-wrapper .splitlayer {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.neutralbox .row.card .text-wrapper .saturation-section-btn {
  position: relative;
  z-index: 1;
}
.neutralbox .saturation-section-title {
  color: #ffffff;
  text-align: center;
}
.neutralbox .saturation-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.neutralbox .splitlayer {
  color: #6e716f;
}
.neutralbox .splitlayer,
.neutralbox .saturation-section-btn {
  color: #ffffff;
}
.drawunit {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.drawunit .boxholder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawunit .boxholder::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0175ff 10%, #0175ff 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .drawunit .boxholder::before {
    width: 300px;
    height: 300px;
  }
}
.drawunit .fieldnode {
  position: relative;
  margin: 0 -40px;
}
.drawunit .fieldnode .card {
  padding: 0 40px;
}
.drawunit .fieldnode .boxwrap .plate {
  padding-bottom: 12px;
  border-bottom: 1px solid #3d94fc;
  margin-bottom: 24px;
}
.drawunit .fieldnode .boxwrap .plate .nodecol {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.drawunit .fieldnode .boxwrap .plate .nodecol .fieldset {
  margin-bottom: 0;
}
.drawunit .fieldnode .boxwrap .saturation-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .drawunit .fieldnode .boxwrap .saturation-section-title {
    margin-bottom: 20px;
  }
}
.drawunit .fieldnode .boxwrap .text-wrapper .splitlayer {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .drawunit .fieldnode .boxwrap .text-wrapper .splitlayer {
    width: 100%;
  }
}
.drawunit .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .drawunit .saturation-section-btn {
    margin-top: 10px;
  }
}
.drawunit .fieldset {
  color: #9ba9c4;
}
.drawunit .saturation-section-title {
  color: #ffffff;
}
.drawunit .splitlayer,
.drawunit .text-wrapper {
  color: #ffffff;
}
.drawunit label {
  color: #9ba9c4;
}
.drawunit .fieldset,
.drawunit .plate {
  color: #3d94fc;
}
.coverbox {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.coverbox .fieldnode .boxwrap .plate {
  padding-bottom: 12px;
  border-bottom: 1px solid #0175ff;
  margin-bottom: 24px;
}
.coverbox .fieldnode .boxwrap .plate .nodecol {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.coverbox .fieldnode .boxwrap .plate .nodecol .fieldset {
  margin-bottom: 0;
}
.coverbox .fieldnode .boxwrap .saturation-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .coverbox .fieldnode .boxwrap .saturation-section-title {
    margin-bottom: 20px;
  }
}
.coverbox .fieldnode .boxwrap .text-wrapper .splitlayer {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .coverbox .fieldnode .boxwrap .text-wrapper .splitlayer {
    width: 100%;
  }
}
.coverbox .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .coverbox .saturation-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .coverbox .coverunit {
    margin-top: 40px;
  }
}
.coverbox .coverunit .unitgrid {
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  width: 80%;
}
@media (max-width: 992px) {
  .coverbox .coverunit .unitgrid {
    width: 100%;
  }
}
.coverbox .item {
  width: 100%;
}
.coverbox .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  animation: none !important;
}
.coverbox .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #3d94fc 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #3d94fc;
  display: inline-flex;
  padding: 2px;
}
.coverbox .item .item-wrapper .icon-wrapper .icon-wrap .saturation-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.coverbox .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.coverbox .fieldset {
  color: #9ba9c4;
}
.coverbox .saturation-section-title {
  color: #ffffff;
}
.coverbox .splitlayer,
.coverbox .text-wrapper {
  color: #ffffff;
}
.coverbox .item-title {
  color: #d1d4e3;
}
.coverbox .fieldset,
.coverbox .plate {
  color: #3d94fc;
}
.coverbox .item-title,
.coverbox .coverunit {
  color: #ffffff;
}
.nodeunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/black1.jpg");
}
.nodeunit .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .nodeunit .card {
    margin-bottom: 40px;
  }
}
.nodeunit .boxwrap .fieldset {
  margin-bottom: 20px;
}
.nodeunit .boxwrap .saturation-section-title {
  margin-bottom: 20px;
}
.nodeunit .saturation-section-btn .btn {
  margin-bottom: 0;
}
.nodeunit .text-wrapper .splitlayer {
  margin-bottom: 0;
}
.nodeunit .fieldset {
  color: #3d94fc;
}
.nodeunit .saturation-section-title {
  color: #ffffff;
}
.nodeunit .splitlayer {
  color: #ffffff;
}
.grid {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.grid blockquote {
  border-color: #3d94fc;
  border-radius: 4px;
  background-color: #000000;
}
.grid .splitlayer {
  color: #ffffff;
  text-align: center;
}
.mount {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.mount .row {
  position: relative;
}
.mount .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #00408d 50%, #00408d);
  filter: blur(32px) blur(32px);
}
.mount .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .mount .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .mount .row {
    padding: 0 24px;
  }
}
.mount .boxwrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .mount .boxwrap {
    margin-bottom: 24px;
  }
}
.mount .boxwrap img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.mount .boxwrap .saturation-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .mount .boxwrap .saturation-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .mount .boxwrap .saturation-section-title {
    color: #ffffff;
  }
}
.mount .boxwrap .splitlayer {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .mount .boxwrap .splitlayer {
    color: #ffffff;
  }
}
.mount .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
  text-align: left;
}
@media (max-width: 425px) {
  .mount .list {
    justify-content: flex-start;
  }
}
.mount .list .unitbox {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .mount .list .unitbox {
    margin: 5px 30px 5px 0;
  }
}
.mount .footer1 {
  overflow: hidden;
}
.mount .saturation-section-title {
  color: #111111;
}
.mount .splitlayer {
  color: #ffffff;
}
.mount .saturation-section-title,
.mount .pad {
  color: #ffffff;
  text-align: justify;
}
.unit .navbar-dropdown {
  position: relative !important;
}
.unit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.unit .nav-link {
  position: relative;
}
.unit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .unit .container {
    flex-wrap: nowrap;
  }
}
.unit .nav-item:focus,
.unit .nav-link:focus {
  outline: none;
}
.unit .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .unit .navbar {
    min-height: 80px;
  }
}
.unit .navbar .topbox img {
  width: auto;
  border-radius: 6px !important;
}
.unit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .unit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .unit .navbar .topbox img {
    height: 3rem !important;
  }
  .unit .navbar ul.splitbox li {
    margin: auto;
  }
  .unit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .unit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.unit .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .unit .navbar-brand {
    min-height: 80px;
  }
}
.unit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.unit .navbar-brand .navbar-caption:hover,
.unit .navbar-brand .navbar-caption:focus {
  color: #3d94fc !important;
}
.unit .navbar-brand .topbox a {
  outline: none;
}
.unit .navbar-expand-lg .splitbox .nav-link {
  padding: 0;
}
.unit ul.splitbox {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .unit ul.splitbox {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.unit ul.splitbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #3d94fc;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.unit .navbar-buttons {
  text-align: center;
}
.unit .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .unit .navbar-buttons .btn {
    width: auto !important;
  }
}
.unit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.unit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.unit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.unit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.unit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.unit .navbar-dropdown {
  padding: 0 1rem;
}
.unit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .unit .navbar {
    height: 70px;
  }
  .unit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.unit .splitbox {
  margin: 0 auto;
}
.unit .nav-item {
  padding: 0;
  margin: 0;
}
.unit .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.unit .nav-item .nav-link::after {
  color: #3d94fc !important;
  transform: rotate(0);
  transition: .3s;
}
.unit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #3d94fc;
  transition: all 0.5s ease-in-out;
}
.unit .nav-item .nav-link:hover,
.unit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #3d94fc !important;
}
.unit .nav-item .nav-link:hover::after,
.unit .nav-item .nav-link:focus::after {
  color: #3d94fc !important;
}
.unit .nav-item .nav-link:hover::before,
.unit .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.unit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .unit .navbar {
    justify-content: flex-start !important;
  }
  .unit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .unit .navbar-collapse .splitbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .unit .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .unit .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .unit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.unit .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .unit .dropdown {
    text-align: center;
    display: block !important;
  }
}
.unit .fieldnode {
  min-height: 110px;
}
@media (max-width: 992px) {
  .unit .fieldnode {
    min-height: 80px;
  }
}
.tileunit {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
  overflow: hidden;
}
.tileunit::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #00408d 10%, #00408d 25%, #00408d 100%);
  filter: blur(150px);
  pointer-events: none;
}
.tileunit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.tileunit .boxholder {
  position: relative;
  z-index: 1;
}
.tileunit .boxholder .plate .fieldset {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.tileunit .boxholder .saturation-section-title {
  margin-bottom: 24px;
}
.tileunit .boxholder .text-wrapper .splitlayer {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tileunit .boxholder .text-wrapper .splitlayer {
    width: 100%;
  }
}
.tileunit .boxholder .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .tileunit .boxholder .saturation-section-btn {
    margin-top: 10px;
  }
}
.tileunit .fieldset,
.tileunit .plate {
  color: #ffffff;
  text-align: center;
}
.tileunit .saturation-section-title {
  color: #ffffff;
}
.tileunit .splitlayer,
.tileunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tileunit .saturation-section-title,
.tileunit .saturation-section-btn {
  text-align: center;
}
.line {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.line .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.line .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.line .splitlayer:last-child {
  padding-bottom: 0;
}
.line .row {
  justify-content: center;
}
.bodyunit {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.bodyunit .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.bodyunit .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.bodyunit .splitlayer:last-child {
  padding-bottom: 0;
}
.bodyunit .row {
  justify-content: center;
}
.shellcore {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.shellcore .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.shellcore .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.shellcore .splitlayer:last-child {
  padding-bottom: 0;
}
.shellcore .row {
  justify-content: center;
}
.fold {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.fold .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.fold .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.fold .splitlayer:last-child {
  padding-bottom: 0;
}
.fold .row {
  justify-content: center;
}
.nodemap {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.nodemap .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.nodemap .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.nodemap .splitlayer:last-child {
  padding-bottom: 0;
}
.nodemap .row {
  justify-content: center;
}
.gridtrack {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.gridtrack .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.gridtrack .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.gridtrack .splitlayer:last-child {
  padding-bottom: 0;
}
.gridtrack .row {
  justify-content: center;
}
.borderbox {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.borderbox .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.borderbox .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.borderbox .splitlayer:last-child {
  padding-bottom: 0;
}
.borderbox .row {
  justify-content: center;
}
.dockwrap {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.dockwrap .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.dockwrap .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.dockwrap .splitlayer:last-child {
  padding-bottom: 0;
}
.dockwrap .row {
  justify-content: center;
}
.contentwrap {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.contentwrap .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.contentwrap .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.contentwrap .splitlayer:last-child {
  padding-bottom: 0;
}
.contentwrap .row {
  justify-content: center;
}
.stage {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.stage .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.stage .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.stage .splitlayer:last-child {
  padding-bottom: 0;
}
.stage .row {
  justify-content: center;
}
.cellunitwrap {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cellunitwrap .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.cellunitwrap .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.cellunitwrap .splitlayer:last-child {
  padding-bottom: 0;
}
.cellunitwrap .row {
  justify-content: center;
}
.subbox {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.subbox .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.subbox .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.subbox .splitlayer:last-child {
  padding-bottom: 0;
}
.subbox .row {
  justify-content: center;
}
.outerwrap {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.outerwrap .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.outerwrap .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.outerwrap .splitlayer:last-child {
  padding-bottom: 0;
}
.outerwrap .row {
  justify-content: center;
}
.depthbox {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.depthbox .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.depthbox .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.depthbox .splitlayer:last-child {
  padding-bottom: 0;
}
.depthbox .row {
  justify-content: center;
}
.rowholder {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.rowholder .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.rowholder .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.rowholder .splitlayer:last-child {
  padding-bottom: 0;
}
.rowholder .row {
  justify-content: center;
}
.gridunitbox {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.gridunitbox .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.gridunitbox .row {
  justify-content: center;
}
.gridunitbox .saturation-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #3d94fc;
}
.gridunitbox .splitlayer {
  display: inline;
  width: 100%;
}
.gridunitbox .splitlayer:last-child {
  margin-bottom: 0px;
}
.gridunitbox .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.gridunitbox .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.gridunitbox .p {
  color: #3d94fc;
}
.canvas {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.canvas blockquote {
  border-color: #3d94fc;
  border-radius: 4px;
  background-color: #000000;
}
.canvas .splitlayer {
  color: #ffffff;
  text-align: center;
}
.mount {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.mount .row {
  position: relative;
}
.mount .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #00408d 50%, #00408d);
  filter: blur(32px) blur(32px);
}
.mount .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .mount .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .mount .row {
    padding: 0 24px;
  }
}
.mount .boxwrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .mount .boxwrap {
    margin-bottom: 24px;
  }
}
.mount .boxwrap img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.mount .boxwrap .saturation-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .mount .boxwrap .saturation-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .mount .boxwrap .saturation-section-title {
    color: #ffffff;
  }
}
.mount .boxwrap .splitlayer {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .mount .boxwrap .splitlayer {
    color: #ffffff;
  }
}
.mount .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
  text-align: left;
}
@media (max-width: 425px) {
  .mount .list {
    justify-content: flex-start;
  }
}
.mount .list .unitbox {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .mount .list .unitbox {
    margin: 5px 30px 5px 0;
  }
}
.mount .footer1 {
  overflow: hidden;
}
.mount .saturation-section-title {
  color: #111111;
}
.mount .splitlayer {
  color: #ffffff;
}
.mount .saturation-section-title,
.mount .pad {
  color: #ffffff;
  text-align: justify;
}
.viewbox .navbar-dropdown {
  position: relative !important;
}
.viewbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.viewbox .nav-link {
  position: relative;
}
.viewbox .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .viewbox .container {
    flex-wrap: nowrap;
  }
}
.viewbox .nav-item:focus,
.viewbox .nav-link:focus {
  outline: none;
}
.viewbox .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .viewbox .navbar {
    min-height: 80px;
  }
}
.viewbox .navbar .topbox img {
  width: auto;
  border-radius: 6px !important;
}
.viewbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .viewbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .viewbox .navbar .topbox img {
    height: 3rem !important;
  }
  .viewbox .navbar ul.splitbox li {
    margin: auto;
  }
  .viewbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .viewbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.viewbox .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .viewbox .navbar-brand {
    min-height: 80px;
  }
}
.viewbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.viewbox .navbar-brand .navbar-caption:hover,
.viewbox .navbar-brand .navbar-caption:focus {
  color: #3d94fc !important;
}
.viewbox .navbar-brand .topbox a {
  outline: none;
}
.viewbox .navbar-expand-lg .splitbox .nav-link {
  padding: 0;
}
.viewbox ul.splitbox {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .viewbox ul.splitbox {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.viewbox ul.splitbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #3d94fc;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.viewbox .navbar-buttons {
  text-align: center;
}
.viewbox .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .viewbox .navbar-buttons .btn {
    width: auto !important;
  }
}
.viewbox button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.viewbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.viewbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.viewbox button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.viewbox button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.viewbox button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.viewbox .navbar-dropdown {
  padding: 0 1rem;
}
.viewbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .viewbox .navbar {
    height: 70px;
  }
  .viewbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.viewbox .splitbox {
  margin: 0 auto;
}
.viewbox .nav-item {
  padding: 0;
  margin: 0;
}
.viewbox .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.viewbox .nav-item .nav-link::after {
  color: #3d94fc !important;
  transform: rotate(0);
  transition: .3s;
}
.viewbox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #3d94fc;
  transition: all 0.5s ease-in-out;
}
.viewbox .nav-item .nav-link:hover,
.viewbox .nav-item .nav-link:focus {
  background-color: transparent;
  color: #3d94fc !important;
}
.viewbox .nav-item .nav-link:hover::after,
.viewbox .nav-item .nav-link:focus::after {
  color: #3d94fc !important;
}
.viewbox .nav-item .nav-link:hover::before,
.viewbox .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.viewbox .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .viewbox .navbar {
    justify-content: flex-start !important;
  }
  .viewbox .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .viewbox .navbar-collapse .splitbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .viewbox .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .viewbox .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .viewbox .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.viewbox .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .viewbox .dropdown {
    text-align: center;
    display: block !important;
  }
}
.viewbox .fieldnode {
  min-height: 110px;
}
@media (max-width: 992px) {
  .viewbox .fieldnode {
    min-height: 80px;
  }
}
.layoutrow {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
  overflow: hidden;
}
.layoutrow::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #00408d 10%, #00408d 25%, #00408d 100%);
  filter: blur(150px);
  pointer-events: none;
}
.layoutrow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.layoutrow .boxholder {
  position: relative;
  z-index: 1;
}
.layoutrow .boxholder .plate .fieldset {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.layoutrow .boxholder .saturation-section-title {
  margin-bottom: 24px;
}
.layoutrow .boxholder .text-wrapper .splitlayer {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutrow .boxholder .text-wrapper .splitlayer {
    width: 100%;
  }
}
.layoutrow .boxholder .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .layoutrow .boxholder .saturation-section-btn {
    margin-top: 10px;
  }
}
.layoutrow .fieldset,
.layoutrow .plate {
  color: #ffffff;
  text-align: center;
}
.layoutrow .saturation-section-title {
  color: #ffffff;
}
.layoutrow .splitlayer,
.layoutrow .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.layoutrow .saturation-section-title,
.layoutrow .saturation-section-btn {
  text-align: center;
}
.viewnode {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.viewnode .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.viewnode .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.viewnode .splitlayer:last-child {
  padding-bottom: 0;
}
.viewnode .row {
  justify-content: center;
}
.neutralwrap {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.neutralwrap .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.neutralwrap .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.neutralwrap .splitlayer:last-child {
  padding-bottom: 0;
}
.neutralwrap .row {
  justify-content: center;
}
.formcore {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.formcore .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.formcore .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.formcore .splitlayer:last-child {
  padding-bottom: 0;
}
.formcore .row {
  justify-content: center;
}
.layoutunit {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.layoutunit .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.layoutunit .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.layoutunit .splitlayer:last-child {
  padding-bottom: 0;
}
.layoutunit .row {
  justify-content: center;
}
.viewsegment {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.viewsegment .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.viewsegment .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.viewsegment .splitlayer:last-child {
  padding-bottom: 0;
}
.viewsegment .row {
  justify-content: center;
}
.clipbox {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.clipbox .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.clipbox .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.clipbox .splitlayer:last-child {
  padding-bottom: 0;
}
.clipbox .row {
  justify-content: center;
}
.boxgrid {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.boxgrid .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.boxgrid .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.boxgrid .splitlayer:last-child {
  padding-bottom: 0;
}
.boxgrid .row {
  justify-content: center;
}
.modularbox {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.modularbox .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.modularbox .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.modularbox .splitlayer:last-child {
  padding-bottom: 0;
}
.modularbox .row {
  justify-content: center;
}
.rowgrid {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.rowgrid .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.rowgrid .row {
  justify-content: center;
}
.rowgrid .saturation-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #3d94fc;
}
.rowgrid .splitlayer {
  display: inline;
  width: 100%;
}
.rowgrid .splitlayer:last-child {
  margin-bottom: 0px;
}
.rowgrid .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.rowgrid .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.rowgrid .p {
  color: #3d94fc;
}
.framewrap {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.framewrap blockquote {
  border-color: #3d94fc;
  border-radius: 4px;
  background-color: #000000;
}
.framewrap .splitlayer {
  color: #ffffff;
  text-align: center;
}
.group {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.group .row {
  position: relative;
}
.group .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #00408d 50%, #00408d);
  filter: blur(32px) blur(32px);
}
.group .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .group .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .group .row {
    padding: 0 24px;
  }
}
.group .boxwrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .group .boxwrap {
    margin-bottom: 24px;
  }
}
.group .boxwrap img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.group .boxwrap .saturation-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .group .boxwrap .saturation-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .group .boxwrap .saturation-section-title {
    color: #ffffff;
  }
}
.group .boxwrap .splitlayer {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .group .boxwrap .splitlayer {
    color: #ffffff;
  }
}
.group .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
  text-align: left;
}
@media (max-width: 425px) {
  .group .list {
    justify-content: flex-start;
  }
}
.group .list .unitbox {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .group .list .unitbox {
    margin: 5px 30px 5px 0;
  }
}
.group .footer1 {
  overflow: hidden;
}
.group .saturation-section-title {
  color: #111111;
}
.group .splitlayer {
  color: #ffffff;
}
.group .saturation-section-title,
.group .pad {
  color: #ffffff;
  text-align: justify;
}
.topwrap .navbar-dropdown {
  position: relative !important;
}
.topwrap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.topwrap .nav-link {
  position: relative;
}
.topwrap .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .topwrap .container {
    flex-wrap: nowrap;
  }
}
.topwrap .nav-item:focus,
.topwrap .nav-link:focus {
  outline: none;
}
.topwrap .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .topwrap .navbar {
    min-height: 80px;
  }
}
.topwrap .navbar .topbox img {
  width: auto;
  border-radius: 6px !important;
}
.topwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .topwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .topwrap .navbar .topbox img {
    height: 3rem !important;
  }
  .topwrap .navbar ul.splitbox li {
    margin: auto;
  }
  .topwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .topwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.topwrap .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .topwrap .navbar-brand {
    min-height: 80px;
  }
}
.topwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.topwrap .navbar-brand .navbar-caption:hover,
.topwrap .navbar-brand .navbar-caption:focus {
  color: #3d94fc !important;
}
.topwrap .navbar-brand .topbox a {
  outline: none;
}
.topwrap .navbar-expand-lg .splitbox .nav-link {
  padding: 0;
}
.topwrap ul.splitbox {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .topwrap ul.splitbox {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.topwrap ul.splitbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #3d94fc;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.topwrap .navbar-buttons {
  text-align: center;
}
.topwrap .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .topwrap .navbar-buttons .btn {
    width: auto !important;
  }
}
.topwrap button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.topwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.topwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.topwrap button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.topwrap button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.topwrap button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.topwrap .navbar-dropdown {
  padding: 0 1rem;
}
.topwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .topwrap .navbar {
    height: 70px;
  }
  .topwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.topwrap .splitbox {
  margin: 0 auto;
}
.topwrap .nav-item {
  padding: 0;
  margin: 0;
}
.topwrap .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.topwrap .nav-item .nav-link::after {
  color: #3d94fc !important;
  transform: rotate(0);
  transition: .3s;
}
.topwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #3d94fc;
  transition: all 0.5s ease-in-out;
}
.topwrap .nav-item .nav-link:hover,
.topwrap .nav-item .nav-link:focus {
  background-color: transparent;
  color: #3d94fc !important;
}
.topwrap .nav-item .nav-link:hover::after,
.topwrap .nav-item .nav-link:focus::after {
  color: #3d94fc !important;
}
.topwrap .nav-item .nav-link:hover::before,
.topwrap .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.topwrap .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .topwrap .navbar {
    justify-content: flex-start !important;
  }
  .topwrap .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .topwrap .navbar-collapse .splitbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .topwrap .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .topwrap .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .topwrap .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.topwrap .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .topwrap .dropdown {
    text-align: center;
    display: block !important;
  }
}
.topwrap .fieldnode {
  min-height: 110px;
}
@media (max-width: 992px) {
  .topwrap .fieldnode {
    min-height: 80px;
  }
}
.pagebox {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
  overflow: hidden;
}
.pagebox::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #00408d 10%, #00408d 25%, #00408d 100%);
  filter: blur(150px);
  pointer-events: none;
}
.pagebox::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.pagebox .boxholder {
  position: relative;
  z-index: 1;
}
.pagebox .boxholder .plate .fieldset {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.pagebox .boxholder .saturation-section-title {
  margin-bottom: 24px;
}
.pagebox .boxholder .text-wrapper .splitlayer {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .pagebox .boxholder .text-wrapper .splitlayer {
    width: 100%;
  }
}
.pagebox .boxholder .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .pagebox .boxholder .saturation-section-btn {
    margin-top: 10px;
  }
}
.pagebox .fieldset,
.pagebox .plate {
  color: #ffffff;
  text-align: center;
}
.pagebox .saturation-section-title {
  color: #ffffff;
}
.pagebox .splitlayer,
.pagebox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.pagebox .saturation-section-title,
.pagebox .saturation-section-btn {
  text-align: center;
}
.drawwrap {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.drawwrap .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.drawwrap .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.drawwrap .splitlayer:last-child {
  padding-bottom: 0;
}
.drawwrap .row {
  justify-content: center;
}
.linedockbox {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.linedockbox .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.linedockbox .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.linedockbox .splitlayer:last-child {
  padding-bottom: 0;
}
.linedockbox .row {
  justify-content: center;
}
.partbox {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.partbox .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.partbox .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.partbox .splitlayer:last-child {
  padding-bottom: 0;
}
.partbox .row {
  justify-content: center;
}
.patternbox {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.patternbox .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.patternbox .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.patternbox .splitlayer:last-child {
  padding-bottom: 0;
}
.patternbox .row {
  justify-content: center;
}
.phasebox {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.phasebox .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.phasebox .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.phasebox .splitlayer:last-child {
  padding-bottom: 0;
}
.phasebox .row {
  justify-content: center;
}
.pathwrap {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.pathwrap .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.pathwrap .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.pathwrap .splitlayer:last-child {
  padding-bottom: 0;
}
.pathwrap .row {
  justify-content: center;
}
.dockband {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.dockband .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.dockband .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.dockband .splitlayer:last-child {
  padding-bottom: 0;
}
.dockband .row {
  justify-content: center;
}
.ridge {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.ridge .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.ridge .row {
  justify-content: center;
}
.ridge .saturation-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #3d94fc;
}
.ridge .splitlayer {
  display: inline;
  width: 100%;
}
.ridge .splitlayer:last-child {
  margin-bottom: 0px;
}
.ridge .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.ridge .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.ridge .p {
  color: #3d94fc;
}
.layoutbase {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.layoutbase blockquote {
  border-color: #3d94fc;
  border-radius: 4px;
  background-color: #000000;
}
.layoutbase .splitlayer {
  color: #ffffff;
  text-align: center;
}
.coretrack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.coretrack .row {
  position: relative;
}
.coretrack .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #00408d 50%, #00408d);
  filter: blur(32px) blur(32px);
}
.coretrack .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .coretrack .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .coretrack .row {
    padding: 0 24px;
  }
}
.coretrack .boxwrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .coretrack .boxwrap {
    margin-bottom: 24px;
  }
}
.coretrack .boxwrap img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.coretrack .boxwrap .saturation-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .coretrack .boxwrap .saturation-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .coretrack .boxwrap .saturation-section-title {
    color: #ffffff;
  }
}
.coretrack .boxwrap .splitlayer {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .coretrack .boxwrap .splitlayer {
    color: #ffffff;
  }
}
.coretrack .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
  text-align: left;
}
@media (max-width: 425px) {
  .coretrack .list {
    justify-content: flex-start;
  }
}
.coretrack .list .unitbox {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .coretrack .list .unitbox {
    margin: 5px 30px 5px 0;
  }
}
.coretrack .footer1 {
  overflow: hidden;
}
.coretrack .saturation-section-title {
  color: #111111;
}
.coretrack .splitlayer {
  color: #ffffff;
}
.coretrack .saturation-section-title,
.coretrack .pad {
  color: #ffffff;
  text-align: justify;
}
.bodysegment .navbar-dropdown {
  position: relative !important;
}
.bodysegment .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.bodysegment .nav-link {
  position: relative;
}
.bodysegment .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .bodysegment .container {
    flex-wrap: nowrap;
  }
}
.bodysegment .nav-item:focus,
.bodysegment .nav-link:focus {
  outline: none;
}
.bodysegment .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .bodysegment .navbar {
    min-height: 80px;
  }
}
.bodysegment .navbar .topbox img {
  width: auto;
  border-radius: 6px !important;
}
.bodysegment .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .bodysegment .navbar .nav-item .nav-link::before {
    display: none;
  }
  .bodysegment .navbar .topbox img {
    height: 3rem !important;
  }
  .bodysegment .navbar ul.splitbox li {
    margin: auto;
  }
  .bodysegment .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .bodysegment .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.bodysegment .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .bodysegment .navbar-brand {
    min-height: 80px;
  }
}
.bodysegment .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.bodysegment .navbar-brand .navbar-caption:hover,
.bodysegment .navbar-brand .navbar-caption:focus {
  color: #3d94fc !important;
}
.bodysegment .navbar-brand .topbox a {
  outline: none;
}
.bodysegment .navbar-expand-lg .splitbox .nav-link {
  padding: 0;
}
.bodysegment ul.splitbox {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .bodysegment ul.splitbox {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.bodysegment ul.splitbox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #3d94fc;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.bodysegment .navbar-buttons {
  text-align: center;
}
.bodysegment .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .bodysegment .navbar-buttons .btn {
    width: auto !important;
  }
}
.bodysegment button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.bodysegment button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.bodysegment button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.bodysegment button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.bodysegment button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.bodysegment button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.bodysegment .navbar-dropdown {
  padding: 0 1rem;
}
.bodysegment a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bodysegment .navbar {
    height: 70px;
  }
  .bodysegment .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.bodysegment .splitbox {
  margin: 0 auto;
}
.bodysegment .nav-item {
  padding: 0;
  margin: 0;
}
.bodysegment .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.bodysegment .nav-item .nav-link::after {
  color: #3d94fc !important;
  transform: rotate(0);
  transition: .3s;
}
.bodysegment .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #3d94fc;
  transition: all 0.5s ease-in-out;
}
.bodysegment .nav-item .nav-link:hover,
.bodysegment .nav-item .nav-link:focus {
  background-color: transparent;
  color: #3d94fc !important;
}
.bodysegment .nav-item .nav-link:hover::after,
.bodysegment .nav-item .nav-link:focus::after {
  color: #3d94fc !important;
}
.bodysegment .nav-item .nav-link:hover::before,
.bodysegment .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.bodysegment .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .bodysegment .navbar {
    justify-content: flex-start !important;
  }
  .bodysegment .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .bodysegment .navbar-collapse .splitbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .bodysegment .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .bodysegment .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .bodysegment .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.bodysegment .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .bodysegment .dropdown {
    text-align: center;
    display: block !important;
  }
}
.bodysegment .fieldnode {
  min-height: 110px;
}
@media (max-width: 992px) {
  .bodysegment .fieldnode {
    min-height: 80px;
  }
}
.colwrap {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
  overflow: hidden;
}
.colwrap::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #00408d 10%, #00408d 25%, #00408d 100%);
  filter: blur(150px);
  pointer-events: none;
}
.colwrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.colwrap .boxholder {
  position: relative;
  z-index: 1;
}
.colwrap .boxholder .plate .fieldset {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.colwrap .boxholder .saturation-section-title {
  margin-bottom: 24px;
}
.colwrap .boxholder .text-wrapper .splitlayer {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .colwrap .boxholder .text-wrapper .splitlayer {
    width: 100%;
  }
}
.colwrap .boxholder .saturation-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .colwrap .boxholder .saturation-section-btn {
    margin-top: 10px;
  }
}
.colwrap .fieldset,
.colwrap .plate {
  color: #ffffff;
  text-align: center;
}
.colwrap .saturation-section-title {
  color: #ffffff;
}
.colwrap .splitlayer,
.colwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.colwrap .saturation-section-title,
.colwrap .saturation-section-btn {
  text-align: center;
}
.sidebox {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.sidebox .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.sidebox .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.sidebox .splitlayer:last-child {
  padding-bottom: 0;
}
.sidebox .row {
  justify-content: center;
}
.holdbox {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.holdbox .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.holdbox .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.holdbox .splitlayer:last-child {
  padding-bottom: 0;
}
.holdbox .row {
  justify-content: center;
}
.slotunit {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.slotunit .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.slotunit .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.slotunit .splitlayer:last-child {
  padding-bottom: 0;
}
.slotunit .row {
  justify-content: center;
}
.form {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.form .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.form .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.form .splitlayer:last-child {
  padding-bottom: 0;
}
.form .row {
  justify-content: center;
}
.trunk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.trunk .card-heading {
  padding-bottom: 32px;
  color: #ffffff;
}
.trunk .splitlayer {
  padding-bottom: 26px;
  color: #ffffff;
}
.trunk .splitlayer:last-child {
  padding-bottom: 0;
}
.trunk .row {
  justify-content: center;
}
.element {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.element .card-heading {
  color: #000000;
  margin-bottom: 24px;
}
.element .row {
  justify-content: center;
}
.element .saturation-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #3d94fc;
}
.element .splitlayer {
  display: inline;
  width: 100%;
}
.element .splitlayer:last-child {
  margin-bottom: 0px;
}
.element .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.element .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.element .p {
  color: #3d94fc;
}
.padbox {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.padbox blockquote {
  border-color: #3d94fc;
  border-radius: 4px;
  background-color: #000000;
}
.padbox .splitlayer {
  color: #ffffff;
  text-align: center;
}
.levelbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.levelbox .row {
  position: relative;
}
.levelbox .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #00408d 50%, #00408d);
  filter: blur(32px) blur(32px);
}
.levelbox .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .levelbox .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .levelbox .row {
    padding: 0 24px;
  }
}
.levelbox .boxwrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .levelbox .boxwrap {
    margin-bottom: 24px;
  }
}
.levelbox .boxwrap img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.levelbox .boxwrap .saturation-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .levelbox .boxwrap .saturation-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .levelbox .boxwrap .saturation-section-title {
    color: #ffffff;
  }
}
.levelbox .boxwrap .splitlayer {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .levelbox .boxwrap .splitlayer {
    color: #ffffff;
  }
}
.levelbox .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
  text-align: left;
}
@media (max-width: 425px) {
  .levelbox .list {
    justify-content: flex-start;
  }
}
.levelbox .list .unitbox {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .levelbox .list .unitbox {
    margin: 5px 30px 5px 0;
  }
}
.levelbox .footer1 {
  overflow: hidden;
}
.levelbox .saturation-section-title {
  color: #111111;
}
.levelbox .splitlayer {
  color: #ffffff;
}
.levelbox .saturation-section-title,
.levelbox .pad {
  color: #ffffff;
  text-align: justify;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(-10%) scale(1.05);
  }
  70% {
    transform: translateY(5%) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10%) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
}
.blocklayer {
  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;
}
.blocklayer.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: bounceIn 0.8s ease-out forwards;
}
.blocklayer p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#cookieBanner button,
.blocklayer button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow:
    5px 5px 10px rgba(0, 0, 0, 0.2),
    -5px -5px 10px rgba(255, 255, 255, 0.8);
  text-align: center;
}
#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}
#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.3),
    inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}
#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .blocklayer {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 16px !important;
    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    z-index: 2147483647 !important;
    transform: translateX(-50%) translateY(20px) scale(0.95) !important;
  }
  .blocklayer.show {
    transform: translateX(-50%) translateY(0) scale(1) !important;
  }
  #cookieBanner button,
  .blocklayer button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 480px) {
  .blocklayer {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }
  #cookieBanner button,
  .blocklayer button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}
@keyframes flipIn {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}
.navbar-brand {
    animation: flipIn 1s ease-out;
}
.ttc-form {
  padding: 0 !important;
  background: transparent;
}
.ttc-form #customForm {
  width: 100%;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  background: #f3f3f0;
  border-radius: 18px;
  padding: 24px 20px;
  margin: 0;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  box-sizing: border-box;
  border: 1px solid #ececec;
}
.ttc-form #customForm * {
  color: #111111;
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0 !important;
  padding: 16px 14px;
  margin: 0;
  background: #ffffff !important;
  box-shadow: none !important;
  font-size: 16px;
  transition: border-color .15s ease, background-color .15s ease;
}
.ttc-form #customForm .form-control + .form-control {
  border-top: 0 !important;
}
.ttc-form #customForm .form-group {
  margin-bottom: 0;
  padding: 0 14px;
}
.ttc-form #customForm textarea.form-control {
  min-height: 180px;
  resize: vertical;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #8b8b8b;
}
.ttc-form #customForm ::placeholder {
  color: #8b8b8b;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  background: #fff !important;
  border-color: #111111 !important;
}
.ttc-form #customForm .btn {
  display: block;
  width: 100%;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  border: 2px solid #111111;
  border-radius: 0 !important;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  transition: background-color .12s ease, color .12s ease, transform .08s ease;
  text-transform: uppercase;
}
.ttc-form #customForm .btn:hover {
  background: #000000;
  transform: translateY(-1px);
}
.ttc-form #customForm small {
  display: block;
  font-size: 12px;
  color: #666666;
  padding: 12px 14px;
  border-top: 1px solid #ececec;
  background: #fafafa;
}
.ttc-form #customForm a {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 2px;
  overflow-wrap: break-word;
}
.ttc-form #customForm a:hover {
  text-decoration-thickness: 2px;
}
.ttc-form #customForm [data-for="captcha"] > div,
.ttc-form #customForm [data-for="consent_processing"] > div,
.ttc-form #customForm [data-for="consent_contact"] > div {
  background: #fcfcfc;
  padding: 16px 14px;
  border-radius: 0;
  width: 100%;
  text-align: left;
  border: 1px solid #dcdcdc;
  margin: 0;
}
.ttc-form #customForm [data-for="consent_processing"] > div {
  border-top: 0;
}
.ttc-form #customForm [data-for="consent_contact"] > div {
  border-top: 0;
}
.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for="consent_processing"] label,
.ttc-form #customForm [data-for="consent_contact"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #222222;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
}
.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_processing"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_contact"] input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #111111;
}
.ttc-form #customForm .alert {
  border-radius: 0;
  font-size: 14px;
  padding: 14px 16px;
  background: #c4eacb;
  border: 1px solid #3aa54f;
  color: #0a3a14;
}
@media (min-width: 992px) {
  .ttc-form {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 0 14px !important;
  }
  .ttc-form #customForm {
    padding: 20px 14px;
  }
  .ttc-form #customForm .form-control {
    font-size: 15px;
    padding: 14px 12px;
  }
  .ttc-form #customForm .btn {
    font-size: 13px;
    padding: 16px 16px;
  }
}
@media (max-width: 420px) {
  .ttc-form #customForm {
    padding: 18px 10px;
  }
}
