@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 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;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.shell {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .shell {
    font-size: 5rem;
  }
}

.blocklayer {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .blocklayer {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-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-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .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.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.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);
}

.navwrap {
  --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;
}
 .navwrap .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 .navwrap {
    flex-direction: row;
  }
  .navbar-expand-lg .navwrap .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.splitlayer {
  --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);
}

.tracebox {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

:root {
  --bs-btn-close-filter: ;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.segment {
  position: relative !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-center {
  justify-content: center !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .shellcore {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .shellcore img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown.navbar-fixed-top {
    position: fixed; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.blend-section-title {
  font-style: normal;
  line-height: 1.3;
}

.zonefield {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
.shell,
.blocklayer,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */
.deck {
  color: #ffffff;
}

/*! Text-aligns */
.rowwrap {
  text-align: left;
}

.spanunit {
  text-align: center;
}

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}
/*! Buttons */
.blend-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 .blend-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

.areawrap {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .shellcore 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 .navwrap.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .blend-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.form-control:focus {
  box-shadow: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.card-wrapper {
  overflow: hidden;
}

.item {
  position: relative;
}
@font-face {
  font-family: 'zoom2';
  font-display: swap;
  src:  url('fonts/usability2.eot');
  src:  url('fonts/usability2.eot') format('embedded-opentype'),
    url('fonts/usability2.woff2') format('woff2'),
    url('fonts/usability2.woff') format('woff'),
    url('fonts/usability2.ttf') format('truetype'),
    url('fonts/usability2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Gloock;
}
.shell {
  font-family: 'Gloock', serif;
  font-size: 3.5rem;
  line-height: 80px;
  letter-spacing: 0.99px;
}
.blocklayer {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 60px;
  letter-spacing: 2.4px;
}
.display-5 {
  font-family: 'Gloock', serif;
  font-size: 2.5rem;
  line-height: 30px;
  letter-spacing: 0.99px;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.35rem;
  line-height: 35px;
  letter-spacing: normal;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .shell {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .shell {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .blocklayer {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-primary,
.btn-primary:active {
  background-color: #d17756 !important;
  border-color: #d17756 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus {
  color: #ffffff !important;
  background-color: #a44d2d !important;
  border-color: #a44d2d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a44d2d !important;
  border-color: #a44d2d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.text-primary {
  color: #d17756 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #984729 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.splitlayer {
  background-color: #70c770;
}
.tracebox {
  background-color: #985b30;
}
a,
a:hover {
  color: #d17756;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 60px;
  letter-spacing: 2.4px;
  font-weight: 400;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d17756 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 60px;
  letter-spacing: 2.4px;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.blend-section-btn .btn {
  padding: 0 60px;
  box-shadow: none;
}
@media (max-width: 768px) {
  .blend-section-btn .btn {
    padding: 15px 30px;
  }
}
.blend-section-btn .btn:hover,
.blend-section-btn .btn:focus {
  box-shadow: none;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.layoutbase {
  z-index: 1000;
  width: 100%;
}
.layoutbase nav.navbar {
  position: fixed;
}
.layoutbase .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutbase .nav-link {
  position: relative;
}
.layoutbase .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .layoutbase .container {
    flex-wrap: nowrap;
  }
}
.layoutbase .navwrap {
  margin: 0 auto;
}
.layoutbase .nav-item:focus,
.layoutbase .nav-link:focus {
  outline: none;
}
.layoutbase .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #263652;
  border: none !important;
  box-shadow: none !important;
}
.layoutbase .navbar .shellcore img {
  width: auto;
}
.layoutbase .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutbase .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutbase .navbar .shellcore img {
    height: 3rem !important;
  }
  .layoutbase .navbar ul.navwrap li {
    margin: auto;
  }
  .layoutbase .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layoutbase .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .layoutbase .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.layoutbase .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutbase .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutbase .navbar-brand .shellcore a {
  outline: none;
}
.layoutbase .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.layoutbase ul.navwrap {
  flex-wrap: wrap;
}
.layoutbase .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.layoutbase button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutbase button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutbase .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.layoutbase a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutbase .navbar {
    height: 70px;
  }
  .layoutbase .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutbase .container,
.layoutbase .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .layoutbase .container:before,
  .layoutbase .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
}
.layoutbase .blend-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.layoutbase .edgebox {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .layoutbase .edgebox {
    display: block;
  }
}
@media (max-width: 991px) {
  .layoutbase .navbar {
    overflow: hidden;
  }
  .layoutbase .container,
  .layoutbase .container-fluid {
    min-height: 85px;
  }
  .layoutbase .navbar-brand {
    min-height: 85px;
  }
  .layoutbase .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .layoutbase .navwrap .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .layoutbase .blend-section-btn {
    text-align: left;
  }
  .layoutbase .edgebox {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .layoutbase .edgebox:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #263652;
    z-index: 4;
    transition: 0.1s all;
  }
}
.root {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("images/shallow1.jpg");
}
.root .card-wrapper {
  padding: 120px 80px;
  background-color: #3b6e8f;
}
@media (max-width: 1440px) {
  .root .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .root .card-wrapper {
    padding: 40px 20px;
  }
}
.root .card-wrapper .coverbox {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .root .card-wrapper .coverbox {
    margin-bottom: 20px;
  }
}
.root .card-wrapper .coverbox .gridcell {
  display: inline-block;
  padding: 6px 20px;
  background-color: #263652;
  margin-bottom: 0;
}
.root .card-wrapper .blend-section-title {
  margin-bottom: 20px;
}
.root .card-wrapper .text-wrapper .zonefield {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .root .card-wrapper .text-wrapper .zonefield {
    width: 80%;
  }
}
.root .blend-section-title {
  color: #19171c;
}
.root .gridcell,
.root .coverbox {
  color: #ffffff;
  text-align: center;
}
.root .zonefield,
.root .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.root .blend-section-title,
.root .blend-section-btn {
  text-align: center;
  color: #ffeec7;
}
.splitunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.splitunit .row {
  justify-content: space-between;
}
.splitunit .card {
  justify-content: center;
}
.splitunit .board {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .splitunit .board {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .splitunit .board {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.splitunit .board img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .splitunit .board img {
    height: 300px;
  }
}
.splitunit .flexwrap .gridcell {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .splitunit .flexwrap .gridcell {
    margin-bottom: 15px;
  }
}
.splitunit .flexwrap .blend-section-title {
  margin-bottom: 0;
}
.splitunit .flexwrap .text-wrapper .zonefield {
  display: inline-block;
  width: 70%;
  margin-top: 60px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .splitunit .flexwrap .text-wrapper .zonefield {
    width: 100%;
    margin-top: 30px;
  }
}
.splitunit .flexwrap .blend-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .splitunit .flexwrap .blend-section-btn {
    margin-top: 15px;
  }
}
.splitunit .gridcell {
  color: #000000;
}
.splitunit .blend-section-title {
  color: #000000;
}
.splitunit .zonefield {
  color: #000000;
}
.anchorbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b6e8f;
}
.anchorbox .row {
  justify-content: space-between;
}
.anchorbox .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 64px;
  background-color: #263652;
}
@media (max-width: 1440px) {
  .anchorbox .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .anchorbox .card-wrapper {
    padding: 24px 12px;
    display: block;
  }
}
.anchorbox .card-wrapper .card-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .anchorbox .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 14px;
  }
}
.anchorbox .card-wrapper .card-wrap .blend-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .anchorbox .card-wrapper .card-wrap .blend-section-title {
    margin-bottom: 24px;
  }
}
.anchorbox .card-wrapper .card-wrap .text-wrapper .zonefield {
  margin-bottom: 24px;
}
.anchorbox .card-wrapper .card-wrap .blend-section-btn .btn {
  margin-bottom: 0;
}
.anchorbox .card-wrapper .board {
  width: 50%;
}
@media (max-width: 992px) {
  .anchorbox .card-wrapper .board {
    width: 100%;
  }
}
.anchorbox .card-wrapper .board img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .anchorbox .card-wrapper .board img {
    height: 300px;
  }
}
.anchorbox .blend-section-title {
  color: #ffffff;
}
.anchorbox .zonefield,
.anchorbox .text-wrapper {
  color: #ffffff;
}
.anchorbox .blend-section-title,
.anchorbox .blend-section-btn {
  color: #ffeec7;
  text-align: center;
}
.unitsegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .unitsegment .container {
    padding: 0 15px;
  }
}
.unitsegment .flexwrap {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .unitsegment .flexwrap {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .unitsegment .flexwrap {
    padding-right: 0;
  }
}
.unitsegment .structurebox {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .unitsegment .structurebox {
    display: block;
  }
}
.unitsegment .structurebox .blend-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .unitsegment .structurebox .blend-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.unitsegment .structurebox .zonefield {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .unitsegment .structurebox .zonefield {
    margin-bottom: 40px;
    width: 100%;
  }
}
.unitsegment .stage {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #263652;
}
.unitsegment .stage::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #263652;
  transform: rotate(20deg);
}
.unitsegment .blend-section-title {
  color: #000000;
  text-align: center;
}
.unitsegment .contentbox,
.unitsegment .desc-wrapper {
  color: #3f1819;
}
.unitsegment .zonefield {
  color: #000000;
}
.corewrapbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b6e8f;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .corewrapbox .container {
    padding: 0 16px;
  }
}
.corewrapbox .row {
  justify-content: space-between;
}
.corewrapbox .desc-wrapper .contentbox {
  margin-bottom: 32px;
}
.corewrapbox .flexwrap .blend-section-title {
  margin-bottom: 32px;
}
.corewrapbox .flexwrap .zonefield {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .corewrapbox .board {
    margin-top: 32px;
  }
}
.corewrapbox .board img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .corewrapbox .board img {
    height: 350px;
  }
}
.corewrapbox .contentbox {
  color: #ffffff;
}
.corewrapbox .blend-section-title {
  color: #000000;
}
.corewrapbox .zonefield {
  color: #000000;
}
.corewrapbox .zonefield,
.corewrapbox .text-wrapper {
  color: #ffffff;
}
.corewrapbox .blend-section-title,
.corewrapbox .blend-section-btn {
  color: #ffeec7;
  text-align: center;
}
.corefield {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.corefield .stage {
  width: 100%;
  height: 3px;
  background-color: #263652;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .corefield .stage {
    height: 2px;
    margin-bottom: 32px;
  }
}
.corefield .card {
  justify-content: center;
}
.corefield .partunit .blend-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .corefield .partunit .blend-section-title {
    margin-bottom: 32px;
  }
}
.corefield .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.corefield .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #263652;
}
.corefield .list-wrapper .list .item-wrap:hover,
.corefield .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.corefield .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.corefield .blend-section-title {
  color: #000000;
}
.corefield .list {
  color: #000000;
}
.corefield .list,
.corefield .item-wrap {
  color: #000000;
}
.sublayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.sublayer .stage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.sublayer .structurebox {
  align-items: center;
  justify-content: space-between;
}
.sublayer .structurebox .card {
  justify-content: space-between;
}
.sublayer .flexwrap {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .sublayer .flexwrap {
    padding: 0;
  }
}
.sublayer .flexwrap .blend-section-title {
  margin-bottom: 16px;
}
.sublayer .flexwrap .desc-wrapper .contentbox {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .sublayer .flexwrap .desc-wrapper .contentbox {
    -webkit-text-stroke-width: .12rem;
  }
}
.sublayer .blend-section-title {
  color: #150764;
  text-align: center;
}
.sublayer .contentbox,
.sublayer .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.sublayer .blend-section-title,
.sublayer .blend-section-btn {
  color: #000000;
}
.area {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #263652;
}
@media (max-width: 992px) and (max-width: 992px) {
  .area .container {
    padding: 0 24px;
  }
}
.area .row {
  justify-content: space-between;
}
.area .logo-wrapper {
  display: flex;
}
.area .logo-wrapper .stage {
  width: 100%;
  border-bottom: 1px solid #ffeec7;
}
.area .flexwrap {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .area .flexwrap {
    padding: 24px 0;
  }
}
.area .flexwrap .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.area .flexwrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.area .flexwrap .list .item-wrap:hover,
.area .flexwrap .list .item-wrap:focus {
  color: #ffeec7;
}
.area .flexwrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.area .flexwrap .blend-section-title {
  margin-bottom: 24px;
}
.area .flexwrap .partbox {
  margin-bottom: 0;
  line-height: 1.5;
}
.area .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .area .nav-list {
    padding: 0;
  }
}
.area .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffeec7;
  border-bottom: 1px solid #ffeec7;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.area .nav-list .item-wrap:hover,
.area .nav-list .item-wrap:focus {
  color: #ffeec7;
}
.area .nav-list .item-wrap:hover::before,
.area .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.area .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.area .nav-list .item-wrap::before {
  content: '';
  background-color: #ffeec7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.area .blend-section-title {
  color: #ffffff;
}
.area .list {
  color: #F9F6E0;
}
.area .partbox {
  color: #ffffff;
}
.area .list,
.area .item-wrap {
  color: #ffffff;
}
.layoutbase {
  z-index: 1000;
  width: 100%;
}
.layoutbase nav.navbar {
  position: fixed;
}
.layoutbase .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutbase .nav-link {
  position: relative;
}
.layoutbase .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .layoutbase .container {
    flex-wrap: nowrap;
  }
}
.layoutbase .navwrap {
  margin: 0 auto;
}
.layoutbase .nav-item:focus,
.layoutbase .nav-link:focus {
  outline: none;
}
.layoutbase .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #263652;
  border: none !important;
  box-shadow: none !important;
}
.layoutbase .navbar .shellcore img {
  width: auto;
}
.layoutbase .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutbase .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutbase .navbar .shellcore img {
    height: 3rem !important;
  }
  .layoutbase .navbar ul.navwrap li {
    margin: auto;
  }
  .layoutbase .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layoutbase .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .layoutbase .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.layoutbase .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutbase .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutbase .navbar-brand .shellcore a {
  outline: none;
}
.layoutbase .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.layoutbase ul.navwrap {
  flex-wrap: wrap;
}
.layoutbase .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.layoutbase button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutbase button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutbase .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.layoutbase a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutbase .navbar {
    height: 70px;
  }
  .layoutbase .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutbase .container,
.layoutbase .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .layoutbase .container:before,
  .layoutbase .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
}
.layoutbase .blend-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.layoutbase .edgebox {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .layoutbase .edgebox {
    display: block;
  }
}
@media (max-width: 991px) {
  .layoutbase .navbar {
    overflow: hidden;
  }
  .layoutbase .container,
  .layoutbase .container-fluid {
    min-height: 85px;
  }
  .layoutbase .navbar-brand {
    min-height: 85px;
  }
  .layoutbase .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .layoutbase .navwrap .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .layoutbase .blend-section-btn {
    text-align: left;
  }
  .layoutbase .edgebox {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .layoutbase .edgebox:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #263652;
    z-index: 4;
    transition: 0.1s all;
  }
}
.content {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3b6e8f;
}
.content .container-fluid {
  padding: 0;
}
.content .row {
  padding: 0;
}
.content .partunit {
  padding: 0 2rem;
}
.content .partunit .blend-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .content .partunit .blend-section-title {
    margin-bottom: 14px;
  }
}
.content .partunit .zonefield {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .content .partunit .zonefield {
    margin-bottom: 16px;
  }
}
.content .partunit .blend-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .content .partunit .blend-section-btn {
    margin-bottom: 16px;
  }
}
.content .partunit img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .content .partunit img {
    max-height: 300px;
  }
}
.content .blend-section-title {
  color: #1c314e;
}
.content .zonefield {
  color: #ffffff;
  text-align: center;
}
.content .blend-section-title,
.content .blend-section-btn {
  text-align: center;
  color: #ffeec7;
}
.docklayer {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.docklayer .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .docklayer .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .docklayer .container {
    padding: 0 25px;
  }
}
.docklayer .row {
  margin: 0;
}
.docklayer .row .card {
  padding: 0;
  justify-content: center;
}
.docklayer .board {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .docklayer .board {
    min-height: 350px;
  }
}
.docklayer .board img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.docklayer .partunit {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .docklayer .partunit {
    padding: 45px 25px;
  }
}
.docklayer .partunit .blend-section-title {
  margin-bottom: 20px;
}
.docklayer .partunit .zonefield {
  margin-bottom: 0;
}
.docklayer .partunit .blend-section-btn {
  margin-top: 35px;
}
.docklayer .blend-section-title {
  color: #000000;
}
.docklayer .zonefield {
  color: #000000;
}
.docklayer .blend-section-title,
.docklayer .blend-section-btn,
.docklayer .logo-wrapper {
  text-align: center;
}
.layoutcell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3b6e8f;
}
.layoutcell .container,
.layoutcell .container-fluid {
  padding: 0 !important;
}
.layoutcell .container {
  max-width: 1440px;
}
.layoutcell .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #263652;
}
@media (max-width: 991px) {
  .layoutcell .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .layoutcell .text-box {
    padding: 50px 10px;
  }
}
.layoutcell .blend-section-title {
  color: #ffeec7;
}
.layoutcell .zonefield {
  margin-top: 44px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .layoutcell .zonefield {
    margin-top: 20px;
  }
}
.layoutcell .zonefield a {
  text-decoration: underline;
}
.layoutcell .blend-section-btn {
  margin-top: 34px;
}
.spanlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.spanlayer .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .spanlayer .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .spanlayer .container {
    padding: 0 26px;
  }
}
.spanlayer .row {
  margin: 0;
}
@media (max-width: 992px) {
  .spanlayer .row {
    margin: 0 -12px;
  }
}
.spanlayer .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.spanlayer .card:first-child {
  border-right: 1px solid #263652;
}
@media (max-width: 992px) {
  .spanlayer .card:first-child {
    border: none;
  }
}
.spanlayer .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #263652;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .spanlayer .card:first-child::before {
    display: none;
  }
}
.spanlayer .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .spanlayer .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .spanlayer .card {
    padding: 0 12px;
  }
}
.spanlayer .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .spanlayer .card:last-child {
    padding: 0 12px;
  }
}
.spanlayer .card:first-child {
  border-right: none;
  border-left: 1px solid #263652;
}
@media (max-width: 992px) {
  .spanlayer .card:first-child {
    border: none;
  }
}
.spanlayer .card:first-child::before {
  right: auto;
  left: -8px;
}
@media (max-width: 992px) {
  .spanlayer .card:first-child::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .spanlayer .card {
    padding: 0 12px;
  }
}
.spanlayer .board {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .spanlayer .board {
    padding: 0 0 40px 0;
  }
}
.spanlayer .board img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .spanlayer .board img {
    height: 300px;
  }
}
.spanlayer .partunit .blockwrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .spanlayer .partunit .blockwrap {
    padding: 0;
  }
}
.spanlayer .partunit .blockwrap .blend-section-title {
  margin-bottom: 18px;
}
.spanlayer .partunit .blockwrap .zonefield {
  margin-bottom: 0;
}
.spanlayer .blend-section-title {
  color: #000000;
  text-align: center;
}
.spanlayer .zonefield {
  color: #000000;
}
.bandwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.bandwrap .stage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.bandwrap .structurebox {
  align-items: center;
  justify-content: space-between;
}
.bandwrap .structurebox .card {
  justify-content: space-between;
}
.bandwrap .flexwrap {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .bandwrap .flexwrap {
    padding: 0;
  }
}
.bandwrap .flexwrap .blend-section-title {
  margin-bottom: 16px;
}
.bandwrap .flexwrap .desc-wrapper .contentbox {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .bandwrap .flexwrap .desc-wrapper .contentbox {
    -webkit-text-stroke-width: .12rem;
  }
}
.bandwrap .blend-section-title {
  color: #150764;
  text-align: center;
}
.bandwrap .contentbox,
.bandwrap .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.bandwrap .blend-section-title,
.bandwrap .blend-section-btn {
  color: #000000;
}
.area {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #263652;
}
@media (max-width: 992px) and (max-width: 992px) {
  .area .container {
    padding: 0 24px;
  }
}
.area .row {
  justify-content: space-between;
}
.area .logo-wrapper {
  display: flex;
}
.area .logo-wrapper .stage {
  width: 100%;
  border-bottom: 1px solid #ffeec7;
}
.area .flexwrap {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .area .flexwrap {
    padding: 24px 0;
  }
}
.area .flexwrap .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.area .flexwrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.area .flexwrap .list .item-wrap:hover,
.area .flexwrap .list .item-wrap:focus {
  color: #ffeec7;
}
.area .flexwrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.area .flexwrap .blend-section-title {
  margin-bottom: 24px;
}
.area .flexwrap .partbox {
  margin-bottom: 0;
  line-height: 1.5;
}
.area .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .area .nav-list {
    padding: 0;
  }
}
.area .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffeec7;
  border-bottom: 1px solid #ffeec7;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.area .nav-list .item-wrap:hover,
.area .nav-list .item-wrap:focus {
  color: #ffeec7;
}
.area .nav-list .item-wrap:hover::before,
.area .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.area .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.area .nav-list .item-wrap::before {
  content: '';
  background-color: #ffeec7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.area .blend-section-title {
  color: #ffffff;
}
.area .list {
  color: #F9F6E0;
}
.area .partbox {
  color: #ffffff;
}
.area .list,
.area .item-wrap {
  color: #ffffff;
}
.layoutbase {
  z-index: 1000;
  width: 100%;
}
.layoutbase nav.navbar {
  position: fixed;
}
.layoutbase .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutbase .nav-link {
  position: relative;
}
.layoutbase .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .layoutbase .container {
    flex-wrap: nowrap;
  }
}
.layoutbase .navwrap {
  margin: 0 auto;
}
.layoutbase .nav-item:focus,
.layoutbase .nav-link:focus {
  outline: none;
}
.layoutbase .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #263652;
  border: none !important;
  box-shadow: none !important;
}
.layoutbase .navbar .shellcore img {
  width: auto;
}
.layoutbase .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutbase .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutbase .navbar .shellcore img {
    height: 3rem !important;
  }
  .layoutbase .navbar ul.navwrap li {
    margin: auto;
  }
  .layoutbase .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layoutbase .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .layoutbase .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.layoutbase .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutbase .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutbase .navbar-brand .shellcore a {
  outline: none;
}
.layoutbase .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.layoutbase ul.navwrap {
  flex-wrap: wrap;
}
.layoutbase .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.layoutbase button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutbase button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutbase .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.layoutbase a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutbase .navbar {
    height: 70px;
  }
  .layoutbase .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutbase .container,
.layoutbase .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .layoutbase .container:before,
  .layoutbase .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
}
.layoutbase .blend-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.layoutbase .edgebox {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .layoutbase .edgebox {
    display: block;
  }
}
@media (max-width: 991px) {
  .layoutbase .navbar {
    overflow: hidden;
  }
  .layoutbase .container,
  .layoutbase .container-fluid {
    min-height: 85px;
  }
  .layoutbase .navbar-brand {
    min-height: 85px;
  }
  .layoutbase .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .layoutbase .navwrap .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .layoutbase .blend-section-btn {
    text-align: left;
  }
  .layoutbase .edgebox {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .layoutbase .edgebox:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #263652;
    z-index: 4;
    transition: 0.1s all;
  }
}
.viewnode {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #3b6e8f;
}
.viewnode .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .viewnode .text-wrapper {
    padding: 3rem 1rem;
  }
}
.viewnode .wrapper {
  background: #263652;
  border-radius: 2rem;
  overflow: hidden;
}
.viewnode .board {
  padding: 0;
}
.viewnode .board img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.viewnode .blend-section-title {
  color: #ffeec7;
}
.viewnode .zonefield,
.viewnode .blend-section-btn {
  color: #ffffff;
}
.stepbox {
  background-color: #3b6e8f;
}
.stepbox .container {
  width: 100%;
  max-width: 100%;
}
.stepbox .col-title {
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem;
  display: flex;
}
.stepbox .sectionrow {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 1rem 2rem;
  border-style: solid;
  border-width: 4px;
  border-color: #263652;
  border-radius: 100vw;
}
.stepbox .blend-section-title {
  color: #DDFF55;
  margin-bottom: 0;
}
.stepbox .item-col {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  width: 100%;
  border-top: 4px solid #263652;
}
.stepbox .item {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 4px solid #263652;
  position: relative;
}
.stepbox .item-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}
.stepbox .zonefield {
  position: relative;
  z-index: 2;
  color: #f3f4ef;
  margin-bottom: 0;
  width: 100%;
  white-space: nowrap;
}
.stepbox .blend-section-title,
.stepbox .blend-section-btn {
  color: #ffeec7;
}
.areabox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.areabox .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .areabox .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .areabox .container {
    padding: 0 30px;
  }
}
.areabox .board {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .areabox .board {
    height: auto;
    margin-bottom: 20px;
  }
}
.areabox .board img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .areabox .board img {
    height: 300px;
  }
}
.areabox .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .areabox .text-wrapper {
    margin: 0;
  }
}
.areabox .text-wrapper .blend-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .areabox .text-wrapper .blend-section-title {
    margin-bottom: 30px;
  }
}
.areabox .text-wrapper .zonefield {
  margin-bottom: 20px;
}
.areabox .blend-section-title {
  color: #ffffff;
}
.areabox .zonefield {
  color: #000000;
}
.areabox .blend-section-title,
.areabox .blend-section-btn {
  color: #000000;
}
.formunit {
  background-color: #3b6e8f !important;
  border: 18px solid #3b6e8f;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .formunit {
    border: 8px solid #3b6e8f;
    margin-top: -8px;
  }
}
.formunit .container-fluid {
  padding: 0;
  margin: 0;
}
.formunit .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #263652;
}
@media (max-width: 992px) {
  .formunit .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.formunit .partunit .blend-section-title {
  margin-bottom: 30px;
}
.formunit .partunit .zonefield {
  margin-bottom: 0;
}
.formunit .partunit .board {
  margin-top: 72px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .formunit .partunit .board {
    height: auto;
    margin-top: 30px;
  }
}
.formunit .partunit .board img {
  height: 450px;
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .formunit .partunit .board img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.formunit .partunit .blend-section-btn {
  margin-top: 30px;
}
.formunit .blend-section-title {
  color: #ed2c03;
}
.formunit .zonefield {
  color: #ffffff;
  text-align: center;
}
.formunit .blend-section-title,
.formunit .blend-section-btn {
  text-align: center;
  color: #ffeec7;
}
.fold {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.fold .stage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.fold .structurebox {
  align-items: center;
  justify-content: space-between;
}
.fold .structurebox .card {
  justify-content: space-between;
}
.fold .flexwrap {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .fold .flexwrap {
    padding: 0;
  }
}
.fold .flexwrap .blend-section-title {
  margin-bottom: 16px;
}
.fold .flexwrap .desc-wrapper .contentbox {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .fold .flexwrap .desc-wrapper .contentbox {
    -webkit-text-stroke-width: .12rem;
  }
}
.fold .blend-section-title {
  color: #150764;
  text-align: center;
}
.fold .contentbox,
.fold .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.fold .blend-section-title,
.fold .blend-section-btn {
  color: #000000;
}
.area {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #263652;
}
@media (max-width: 992px) and (max-width: 992px) {
  .area .container {
    padding: 0 24px;
  }
}
.area .row {
  justify-content: space-between;
}
.area .logo-wrapper {
  display: flex;
}
.area .logo-wrapper .stage {
  width: 100%;
  border-bottom: 1px solid #ffeec7;
}
.area .flexwrap {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .area .flexwrap {
    padding: 24px 0;
  }
}
.area .flexwrap .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.area .flexwrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.area .flexwrap .list .item-wrap:hover,
.area .flexwrap .list .item-wrap:focus {
  color: #ffeec7;
}
.area .flexwrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.area .flexwrap .blend-section-title {
  margin-bottom: 24px;
}
.area .flexwrap .partbox {
  margin-bottom: 0;
  line-height: 1.5;
}
.area .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .area .nav-list {
    padding: 0;
  }
}
.area .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffeec7;
  border-bottom: 1px solid #ffeec7;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.area .nav-list .item-wrap:hover,
.area .nav-list .item-wrap:focus {
  color: #ffeec7;
}
.area .nav-list .item-wrap:hover::before,
.area .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.area .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.area .nav-list .item-wrap::before {
  content: '';
  background-color: #ffeec7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.area .blend-section-title {
  color: #ffffff;
}
.area .list {
  color: #F9F6E0;
}
.area .partbox {
  color: #ffffff;
}
.area .list,
.area .item-wrap {
  color: #ffffff;
}
.layoutbase {
  z-index: 1000;
  width: 100%;
}
.layoutbase nav.navbar {
  position: fixed;
}
.layoutbase .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutbase .nav-link {
  position: relative;
}
.layoutbase .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .layoutbase .container {
    flex-wrap: nowrap;
  }
}
.layoutbase .navwrap {
  margin: 0 auto;
}
.layoutbase .nav-item:focus,
.layoutbase .nav-link:focus {
  outline: none;
}
.layoutbase .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #263652;
  border: none !important;
  box-shadow: none !important;
}
.layoutbase .navbar .shellcore img {
  width: auto;
}
.layoutbase .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutbase .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutbase .navbar .shellcore img {
    height: 3rem !important;
  }
  .layoutbase .navbar ul.navwrap li {
    margin: auto;
  }
  .layoutbase .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layoutbase .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .layoutbase .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.layoutbase .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutbase .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutbase .navbar-brand .shellcore a {
  outline: none;
}
.layoutbase .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.layoutbase ul.navwrap {
  flex-wrap: wrap;
}
.layoutbase .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.layoutbase button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutbase button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutbase .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.layoutbase a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutbase .navbar {
    height: 70px;
  }
  .layoutbase .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutbase .container,
.layoutbase .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .layoutbase .container:before,
  .layoutbase .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
}
.layoutbase .blend-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.layoutbase .edgebox {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .layoutbase .edgebox {
    display: block;
  }
}
@media (max-width: 991px) {
  .layoutbase .navbar {
    overflow: hidden;
  }
  .layoutbase .container,
  .layoutbase .container-fluid {
    min-height: 85px;
  }
  .layoutbase .navbar-brand {
    min-height: 85px;
  }
  .layoutbase .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .layoutbase .navwrap .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .layoutbase .blend-section-btn {
    text-align: left;
  }
  .layoutbase .edgebox {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .layoutbase .edgebox:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #263652;
    z-index: 4;
    transition: 0.1s all;
  }
}
.fieldcore {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #3b6e8f;
}
@media (max-width: 992px) {
  .fieldcore .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .fieldcore .container {
    padding: 0 12px;
  }
}
.fieldcore .flexwrap {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .fieldcore .flexwrap {
    display: block;
    padding: 0.5rem;
  }
}
.fieldcore .flexwrap .partunit {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .fieldcore .flexwrap .partunit {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .fieldcore .flexwrap .partunit {
    padding: 0px;
  }
}
.fieldcore .flexwrap .partunit .blend-section-title {
  margin-bottom: 1.5rem;
}
.fieldcore .flexwrap .partunit .zonefield {
  margin-bottom: 0;
}
.fieldcore .blend-section-title {
  color: #ffffff;
}
.fieldcore .zonefield {
  color: #ffffff;
}
.fieldcore label {
  color: #ffffff;
}
.fieldcore .blend-section-title,
.fieldcore .blend-section-btn {
  color: #ffeec7;
}
.fieldcore .card-contacts {
  color: #ffffff;
}
.stackbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.stackbox .stage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.stackbox .structurebox {
  align-items: center;
  justify-content: space-between;
}
.stackbox .structurebox .card {
  justify-content: space-between;
}
.stackbox .flexwrap {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .stackbox .flexwrap {
    padding: 0;
  }
}
.stackbox .flexwrap .blend-section-title {
  margin-bottom: 16px;
}
.stackbox .flexwrap .desc-wrapper .contentbox {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .stackbox .flexwrap .desc-wrapper .contentbox {
    -webkit-text-stroke-width: .12rem;
  }
}
.stackbox .blend-section-title {
  color: #150764;
  text-align: center;
}
.stackbox .contentbox,
.stackbox .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.stackbox .blend-section-title,
.stackbox .blend-section-btn {
  color: #000000;
}
.area {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #263652;
}
@media (max-width: 992px) and (max-width: 992px) {
  .area .container {
    padding: 0 24px;
  }
}
.area .row {
  justify-content: space-between;
}
.area .logo-wrapper {
  display: flex;
}
.area .logo-wrapper .stage {
  width: 100%;
  border-bottom: 1px solid #ffeec7;
}
.area .flexwrap {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .area .flexwrap {
    padding: 24px 0;
  }
}
.area .flexwrap .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.area .flexwrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.area .flexwrap .list .item-wrap:hover,
.area .flexwrap .list .item-wrap:focus {
  color: #ffeec7;
}
.area .flexwrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.area .flexwrap .blend-section-title {
  margin-bottom: 24px;
}
.area .flexwrap .partbox {
  margin-bottom: 0;
  line-height: 1.5;
}
.area .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .area .nav-list {
    padding: 0;
  }
}
.area .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffeec7;
  border-bottom: 1px solid #ffeec7;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.area .nav-list .item-wrap:hover,
.area .nav-list .item-wrap:focus {
  color: #ffeec7;
}
.area .nav-list .item-wrap:hover::before,
.area .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.area .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.area .nav-list .item-wrap::before {
  content: '';
  background-color: #ffeec7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.area .blend-section-title {
  color: #ffffff;
}
.area .list {
  color: #F9F6E0;
}
.area .partbox {
  color: #ffffff;
}
.area .list,
.area .item-wrap {
  color: #ffffff;
}
.layoutbase {
  z-index: 1000;
  width: 100%;
}
.layoutbase nav.navbar {
  position: fixed;
}
.layoutbase .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutbase .nav-link {
  position: relative;
}
.layoutbase .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .layoutbase .container {
    flex-wrap: nowrap;
  }
}
.layoutbase .navwrap {
  margin: 0 auto;
}
.layoutbase .nav-item:focus,
.layoutbase .nav-link:focus {
  outline: none;
}
.layoutbase .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #263652;
  border: none !important;
  box-shadow: none !important;
}
.layoutbase .navbar .shellcore img {
  width: auto;
}
.layoutbase .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutbase .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutbase .navbar .shellcore img {
    height: 3rem !important;
  }
  .layoutbase .navbar ul.navwrap li {
    margin: auto;
  }
  .layoutbase .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layoutbase .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .layoutbase .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.layoutbase .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutbase .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutbase .navbar-brand .shellcore a {
  outline: none;
}
.layoutbase .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.layoutbase ul.navwrap {
  flex-wrap: wrap;
}
.layoutbase .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.layoutbase button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutbase button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutbase .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.layoutbase a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutbase .navbar {
    height: 70px;
  }
  .layoutbase .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutbase .container,
.layoutbase .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .layoutbase .container:before,
  .layoutbase .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
}
.layoutbase .blend-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.layoutbase .edgebox {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .layoutbase .edgebox {
    display: block;
  }
}
@media (max-width: 991px) {
  .layoutbase .navbar {
    overflow: hidden;
  }
  .layoutbase .container,
  .layoutbase .container-fluid {
    min-height: 85px;
  }
  .layoutbase .navbar-brand {
    min-height: 85px;
  }
  .layoutbase .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .layoutbase .navwrap .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .layoutbase .blend-section-btn {
    text-align: left;
  }
  .layoutbase .edgebox {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .layoutbase .edgebox:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #263652;
    z-index: 4;
    transition: 0.1s all;
  }
}
.unitrow {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #3b6e8f;
}
.unitrow .row {
  justify-content: flex-start;
}
.unitrow .blend-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .unitrow .blend-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .unitrow .blend-section-title {
    margin-bottom: 48px;
  }
}
.unitrow .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.unitrow .zonefield {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
}
.unitrow .blend-section-title,
.unitrow .blend-section-btn {
  color: #ffeec7;
}
.nodecol {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #3b6e8f;
}
.nodecol .stage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.nodecol .structurebox {
  align-items: center;
  justify-content: space-between;
}
.nodecol .structurebox .card {
  justify-content: space-between;
}
.nodecol .flexwrap {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .nodecol .flexwrap {
    padding: 0;
  }
}
.nodecol .flexwrap .blend-section-title {
  margin-bottom: 16px;
}
.nodecol .flexwrap .desc-wrapper .contentbox {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .nodecol .flexwrap .desc-wrapper .contentbox {
    -webkit-text-stroke-width: .12rem;
  }
}
.nodecol .blend-section-title {
  color: #150764;
  text-align: center;
}
.nodecol .contentbox,
.nodecol .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.nodecol .blend-section-title,
.nodecol .blend-section-btn {
  color: #ffffff;
}
.area {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #263652;
}
@media (max-width: 992px) and (max-width: 992px) {
  .area .container {
    padding: 0 24px;
  }
}
.area .row {
  justify-content: space-between;
}
.area .logo-wrapper {
  display: flex;
}
.area .logo-wrapper .stage {
  width: 100%;
  border-bottom: 1px solid #ffeec7;
}
.area .flexwrap {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .area .flexwrap {
    padding: 24px 0;
  }
}
.area .flexwrap .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.area .flexwrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.area .flexwrap .list .item-wrap:hover,
.area .flexwrap .list .item-wrap:focus {
  color: #ffeec7;
}
.area .flexwrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.area .flexwrap .blend-section-title {
  margin-bottom: 24px;
}
.area .flexwrap .partbox {
  margin-bottom: 0;
  line-height: 1.5;
}
.area .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .area .nav-list {
    padding: 0;
  }
}
.area .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffeec7;
  border-bottom: 1px solid #ffeec7;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.area .nav-list .item-wrap:hover,
.area .nav-list .item-wrap:focus {
  color: #ffeec7;
}
.area .nav-list .item-wrap:hover::before,
.area .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.area .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.area .nav-list .item-wrap::before {
  content: '';
  background-color: #ffeec7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.area .blend-section-title {
  color: #ffffff;
}
.area .list {
  color: #F9F6E0;
}
.area .partbox {
  color: #ffffff;
}
.area .list,
.area .item-wrap {
  color: #ffffff;
}
.layoutbase {
  z-index: 1000;
  width: 100%;
}
.layoutbase nav.navbar {
  position: fixed;
}
.layoutbase .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutbase .nav-link {
  position: relative;
}
.layoutbase .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .layoutbase .container {
    flex-wrap: nowrap;
  }
}
.layoutbase .navwrap {
  margin: 0 auto;
}
.layoutbase .nav-item:focus,
.layoutbase .nav-link:focus {
  outline: none;
}
.layoutbase .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #263652;
  border: none !important;
  box-shadow: none !important;
}
.layoutbase .navbar .shellcore img {
  width: auto;
}
.layoutbase .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutbase .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutbase .navbar .shellcore img {
    height: 3rem !important;
  }
  .layoutbase .navbar ul.navwrap li {
    margin: auto;
  }
  .layoutbase .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layoutbase .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .layoutbase .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.layoutbase .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutbase .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutbase .navbar-brand .shellcore a {
  outline: none;
}
.layoutbase .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.layoutbase ul.navwrap {
  flex-wrap: wrap;
}
.layoutbase .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.layoutbase button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutbase button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutbase .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.layoutbase a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutbase .navbar {
    height: 70px;
  }
  .layoutbase .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutbase .container,
.layoutbase .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .layoutbase .container:before,
  .layoutbase .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
}
.layoutbase .blend-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.layoutbase .edgebox {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .layoutbase .edgebox {
    display: block;
  }
}
@media (max-width: 991px) {
  .layoutbase .navbar {
    overflow: hidden;
  }
  .layoutbase .container,
  .layoutbase .container-fluid {
    min-height: 85px;
  }
  .layoutbase .navbar-brand {
    min-height: 85px;
  }
  .layoutbase .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .layoutbase .navwrap .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .layoutbase .blend-section-btn {
    text-align: left;
  }
  .layoutbase .edgebox {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .layoutbase .edgebox:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #263652;
    z-index: 4;
    transition: 0.1s all;
  }
}
.stack {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #3b6e8f;
}
.stack .row {
  justify-content: flex-start;
}
.stack .blend-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .stack .blend-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .stack .blend-section-title {
    margin-bottom: 48px;
  }
}
.stack .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.stack .zonefield {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
}
.stack .blend-section-title,
.stack .blend-section-btn {
  color: #ffeec7;
}
.cellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #3b6e8f;
}
.cellbox .stage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cellbox .structurebox {
  align-items: center;
  justify-content: space-between;
}
.cellbox .structurebox .card {
  justify-content: space-between;
}
.cellbox .flexwrap {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cellbox .flexwrap {
    padding: 0;
  }
}
.cellbox .flexwrap .blend-section-title {
  margin-bottom: 16px;
}
.cellbox .flexwrap .desc-wrapper .contentbox {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cellbox .flexwrap .desc-wrapper .contentbox {
    -webkit-text-stroke-width: .12rem;
  }
}
.cellbox .blend-section-title {
  color: #150764;
  text-align: center;
}
.cellbox .contentbox,
.cellbox .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cellbox .blend-section-title,
.cellbox .blend-section-btn {
  color: #ffffff;
}
.area {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #263652;
}
@media (max-width: 992px) and (max-width: 992px) {
  .area .container {
    padding: 0 24px;
  }
}
.area .row {
  justify-content: space-between;
}
.area .logo-wrapper {
  display: flex;
}
.area .logo-wrapper .stage {
  width: 100%;
  border-bottom: 1px solid #ffeec7;
}
.area .flexwrap {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .area .flexwrap {
    padding: 24px 0;
  }
}
.area .flexwrap .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.area .flexwrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.area .flexwrap .list .item-wrap:hover,
.area .flexwrap .list .item-wrap:focus {
  color: #ffeec7;
}
.area .flexwrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.area .flexwrap .blend-section-title {
  margin-bottom: 24px;
}
.area .flexwrap .partbox {
  margin-bottom: 0;
  line-height: 1.5;
}
.area .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .area .nav-list {
    padding: 0;
  }
}
.area .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffeec7;
  border-bottom: 1px solid #ffeec7;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.area .nav-list .item-wrap:hover,
.area .nav-list .item-wrap:focus {
  color: #ffeec7;
}
.area .nav-list .item-wrap:hover::before,
.area .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.area .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.area .nav-list .item-wrap::before {
  content: '';
  background-color: #ffeec7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.area .blend-section-title {
  color: #ffffff;
}
.area .list {
  color: #F9F6E0;
}
.area .partbox {
  color: #ffffff;
}
.area .list,
.area .item-wrap {
  color: #ffffff;
}
.layoutbase {
  z-index: 1000;
  width: 100%;
}
.layoutbase nav.navbar {
  position: fixed;
}
.layoutbase .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutbase .nav-link {
  position: relative;
}
.layoutbase .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .layoutbase .container {
    flex-wrap: nowrap;
  }
}
.layoutbase .navwrap {
  margin: 0 auto;
}
.layoutbase .nav-item:focus,
.layoutbase .nav-link:focus {
  outline: none;
}
.layoutbase .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #263652;
  border: none !important;
  box-shadow: none !important;
}
.layoutbase .navbar .shellcore img {
  width: auto;
}
.layoutbase .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutbase .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutbase .navbar .shellcore img {
    height: 3rem !important;
  }
  .layoutbase .navbar ul.navwrap li {
    margin: auto;
  }
  .layoutbase .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layoutbase .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .layoutbase .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.layoutbase .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutbase .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutbase .navbar-brand .shellcore a {
  outline: none;
}
.layoutbase .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.layoutbase ul.navwrap {
  flex-wrap: wrap;
}
.layoutbase .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.layoutbase button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutbase button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutbase .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.layoutbase a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutbase .navbar {
    height: 70px;
  }
  .layoutbase .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutbase .container,
.layoutbase .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .layoutbase .container:before,
  .layoutbase .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
}
.layoutbase .blend-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.layoutbase .edgebox {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .layoutbase .edgebox {
    display: block;
  }
}
@media (max-width: 991px) {
  .layoutbase .navbar {
    overflow: hidden;
  }
  .layoutbase .container,
  .layoutbase .container-fluid {
    min-height: 85px;
  }
  .layoutbase .navbar-brand {
    min-height: 85px;
  }
  .layoutbase .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .layoutbase .navwrap .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .layoutbase .blend-section-btn {
    text-align: left;
  }
  .layoutbase .edgebox {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .layoutbase .edgebox:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #263652;
    z-index: 4;
    transition: 0.1s all;
  }
}
.stackcol {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #3b6e8f;
}
.stackcol .row {
  justify-content: flex-start;
}
.stackcol .blend-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .stackcol .blend-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .stackcol .blend-section-title {
    margin-bottom: 48px;
  }
}
.stackcol .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.stackcol .zonefield {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
}
.stackcol .blend-section-title,
.stackcol .blend-section-btn {
  color: #ffeec7;
}
.node {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #3b6e8f;
}
.node .stage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.node .structurebox {
  align-items: center;
  justify-content: space-between;
}
.node .structurebox .card {
  justify-content: space-between;
}
.node .flexwrap {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .node .flexwrap {
    padding: 0;
  }
}
.node .flexwrap .blend-section-title {
  margin-bottom: 16px;
}
.node .flexwrap .desc-wrapper .contentbox {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .node .flexwrap .desc-wrapper .contentbox {
    -webkit-text-stroke-width: .12rem;
  }
}
.node .blend-section-title {
  color: #150764;
  text-align: center;
}
.node .contentbox,
.node .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.node .blend-section-title,
.node .blend-section-btn {
  color: #ffffff;
}
.area {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #263652;
}
@media (max-width: 992px) and (max-width: 992px) {
  .area .container {
    padding: 0 24px;
  }
}
.area .row {
  justify-content: space-between;
}
.area .logo-wrapper {
  display: flex;
}
.area .logo-wrapper .stage {
  width: 100%;
  border-bottom: 1px solid #ffeec7;
}
.area .flexwrap {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .area .flexwrap {
    padding: 24px 0;
  }
}
.area .flexwrap .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.area .flexwrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.area .flexwrap .list .item-wrap:hover,
.area .flexwrap .list .item-wrap:focus {
  color: #ffeec7;
}
.area .flexwrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.area .flexwrap .blend-section-title {
  margin-bottom: 24px;
}
.area .flexwrap .partbox {
  margin-bottom: 0;
  line-height: 1.5;
}
.area .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .area .nav-list {
    padding: 0;
  }
}
.area .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffeec7;
  border-bottom: 1px solid #ffeec7;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.area .nav-list .item-wrap:hover,
.area .nav-list .item-wrap:focus {
  color: #ffeec7;
}
.area .nav-list .item-wrap:hover::before,
.area .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.area .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.area .nav-list .item-wrap::before {
  content: '';
  background-color: #ffeec7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.area .blend-section-title {
  color: #ffffff;
}
.area .list {
  color: #F9F6E0;
}
.area .partbox {
  color: #ffffff;
}
.area .list,
.area .item-wrap {
  color: #ffffff;
}
.layoutbase {
  z-index: 1000;
  width: 100%;
}
.layoutbase nav.navbar {
  position: fixed;
}
.layoutbase .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutbase .nav-link {
  position: relative;
}
.layoutbase .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .layoutbase .container {
    flex-wrap: nowrap;
  }
}
.layoutbase .navwrap {
  margin: 0 auto;
}
.layoutbase .nav-item:focus,
.layoutbase .nav-link:focus {
  outline: none;
}
.layoutbase .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #263652;
  border: none !important;
  box-shadow: none !important;
}
.layoutbase .navbar .shellcore img {
  width: auto;
}
.layoutbase .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutbase .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutbase .navbar .shellcore img {
    height: 3rem !important;
  }
  .layoutbase .navbar ul.navwrap li {
    margin: auto;
  }
  .layoutbase .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layoutbase .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .layoutbase .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.layoutbase .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutbase .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutbase .navbar-brand .shellcore a {
  outline: none;
}
.layoutbase .navbar-expand-lg .navwrap .nav-link {
  padding: 0;
}
.layoutbase ul.navwrap {
  flex-wrap: wrap;
}
.layoutbase .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.layoutbase button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutbase button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbase button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutbase .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.layoutbase a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutbase .navbar {
    height: 70px;
  }
  .layoutbase .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutbase .container,
.layoutbase .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .layoutbase .container:before,
  .layoutbase .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
  }
}
.layoutbase .blend-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.layoutbase .edgebox {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .layoutbase .edgebox {
    display: block;
  }
}
@media (max-width: 991px) {
  .layoutbase .navbar {
    overflow: hidden;
  }
  .layoutbase .container,
  .layoutbase .container-fluid {
    min-height: 85px;
  }
  .layoutbase .navbar-brand {
    min-height: 85px;
  }
  .layoutbase .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .layoutbase .navwrap .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .layoutbase .blend-section-btn {
    text-align: left;
  }
  .layoutbase .edgebox {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .layoutbase .edgebox:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #263652;
    z-index: 4;
    transition: 0.1s all;
  }
}
.domcell {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #3b6e8f;
}
.domcell .row {
  justify-content: flex-start;
}
.domcell .blend-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .domcell .blend-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .domcell .blend-section-title {
    margin-bottom: 48px;
  }
}
.domcell .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.domcell .zonefield {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
}
.domcell .blend-section-title,
.domcell .blend-section-btn {
  color: #ffeec7;
}
.mapwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #3b6e8f;
}
.mapwrap .stage {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.mapwrap .structurebox {
  align-items: center;
  justify-content: space-between;
}
.mapwrap .structurebox .card {
  justify-content: space-between;
}
.mapwrap .flexwrap {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .mapwrap .flexwrap {
    padding: 0;
  }
}
.mapwrap .flexwrap .blend-section-title {
  margin-bottom: 16px;
}
.mapwrap .flexwrap .desc-wrapper .contentbox {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .mapwrap .flexwrap .desc-wrapper .contentbox {
    -webkit-text-stroke-width: .12rem;
  }
}
.mapwrap .blend-section-title {
  color: #150764;
  text-align: center;
}
.mapwrap .contentbox,
.mapwrap .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.mapwrap .blend-section-title,
.mapwrap .blend-section-btn {
  color: #ffffff;
}
.area {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #263652;
}
@media (max-width: 992px) and (max-width: 992px) {
  .area .container {
    padding: 0 24px;
  }
}
.area .row {
  justify-content: space-between;
}
.area .logo-wrapper {
  display: flex;
}
.area .logo-wrapper .stage {
  width: 100%;
  border-bottom: 1px solid #ffeec7;
}
.area .flexwrap {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .area .flexwrap {
    padding: 24px 0;
  }
}
.area .flexwrap .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.area .flexwrap .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.area .flexwrap .list .item-wrap:hover,
.area .flexwrap .list .item-wrap:focus {
  color: #ffeec7;
}
.area .flexwrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.area .flexwrap .blend-section-title {
  margin-bottom: 24px;
}
.area .flexwrap .partbox {
  margin-bottom: 0;
  line-height: 1.5;
}
.area .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .area .nav-list {
    padding: 0;
  }
}
.area .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #ffeec7;
  border-bottom: 1px solid #ffeec7;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.area .nav-list .item-wrap:hover,
.area .nav-list .item-wrap:focus {
  color: #ffeec7;
}
.area .nav-list .item-wrap:hover::before,
.area .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.area .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.area .nav-list .item-wrap::before {
  content: '';
  background-color: #ffeec7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.area .blend-section-title {
  color: #ffffff;
}
.area .list {
  color: #F9F6E0;
}
.area .partbox {
  color: #ffffff;
}
.area .list,
.area .item-wrap {
  color: #ffffff;
}


/* Base Cookie Banner */
.rootwrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: calc(100% - 40px);
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}

.rootwrap.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: slideIn 0.5s forwards;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.cookieAcceptBtn,
.cookieRejectBtn {
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
}


.cookieAcceptBtn {
  background-color: #4caf50;
  color: #fff;
}


.cookieRejectBtn {
  background-color: #fff;
  color: #f44336;
  border: 2px solid #f44336;
}


.cookieRejectBtn:hover {
  background-color: #ffe6e6;
}

@media (max-width: 768px) {
  .rootwrap {
    left: 50%;
    right: auto;
    bottom: 15px;
    max-width: 480px;
    width: calc(100% - 30px);
    padding: 15px;
    transform: translate(-50%, 100%);
    border-radius: 10px;
  }

  .rootwrap.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    animation: none;
    transform: translate(-50%, 0);
  }

  
  .cookieAcceptBtn,
  .cookieRejectBtn {
    font-size: 15px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .rootwrap {
    bottom: 10px;
    max-width: 100%;
    width: calc(100% - 20px);
    padding: 10px;
  }

  
  .cookieAcceptBtn,
  .cookieRejectBtn {
    font-size: 14px;
    padding: 8px;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes bounceRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}

.navbar-brand {
    animation: bounceRight 1s ease-in-out;
}
/* endlogoanimations */

/* cssform-start */
.ttc-form {
  padding: 60px 0;
  background: transparent;
}

.ttc-form .flexwrap {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(4, 18, 66, 0.06);
  padding: 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
}

.ttc-form #customForm {
  width: 100%;
  color: #0a1033;
  font-size: 16px;
  font-weight: 400;
}

.ttc-form #customForm * {
  color: #0a1033;
  box-sizing: border-box;
}

.ttc-form #customForm .form-control {
  width: 100%;
  border: 1px solid #d5d8eb !important;
  border-radius: 0 !important;
  padding: 16px 18px;
  margin-bottom: 18px;
  background: #f5f7ff !important;
  box-shadow: none !important;
  font-size: 16px;
  transition: all 0.25s ease;
}

.ttc-form #customForm textarea.form-control {
  min-height: 160px;
  resize: vertical;
  border-radius: 0 !important;
}

.ttc-form #customForm ::-moz-placeholder {
  color: #7b84a8;
}

.ttc-form #customForm ::placeholder {
  color: #7b84a8;
}

.ttc-form #customForm .form-control:focus {
  outline: none;
  background: #ffffff !important;
  border-color: #5672ff !important;
  box-shadow: 0 0 0 2px rgba(86, 114, 255, 0.15) !important;
}

.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 0 !important;
  background: #5672ff;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease;
}

.ttc-form #customForm .btn:hover {
  background: #415cf0;
}

.ttc-form #customForm small {
  font-size: 12px;
  color: #7b84a8;
}

.ttc-form #customForm a {
  color: #5672ff;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}

.ttc-form #customForm a:hover {
  text-decoration: underline;
}

.ttc-form #customForm [data-for="captcha"] > div,
.ttc-form #customForm [data-for="consent_processing"] > div,
.ttc-form #customForm [data-for="consent_contact"] > div {
  border: 1px solid #d5d8eb;
  background: #f5f7ff;
  padding: 16px;
  border-radius: 0 !important;
  margin-bottom: 18px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.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: 15px;
  line-height: 1.6;
  color: #0a1033;
  font-family: inherit;
  cursor: pointer;
  margin: 0;
  flex-wrap: wrap;
  word-break: break-word;
}

.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: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.ttc-form #customForm .alert {
  border-radius: 0 !important;
  font-size: 14px;
}

@media (min-width: 992px) {
  .ttc-form {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .ttc-form {
    padding: 40px 16px;
  }
  .ttc-form .flexwrap {
    padding: 24px 20px;
    margin: 20px auto 0;
    max-width: 100%;
  }
  .ttc-form #customForm .form-control {
    font-size: 15px;
    padding: 12px 14px;
    margin-bottom: 14px;
  }
  .ttc-form #customForm .btn {
    width: 100%;
    font-size: 16px;
    padding: 14px 20px;
  }
  .ttc-form #customForm [data-for="consent_processing"] > div,
  .ttc-form #customForm [data-for="consent_contact"] > div {
    padding: 14px;
  }
  .ttc-form #customForm [data-for="consent_processing"] label,
  .ttc-form #customForm [data-for="consent_contact"] label {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 420px) {
  .ttc-form .flexwrap {
    padding: 20px 15px;
  }
  .ttc-form #customForm [data-for="consent_processing"] label,
  .ttc-form #customForm [data-for="consent_contact"] label {
    font-size: 13px;
    line-height: 1.4;
  }
}
/* cssform-end */

.rootwrap.show {
  visibility: visible;
  opacity: 1;
}
