:root {

  --site-primary-rgb: 13, 110, 253;
  --site-info-rgb: 13, 202, 240;
  --site-danger-rgb: 220, 53, 69;
  --site-white-rgb: 255, 255, 255;
  --site-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --site-body-font-family: var(--site-font-sans-serif);
  --site-body-font-size: 1rem;
  --site-body-font-weight: 400;
  --site-body-line-height: 1.5;
  --site-body-color: #212529;
  --site-body-color-rgb: 33, 37, 41;
  --site-body-bg: #fff;
  --site-emphasis-color-rgb: 0, 0, 0;
  --site-secondary-color: rgba(33, 37, 41, 0.75);
  --site-heading-color: inherit;
  --site-link-color: #0d6efd;
  --site-link-color-rgb: 13, 110, 253;
  --site-link-hover-color: #0a58ca;
  --site-link-hover-color-rgb: 10, 88, 202;
  --site-code-color: #d63384;
  --site-border-width: 1px;
  --site-border-color-translucent: rgba(0, 0, 0, 0.175);
  --site-border-radius: 0.375rem;
  --site-border-radius-sm: 0.25rem;
  --site-border-radius-lg: 0.5rem;
  --site-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--site-body-font-family);
  font-size: var(--site-body-font-size);
  font-weight: var(--site-body-font-weight);
  line-height: var(--site-body-line-height);
  color: var(--site-body-color);
  text-align: var(--site-body-text-align);
  background-color: var(--site-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h6, .h6, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--site-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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(--site-link-color-rgb), var(--site-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --site-link-color-rgb: var(--site-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code {
  font-family: var(--site-font-monospace);
  font-size: 1em;
}

code {
  font-size: 0.875em;
  color: var(--site-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[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] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    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 {
  --site-gutter-x: 1.5rem;
  --site-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--site-gutter-x) * 0.5);
  padding-left: calc(var(--site-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 {
  --site-breakpoint-xs: 0;
  --site-breakpoint-sm: 576px;
  --site-breakpoint-md: 768px;
  --site-breakpoint-lg: 992px;
  --site-breakpoint-xl: 1200px;
  --site-breakpoint-xxl: 1400px;
}

.row {
  --site-gutter-x: 1.5rem;
  --site-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--site-gutter-y));
  margin-right: calc(-0.5 * var(--site-gutter-x));
  margin-left: calc(-0.5 * var(--site-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--site-gutter-x) * 0.5);
  padding-left: calc(var(--site-gutter-x) * 0.5);
  margin-top: var(--site-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--site-border-width));
  padding-bottom: calc(0.375rem + var(--site-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--site-border-width));
  padding-bottom: calc(0.5rem + var(--site-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--site-border-width));
  padding-bottom: calc(0.25rem + var(--site-border-width));
  font-size: 0.875rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
 .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn {
  --site-btn-padding-x: 0.75rem;
  --site-btn-padding-y: 0.375rem;
  --site-btn-font-family: ;
  --site-btn-font-size: 1rem;
  --site-btn-font-weight: 400;
  --site-btn-line-height: 1.5;
  --site-btn-color: var(--site-body-color);
  --site-btn-bg: transparent;
  --site-btn-border-width: var(--site-border-width);
  --site-btn-border-color: transparent;
  --site-btn-border-radius: var(--site-border-radius);
  --site-btn-hover-border-color: transparent;
  --site-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --site-btn-disabled-opacity: 0.65;
  --site-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--site-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--site-btn-padding-y) var(--site-btn-padding-x);
  font-family: var(--site-btn-font-family);
  font-size: var(--site-btn-font-size);
  font-weight: var(--site-btn-font-weight);
  line-height: var(--site-btn-line-height);
  color: var(--site-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(--site-btn-border-width) solid var(--site-btn-border-color);
  border-radius: var(--site-btn-border-radius);
  background-color: var(--site-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(--site-btn-hover-color);
  background-color: var(--site-btn-hover-bg);
  border-color: var(--site-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--site-btn-color);
  background-color: var(--site-btn-bg);
  border-color: var(--site-btn-border-color);
}
.btn:focus-visible {
  color: var(--site-btn-hover-color);
  background-color: var(--site-btn-hover-bg);
  border-color: var(--site-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--site-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--site-btn-active-color);
  background-color: var(--site-btn-active-bg);
  border-color: var(--site-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--site-btn-disabled-color);
  pointer-events: none;
  background-color: var(--site-btn-disabled-bg);
  border-color: var(--site-btn-disabled-border-color);
  opacity: var(--site-btn-disabled-opacity);
}

.btn-primary {
  --site-btn-color: #fff;
  --site-btn-bg: #0d6efd;
  --site-btn-border-color: #0d6efd;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #0b5ed7;
  --site-btn-hover-border-color: #0a58ca;
  --site-btn-focus-shadow-rgb: 49, 132, 253;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #0a58ca;
  --site-btn-active-border-color: #0a53be;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #0d6efd;
  --site-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --site-btn-color: #fff;
  --site-btn-bg: #6c757d;
  --site-btn-border-color: #6c757d;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #5c636a;
  --site-btn-hover-border-color: #565e64;
  --site-btn-focus-shadow-rgb: 130, 138, 145;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #565e64;
  --site-btn-active-border-color: #51585e;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #6c757d;
  --site-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --site-btn-color: #fff;
  --site-btn-bg: #198754;
  --site-btn-border-color: #198754;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #157347;
  --site-btn-hover-border-color: #146c43;
  --site-btn-focus-shadow-rgb: 60, 153, 110;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #146c43;
  --site-btn-active-border-color: #13653f;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #198754;
  --site-btn-disabled-border-color: #198754;
}

.btn-info {
  --site-btn-color: #000;
  --site-btn-bg: #0dcaf0;
  --site-btn-border-color: #0dcaf0;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #31d2f2;
  --site-btn-hover-border-color: #25cff2;
  --site-btn-focus-shadow-rgb: 11, 172, 204;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #3dd5f3;
  --site-btn-active-border-color: #25cff2;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #0dcaf0;
  --site-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --site-btn-color: #000;
  --site-btn-bg: #ffc107;
  --site-btn-border-color: #ffc107;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #ffca2c;
  --site-btn-hover-border-color: #ffc720;
  --site-btn-focus-shadow-rgb: 217, 164, 6;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #ffcd39;
  --site-btn-active-border-color: #ffc720;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #ffc107;
  --site-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --site-btn-color: #fff;
  --site-btn-bg: #dc3545;
  --site-btn-border-color: #dc3545;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #bb2d3b;
  --site-btn-hover-border-color: #b02a37;
  --site-btn-focus-shadow-rgb: 225, 83, 97;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #b02a37;
  --site-btn-active-border-color: #a52834;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #dc3545;
  --site-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --site-btn-color: #000;
  --site-btn-bg: #f8f9fa;
  --site-btn-border-color: #f8f9fa;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #d3d4d5;
  --site-btn-hover-border-color: #c6c7c8;
  --site-btn-focus-shadow-rgb: 211, 212, 213;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #c6c7c8;
  --site-btn-active-border-color: #babbbc;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #f8f9fa;
  --site-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --site-btn-color: #fff;
  --site-btn-bg: #212529;
  --site-btn-border-color: #212529;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #424649;
  --site-btn-hover-border-color: #373b3e;
  --site-btn-focus-shadow-rgb: 66, 70, 73;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #4d5154;
  --site-btn-active-border-color: #373b3e;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #212529;
  --site-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --site-btn-color: #0d6efd;
  --site-btn-border-color: #0d6efd;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #0d6efd;
  --site-btn-hover-border-color: #0d6efd;
  --site-btn-focus-shadow-rgb: 13, 110, 253;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #0d6efd;
  --site-btn-active-border-color: #0d6efd;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #0d6efd;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #0d6efd;
  --site-gradient: none;
}

.btn-outline-secondary {
  --site-btn-color: #6c757d;
  --site-btn-border-color: #6c757d;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #6c757d;
  --site-btn-hover-border-color: #6c757d;
  --site-btn-focus-shadow-rgb: 108, 117, 125;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #6c757d;
  --site-btn-active-border-color: #6c757d;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #6c757d;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #6c757d;
  --site-gradient: none;
}

.btn-outline-success {
  --site-btn-color: #198754;
  --site-btn-border-color: #198754;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #198754;
  --site-btn-hover-border-color: #198754;
  --site-btn-focus-shadow-rgb: 25, 135, 84;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #198754;
  --site-btn-active-border-color: #198754;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #198754;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #198754;
  --site-gradient: none;
}

.btn-outline-info {
  --site-btn-color: #0dcaf0;
  --site-btn-border-color: #0dcaf0;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #0dcaf0;
  --site-btn-hover-border-color: #0dcaf0;
  --site-btn-focus-shadow-rgb: 13, 202, 240;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #0dcaf0;
  --site-btn-active-border-color: #0dcaf0;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #0dcaf0;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #0dcaf0;
  --site-gradient: none;
}

.btn-outline-warning {
  --site-btn-color: #ffc107;
  --site-btn-border-color: #ffc107;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #ffc107;
  --site-btn-hover-border-color: #ffc107;
  --site-btn-focus-shadow-rgb: 255, 193, 7;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #ffc107;
  --site-btn-active-border-color: #ffc107;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #ffc107;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #ffc107;
  --site-gradient: none;
}

.btn-outline-danger {
  --site-btn-color: #dc3545;
  --site-btn-border-color: #dc3545;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #dc3545;
  --site-btn-hover-border-color: #dc3545;
  --site-btn-focus-shadow-rgb: 220, 53, 69;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #dc3545;
  --site-btn-active-border-color: #dc3545;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #dc3545;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #dc3545;
  --site-gradient: none;
}

.btn-outline-light {
  --site-btn-color: #f8f9fa;
  --site-btn-border-color: #f8f9fa;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #f8f9fa;
  --site-btn-hover-border-color: #f8f9fa;
  --site-btn-focus-shadow-rgb: 248, 249, 250;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #f8f9fa;
  --site-btn-active-border-color: #f8f9fa;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #f8f9fa;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #f8f9fa;
  --site-gradient: none;
}

.btn-outline-dark {
  --site-btn-color: #212529;
  --site-btn-border-color: #212529;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #212529;
  --site-btn-hover-border-color: #212529;
  --site-btn-focus-shadow-rgb: 33, 37, 41;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #212529;
  --site-btn-active-border-color: #212529;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #212529;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #212529;
  --site-gradient: none;
}

.btn-link {
  --site-btn-font-weight: 400;
  --site-btn-color: var(--site-link-color);
  --site-btn-bg: transparent;
  --site-btn-border-color: transparent;
  --site-btn-hover-color: var(--site-link-hover-color);
  --site-btn-hover-border-color: transparent;
  --site-btn-active-color: var(--site-link-hover-color);
  --site-btn-active-border-color: transparent;
  --site-btn-disabled-color: #6c757d;
  --site-btn-disabled-border-color: transparent;
  --site-btn-box-shadow: 0 0 0 #000;
  --site-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--site-btn-color);
}
.btn-link:hover {
  color: var(--site-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --site-btn-padding-y: 0.5rem;
  --site-btn-padding-x: 1rem;
  --site-btn-font-size: 1.25rem;
  --site-btn-border-radius: var(--site-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --site-btn-padding-y: 0.25rem;
  --site-btn-padding-x: 0.5rem;
  --site-btn-font-size: 0.875rem;
  --site-btn-border-radius: var(--site-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--site-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--site-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--site-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --site-nav-link-padding-x: 1rem;
  --site-nav-link-padding-y: 0.5rem;
  --site-nav-link-font-weight: ;
  --site-nav-link-color: var(--site-link-color);
  --site-nav-link-hover-color: var(--site-link-hover-color);
  --site-nav-link-disabled-color: var(--site-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--site-nav-link-padding-y) var(--site-nav-link-padding-x);
  font-size: var(--site-nav-link-font-size);
  font-weight: var(--site-nav-link-font-weight);
  color: var(--site-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(--site-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(--site-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --site-navbar-padding-x: 0;
  --site-navbar-padding-y: 0.5rem;
  --site-navbar-color: rgba(var(--site-emphasis-color-rgb), 0.65);
  --site-navbar-hover-color: rgba(var(--site-emphasis-color-rgb), 0.8);
  --site-navbar-disabled-color: rgba(var(--site-emphasis-color-rgb), 0.3);
  --site-navbar-active-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-brand-padding-y: 0.3125rem;
  --site-navbar-brand-margin-end: 1rem;
  --site-navbar-brand-font-size: 1.25rem;
  --site-navbar-brand-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-brand-hover-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-nav-link-padding-x: 0.5rem;
  --site-navbar-toggler-padding-y: 0.25rem;
  --site-navbar-toggler-padding-x: 0.75rem;
  --site-navbar-toggler-font-size: 1.25rem;
--site-navbar-toggler-border-color: rgba(var(--site-emphasis-color-rgb), 0.15);
  --site-navbar-toggler-border-radius: var(--site-border-radius);
  --site-navbar-toggler-focus-width: 0.25rem;
  --site-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(--site-navbar-padding-y) var(--site-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(--site-navbar-brand-padding-y);
  padding-bottom: var(--site-navbar-brand-padding-y);
  margin-right: var(--site-navbar-brand-margin-end);
  font-size: var(--site-navbar-brand-font-size);
  color: var(--site-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--site-navbar-brand-hover-color);
}

.navbar-nav {
  --site-nav-link-padding-x: 0;
  --site-nav-link-padding-y: 0.5rem;
  --site-nav-link-font-weight: ;
  --site-nav-link-color: var(--site-navbar-color);
  --site-nav-link-hover-color: var(--site-navbar-hover-color);
  --site-nav-link-disabled-color: var(--site-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--site-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--site-navbar-toggler-padding-y) var(--site-navbar-toggler-padding-x);
  font-size: var(--site-navbar-toggler-font-size);
  line-height: 1;
  color: var(--site-navbar-color);
  background-color: transparent;
  border: var(--site-border-width) solid var(--site-navbar-toggler-border-color);
  border-radius: var(--site-navbar-toggler-border-radius);
  transition: var(--site-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(--site-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--site-navbar-nav-link-padding-x);
    padding-left: var(--site-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --site-card-spacer-y: 1rem;
  --site-card-spacer-x: 1rem;
  --site-card-title-spacer-y: 0.5rem;
  --site-card-title-color: ;
  --site-card-subtitle-color: ;
  --site-card-border-width: var(--site-border-width);
  --site-card-border-color: var(--site-border-color-translucent);
  --site-card-border-radius: var(--site-border-radius);
  --site-card-box-shadow: ;
  --site-card-inner-border-radius: calc(var(--site-border-radius) - (var(--site-border-width)));
  --site-card-cap-padding-y: 0.5rem;
  --site-card-cap-padding-x: 1rem;
  --site-card-cap-bg: rgba(var(--site-body-color-rgb), 0.03);
  --site-card-cap-color: ;
  --site-card-height: ;
  --site-card-color: ;
  --site-card-bg: var(--site-body-bg);
  --site-card-img-overlay-padding: 1rem;
  --site-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--site-card-height);
  color: var(--site-body-color);
  word-wrap: break-word;
  background-color: var(--site-card-bg);
  background-clip: border-box;
  border: var(--site-card-border-width) solid var(--site-card-border-color);
  border-radius: var(--site-card-border-radius);
}

.card-title {
  margin-bottom: var(--site-card-title-spacer-y);
  color: var(--site-card-title-color);
}

.alert {
  --site-alert-bg: transparent;
  --site-alert-padding-x: 1rem;
  --site-alert-padding-y: 1rem;
  --site-alert-margin-bottom: 1rem;
  --site-alert-color: inherit;
  --site-alert-border-color: transparent;
  --site-alert-border: var(--site-border-width) solid var(--site-alert-border-color);
  --site-alert-border-radius: var(--site-border-radius);
  --site-alert-link-color: inherit;
  position: relative;
  padding: var(--site-alert-padding-y) var(--site-alert-padding-x);
  margin-bottom: var(--site-alert-margin-bottom);
  color: var(--site-alert-color);
  background-color: var(--site-alert-bg);
  border: var(--site-alert-border);
  border-radius: var(--site-alert-border-radius);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--site-progress-height);
  }
}

.btn-close {
  --site-btn-close-color: #000;
  --site-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --site-btn-close-opacity: 0.5;
  --site-btn-close-hover-opacity: 0.75;
  --site-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --site-btn-close-focus-opacity: 1;
  --site-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--site-btn-close-color);
  background: transparent var(--site-btn-close-bg) center/1em auto no-repeat;
  filter: var(--site-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--site-btn-close-opacity);
}
.btn-close:hover {
  color: var(--site-btn-close-color);
  text-decoration: none;
  opacity: var(--site-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--site-btn-close-focus-shadow);
  opacity: var(--site-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--site-btn-close-disabled-opacity);
}

.btn-close-white {
  --site-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root {
  --site-btn-close-filter: ;
}

:root {
  --site-carousel-indicator-active-bg: #fff;
  --site-carousel-caption-color: #fff;
  --site-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) ;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.shadow {
  box-shadow: var(--site-box-shadow) !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.text-primary {
  --site-text-opacity: 1;
  color: rgba(var(--site-primary-rgb), var(--site-text-opacity)) !important;
}

.text-info {
  --site-text-opacity: 1;
  color: rgba(var(--site-info-rgb), var(--site-text-opacity)) !important;
}

.text-danger {
  --site-text-opacity: 1;
  color: rgba(var(--site-danger-rgb), var(--site-text-opacity)) !important;
}

.text-white {
  --site-text-opacity: 1;
  color: rgba(var(--site-white-rgb), var(--site-text-opacity)) !important;
}

.visible {
  visibility: visible !important;
}

.top-nav {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .top-nav .boxgrid {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .top-nav .boxgrid img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .top-nav .boxgrid.responsive-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .top-nav .drawunit {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .top-nav .drawunit, .top-nav .drawunit:hover {
      color: inherit;
      text-decoration: none; }
  .top-nav .responsive-iconfont + .drawunit {
    vertical-align: -1px; }
  .top-nav .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; }

@font-face {
  font-family: 'Socicon';
  src: url('fonts/social2.woff2') format('woff2'), url('fonts/social2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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.responsive-iconfont:hover {
  text-decoration: none;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}.block-title,
.chapter-title,
.header-text,
.main-heading,
.page-h,
.section-h,
.section-heading,
.topic-title {
  font-style: normal;
  line-height: 1.3;
}.block-subtitle,
.h-secondary,
.lead-sub {
  line-height: 1.3;
}

.nodeunit {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.patternbox,
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;
  transition-property: background-color, color;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nodetrack {
  text-align: left;
}

.wrap {
  text-align: center;
}

@media (max-width: 767px) {

  .nodetrack {
    text-align: center;
  }
}

.partunit {
  font-weight: 400;
}

.pathbox {
  font-weight: 500;
}

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}.block-action {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}nav .block-action {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn .responsive-iconfont,
.btn.btn-sm .responsive-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .responsive-iconfont,
.btn.btn-md .responsive-iconfont {
  margin-left: 0.8rem;
}

.partunit {
  font-weight: 400;
}

.pathbox {
  font-weight: 500;
}

.linewrap .rootsegment {
  min-height: 100vh;
}

.linewrap {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.map {
  height: 25rem;
  position: relative;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-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: flex;
}

.menu .navbar-brand span {
  display: flex;
  display: flex;
}

.menu .navbar-brand .navbar-brand {
  display: flex;
}

.menu .navbar-brand .boxgrid img {
  display: 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 .navbar-nav.nav-dropdown {
    display: flex;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .responsive-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: flex;
  }

.navbar-collapse {
  }

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: flex;
  }

.row {
  display: flex;
  }

.justify-content-center {
  }

.card-wrapper {
  }

.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 .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}form .block-action {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .btn {
  min-height: 48px;
}

.rootsegment {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: 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,
.item-wrapper {
  overflow: hidden;
}

.item {
  position: relative;
}
@font-face {
  font-family: 'checkbox-icons-bold';
  font-display: swap;
  src: url('fonts/checkbox-icons-bold.woff2') format('woff2'), url('fonts/checkbox-icons-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="bitmap-"], [class*="bitmap-"] {
  
  font-family: 'checkbox-icons-bold' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bitmap-devices:before {
  content: "\e924";
}
.bitmap-edit2:before {
  content: "\e92a";
}
.bitmap-globe-2:before {
  content: "\e933";
}
.bitmap-home:before {
  content: "\e938";
}
.bitmap-letter:before {
  content: "\e944";
}
.bitmap-like:before {
  content: "\e945";
}
.bitmap-map-pin:before {
  content: "\e94b";
}
.bitmap-responsive:before {
  content: "\e966";
}
.bitmap-setting3:before {
  content: "\e96f";
}
.bitmap-smile-face:before {
  content: "\e975";
}
.bitmap-star:before {
  content: "\e977";
}
.bitmap-users:before {
  content: "\e98e";
}

@font-face {
  font-family: 'vector2';
  font-display: swap;
  src: url('fonts/checkbox2.woff2') format('woff2'), url('fonts/checkbox2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Karla;
}
.display-1 {
  font-family: 'Cormorant', serif;
  font-size: 4rem;
  line-height: 0.8;
}
.display-1 > .responsive-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Cormorant', serif;
  font-size: 3rem;
  line-height: 0.7;
}
.display-2 > .responsive-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}
.display-4 > .responsive-iconfont {
  font-size: 1.1875rem;
}
.display-5 {
  font-family: 'Cormorant', serif;
  font-size: 2rem;
  line-height: 0.7;
}
.display-5 > .responsive-iconfont {
  font-size: 2.5rem;
}
.patternbox {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.patternbox > .responsive-iconfont {
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .patternbox {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
    line-height: 0.8;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1.2rem;
    line-height: 0.8;
  }
  .display-2 {
    font-size: 1.65rem;
    line-height: 0.8;
  }
  .display-5 {
    line-height: 0.8;
  }
}

.btn {
  padding: 1.2rem 1.8rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.8rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.btn-primary {
  border: 0px !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary {
  border: 0px !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f4f3ec !important;
  border-color: #f4f3ec !important;
  color: #4e4a2d !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: #585333 !important;
  background-color: #d4d0b5 !important;
  border-color: #d4d0b5 !important;
  box-shadow: none;
}

.btn-secondary:disabled {
  color: #4e4a2d !important;
  background-color: #d4d0b5 !important;
  border-color: #d4d0b5 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.btn-info {
  border: 0px !important;
}
.btn-info,
.btn-info:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
  box-shadow: none;
}

.btn-info:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-info:hover,
.btn-info:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.btn-success {
  border: 0px !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: none;
}

.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-success:hover,
.btn-success:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.btn-warning {
  border: 0px !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4d4d4d !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #4d4d4d !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.btn-danger {
  border: 0px !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.btn-white {
  border: 0px !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #484848 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: none;
}

.btn-white:disabled {
  color: #484848 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:hover,
.btn-white:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.btn-black {
  border: 0px !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: #000000 !important;
  color: #ffffff !important;
}
.btn-primary-outline {
  position: relative;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-primary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-secondary-outline {
  position: relative;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f4f3ec;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.active {
  color: #d4d0b5 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-secondary-outline:disabled {
  color: #8f8752 !important;
  background-color: #f4f3ec !important;
  border-color: #f4f3ec !important;
}
.btn-secondary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-secondary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-info-outline {
  position: relative;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22a5e5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.active {
  color: #13709e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-info-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-info-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-success-outline {
  position: relative;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-success-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-success-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-warning-outline {
  position: relative;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-warning-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-danger-outline {
  position: relative;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-danger-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-black-outline {
  position: relative;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-black-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-white-outline {
  position: relative;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-white-outline:hover:before {
  width: calc(100% - 56px);
}
.text-primary {
  color: #000000 !important;
}
.text-info {
  color: #22a5e5 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #116690 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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;
}.block-action a.btn:not(.btn-form) {
  border-radius: 15px;
}
a,
a:hover {
  color: #000000;
}

html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.contentbox .top-nav {
  position: relative !important;
}
.contentbox .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.contentbox .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.contentbox .container {
  display: flex;
  margin: auto;
}
.contentbox .netbox {
  font-size: 1.5rem;
}
.contentbox .nav-item:focus,
.contentbox .nav-link:focus {
  outline: none;
}
.contentbox .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.contentbox .navbar .boxgrid img {
  width: auto;
}
.contentbox .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .contentbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .contentbox .navbar .boxgrid img {
    height: 3rem !important;
  }
  .contentbox .navbar ul.navbar-nav li {
    margin: auto;
  }
  .contentbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .contentbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .contentbox .navbar .view {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.contentbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.contentbox .navbar-brand .drawunit {
  line-height: inherit !important;
}
.contentbox .navbar-brand .boxgrid a {
  outline: none;
}
.contentbox .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.contentbox ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.contentbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.contentbox .top-nav {
  padding: 19px 1rem;
}
.contentbox a.nav-link {
  display: flex;
  flex-direction: column;
}
.contentbox .view {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contentbox .navbar {
    height: 70px;
  }
  .contentbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.contentbox a {
  display: inline;
}
.contentbox img {
  display: inline;
  padding-right: 10px;
}
@media (max-width: 990px) {
  .contentbox .nav-dropdown .link {
    margin: 0 !important;
  }
}
.contentbox .nav-item {
  margin-right: 32px;
}
.contentbox .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .contentbox ul li {
    height: 45px;
    display: list-item;
  }
}
.contentbox .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.contentbox .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.contentbox .responsive-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #47b5ed;
}
.contentbox .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.contentbox .btn {
  border-radius: 1000px !important;
}
.contentbox .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .contentbox .container,
  .contentbox .container-fluid {
    flex-wrap: nowrap;
  }
}
.contentbox li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .contentbox ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .contentbox .view {
    min-width: initial !important;
  }
  .contentbox a.btn {
    margin-top: 10px;
  }
}
.contentbox a.btn > span {
  margin-left: 0.5rem;
}
.contentbox a.nav-link:after {
  background-color: #000000;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.contentbox a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.contentbox a.nav-link:hover {
  color: #000000 !important;
}
.contentbox .nav-link > .responsive-iconfont {
  font-size: 19px !important;
}
.contentbox .navbar-toggler:focus {
  box-shadow: none !important;
}
.nodemapunit {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("images/soft1.jpeg");
}
.nodemapunit .row {
  align-items: flex-end;
}.nodemapunit .block-title,
.nodemapunit .chapter-title,
.nodemapunit .header-text,
.nodemapunit .main-heading,
.nodemapunit .page-h,
.nodemapunit .section-h,
.nodemapunit .section-heading,
.nodemapunit .topic-title {
  color: #151515;
}.nodemapunit .nodeunit,
.nodemapunit .block-action {
  color: #000000;
}
.nodemapunit .col-lg-4 {
  align-items: flex-end;
}
.splitlayer {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.splitlayer .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .splitlayer .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .splitlayer .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .splitlayer .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .splitlayer .container {
    padding: 0 12px;
  }
}
.splitlayer .tilegrid img,
.splitlayer .nodecore img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1200px) {
  .splitlayer .tilegrid img,
  .splitlayer .nodecore img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .splitlayer .tilegrid img,
  .splitlayer .nodecore img {
    margin-right: 16px;
  }
  .splitlayer .tilegrid img:nth-child(2n),
  .splitlayer .nodecore img:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .splitlayer .tilegrid img,
  .splitlayer .nodecore img {
    width: 100px;
    height: 100px;
  }
}
.splitlayer .tilegrid {
  padding-top: 170px;
}
@media (max-width: 992px) {
  .splitlayer .tilegrid {
    padding-top: 0;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
  }
}
.splitlayer .tilegrid img {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .splitlayer .tilegrid img {
    margin-bottom: 0;
  }
}
.splitlayer .nodecore {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .splitlayer .nodecore {
    flex-direction: row;
    justify-content: center;
    padding-top: 32px;
  }
}
.splitlayer .nodecore img {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .splitlayer .deck {
    padding: 0 24px;
  }
}.splitlayer .deck .block-title,
.splitlayer .deck .chapter-title,
.splitlayer .deck .header-text,
.splitlayer .deck .main-heading,
.splitlayer .deck .page-h,
.splitlayer .deck .section-h,
.splitlayer .deck .section-heading,
.splitlayer .deck .topic-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {.splitlayer .deck .block-title,
.splitlayer .deck .chapter-title,
.splitlayer .deck .header-text,
.splitlayer .deck .main-heading,
.splitlayer .deck .page-h,
.splitlayer .deck .section-h,
.splitlayer .deck .section-heading,
.splitlayer .deck .topic-title {
    margin-bottom: 56px;
  }
}
.splitlayer .deck .nodeunit {
  margin-bottom: 0;
}.splitlayer .block-title,
.splitlayer .chapter-title,
.splitlayer .header-text,
.splitlayer .main-heading,
.splitlayer .page-h,
.splitlayer .section-h,
.splitlayer .section-heading,
.splitlayer .topic-title {
  color: #000000;
  text-align: center;
}
.splitlayer .nodeunit {
  color: #000000;
}
.gridunitbox {
  background-color: #effaff;
}
.gridunitbox .info-border {
  padding: 0 0 200px;
  border-bottom: #191919 2px solid;
}
.gridunitbox .info-img {
  margin-top: 80px;
  position: relative;
}
.gridunitbox .info-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .gridunitbox .info-wrapper {
    margin-top: 30px;
  }
  .gridunitbox .info-border {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .gridunitbox .info-img {
    margin-top: 60px;
  }
}
@media (max-width: 425px) {
  .gridunitbox .info-img {
    margin-top: 30px;
  }
  .gridunitbox .info-border {
    padding-bottom: 50px;
  }
  .gridunitbox .info-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  .gridunitbox .info-img {
    margin-top: 0;
  }
}.gridunitbox .nodeunit,
.gridunitbox .block-action {
  color: #000000;
}
.flexwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .flexwrap .container {
    padding: 0 16px;
  }
}
.flexwrap .pinbox {
  display: flex;
  align-items: center;
  height: 100%;
}
.flexwrap .pinbox .unitrow {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .flexwrap .pinbox .unitrow {
    padding-right: 0;
  }
}.flexwrap .pinbox .block-title,
.flexwrap .pinbox .chapter-title,
.flexwrap .pinbox .header-text,
.flexwrap .pinbox .main-heading,
.flexwrap .pinbox .page-h,
.flexwrap .pinbox .section-h,
.flexwrap .pinbox .section-heading,
.flexwrap .pinbox .topic-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {.flexwrap .pinbox .block-title,
.flexwrap .pinbox .chapter-title,
.flexwrap .pinbox .header-text,
.flexwrap .pinbox .main-heading,
.flexwrap .pinbox .page-h,
.flexwrap .pinbox .section-h,
.flexwrap .pinbox .section-heading,
.flexwrap .pinbox .topic-title {
    margin-bottom: 20px;
  }
}
.flexwrap .pinbox .nodeunit {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .flexwrap .pinbox .nodeunit {
    margin-bottom: 20px;
  }
}
.flexwrap .pinbox .line {
  position: absolute;
  top: -24rem;
  left: 70px;
  width: 80%;
  height: 80%;
  border: 2px dashed #9fdbf8;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .flexwrap .pinbox .line {
    display: none;
  }
}
.flexwrap .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #fffcf0;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .flexwrap .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.flexwrap .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .flexwrap .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.flexwrap .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.flexwrap .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
  border-radius: 100%;
}
.flexwrap .card .card-wrapper .icon-wrapper .icon-wrap .responsive-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffffff;
  color: #22a5e5;
  border-radius: 100%;
  z-index: 1;
}.flexwrap .card .card-wrapper .deck .block-title,
.flexwrap .card .card-wrapper .deck .chapter-title,
.flexwrap .card .card-wrapper .deck .header-text,
.flexwrap .card .card-wrapper .deck .main-heading,
.flexwrap .card .card-wrapper .deck .page-h,
.flexwrap .card .card-wrapper .deck .section-h,
.flexwrap .card .card-wrapper .deck .section-heading,
.flexwrap .card .card-wrapper .deck .topic-title {
  margin-bottom: 16px;
}
.flexwrap .card .card-wrapper .deck .nodeunit {
  margin-bottom: 0;
}.flexwrap .block-title,
.flexwrap .chapter-title,
.flexwrap .header-text,
.flexwrap .main-heading,
.flexwrap .page-h,
.flexwrap .section-h,
.flexwrap .section-heading,
.flexwrap .topic-title {
  color: #000000;
}
.flexwrap .nodeunit {
  color: #000000;
}
.flexwrap .responsive-card-text {
  color: #000000;
}
.flexwrap .responsive-card-title,
.flexwrap .icon-wrapper {
  color: #e6c63b;
}
.bandbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #effaff;
}
.bandbox .deck {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .bandbox .deck {
    position: relative;
    top: 0;
    margin-bottom: 32px;
  }
}.bandbox .deck .block-title,
.bandbox .deck .chapter-title,
.bandbox .deck .header-text,
.bandbox .deck .main-heading,
.bandbox .deck .page-h,
.bandbox .deck .section-h,
.bandbox .deck .section-heading,
.bandbox .deck .topic-title {
  margin-bottom: 16px;
}
.bandbox .deck .text-wrapper .nodeunit {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .bandbox .deck .text-wrapper .nodeunit {
    width: 100%;
  }
}.bandbox .deck .block-action {
  margin-top: 22px;
}
@media (max-width: 992px) {.bandbox .deck .block-action {
    margin-top: 14px;
  }
}
.bandbox .tilegrid {
  padding: 28px;
  background-image: linear-gradient(90deg, #9fdbf8, #fffcf0);
}
@media (max-width: 992px) {
  .bandbox .tilegrid {
    padding: 20px;
  }
}
.bandbox .tilegrid img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .bandbox .tilegrid img {
    height: 300px;
  }
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title {
  color: #ffffff;
}
.bandbox .nodeunit {
  color: #b9b9b9;
}
.bandbox .item-title {
  color: #b9b9b9;
}
.bandbox .item-text {
  color: #ffffff;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title,
.bandbox .block-action {
  color: #000000;
}
.bandbox .nodeunit,
.bandbox .text-wrapper {
  color: #000000;
}
.fieldcore {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}.fieldcore .block-title,
.fieldcore .chapter-title,
.fieldcore .header-text,
.fieldcore .main-heading,
.fieldcore .page-h,
.fieldcore .section-h,
.fieldcore .section-heading,
.fieldcore .topic-title {
  margin-bottom: 50px;
  color: #000000;
}
.fieldcore .line {
  width: 100%;
  background-color: #a3a6b2;
  height: 2px;
  margin: 0 0 30px;
  padding: 0;
}
.fieldcore .date {
  color: #22a5e5;
}
.fieldcore .workplace {
  color: #000000;
}
.fieldcore .description {
  color: #000000;
}
.fieldcore .inline {
  margin-bottom: 30px;
}
.fieldcore .btn {
  margin: 0;
}
.domlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcf0;
}
.domlayer .underline {
  text-decoration: underline;
}
.domlayer .items {
  background: #ffffff;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .domlayer .items {
    padding: 3rem 1rem;
  }
}
.domlayer .card {
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  margin-bottom: 2rem;
}
.domlayer .text-primary {
  background: #ffe161;
}
.domlayer .noborder {
  border-bottom: 0;
}

.domlayer strong,
.domlayer a {
  font-weight: 900;
}.domlayer .block-title,
.domlayer .chapter-title,
.domlayer .header-text,
.domlayer .main-heading,
.domlayer .page-h,
.domlayer .section-h,
.domlayer .section-heading,
.domlayer .topic-title {
  color: #e6c63b;
}.domlayer .block-subtitle,
.domlayer .h-secondary,
.domlayer .lead-sub {
  color: #000000;
}
.domlayer .responsive-item-title {
  text-align: center;
  color: #17003b;
}
.domlayer .responsive-item-text {
  text-align: center;
  color: #000000;
}
.domlayer .responsive-item-title,
.domlayer .card {
  color: #000000;
}
.domlayer .nodeunit {
  color: #000000;
}
.unitcol {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.unitcol .viewbox {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #9fdbf8;
}
.unitcol .border_1 {
  left: 0;
}
.unitcol .border_2 {
  right: 0;
}
.unitcol .deck {
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #9fdbf8;
  border-bottom: 1px solid #9fdbf8;
}
.unitcol .deck .frameunit {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.unitcol .deck .frameunit .flowunit {
  width: 18px;
  height: 18px;
}
.unitcol .deck .frameunit .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .wrapper {
  width: 100%;
  background-color: #effaff;
  margin: 0 -1px;
}
.unitcol .deck .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.unitcol .layerbox {
  background-color: #effaff;
  will-change: transform;
  z-index: 1;
}
.unitcol .layerbox .pinbox {
  margin: 0 -20px;
}
.unitcol .layerbox .pinbox .card {
  padding: 0 20px;
}
.unitcol .layerbox .pinbox .unitrow {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .unitrow {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.unitcol .layerbox .pinbox .unitrow .viewbox.border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .unitrow .viewbox.border_2 {
    opacity: 0;
  }
}.unitcol .layerbox .pinbox .unitrow .block-title,
.unitcol .layerbox .pinbox .unitrow .chapter-title,
.unitcol .layerbox .pinbox .unitrow .header-text,
.unitcol .layerbox .pinbox .unitrow .main-heading,
.unitcol .layerbox .pinbox .unitrow .page-h,
.unitcol .layerbox .pinbox .unitrow .section-h,
.unitcol .layerbox .pinbox .unitrow .section-heading,
.unitcol .layerbox .pinbox .unitrow .topic-title {
  margin-bottom: 4px;
}
.unitcol .layerbox .pinbox .unitrow .wrapsegment {
  margin-bottom: 0;
}
.unitcol .layerbox .pinbox .text-wrapper {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.unitcol .layerbox .pinbox .text-wrapper .viewbox.border_1 {
  bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper .viewbox.border_1 {
    opacity: 0;
  }
}
.unitcol .layerbox .pinbox .text-wrapper::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -60px;
  width: 100%;
  height: 1px;
  background-color: #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper::before {
    content: none;
  }
}
.unitcol .layerbox .pinbox .text-wrapper .nodeunit {
  margin-bottom: 0;
}
.unitcol .layerbox .pinbox .splitunit {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(180deg, #22a5e5 30%, transparent 100%);
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .splitunit {
    content: none;
  }
}
.unitcol .drawbox {
  padding: 36px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .unitcol .drawbox {
    padding: 24px;
  }
}
.unitcol .btn-wrapper {
  margin-top: -1rem;
}.unitcol .block-title,
.unitcol .chapter-title,
.unitcol .header-text,
.unitcol .main-heading,
.unitcol .page-h,
.unitcol .section-h,
.unitcol .section-heading,
.unitcol .topic-title {
  color: #1c1c1c;
}
.unitcol .wrapsegment {
  color: #000000;
}
.unitcol .nodeunit {
  color: #000000;
}
.unitcol .splitunit {
  color: #151515;
  text-align: center;
}
.contentbox .top-nav {
  position: relative !important;
}
.contentbox .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.contentbox .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.contentbox .container {
  display: flex;
  margin: auto;
}
.contentbox .netbox {
  font-size: 1.5rem;
}
.contentbox .nav-item:focus,
.contentbox .nav-link:focus {
  outline: none;
}
.contentbox .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.contentbox .navbar .boxgrid img {
  width: auto;
}
.contentbox .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .contentbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .contentbox .navbar .boxgrid img {
    height: 3rem !important;
  }
  .contentbox .navbar ul.navbar-nav li {
    margin: auto;
  }
  .contentbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .contentbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .contentbox .navbar .view {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.contentbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.contentbox .navbar-brand .drawunit {
  line-height: inherit !important;
}
.contentbox .navbar-brand .boxgrid a {
  outline: none;
}
.contentbox .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.contentbox ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.contentbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.contentbox .top-nav {
  padding: 19px 1rem;
}
.contentbox a.nav-link {
  display: flex;
  flex-direction: column;
}
.contentbox .view {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contentbox .navbar {
    height: 70px;
  }
  .contentbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.contentbox a {
  display: inline;
}
.contentbox img {
  display: inline;
  padding-right: 10px;
}
@media (max-width: 990px) {
  .contentbox .nav-dropdown .link {
    margin: 0 !important;
  }
}
.contentbox .nav-item {
  margin-right: 32px;
}
.contentbox .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .contentbox ul li {
    height: 45px;
    display: list-item;
  }
}
.contentbox .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.contentbox .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.contentbox .responsive-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #47b5ed;
}
.contentbox .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.contentbox .btn {
  border-radius: 1000px !important;
}
.contentbox .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .contentbox .container,
  .contentbox .container-fluid {
    flex-wrap: nowrap;
  }
}
.contentbox li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .contentbox ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .contentbox .view {
    min-width: initial !important;
  }
  .contentbox a.btn {
    margin-top: 10px;
  }
}
.contentbox a.btn > span {
  margin-left: 0.5rem;
}
.contentbox a.nav-link:after {
  background-color: #000000;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.contentbox a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.contentbox a.nav-link:hover {
  color: #000000 !important;
}
.contentbox .nav-link > .responsive-iconfont {
  font-size: 19px !important;
}
.contentbox .navbar-toggler:focus {
  box-shadow: none !important;
}
.sublayer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .sublayer .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .sublayer .display-1 {
    font-size: 2.4rem;
  }
}
.sublayer a {
  font-weight: bold;
}.sublayer .block-title,
.sublayer .chapter-title,
.sublayer .header-text,
.sublayer .main-heading,
.sublayer .page-h,
.sublayer .section-h,
.sublayer .section-heading,
.sublayer .topic-title {
  text-align: center;
  color: #151515;
  background: #effaff;
  width: fit-content;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 2rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {.sublayer .block-title,
.sublayer .chapter-title,
.sublayer .header-text,
.sublayer .main-heading,
.sublayer .page-h,
.sublayer .section-h,
.sublayer .section-heading,
.sublayer .topic-title {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {.sublayer .block-title,
.sublayer .chapter-title,
.sublayer .header-text,
.sublayer .main-heading,
.sublayer .page-h,
.sublayer .section-h,
.sublayer .section-heading,
.sublayer .topic-title {
    padding-top: 1.6rem;
  }
}
.sublayer .nodeunit {
  text-align: center;
  color: #151515;
  background: #151515;
  width: fit-content;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 2rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .sublayer .nodeunit {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .sublayer .nodeunit {
    padding-top: 1.6rem;
  }
}.sublayer .block-subtitle,
.sublayer .h-secondary,
.sublayer .lead-sub {
  text-align: center;
  color: #af9fff;
  background: #151515;
  width: fit-content;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 2rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {.sublayer .block-subtitle,
.sublayer .h-secondary,
.sublayer .lead-sub {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {.sublayer .block-subtitle,
.sublayer .h-secondary,
.sublayer .lead-sub {
    padding-top: 1.6rem;
  }
}.sublayer .nodeunit,
.sublayer .block-action {
  text-align: center;
  color: #af9fff;
}
.layoutunit {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.layoutunit .row.card {
  padding: 0 90px;
  background-color: #ffffff;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .layoutunit .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.layoutunit .row.card .cellunitwrap {
  margin: -25px 0 0 0;
  transform: rotate(-5deg);
  background-color: #fffcf0;
  border-radius: 17px;
  padding: 20px;
}.layoutunit .row.card .cellunitwrap .block-subtitle,
.layoutunit .row.card .cellunitwrap .h-secondary,
.layoutunit .row.card .cellunitwrap .lead-sub {
  margin: 0;
}.layoutunit .row.card .block-title,
.layoutunit .row.card .chapter-title,
.layoutunit .row.card .header-text,
.layoutunit .row.card .main-heading,
.layoutunit .row.card .page-h,
.layoutunit .row.card .section-h,
.layoutunit .row.card .section-heading,
.layoutunit .row.card .topic-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {.layoutunit .row.card .block-title,
.layoutunit .row.card .chapter-title,
.layoutunit .row.card .header-text,
.layoutunit .row.card .main-heading,
.layoutunit .row.card .page-h,
.layoutunit .row.card .section-h,
.layoutunit .row.card .section-heading,
.layoutunit .row.card .topic-title {
    margin: 32px 0 0 0;
  }
}
.layoutunit .row.card .tilegrid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .layoutunit .row.card .tilegrid {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .layoutunit .row.card .tilegrid {
    display: block;
  }
}
.layoutunit .row.card .tilegrid img {
  object-fit: cover;
  border-radius: 10px;
}
.layoutunit .row.card .tilegrid img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .layoutunit .row.card .tilegrid img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.layoutunit .row.card .tilegrid img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .layoutunit .row.card .tilegrid img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.layoutunit .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .layoutunit .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.layoutunit .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.layoutunit .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #9fdbf8;
  transition: all .3s ease;
}
.layoutunit .row.card .text-wrapper .nodeunit {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}.layoutunit .row.card .text-wrapper .block-action {
  position: relative;
  z-index: 1;
}.layoutunit .block-title,
.layoutunit .chapter-title,
.layoutunit .header-text,
.layoutunit .main-heading,
.layoutunit .page-h,
.layoutunit .section-h,
.layoutunit .section-heading,
.layoutunit .topic-title {
  color: #000000;
}.layoutunit .block-subtitle,
.layoutunit .h-secondary,
.layoutunit .lead-sub {
  color: #000000;
  text-align: center;
}
.layoutunit .nodeunit {
  color: #4c0519;
}.layoutunit .nodeunit,
.layoutunit .block-action {
  color: #000000;
}
.unitgrid {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .unitgrid .tilegrid {
    margin-bottom: 34px;
  }
}
.unitgrid .tilegrid img {
  height: 50rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .unitgrid .tilegrid img {
    height: 35rem;
  }
}
.unitgrid .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.unitgrid .text-container .text-wrapper {
  margin-right: 150px;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .unitgrid .text-container .text-wrapper {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .unitgrid .text-container .text-wrapper {
    margin: 0 30px;
  }
}.unitgrid .text-container .text-wrapper .block-title,
.unitgrid .text-container .text-wrapper .chapter-title,
.unitgrid .text-container .text-wrapper .header-text,
.unitgrid .text-container .text-wrapper .main-heading,
.unitgrid .text-container .text-wrapper .page-h,
.unitgrid .text-container .text-wrapper .section-h,
.unitgrid .text-container .text-wrapper .section-heading,
.unitgrid .text-container .text-wrapper .topic-title {
  margin-bottom: 48px;
}
@media (max-width: 768px) {.unitgrid .text-container .text-wrapper .block-title,
.unitgrid .text-container .text-wrapper .chapter-title,
.unitgrid .text-container .text-wrapper .header-text,
.unitgrid .text-container .text-wrapper .main-heading,
.unitgrid .text-container .text-wrapper .page-h,
.unitgrid .text-container .text-wrapper .section-h,
.unitgrid .text-container .text-wrapper .section-heading,
.unitgrid .text-container .text-wrapper .topic-title {
    margin-bottom: 34px;
  }
}
.unitgrid .text-container .text-wrapper .nodeunit {
  margin: 0;
}
@media (max-width: 768px) {
  .unitgrid .text-container .text-wrapper .nodeunit {
    margin-bottom: 34px;
  }
}.unitgrid .block-title,
.unitgrid .chapter-title,
.unitgrid .header-text,
.unitgrid .main-heading,
.unitgrid .page-h,
.unitgrid .section-h,
.unitgrid .section-heading,
.unitgrid .topic-title {
  color: #000000;
}
.unitgrid .nodeunit {
  color: #000000;
}
.fold {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcf0;
}
.fold .casing {
  margin: 0 -20px;
}
.fold .casing .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .fold .casing .item:last-child {
    margin-bottom: 0;
  }
}
.fold .casing .item .item-wrapper .netbox {
  margin-bottom: 16px;
}
.fold .casing .item .item-wrapper .netbox .responsive-iconfont {
  display: inline-flex;
  font-size: 40px;
}
.fold .casing .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.fold .casing .item .item-wrapper .card-box {
  border-top: 1px solid #47b5ed;
  padding-top: 16px;
}
.fold .casing .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}.fold .casing .item .item-wrapper .card-box .block-action {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.fold .item-title {
  color: #ffffff;
}
.fold .item-text {
  color: #ffffff;
}.fold .item-text,
.fold .block-action {
  color: #000000;
}
.fold .item-title,
.fold .netbox {
  color: #000000;
}
.zonebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .zonebox .tilegrid {
    margin-bottom: 34px;
  }
}
.zonebox .tilegrid img {
  height: 50rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .zonebox .tilegrid img {
    height: 35rem;
  }
}
.zonebox .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zonebox .text-container .text-wrapper {
  margin-right: 150px;
  margin-left: 60px;
  margin-left: 150px;
  margin-right: 0;
}
@media (max-width: 992px) {
  .zonebox .text-container .text-wrapper {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .zonebox .text-container .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 992px) {
  .zonebox .text-container .text-wrapper {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .zonebox .text-container .text-wrapper {
    margin: 0 30px;
  }
}.zonebox .text-container .text-wrapper .block-title,
.zonebox .text-container .text-wrapper .chapter-title,
.zonebox .text-container .text-wrapper .header-text,
.zonebox .text-container .text-wrapper .main-heading,
.zonebox .text-container .text-wrapper .page-h,
.zonebox .text-container .text-wrapper .section-h,
.zonebox .text-container .text-wrapper .section-heading,
.zonebox .text-container .text-wrapper .topic-title {
  margin-bottom: 48px;
}
@media (max-width: 768px) {.zonebox .text-container .text-wrapper .block-title,
.zonebox .text-container .text-wrapper .chapter-title,
.zonebox .text-container .text-wrapper .header-text,
.zonebox .text-container .text-wrapper .main-heading,
.zonebox .text-container .text-wrapper .page-h,
.zonebox .text-container .text-wrapper .section-h,
.zonebox .text-container .text-wrapper .section-heading,
.zonebox .text-container .text-wrapper .topic-title {
    margin-bottom: 34px;
  }
}
.zonebox .text-container .text-wrapper .nodeunit {
  margin: 0;
}
@media (max-width: 768px) {
  .zonebox .text-container .text-wrapper .nodeunit {
    margin-bottom: 34px;
  }
}.zonebox .block-title,
.zonebox .chapter-title,
.zonebox .header-text,
.zonebox .main-heading,
.zonebox .page-h,
.zonebox .section-h,
.zonebox .section-heading,
.zonebox .topic-title {
  color: #000000;
}
.zonebox .nodeunit {
  color: #000000;
}
.tilecell {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #effaff;
}
.tilecell .responsive-iconfont {
  color: #9fdbf8;
  font-size: 5rem;
  width: 5rem;
}
.tilecell .netbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}.tilecell .block-subtitle,
.tilecell .h-secondary,
.tilecell .lead-sub,
.tilecell .block-action {
  color: #000000;
}
.unitcol {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.unitcol .viewbox {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #9fdbf8;
}
.unitcol .border_1 {
  left: 0;
}
.unitcol .border_2 {
  right: 0;
}
.unitcol .deck {
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #9fdbf8;
  border-bottom: 1px solid #9fdbf8;
}
.unitcol .deck .frameunit {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.unitcol .deck .frameunit .flowunit {
  width: 18px;
  height: 18px;
}
.unitcol .deck .frameunit .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .wrapper {
  width: 100%;
  background-color: #effaff;
  margin: 0 -1px;
}
.unitcol .deck .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.unitcol .layerbox {
  background-color: #effaff;
  will-change: transform;
  z-index: 1;
}
.unitcol .layerbox .pinbox {
  margin: 0 -20px;
}
.unitcol .layerbox .pinbox .card {
  padding: 0 20px;
}
.unitcol .layerbox .pinbox .unitrow {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .unitrow {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.unitcol .layerbox .pinbox .unitrow .viewbox.border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .unitrow .viewbox.border_2 {
    opacity: 0;
  }
}.unitcol .layerbox .pinbox .unitrow .block-title,
.unitcol .layerbox .pinbox .unitrow .chapter-title,
.unitcol .layerbox .pinbox .unitrow .header-text,
.unitcol .layerbox .pinbox .unitrow .main-heading,
.unitcol .layerbox .pinbox .unitrow .page-h,
.unitcol .layerbox .pinbox .unitrow .section-h,
.unitcol .layerbox .pinbox .unitrow .section-heading,
.unitcol .layerbox .pinbox .unitrow .topic-title {
  margin-bottom: 4px;
}
.unitcol .layerbox .pinbox .unitrow .wrapsegment {
  margin-bottom: 0;
}
.unitcol .layerbox .pinbox .text-wrapper {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.unitcol .layerbox .pinbox .text-wrapper .viewbox.border_1 {
  bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper .viewbox.border_1 {
    opacity: 0;
  }
}
.unitcol .layerbox .pinbox .text-wrapper::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -60px;
  width: 100%;
  height: 1px;
  background-color: #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper::before {
    content: none;
  }
}
.unitcol .layerbox .pinbox .text-wrapper .nodeunit {
  margin-bottom: 0;
}
.unitcol .layerbox .pinbox .splitunit {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(180deg, #22a5e5 30%, transparent 100%);
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .splitunit {
    content: none;
  }
}
.unitcol .drawbox {
  padding: 36px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .unitcol .drawbox {
    padding: 24px;
  }
}
.unitcol .btn-wrapper {
  margin-top: -1rem;
}.unitcol .block-title,
.unitcol .chapter-title,
.unitcol .header-text,
.unitcol .main-heading,
.unitcol .page-h,
.unitcol .section-h,
.unitcol .section-heading,
.unitcol .topic-title {
  color: #1c1c1c;
}
.unitcol .wrapsegment {
  color: #000000;
}
.unitcol .nodeunit {
  color: #000000;
}
.unitcol .splitunit {
  color: #151515;
  text-align: center;
}
.contentbox .top-nav {
  position: relative !important;
}
.contentbox .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.contentbox .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.contentbox .container {
  display: flex;
  margin: auto;
}
.contentbox .netbox {
  font-size: 1.5rem;
}
.contentbox .nav-item:focus,
.contentbox .nav-link:focus {
  outline: none;
}
.contentbox .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.contentbox .navbar .boxgrid img {
  width: auto;
}
.contentbox .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .contentbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .contentbox .navbar .boxgrid img {
    height: 3rem !important;
  }
  .contentbox .navbar ul.navbar-nav li {
    margin: auto;
  }
  .contentbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .contentbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .contentbox .navbar .view {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.contentbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.contentbox .navbar-brand .drawunit {
  line-height: inherit !important;
}
.contentbox .navbar-brand .boxgrid a {
  outline: none;
}
.contentbox .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.contentbox ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.contentbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.contentbox .top-nav {
  padding: 19px 1rem;
}
.contentbox a.nav-link {
  display: flex;
  flex-direction: column;
}
.contentbox .view {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contentbox .navbar {
    height: 70px;
  }
  .contentbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.contentbox a {
  display: inline;
}
.contentbox img {
  display: inline;
  padding-right: 10px;
}
@media (max-width: 990px) {
  .contentbox .nav-dropdown .link {
    margin: 0 !important;
  }
}
.contentbox .nav-item {
  margin-right: 32px;
}
.contentbox .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .contentbox ul li {
    height: 45px;
    display: list-item;
  }
}
.contentbox .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.contentbox .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.contentbox .responsive-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #47b5ed;
}
.contentbox .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.contentbox .btn {
  border-radius: 1000px !important;
}
.contentbox .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .contentbox .container,
  .contentbox .container-fluid {
    flex-wrap: nowrap;
  }
}
.contentbox li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .contentbox ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .contentbox .view {
    min-width: initial !important;
  }
  .contentbox a.btn {
    margin-top: 10px;
  }
}
.contentbox a.btn > span {
  margin-left: 0.5rem;
}
.contentbox a.nav-link:after {
  background-color: #000000;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.contentbox a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.contentbox a.nav-link:hover {
  color: #000000 !important;
}
.contentbox .nav-link > .responsive-iconfont {
  font-size: 19px !important;
}
.contentbox .navbar-toggler:focus {
  box-shadow: none !important;
}
.scaffold {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #effaff;
}
.scaffold .deck {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .scaffold .deck {
    padding: 30px 20px;
  }
}
.scaffold .deck .nodecore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scaffold .deck .nodecore img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scaffold .deck::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #effaff 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.scaffold .deck .layerbox {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .scaffold .deck .layerbox {
    width: 100%;
  }
}
.scaffold .deck .layerbox .desc-wrapper .wrapsegment {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}.scaffold .deck .layerbox .block-title,
.scaffold .deck .layerbox .chapter-title,
.scaffold .deck .layerbox .header-text,
.scaffold .deck .layerbox .main-heading,
.scaffold .deck .layerbox .page-h,
.scaffold .deck .layerbox .section-h,
.scaffold .deck .layerbox .section-heading,
.scaffold .deck .layerbox .topic-title {
  margin-bottom: 32px;
}
.scaffold .deck .layerbox .nodeunit {
  margin-bottom: 0;
}.scaffold .deck .layerbox .block-action {
  margin-top: 64px;
}.scaffold .deck .layerbox .block-action .btn {
  margin-bottom: 0;
}.scaffold .block-title,
.scaffold .chapter-title,
.scaffold .header-text,
.scaffold .main-heading,
.scaffold .page-h,
.scaffold .section-h,
.scaffold .section-heading,
.scaffold .topic-title {
  color: #404349;
}
.scaffold .nodeunit {
  color: #000000;
}
.scaffold .wrapsegment {
  color: #b19a7c;
}.scaffold .block-title,
.scaffold .chapter-title,
.scaffold .header-text,
.scaffold .main-heading,
.scaffold .page-h,
.scaffold .section-h,
.scaffold .section-heading,
.scaffold .topic-title,
.scaffold .block-action {
  color: #000000;
}
.shiftbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.shiftbox .nodeunit {
  max-width: 700px;
  margin: auto;
  padding-bottom: 4rem;
}
.shiftbox a {
  font-weight: bold;
}.shiftbox .block-title,
.shiftbox .chapter-title,
.shiftbox .header-text,
.shiftbox .main-heading,
.shiftbox .page-h,
.shiftbox .section-h,
.shiftbox .section-heading,
.shiftbox .topic-title {
  color: #000000;
  text-align: center;
}.shiftbox .nodeunit,
.shiftbox .block-action {
  color: #151515;
  text-align: center;
}.shiftbox .block-subtitle,
.shiftbox .h-secondary,
.shiftbox .lead-sub {
  text-align: center;
}
.shiftbox .responsive-section-item {
  text-align: center;
}
.shiftbox .responsive-section-item-text {
  text-align: center;
}
.navbox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.navbox .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .navbox .card-wrapper {
    display: block;
  }
}
.navbox .card-wrapper .region {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .navbox .card-wrapper .region {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.navbox .card-wrapper .region .tilegrid img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.navbox .card-wrapper .region .nodecore img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #9fdbf8;
  border-right: 1px solid #9fdbf8;
}
.navbox .card-wrapper .deck {
  width: 50%;
  padding: 30px;
  background-color: #fffcf0;
}
@media (max-width: 992px) {
  .navbox .card-wrapper .deck {
    padding: 20px;
    width: 100%;
  }
}
.navbox .card-wrapper .deck .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .navbox .card-wrapper .deck .icon-wrapper {
    margin-bottom: 20px;
  }
}
.navbox .card-wrapper .deck .icon-wrapper .responsive-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #e6c63b;
}
@media (max-width: 992px) {
  .navbox .card-wrapper .deck .icon-wrapper .responsive-iconfont {
    font-size: 54px;
  }
}.navbox .card-wrapper .deck .pinbox .block-title,
.navbox .card-wrapper .deck .pinbox .chapter-title,
.navbox .card-wrapper .deck .pinbox .header-text,
.navbox .card-wrapper .deck .pinbox .main-heading,
.navbox .card-wrapper .deck .pinbox .page-h,
.navbox .card-wrapper .deck .pinbox .section-h,
.navbox .card-wrapper .deck .pinbox .section-heading,
.navbox .card-wrapper .deck .pinbox .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {.navbox .card-wrapper .deck .pinbox .block-title,
.navbox .card-wrapper .deck .pinbox .chapter-title,
.navbox .card-wrapper .deck .pinbox .header-text,
.navbox .card-wrapper .deck .pinbox .main-heading,
.navbox .card-wrapper .deck .pinbox .page-h,
.navbox .card-wrapper .deck .pinbox .section-h,
.navbox .card-wrapper .deck .pinbox .section-heading,
.navbox .card-wrapper .deck .pinbox .topic-title {
    width: 100%;
  }
}
.navbox .card-wrapper .deck .text-wrapper .nodeunit {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .navbox .card-wrapper .deck .text-wrapper .nodeunit {
    width: 100%;
  }
}.navbox .card-wrapper .deck .block-action .btn {
  margin-bottom: 0;
}.navbox .block-title,
.navbox .chapter-title,
.navbox .header-text,
.navbox .main-heading,
.navbox .page-h,
.navbox .section-h,
.navbox .section-heading,
.navbox .topic-title {
  color: #093388;
}
.navbox .nodeunit {
  color: #58595b;
}
.navbox .nodeunit,
.navbox .text-wrapper {
  color: #000000;
}.navbox .block-title,
.navbox .chapter-title,
.navbox .header-text,
.navbox .main-heading,
.navbox .page-h,
.navbox .section-h,
.navbox .section-heading,
.navbox .topic-title,
.navbox .block-action,
.navbox .pinbox,
.navbox .icon-wrapper {
  color: #000000;
}
.layoutwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #effaff;
}
.layoutwrap .row {
  justify-content: center;
}
.layoutwrap .card {
  justify-content: space-between;
}
.layoutwrap .nodecore {
  margin-bottom: 40px;
}
.layoutwrap .nodecore img {
  display: inline-flex;
  width: 350px;
  height: 350px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .layoutwrap .nodecore img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .layoutwrap .nodecore img {
    box-shadow: none;
  }
}
@media (max-width: 992px) {
  .layoutwrap .deck {
    margin-bottom: 40px;
  }
}.layoutwrap .deck .block-title,
.layoutwrap .deck .chapter-title,
.layoutwrap .deck .header-text,
.layoutwrap .deck .main-heading,
.layoutwrap .deck .page-h,
.layoutwrap .deck .section-h,
.layoutwrap .deck .section-heading,
.layoutwrap .deck .topic-title {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {.layoutwrap .deck .block-title,
.layoutwrap .deck .chapter-title,
.layoutwrap .deck .header-text,
.layoutwrap .deck .main-heading,
.layoutwrap .deck .page-h,
.layoutwrap .deck .section-h,
.layoutwrap .deck .section-heading,
.layoutwrap .deck .topic-title {
    width: 100%;
  }
}.layoutwrap .deck .block-action {
  margin-top: 40px;
}
@media (max-width: 992px) {.layoutwrap .deck .block-action {
    margin-top: 20px;
  }
}
.layoutwrap .outerpad {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .layoutwrap .outerpad {
    justify-content: center;
  }
}
.layoutwrap .outerpad img {
  border: 12px solid #fffcf0;
  object-fit: cover;
  height: 650px;
  width: 320px;
  background-color: #fffcf0;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .layoutwrap .outerpad img {
    height: 350px;
    width: 200px;
    border: 8px solid #fffcf0;
  }
}
@media (max-width: 992px) {
  .layoutwrap .outerpad img {
    box-shadow: none;
  }
}.layoutwrap .block-title,
.layoutwrap .chapter-title,
.layoutwrap .header-text,
.layoutwrap .main-heading,
.layoutwrap .page-h,
.layoutwrap .section-h,
.layoutwrap .section-heading,
.layoutwrap .topic-title {
  color: #19171c;
}
.fieldwrap {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #effaff;
}
.fieldwrap .row {
  justify-content: space-between;
}
.fieldwrap .deck {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .fieldwrap .deck {
    padding: 0;
  }
}.fieldwrap .deck .block-title,
.fieldwrap .deck .chapter-title,
.fieldwrap .deck .header-text,
.fieldwrap .deck .main-heading,
.fieldwrap .deck .page-h,
.fieldwrap .deck .section-h,
.fieldwrap .deck .section-heading,
.fieldwrap .deck .topic-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {.fieldwrap .deck .block-title,
.fieldwrap .deck .chapter-title,
.fieldwrap .deck .header-text,
.fieldwrap .deck .main-heading,
.fieldwrap .deck .page-h,
.fieldwrap .deck .section-h,
.fieldwrap .deck .section-heading,
.fieldwrap .deck .topic-title {
    margin-bottom: 20px;
  }
}
.fieldwrap .deck .nodeunit {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .fieldwrap .deck .nodeunit {
    margin-bottom: 20px;
  }
}
.fieldwrap .deck .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.fieldwrap .deck .logo-wrapper .logo-wrap .nodecore {
  margin-right: 12px;
}
.fieldwrap .deck .logo-wrapper .logo-wrap .nodecore img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.fieldwrap .deck .logo-wrapper .logo-wrap .wrapsegment {
  margin-bottom: 0;
}.fieldwrap .block-title,
.fieldwrap .chapter-title,
.fieldwrap .header-text,
.fieldwrap .main-heading,
.fieldwrap .page-h,
.fieldwrap .section-h,
.fieldwrap .section-heading,
.fieldwrap .topic-title {
  color: #000000;
}
.fieldwrap .wrapsegment {
  color: #000000;
}
.fieldwrap .nodeunit {
  color: #000000;
}
.unitcol {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.unitcol .viewbox {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #9fdbf8;
}
.unitcol .border_1 {
  left: 0;
}
.unitcol .border_2 {
  right: 0;
}
.unitcol .deck {
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #9fdbf8;
  border-bottom: 1px solid #9fdbf8;
}
.unitcol .deck .frameunit {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.unitcol .deck .frameunit .flowunit {
  width: 18px;
  height: 18px;
}
.unitcol .deck .frameunit .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .wrapper {
  width: 100%;
  background-color: #effaff;
  margin: 0 -1px;
}
.unitcol .deck .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.unitcol .layerbox {
  background-color: #effaff;
  will-change: transform;
  z-index: 1;
}
.unitcol .layerbox .pinbox {
  margin: 0 -20px;
}
.unitcol .layerbox .pinbox .card {
  padding: 0 20px;
}
.unitcol .layerbox .pinbox .unitrow {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .unitrow {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.unitcol .layerbox .pinbox .unitrow .viewbox.border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .unitrow .viewbox.border_2 {
    opacity: 0;
  }
}.unitcol .layerbox .pinbox .unitrow .block-title,
.unitcol .layerbox .pinbox .unitrow .chapter-title,
.unitcol .layerbox .pinbox .unitrow .header-text,
.unitcol .layerbox .pinbox .unitrow .main-heading,
.unitcol .layerbox .pinbox .unitrow .page-h,
.unitcol .layerbox .pinbox .unitrow .section-h,
.unitcol .layerbox .pinbox .unitrow .section-heading,
.unitcol .layerbox .pinbox .unitrow .topic-title {
  margin-bottom: 4px;
}
.unitcol .layerbox .pinbox .unitrow .wrapsegment {
  margin-bottom: 0;
}
.unitcol .layerbox .pinbox .text-wrapper {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.unitcol .layerbox .pinbox .text-wrapper .viewbox.border_1 {
  bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper .viewbox.border_1 {
    opacity: 0;
  }
}
.unitcol .layerbox .pinbox .text-wrapper::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -60px;
  width: 100%;
  height: 1px;
  background-color: #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper::before {
    content: none;
  }
}
.unitcol .layerbox .pinbox .text-wrapper .nodeunit {
  margin-bottom: 0;
}
.unitcol .layerbox .pinbox .splitunit {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(180deg, #22a5e5 30%, transparent 100%);
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .splitunit {
    content: none;
  }
}
.unitcol .drawbox {
  padding: 36px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .unitcol .drawbox {
    padding: 24px;
  }
}
.unitcol .btn-wrapper {
  margin-top: -1rem;
}.unitcol .block-title,
.unitcol .chapter-title,
.unitcol .header-text,
.unitcol .main-heading,
.unitcol .page-h,
.unitcol .section-h,
.unitcol .section-heading,
.unitcol .topic-title {
  color: #1c1c1c;
}
.unitcol .wrapsegment {
  color: #000000;
}
.unitcol .nodeunit {
  color: #000000;
}
.unitcol .splitunit {
  color: #151515;
  text-align: center;
}
.contentbox .top-nav {
  position: relative !important;
}
.contentbox .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.contentbox .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.contentbox .container {
  display: flex;
  margin: auto;
}
.contentbox .netbox {
  font-size: 1.5rem;
}
.contentbox .nav-item:focus,
.contentbox .nav-link:focus {
  outline: none;
}
.contentbox .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.contentbox .navbar .boxgrid img {
  width: auto;
}
.contentbox .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .contentbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .contentbox .navbar .boxgrid img {
    height: 3rem !important;
  }
  .contentbox .navbar ul.navbar-nav li {
    margin: auto;
  }
  .contentbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .contentbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .contentbox .navbar .view {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.contentbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.contentbox .navbar-brand .drawunit {
  line-height: inherit !important;
}
.contentbox .navbar-brand .boxgrid a {
  outline: none;
}
.contentbox .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.contentbox ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.contentbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.contentbox .top-nav {
  padding: 19px 1rem;
}
.contentbox a.nav-link {
  display: flex;
  flex-direction: column;
}
.contentbox .view {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contentbox .navbar {
    height: 70px;
  }
  .contentbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.contentbox a {
  display: inline;
}
.contentbox img {
  display: inline;
  padding-right: 10px;
}
@media (max-width: 990px) {
  .contentbox .nav-dropdown .link {
    margin: 0 !important;
  }
}
.contentbox .nav-item {
  margin-right: 32px;
}
.contentbox .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .contentbox ul li {
    height: 45px;
    display: list-item;
  }
}
.contentbox .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.contentbox .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.contentbox .responsive-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #47b5ed;
}
.contentbox .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.contentbox .btn {
  border-radius: 1000px !important;
}
.contentbox .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .contentbox .container,
  .contentbox .container-fluid {
    flex-wrap: nowrap;
  }
}
.contentbox li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .contentbox ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .contentbox .view {
    min-width: initial !important;
  }
  .contentbox a.btn {
    margin-top: 10px;
  }
}
.contentbox a.btn > span {
  margin-left: 0.5rem;
}
.contentbox a.nav-link:after {
  background-color: #000000;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.contentbox a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.contentbox a.nav-link:hover {
  color: #000000 !important;
}
.contentbox .nav-link > .responsive-iconfont {
  font-size: 19px !important;
}
.contentbox .navbar-toggler:focus {
  box-shadow: none !important;
}
.stage {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.stage .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .stage .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .stage .container {
    padding: 0;
  }
}
.stage .row {
  margin: 0;
}
.stage .card {
  border-radius: 0;
  padding: 0;
}
.stage .card .box-wrapper {
  background-color: #effaff;
  height: 100%;
}
.stage .card .box-wrapper .structurebox {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.stage .card .pinbox {
  padding: 145px 100px;
}
@media (max-width: 992px) {
  .stage .card .pinbox {
    padding: 30px 16px;
  }
}
.stage .card .pinbox .nodeunit {
  margin-bottom: 0;
}.stage .card .pinbox .block-action {
  margin-top: 70px;
}
@media (max-width: 992px) {.stage .card .pinbox .block-action {
    margin-top: 40px;
  }
}
.stage .card .tilegrid {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .stage .card .tilegrid {
    padding: 0;
  }
}
.stage .card .tilegrid img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .stage .card .tilegrid img {
    height: 300px;
  }
}
.stage .nodeunit {
  color: #4c0519;
}
.stage .structurebox {
  color: #000000;
}.stage .nodeunit,
.stage .block-action {
  color: #000000;
}
.rowsegment {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #effaff;
}
.rowsegment a.btn > span {
  margin-left: 0.5rem;
}
.rowsegment .row {
  align-items: center;
  justify-content: space-between;
}.rowsegment .block-title,
.rowsegment .chapter-title,
.rowsegment .header-text,
.rowsegment .main-heading,
.rowsegment .page-h,
.rowsegment .section-h,
.rowsegment .section-heading,
.rowsegment .topic-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #000000;
}.rowsegment .block-subtitle,
.rowsegment .h-secondary,
.rowsegment .lead-sub {
  color: #ffffff;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.rowsegment .nodeunit {
  color: #ffffff;
  margin-bottom: 56px;
}
.rowsegment .framecore {
  max-width: 554px;
}.rowsegment .block-action {
  width: auto;
  display: inline;
}
.rowsegment .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.rowsegment img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.rowsegment .card-title {
  margin-bottom: 4px;
  color: #ffffff;
}

.rowsegment form .btn {
  min-height: initial;
}
.rowsegment a.btn,
.rowsegment button {
  padding: 24px 40px;
  border-radius: 80px;
}
.rowsegment input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 40px;
  padding: 8px 26px;
}
.rowsegment textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.rowsegment input:hover {
  border-color: #14142b !important;
}
.rowsegment textarea:hover {
  border-color: #14142b !important;
}
.rowsegment input:focus {
  border-color: #14142b !important;
}
.rowsegment textarea:focus {
  border-color: #14142b !important;
}
.rowsegment .email {
  margin-bottom: 21px;
}
.rowsegment .nodeunit {
  color: #000000;
}
.rowsegment .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
@media (max-width: 770px) {
  .rowsegment .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .rowsegment .left-side,
  .rowsegment .framecore {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .rowsegment .framecore {
    max-width: initial;
    margin-bottom: 50px;
  }
  .rowsegment .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .rowsegment .shadow {
    padding: 25px;
  }
  .rowsegment input {
    margin-bottom: 20px;
  }
}
.rowsegment .responsive-iconfont {
  margin-right: 8px;
}
.colbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.colbox .container {
  padding: 0 5%;
}
.colbox .tilegrid {
  display: flex;
  align-items: center;
}
.colbox .card:nth-child(odd) {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .colbox .card:nth-child(odd) {
    padding-right: 16px;
  }
}
.colbox .card:nth-child(even) {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .colbox .card:nth-child(even) {
    padding-left: 16px;
  }
}
.colbox .card-wrapper {
  margin-bottom: 42px;
  border-radius: 15px;
  display: flex;
  background: #fffcf0;
}
@media (max-width: 991px) {
  .colbox .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .colbox .card-wrapper {
    padding: 2rem 4rem;
  }
}
.colbox .responsive-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}.colbox .block-title,
.colbox .chapter-title,
.colbox .header-text,
.colbox .main-heading,
.colbox .page-h,
.colbox .section-h,
.colbox .section-heading,
.colbox .topic-title {
  margin-bottom: 4.5rem;
  color: #000000;
}
.colbox .card-title {
  color: #000000;
}
.colbox .nodeunit {
  color: #e11d48;
}
.unitcol {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.unitcol .viewbox {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #9fdbf8;
}
.unitcol .border_1 {
  left: 0;
}
.unitcol .border_2 {
  right: 0;
}
.unitcol .deck {
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #9fdbf8;
  border-bottom: 1px solid #9fdbf8;
}
.unitcol .deck .frameunit {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.unitcol .deck .frameunit .flowunit {
  width: 18px;
  height: 18px;
}
.unitcol .deck .frameunit .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .wrapper {
  width: 100%;
  background-color: #effaff;
  margin: 0 -1px;
}
.unitcol .deck .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.unitcol .layerbox {
  background-color: #effaff;
  will-change: transform;
  z-index: 1;
}
.unitcol .layerbox .pinbox {
  margin: 0 -20px;
}
.unitcol .layerbox .pinbox .card {
  padding: 0 20px;
}
.unitcol .layerbox .pinbox .unitrow {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .unitrow {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.unitcol .layerbox .pinbox .unitrow .viewbox.border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .unitrow .viewbox.border_2 {
    opacity: 0;
  }
}.unitcol .layerbox .pinbox .unitrow .block-title,
.unitcol .layerbox .pinbox .unitrow .chapter-title,
.unitcol .layerbox .pinbox .unitrow .header-text,
.unitcol .layerbox .pinbox .unitrow .main-heading,
.unitcol .layerbox .pinbox .unitrow .page-h,
.unitcol .layerbox .pinbox .unitrow .section-h,
.unitcol .layerbox .pinbox .unitrow .section-heading,
.unitcol .layerbox .pinbox .unitrow .topic-title {
  margin-bottom: 4px;
}
.unitcol .layerbox .pinbox .unitrow .wrapsegment {
  margin-bottom: 0;
}
.unitcol .layerbox .pinbox .text-wrapper {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.unitcol .layerbox .pinbox .text-wrapper .viewbox.border_1 {
  bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper .viewbox.border_1 {
    opacity: 0;
  }
}
.unitcol .layerbox .pinbox .text-wrapper::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -60px;
  width: 100%;
  height: 1px;
  background-color: #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper::before {
    content: none;
  }
}
.unitcol .layerbox .pinbox .text-wrapper .nodeunit {
  margin-bottom: 0;
}
.unitcol .layerbox .pinbox .splitunit {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(180deg, #22a5e5 30%, transparent 100%);
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .splitunit {
    content: none;
  }
}
.unitcol .drawbox {
  padding: 36px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .unitcol .drawbox {
    padding: 24px;
  }
}
.unitcol .btn-wrapper {
  margin-top: -1rem;
}.unitcol .block-title,
.unitcol .chapter-title,
.unitcol .header-text,
.unitcol .main-heading,
.unitcol .page-h,
.unitcol .section-h,
.unitcol .section-heading,
.unitcol .topic-title {
  color: #1c1c1c;
}
.unitcol .wrapsegment {
  color: #000000;
}
.unitcol .nodeunit {
  color: #000000;
}
.unitcol .splitunit {
  color: #151515;
  text-align: center;
}
.contentbox .top-nav {
  position: relative !important;
}
.contentbox .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.contentbox .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.contentbox .container {
  display: flex;
  margin: auto;
}
.contentbox .netbox {
  font-size: 1.5rem;
}
.contentbox .nav-item:focus,
.contentbox .nav-link:focus {
  outline: none;
}
.contentbox .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.contentbox .navbar .boxgrid img {
  width: auto;
}
.contentbox .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .contentbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .contentbox .navbar .boxgrid img {
    height: 3rem !important;
  }
  .contentbox .navbar ul.navbar-nav li {
    margin: auto;
  }
  .contentbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .contentbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .contentbox .navbar .view {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.contentbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.contentbox .navbar-brand .drawunit {
  line-height: inherit !important;
}
.contentbox .navbar-brand .boxgrid a {
  outline: none;
}
.contentbox .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.contentbox ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.contentbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.contentbox .top-nav {
  padding: 19px 1rem;
}
.contentbox a.nav-link {
  display: flex;
  flex-direction: column;
}
.contentbox .view {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contentbox .navbar {
    height: 70px;
  }
  .contentbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.contentbox a {
  display: inline;
}
.contentbox img {
  display: inline;
  padding-right: 10px;
}
@media (max-width: 990px) {
  .contentbox .nav-dropdown .link {
    margin: 0 !important;
  }
}
.contentbox .nav-item {
  margin-right: 32px;
}
.contentbox .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .contentbox ul li {
    height: 45px;
    display: list-item;
  }
}
.contentbox .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.contentbox .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.contentbox .responsive-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #47b5ed;
}
.contentbox .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.contentbox .btn {
  border-radius: 1000px !important;
}
.contentbox .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .contentbox .container,
  .contentbox .container-fluid {
    flex-wrap: nowrap;
  }
}
.contentbox li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .contentbox ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .contentbox .view {
    min-width: initial !important;
  }
  .contentbox a.btn {
    margin-top: 10px;
  }
}
.contentbox a.btn > span {
  margin-left: 0.5rem;
}
.contentbox a.nav-link:after {
  background-color: #000000;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.contentbox a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.contentbox a.nav-link:hover {
  color: #000000 !important;
}
.contentbox .nav-link > .responsive-iconfont {
  font-size: 19px !important;
}
.contentbox .navbar-toggler:focus {
  box-shadow: none !important;
}
.framefield {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #effaff;
}
.framefield .inner {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff0b0 0, #ffffff 43%, #9fdbf8 100%);
}
.framefield .boxholder {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff0b0 0, #ffffff 43%, #9fdbf8 100%);
}
.framefield .matrix {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff0b0 0, #ffffff 43%, #9fdbf8 100%);
}
@media (max-width: 992px) {
  .framefield .container {
    padding: 0 30px;
  }
}
.framefield .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}.framefield .deck .block-title,
.framefield .deck .chapter-title,
.framefield .deck .header-text,
.framefield .deck .main-heading,
.framefield .deck .page-h,
.framefield .deck .section-h,
.framefield .deck .section-heading,
.framefield .deck .topic-title {
  margin-bottom: 40px;
}
.framefield .deck .text-wrapper .nodeunit {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .framefield .deck .text-wrapper .nodeunit {
    margin-bottom: 30px;
    width: 100%;
  }
}.framefield .block-title,
.framefield .chapter-title,
.framefield .header-text,
.framefield .main-heading,
.framefield .page-h,
.framefield .section-h,
.framefield .section-heading,
.framefield .topic-title {
  color: #ffffff;
}
.framefield .nodeunit,
.framefield .text-wrapper {
  color: #000000;
  text-align: center;
}.framefield .block-title,
.framefield .chapter-title,
.framefield .header-text,
.framefield .main-heading,
.framefield .page-h,
.framefield .section-h,
.framefield .section-heading,
.framefield .topic-title,
.framefield .block-action {
  text-align: center;
  color: #000000;
}
.padbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #effaff;
}
.padbox .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .padbox .wrapper {
    padding: 20px;
  }
}
.padbox .nodeunit.text1 {
  color: #000000;
}
.unitcol {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.unitcol .viewbox {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #9fdbf8;
}
.unitcol .border_1 {
  left: 0;
}
.unitcol .border_2 {
  right: 0;
}
.unitcol .deck {
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #9fdbf8;
  border-bottom: 1px solid #9fdbf8;
}
.unitcol .deck .frameunit {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.unitcol .deck .frameunit .flowunit {
  width: 18px;
  height: 18px;
}
.unitcol .deck .frameunit .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .wrapper {
  width: 100%;
  background-color: #effaff;
  margin: 0 -1px;
}
.unitcol .deck .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.unitcol .layerbox {
  background-color: #effaff;
  will-change: transform;
  z-index: 1;
}
.unitcol .layerbox .pinbox {
  margin: 0 -20px;
}
.unitcol .layerbox .pinbox .card {
  padding: 0 20px;
}
.unitcol .layerbox .pinbox .unitrow {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .unitrow {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.unitcol .layerbox .pinbox .unitrow .viewbox.border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .unitrow .viewbox.border_2 {
    opacity: 0;
  }
}.unitcol .layerbox .pinbox .unitrow .block-title,
.unitcol .layerbox .pinbox .unitrow .chapter-title,
.unitcol .layerbox .pinbox .unitrow .header-text,
.unitcol .layerbox .pinbox .unitrow .main-heading,
.unitcol .layerbox .pinbox .unitrow .page-h,
.unitcol .layerbox .pinbox .unitrow .section-h,
.unitcol .layerbox .pinbox .unitrow .section-heading,
.unitcol .layerbox .pinbox .unitrow .topic-title {
  margin-bottom: 4px;
}
.unitcol .layerbox .pinbox .unitrow .wrapsegment {
  margin-bottom: 0;
}
.unitcol .layerbox .pinbox .text-wrapper {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.unitcol .layerbox .pinbox .text-wrapper .viewbox.border_1 {
  bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper .viewbox.border_1 {
    opacity: 0;
  }
}
.unitcol .layerbox .pinbox .text-wrapper::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -60px;
  width: 100%;
  height: 1px;
  background-color: #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper::before {
    content: none;
  }
}
.unitcol .layerbox .pinbox .text-wrapper .nodeunit {
  margin-bottom: 0;
}
.unitcol .layerbox .pinbox .splitunit {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(180deg, #22a5e5 30%, transparent 100%);
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .splitunit {
    content: none;
  }
}
.unitcol .drawbox {
  padding: 36px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .unitcol .drawbox {
    padding: 24px;
  }
}
.unitcol .btn-wrapper {
  margin-top: -1rem;
}.unitcol .block-title,
.unitcol .chapter-title,
.unitcol .header-text,
.unitcol .main-heading,
.unitcol .page-h,
.unitcol .section-h,
.unitcol .section-heading,
.unitcol .topic-title {
  color: #1c1c1c;
}
.unitcol .wrapsegment {
  color: #000000;
}
.unitcol .nodeunit {
  color: #000000;
}
.unitcol .splitunit {
  color: #151515;
  text-align: center;
}
.trunk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #effaff;
}
.trunk .inner {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff0b0 0, #ffffff 43%, #9fdbf8 100%);
}
.trunk .boxholder {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff0b0 0, #ffffff 43%, #9fdbf8 100%);
}
.trunk .matrix {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff0b0 0, #ffffff 43%, #9fdbf8 100%);
}
@media (max-width: 992px) {
  .trunk .container {
    padding: 0 30px;
  }
}
.trunk .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}.trunk .deck .block-title,
.trunk .deck .chapter-title,
.trunk .deck .header-text,
.trunk .deck .main-heading,
.trunk .deck .page-h,
.trunk .deck .section-h,
.trunk .deck .section-heading,
.trunk .deck .topic-title {
  margin-bottom: 40px;
}
.trunk .deck .text-wrapper .nodeunit {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .trunk .deck .text-wrapper .nodeunit {
    margin-bottom: 30px;
    width: 100%;
  }
}.trunk .block-title,
.trunk .chapter-title,
.trunk .header-text,
.trunk .main-heading,
.trunk .page-h,
.trunk .section-h,
.trunk .section-heading,
.trunk .topic-title {
  color: #ffffff;
}
.trunk .nodeunit,
.trunk .text-wrapper {
  color: #000000;
  text-align: center;
}.trunk .block-title,
.trunk .chapter-title,
.trunk .header-text,
.trunk .main-heading,
.trunk .page-h,
.trunk .section-h,
.trunk .section-heading,
.trunk .topic-title,
.trunk .block-action {
  text-align: center;
  color: #000000;
}
.boxcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #effaff;
}
.boxcore .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .boxcore .wrapper {
    padding: 20px;
  }
}
.boxcore .nodeunit.text1 {
  color: #000000;
}
.unitcol {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.unitcol .viewbox {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #9fdbf8;
}
.unitcol .border_1 {
  left: 0;
}
.unitcol .border_2 {
  right: 0;
}
.unitcol .deck {
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #9fdbf8;
  border-bottom: 1px solid #9fdbf8;
}
.unitcol .deck .frameunit {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.unitcol .deck .frameunit .flowunit {
  width: 18px;
  height: 18px;
}
.unitcol .deck .frameunit .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .wrapper {
  width: 100%;
  background-color: #effaff;
  margin: 0 -1px;
}
.unitcol .deck .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.unitcol .layerbox {
  background-color: #effaff;
  will-change: transform;
  z-index: 1;
}
.unitcol .layerbox .pinbox {
  margin: 0 -20px;
}
.unitcol .layerbox .pinbox .card {
  padding: 0 20px;
}
.unitcol .layerbox .pinbox .unitrow {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .unitrow {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.unitcol .layerbox .pinbox .unitrow .viewbox.border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .unitrow .viewbox.border_2 {
    opacity: 0;
  }
}.unitcol .layerbox .pinbox .unitrow .block-title,
.unitcol .layerbox .pinbox .unitrow .chapter-title,
.unitcol .layerbox .pinbox .unitrow .header-text,
.unitcol .layerbox .pinbox .unitrow .main-heading,
.unitcol .layerbox .pinbox .unitrow .page-h,
.unitcol .layerbox .pinbox .unitrow .section-h,
.unitcol .layerbox .pinbox .unitrow .section-heading,
.unitcol .layerbox .pinbox .unitrow .topic-title {
  margin-bottom: 4px;
}
.unitcol .layerbox .pinbox .unitrow .wrapsegment {
  margin-bottom: 0;
}
.unitcol .layerbox .pinbox .text-wrapper {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.unitcol .layerbox .pinbox .text-wrapper .viewbox.border_1 {
  bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper .viewbox.border_1 {
    opacity: 0;
  }
}
.unitcol .layerbox .pinbox .text-wrapper::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -60px;
  width: 100%;
  height: 1px;
  background-color: #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper::before {
    content: none;
  }
}
.unitcol .layerbox .pinbox .text-wrapper .nodeunit {
  margin-bottom: 0;
}
.unitcol .layerbox .pinbox .splitunit {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(180deg, #22a5e5 30%, transparent 100%);
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .splitunit {
    content: none;
  }
}
.unitcol .drawbox {
  padding: 36px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .unitcol .drawbox {
    padding: 24px;
  }
}
.unitcol .btn-wrapper {
  margin-top: -1rem;
}.unitcol .block-title,
.unitcol .chapter-title,
.unitcol .header-text,
.unitcol .main-heading,
.unitcol .page-h,
.unitcol .section-h,
.unitcol .section-heading,
.unitcol .topic-title {
  color: #1c1c1c;
}
.unitcol .wrapsegment {
  color: #000000;
}
.unitcol .nodeunit {
  color: #000000;
}
.unitcol .splitunit {
  color: #151515;
  text-align: center;
}
.layoutgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #effaff;
}
.layoutgrid .inner {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff0b0 0, #ffffff 43%, #9fdbf8 100%);
}
.layoutgrid .boxholder {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff0b0 0, #ffffff 43%, #9fdbf8 100%);
}
.layoutgrid .matrix {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff0b0 0, #ffffff 43%, #9fdbf8 100%);
}
@media (max-width: 992px) {
  .layoutgrid .container {
    padding: 0 30px;
  }
}
.layoutgrid .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}.layoutgrid .deck .block-title,
.layoutgrid .deck .chapter-title,
.layoutgrid .deck .header-text,
.layoutgrid .deck .main-heading,
.layoutgrid .deck .page-h,
.layoutgrid .deck .section-h,
.layoutgrid .deck .section-heading,
.layoutgrid .deck .topic-title {
  margin-bottom: 40px;
}
.layoutgrid .deck .text-wrapper .nodeunit {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layoutgrid .deck .text-wrapper .nodeunit {
    margin-bottom: 30px;
    width: 100%;
  }
}.layoutgrid .block-title,
.layoutgrid .chapter-title,
.layoutgrid .header-text,
.layoutgrid .main-heading,
.layoutgrid .page-h,
.layoutgrid .section-h,
.layoutgrid .section-heading,
.layoutgrid .topic-title {
  color: #ffffff;
}
.layoutgrid .nodeunit,
.layoutgrid .text-wrapper {
  color: #000000;
  text-align: center;
}.layoutgrid .block-title,
.layoutgrid .chapter-title,
.layoutgrid .header-text,
.layoutgrid .main-heading,
.layoutgrid .page-h,
.layoutgrid .section-h,
.layoutgrid .section-heading,
.layoutgrid .topic-title,
.layoutgrid .block-action {
  text-align: center;
  color: #000000;
}
.slotwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #effaff;
}
.slotwrap .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .slotwrap .wrapper {
    padding: 20px;
  }
}
.slotwrap .nodeunit.text1 {
  color: #000000;
}
.unitcol {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.unitcol .viewbox {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #9fdbf8;
}
.unitcol .border_1 {
  left: 0;
}
.unitcol .border_2 {
  right: 0;
}
.unitcol .deck {
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #9fdbf8;
  border-bottom: 1px solid #9fdbf8;
}
.unitcol .deck .frameunit {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.unitcol .deck .frameunit .flowunit {
  width: 18px;
  height: 18px;
}
.unitcol .deck .frameunit .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .wrapper {
  width: 100%;
  background-color: #effaff;
  margin: 0 -1px;
}
.unitcol .deck .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.unitcol .layerbox {
  background-color: #effaff;
  will-change: transform;
  z-index: 1;
}
.unitcol .layerbox .pinbox {
  margin: 0 -20px;
}
.unitcol .layerbox .pinbox .card {
  padding: 0 20px;
}
.unitcol .layerbox .pinbox .unitrow {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .unitrow {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.unitcol .layerbox .pinbox .unitrow .viewbox.border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .unitrow .viewbox.border_2 {
    opacity: 0;
  }
}.unitcol .layerbox .pinbox .unitrow .block-title,
.unitcol .layerbox .pinbox .unitrow .chapter-title,
.unitcol .layerbox .pinbox .unitrow .header-text,
.unitcol .layerbox .pinbox .unitrow .main-heading,
.unitcol .layerbox .pinbox .unitrow .page-h,
.unitcol .layerbox .pinbox .unitrow .section-h,
.unitcol .layerbox .pinbox .unitrow .section-heading,
.unitcol .layerbox .pinbox .unitrow .topic-title {
  margin-bottom: 4px;
}
.unitcol .layerbox .pinbox .unitrow .wrapsegment {
  margin-bottom: 0;
}
.unitcol .layerbox .pinbox .text-wrapper {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.unitcol .layerbox .pinbox .text-wrapper .viewbox.border_1 {
  bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper .viewbox.border_1 {
    opacity: 0;
  }
}
.unitcol .layerbox .pinbox .text-wrapper::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -60px;
  width: 100%;
  height: 1px;
  background-color: #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper::before {
    content: none;
  }
}
.unitcol .layerbox .pinbox .text-wrapper .nodeunit {
  margin-bottom: 0;
}
.unitcol .layerbox .pinbox .splitunit {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(180deg, #22a5e5 30%, transparent 100%);
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .splitunit {
    content: none;
  }
}
.unitcol .drawbox {
  padding: 36px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .unitcol .drawbox {
    padding: 24px;
  }
}
.unitcol .btn-wrapper {
  margin-top: -1rem;
}.unitcol .block-title,
.unitcol .chapter-title,
.unitcol .header-text,
.unitcol .main-heading,
.unitcol .page-h,
.unitcol .section-h,
.unitcol .section-heading,
.unitcol .topic-title {
  color: #1c1c1c;
}
.unitcol .wrapsegment {
  color: #000000;
}
.unitcol .nodeunit {
  color: #000000;
}
.unitcol .splitunit {
  color: #151515;
  text-align: center;
}
.viewlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #effaff;
}
.viewlayer .inner {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff0b0 0, #ffffff 43%, #9fdbf8 100%);
}
.viewlayer .boxholder {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff0b0 0, #ffffff 43%, #9fdbf8 100%);
}
.viewlayer .matrix {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #fff0b0 0, #ffffff 43%, #9fdbf8 100%);
}
@media (max-width: 992px) {
  .viewlayer .container {
    padding: 0 30px;
  }
}
.viewlayer .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}.viewlayer .deck .block-title,
.viewlayer .deck .chapter-title,
.viewlayer .deck .header-text,
.viewlayer .deck .main-heading,
.viewlayer .deck .page-h,
.viewlayer .deck .section-h,
.viewlayer .deck .section-heading,
.viewlayer .deck .topic-title {
  margin-bottom: 40px;
}
.viewlayer .deck .text-wrapper .nodeunit {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .viewlayer .deck .text-wrapper .nodeunit {
    margin-bottom: 30px;
    width: 100%;
  }
}.viewlayer .block-title,
.viewlayer .chapter-title,
.viewlayer .header-text,
.viewlayer .main-heading,
.viewlayer .page-h,
.viewlayer .section-h,
.viewlayer .section-heading,
.viewlayer .topic-title {
  color: #ffffff;
}
.viewlayer .nodeunit,
.viewlayer .text-wrapper {
  color: #000000;
  text-align: center;
}.viewlayer .block-title,
.viewlayer .chapter-title,
.viewlayer .header-text,
.viewlayer .main-heading,
.viewlayer .page-h,
.viewlayer .section-h,
.viewlayer .section-heading,
.viewlayer .topic-title,
.viewlayer .block-action {
  text-align: center;
  color: #000000;
}
.tilebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #effaff;
}
.tilebox .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .tilebox .wrapper {
    padding: 20px;
  }
}
.tilebox .nodeunit.text1 {
  color: #000000;
}
.unitcol {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.unitcol .viewbox {
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #9fdbf8;
}
.unitcol .border_1 {
  left: 0;
}
.unitcol .border_2 {
  right: 0;
}
.unitcol .deck {
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-top: 1px solid #9fdbf8;
  border-bottom: 1px solid #9fdbf8;
}
.unitcol .deck .frameunit {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.unitcol .deck .frameunit .flowunit {
  width: 18px;
  height: 18px;
}
.unitcol .deck .frameunit .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_3 {
  background-image: linear-gradient(45deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .cross_4 {
  background-image: linear-gradient(315deg, transparent 45%, #effaff 45%);
}
.unitcol .deck .frameunit .wrapper {
  width: 100%;
  background-color: #effaff;
  margin: 0 -1px;
}
.unitcol .deck .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.unitcol .layerbox {
  background-color: #effaff;
  will-change: transform;
  z-index: 1;
}
.unitcol .layerbox .pinbox {
  margin: 0 -20px;
}
.unitcol .layerbox .pinbox .card {
  padding: 0 20px;
}
.unitcol .layerbox .pinbox .unitrow {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .unitrow {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.unitcol .layerbox .pinbox .unitrow .viewbox.border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .unitrow .viewbox.border_2 {
    opacity: 0;
  }
}.unitcol .layerbox .pinbox .unitrow .block-title,
.unitcol .layerbox .pinbox .unitrow .chapter-title,
.unitcol .layerbox .pinbox .unitrow .header-text,
.unitcol .layerbox .pinbox .unitrow .main-heading,
.unitcol .layerbox .pinbox .unitrow .page-h,
.unitcol .layerbox .pinbox .unitrow .section-h,
.unitcol .layerbox .pinbox .unitrow .section-heading,
.unitcol .layerbox .pinbox .unitrow .topic-title {
  margin-bottom: 4px;
}
.unitcol .layerbox .pinbox .unitrow .wrapsegment {
  margin-bottom: 0;
}
.unitcol .layerbox .pinbox .text-wrapper {
  position: relative;
  padding: 20px 36px 36px;
  margin-bottom: 80px;
  height: 100%;
  border-bottom: 1px solid #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper {
    padding: 8px 24px 24px;
    margin-bottom: 40px;
  }
}
.unitcol .layerbox .pinbox .text-wrapper .viewbox.border_1 {
  bottom: 0;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper .viewbox.border_1 {
    opacity: 0;
  }
}
.unitcol .layerbox .pinbox .text-wrapper::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -60px;
  width: 100%;
  height: 1px;
  background-color: #9fdbf8;
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .text-wrapper::before {
    content: none;
  }
}
.unitcol .layerbox .pinbox .text-wrapper .nodeunit {
  margin-bottom: 0;
}
.unitcol .layerbox .pinbox .splitunit {
  margin-bottom: 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(180deg, #22a5e5 30%, transparent 100%);
}
@media (max-width: 992px) {
  .unitcol .layerbox .pinbox .splitunit {
    content: none;
  }
}
.unitcol .drawbox {
  padding: 36px;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .unitcol .drawbox {
    padding: 24px;
  }
}
.unitcol .btn-wrapper {
  margin-top: -1rem;
}.unitcol .block-title,
.unitcol .chapter-title,
.unitcol .header-text,
.unitcol .main-heading,
.unitcol .page-h,
.unitcol .section-h,
.unitcol .section-heading,
.unitcol .topic-title {
  color: #1c1c1c;
}
.unitcol .wrapsegment {
  color: #000000;
}
.unitcol .nodeunit {
  color: #000000;
}
.unitcol .splitunit {
  color: #151515;
  text-align: center;
}
@media (max-width: 991px) {
  .contentbox .navbar {
    min-height: 72px !important;
    padding: 8px 15px !important;
    background: #ffffff !important;
  }

  .contentbox .navbar > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
  }

  .contentbox .navbar-brand {
    min-height: 54px !important;
    max-width: calc(100% - 58px) !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    flex-wrap: nowrap !important;
  }

  .contentbox .boxgrid {
    flex: 0 0 auto !important;
  }

  .contentbox .boxgrid img {
    width: auto !important;
    height: 44px !important;
    padding: 0 !important;
    margin: 0 8px 0 0 !important;
    object-fit: contain !important;
  }

  .contentbox .navbar-brand {
    min-width: 0 !important;
  }

  .contentbox .drawunit {
    display: block !important;
    font-size: clamp(1rem, 5vw, 1.35rem) !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }

  .contentbox button.navbar-toggler {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #effaff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 44px !important;
  }

  .contentbox .navbar-toggler .hamburger {
    position: relative !important;
    width: 24px !important;
    height: 18px !important;
    margin: 0 auto !important;
  }

  .contentbox .navbar-collapse {
    width: 100% !important;
    flex-basis: 100% !important;
  }

  .contentbox .navbar-collapse.show {
    margin-top: 8px !important;
    padding: 12px 0 8px !important;
    background: #ffffff !important;
    border-top: 1px solid rgba(34, 165, 229, 0.2) !important;
  }

  .contentbox ul.navbar-nav {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .contentbox ul.navbar-nav .nav-item {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .contentbox ul.navbar-nav .nav-link {
    width: 100% !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 12px 15px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }

  .contentbox .nav-link .responsive-iconfont {
    margin: 0 !important;
  }

  .contentbox .view {
    width: 100% !important;
    min-width: 0 !important;
    margin: 8px 0 0 !important;
    padding: 8px 0 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .contentbox .view .netbox {
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #effaff !important;
  }
}

.spanunit {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  width: min(420px, calc(100vw - 32px));
  z-index: 10000;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: #2f3640;
  border: 1px solid #dbe3ec;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.98);
  transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
  overflow: hidden;
}

.spanunit::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0066cc 0%, #3b82f6 50%, #7dd3fc 100%);
}

.spanunit *,
.spanunit *::before,
.spanunit *::after {
  box-sizing: border-box;
}

.spanunit p {
  margin: 0;
}

.blockrow {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.stripe-icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #eef5fb;
  border: 1px solid #d9e7f4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}

.bar {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.clipbox {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ridge {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf4ff;
  border: 1px solid #d9e8ff;
  color: #2d6bcf;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desc-text {
  font-size: clamp(13px, 1vw, 14px);
  line-height: 1.62;
  color: #2f3640;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.depthbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

#barDismiss {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 46px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  background: linear-gradient(135deg, #1672d4 0%, #005fbe 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 10px 22px rgba(0, 95, 190, 0.22);
}

#barDismiss:hover {
  transform: translateY(-1px);
}

.gridbody {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
  align-items: center;
  text-align: center;
}

.ref-links-note {
  display: block;
  width: 100%;
  text-align: center;
}

.aux-links-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%;
  text-align: center;
}

.aux-links-group a {
  color: #0066cc;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.aux-links-group span {
  color: #64748b;
  white-space: nowrap;
}

@media (min-width: 700px) {
  .depthbox {
    flex-direction: row;
  }

  #barDismiss {
    flex: 1 1 0;
  }
}

@media (max-width: 640px) {
  .spanunit {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px;
    border-radius: 16px;
  }

  .blockrow {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .clipbox {
    width: 100%;
    align-items: center;
  }

  .ridge {
    align-self: center;
  }

  .desc-text {
    text-align: center;
    font-size: 13px;
    line-height: 1.58;
  }

  .gridbody {
    align-items: center;
    text-align: center;
  }

  .aux-links-group {
    justify-content: center;
  }
}

@media (max-width: 380px) {
  .spanunit {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    padding: 14px;
    border-radius: 14px;
  }

  .stripe-icon-circle {
    width: 48px;
    height: 48px;
  }

  .bar {
    width: 26px;
    height: 26px;
  }

  .desc-text,
  #barDismiss {
    font-size: 13px;
  }

  .gridbody,
  .aux-links-group a,
  .aux-links-group span {
    font-size: 12px;
  }
}

.soft-active-header {
  padding: 0 !important;
  background: transparent;
}
.soft-active-header .deck-text {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #111827;
  border-radius: 12px;
  box-shadow: 12px 12px 0 rgba(17, 24, 39, 0.08);
  overflow: hidden;
}
.soft-active-header .holdunit {
  padding: 34px;
  background: #f9fafb;
  border-bottom: 2px solid #111827;
  text-align: center;
}
.soft-active-header .view-content {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.soft-active-header .shellunit {
  margin: 16px 0 8px;
  color: #111827;
  font-size: 33px;
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
}
.soft-active-header .stub {
  margin: 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.soft-active-header .foot-tag {
  padding: 30px 34px 34px;
  color: #111827;
}
.soft-active-header .foot-tag *,
.soft-active-header .foot-tag *::before,
.soft-active-header .foot-tag *::after {
  box-sizing: border-box;
}
.soft-active-header .blockwrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.soft-active-header .outer-full-panel {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
.soft-active-header .bold-list {
  font-weight: 400;
  color: #4b5563;
  text-transform: none;
  letter-spacing: 0;
}
.soft-active-header .post-list {
  width: 100%;
  padding: 15px 16px;
  border: 2px solid #111827 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #111827 !important;
  font-size: 15px;
  box-shadow: none !important;
  text-align: center;
}
.soft-active-header .post-list::placeholder {
  color: #6b7280;
  opacity: 1;
}
.soft-active-header .post-list:focus {
  outline: none;
  background: #f9fafb !important;
  box-shadow: 4px 4px 0 rgba(17, 24, 39, 0.12) !important;
}
.soft-active-header textarea.post-list {
  min-height: 190px;
  resize: vertical;
  text-align: left;
}
.soft-active-header select.post-list {
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 16px !important;
  padding-right: 44px;
  cursor: pointer;
}
.soft-active-header .title-flat-field {
  padding: 18px;
  border: 2px solid #111827;
  border-radius: 12px;
  background: #f9fafb;
}
.soft-active-header .chip-top-section {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.soft-active-header .text-lite-badge {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #111827;
}
.soft-active-header .title-large-note {
  color: #374151;
  font-size: 14px;
  line-height: 1.75;
}
.soft-active-header .title-large-note a {
  color: #111827;
  text-decoration: underline;
  font-weight: 700;
}
.soft-active-header .core-icon {
  display: flex;
  justify-content: center;
}
.soft-active-header .line-list {
  min-width: 240px;
  padding: 16px 28px;
  border: 2px solid #111827;
  border-radius: 12px !important;
  background: #111827;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 6px 6px 0 rgba(17, 24, 39, 0.12);
  text-align: center;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.soft-active-header .line-list:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 rgba(17, 24, 39, 0.18);
}
.soft-active-header .chip-list {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}
.soft-active-header .alt-check {
  margin-bottom: 20px;
  padding: 14px 16px;
  border: 2px solid #111827;
  border-radius: 12px;
}
.soft-active-header .detail-hidden-tag {
  background: #ecfdf5;
  color: #166534;
}
.soft-active-header .ui-big-bottom {
  background: #fef2f2;
  color: #991b1b;
}
@media (max-width: 767px) {
  .soft-active-header {
    padding: 0 16px !important;
  }
  .soft-active-header .holdunit,
  .soft-active-header .foot-tag {
    padding-left: 18px;
    padding-right: 18px;
  }
  .soft-active-header .shellunit {
    font-size: 26px;
  }
  .soft-active-header .line-list {
    width: 100%;
    min-width: 0;
  }
}

.spanunit {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  width: min(420px, calc(100vw - 32px));
  z-index: 10000;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: #2f3640;
  border: 1px solid #dbe3ec;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.98);
  transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
  overflow: hidden;
}

.spanunit::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0066cc 0%, #3b82f6 50%, #7dd3fc 100%);
}

.spanunit *,
.spanunit *::before,
.spanunit *::after {
  box-sizing: border-box;
}

.spanunit.appeared {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.spanunit.exited {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.98);
}

.spanunit p {
  margin: 0;
}

.blockrow {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.stripe-icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #eef5fb;
  border: 1px solid #d9e7f4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}

.bar {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.clipbox {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ridge {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf4ff;
  border: 1px solid #d9e8ff;
  color: #2d6bcf;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desc-text {
  font-size: clamp(13px, 1vw, 14px);
  line-height: 1.62;
  color: #2f3640;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.depthbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

#barDismiss {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 46px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  background: linear-gradient(135deg, #1672d4 0%, #005fbe 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 10px 22px rgba(0, 95, 190, 0.22);
}

#barDismiss:hover {
  transform: translateY(-1px);
}

.gridbody {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
  align-items: center;
  text-align: center;
}

.ref-links-note {
  display: block;
  width: 100%;
  text-align: center;
}

.aux-links-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%;
  text-align: center;
}

.aux-links-group a {
  color: #0066cc;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.aux-links-group span {
  color: #64748b;
  white-space: nowrap;
}

@media (min-width: 700px) {
  .depthbox {
    flex-direction: row;
  }

  #barDismiss {
    flex: 1 1 0;
  }
}

@media (max-width: 640px) {
  .spanunit {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px;
    border-radius: 16px;
  }

  .blockrow {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .clipbox {
    width: 100%;
    align-items: center;
  }

  .ridge {
    align-self: center;
  }

  .desc-text {
    text-align: center;
    font-size: 13px;
    line-height: 1.58;
  }

  .gridbody {
    align-items: center;
    text-align: center;
  }

  .aux-links-group {
    justify-content: center;
  }
}

@media (max-width: 380px) {
  .spanunit {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    padding: 14px;
    border-radius: 14px;
  }

  .stripe-icon-circle {
    width: 48px;
    height: 48px;
  }

  .bar {
    width: 26px;
    height: 26px;
  }

  .desc-text,
  #barDismiss {
    font-size: 13px;
  }

  .gridbody,
  .aux-links-group a,
  .aux-links-group span {
    font-size: 12px;
  }
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23116690' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
