@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h3, .h3, h2, .h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[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;
}

[hidden] {
  display: none !important;
}

.outer {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .outer {
    font-size: 5rem;
  }
}

.rowsegment {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .rowsegment {
    font-size: 4.5rem;
  }
}

.navbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .navbox {
    font-size: 3.5rem;
  }
}

.cellunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .cellunit {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-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(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-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 {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-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-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 {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-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(--bs-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 {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.structurebox {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
 .structurebox .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .structurebox {
    flex-direction: row;
  }
  .navbar-expand-lg .structurebox .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-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");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root {
  --bs-btn-close-filter: ;
}

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) ;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .base {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .base img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .base.composition-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .navbar-dropdown .mainfield {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .mainfield, .navbar-dropdown .mainfield:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .composition-iconfont + .mainfield {
    vertical-align: -1px; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }

@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.composition-iconfont:hover {
  text-decoration: none;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.composition-section-title {
  font-style: normal;
  line-height: 1.3;
}

.composition-section-subtitle {
  line-height: 1.3;
}

.item {
  font-style: normal;
  line-height: 1.7;
}

h2,
h3,
h4,
.outer,
.rowsegment,
.navbox,
.cellunit,
.inner,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

.tilewrap {
  text-align: left;
}

.nodewrapunit {
  font-weight: 500;
}

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.composition-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.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 .composition-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn .composition-iconfont,
.btn.btn-sm .composition-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .composition-iconfont,
.btn.btn-md .composition-iconfont {
  margin-left: 0.8rem;
}

.nodewrapunit {
  font-weight: 500;
}

.outline .routebox {
  min-height: 100vh;
}

.outline {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand .base img {
  display: -webkit-flex;
  width: auto;
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .structurebox.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .composition-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .composition-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  min-height: 48px;
}

.routebox {
  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;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.item {
  position: relative;
}
@font-face {
  font-family: 'scaling2';
  font-display: swap;
  src:  url('fonts/input2.eot');
  src:  url('fonts/input2.eot') format('embedded-opentype'),
    url('fonts/input2.woff2') format('woff2'),
    url('fonts/input2.woff') format('woff'),
    url('fonts/input2.ttf') format('truetype'),
    url('fonts/input2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="branding-"], [class*=" branding-"] {
  
  font-family: 'scaling2' !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;
}
.branding-zoom-file:before {
  content: "\e92f";
}
.branding-zoom-image-gallery:before {
  content: "\e93c";
}
.branding-zoom-letter:before {
  content: "\e945";
}
.branding-zoom-map-pin:before {
  content: "\e94c";
}
.branding-zoom-mobile-2:before {
  content: "\e94e";
}
.branding-zoom-pin:before {
  content: "\e95e";
}

body {
  font-family: Manrope;
}
.outer {
  font-family: 'League Spartan', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.outer > .composition-iconfont {
  font-size: 6.25rem;
}
.rowsegment {
  font-family: 'League Spartan', sans-serif;
  font-size: 3.2rem;
  line-height: 1.15;
}
.rowsegment > .composition-iconfont {
  font-size: 4rem;
}
.navbox {
  font-family: 'Alegreya', serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.navbox > .composition-iconfont {
  font-size: 1.75rem;
}
.cellunit {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.cellunit > .composition-iconfont {
  font-size: 2.5rem;
}
.inner {
  font-family: 'League Spartan', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.inner > .composition-iconfont {
  font-size: 1.25rem;
}

@media (max-width: 992px) {
  .outer {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .outer {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .rowsegment {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .navbox {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .cellunit {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .inner {
    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 (min-width: 992px) and (max-width: 1400px) {
  .outer {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .rowsegment {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .navbox {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .cellunit {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .inner {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}

.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary {
  box-shadow: inset 0 10px 8px 0 #23f8b6, inset 0 -2px 10px 0 #23f8b6, 0 1px 2px 0 #047d58, 0 10px 15px -5px #059669;
}
.btn-primary,
.btn-primary:active {
  background-color: #059669 !important;
  border-color: #059669 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #07c78c !important;
  border-color: #07c78c !important;
  box-shadow: inset 0 10px 8px 0 #54f9c6, inset 0 -2px 10px 0 #54f9c6, 0 1px 2px 0 #06af7a, 0 20px 40px -10px #07c78c;
  transform: translateY(-2px);
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #07c78c !important;
  border-color: #07c78c !important;
}
.btn-secondary {
  box-shadow: inset 0 10px 8px 0 #23f8b6, inset 0 -2px 10px 0 #23f8b6, 0 1px 2px 0 #047d58, 0 10px 15px -5px #059669;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #059669 !important;
  border-color: #059669 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: inherit;
  background-color: #07c78c !important;
  border-color: #07c78c !important;
  box-shadow: inset 0 10px 8px 0 #54f9c6, inset 0 -2px 10px 0 #54f9c6, 0 1px 2px 0 #06af7a, 0 20px 40px -10px #07c78c;
  transform: translateY(-2px);
}

.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #07c78c !important;
  border-color: #07c78c !important;
}
.btn-info {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 10px 15px -5px #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
}
.btn-info:hover,
.btn-info:focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 20px 40px -10px #ffffff;
  transform: translateY(-2px);
}

.btn-info:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  box-shadow: inset 0 10px 8px 0 #ffec80, inset 0 -2px 10px 0 #ffec80, 0 1px 2px 0 #e6c300, 0 10px 15px -5px #ffd900;
}
.btn-success,
.btn-success:active {
  background-color: #ffd900 !important;
  border-color: #ffd900 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus {
  color: inherit;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
  box-shadow: inset 0 10px 8px 0 #fff4b3, inset 0 -2px 10px 0 #fff4b3, 0 1px 2px 0 #ffdd19, 0 20px 40px -10px #ffe133;
  transform: translateY(-2px);
}

.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-warning {
  box-shadow: inset 0 10px 8px 0 #404040, inset 0 -2px 10px 0 #404040, 0 1px 2px 0 #000000, 0 10px 15px -5px #000000;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: inset 0 10px 8px 0 #595959, inset 0 -2px 10px 0 #595959, 0 1px 2px 0 #0d0d0d, 0 20px 40px -10px #1a1a1a;
  transform: translateY(-2px);
}

.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger {
  box-shadow: inset 0 10px 8px 0 #636363, inset 0 -2px 10px 0 #636363, 0 1px 2px 0 #161616, 0 10px 15px -5px #232323;
}
.btn-danger,
.btn-danger:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: inset 0 10px 8px 0 #7c7c7c, inset 0 -2px 10px 0 #7c7c7c, 0 1px 2px 0 #303030, 0 20px 40px -10px #3d3d3d;
  transform: translateY(-2px);
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-white {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #ededed, 0 10px 15px -5px #fafafa;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
}
.btn-white:hover,
.btn-white:focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 20px 40px -10px #ffffff;
  transform: translateY(-2px);
}

.btn-white:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: inset 0 10px 8px 0 #314a88, inset 0 -2px 10px 0 #314a88, 0 1px 2px 0 #080d17, 0 10px 15px -5px #0f172a;
}
.btn-black,
.btn-black:active {
  background-color: #0f172a !important;
  border-color: #0f172a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus {
  color: inherit;
  background-color: #1c2c50 !important;
  border-color: #1c2c50 !important;
  box-shadow: inset 0 10px 8px 0 #3e5fae, inset 0 -2px 10px 0 #3e5fae, 0 1px 2px 0 #16213d, 0 20px 40px -10px #1c2c50;
  transform: translateY(-2px);
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1c2c50 !important;
  border-color: #1c2c50 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #059669;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  color: #02422e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #059669 !important;
  border-color: #059669 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #059669;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  color: #02422e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #059669 !important;
  border-color: #059669 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd900;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  color: #a88f00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffd900 !important;
  border-color: #ffd900 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0f172a;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0f172a !important;
  border-color: #0f172a !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  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;
}
.text-primary {
  color: #059669 !important;
}
.text-secondary {
  color: #059669 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #232323 !important;
}
.text-black {
  color: #0f172a !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #023324 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #023324 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.composition-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #059669;
}

html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.composition-section-btn .btn {
  font-weight: 500;
  padding: 9px 16px;
  border-radius: 12px !important;
  border: none !important;
}
.composition-section-btn .btn-black {
  box-shadow: inset 0 10px 8px 0 #484848, 0 10px 15px -5px #949494;
  background-color: #0f172a !important;
}
.composition-section-btn .btn-black:hover,
.composition-section-btn .btn-black:focus {
  color: #ffffff !important;
  background-color: #059669 !important;
  border-color: #059669 !important;
  box-shadow: inset 0 10px 8px 0 #23f8b6, inset 0 -2px 10px 0 #23f8b6, 0 1px 2px 0 #059669, 0 20px 40px -10px #059669;
}
.composition-section-btn .btn-white {
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #c7c7c7, 0 1px 2px 0 #c7c7c7, 0 10px 15px -5px #c7c7c7;
  background-color: #fafafa !important;
}
.composition-section-btn .btn-white:hover,
.composition-section-btn .btn-white:focus {
  color: #ffffff !important;
  background-color: #059669 !important;
  border-color: #059669 !important;
  box-shadow: inset 0 10px 8px 0 #23f8b6, inset 0 -2px 10px 0 #23f8b6, 0 1px 2px 0 #059669, 0 20px 40px -10px #059669;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.tileunit {
  border-radius: 32px !important;
}
.buildbox,
.item-img::before,
.item-img::after {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.flowbox {
  padding-top: 11rem;
  padding-bottom: 11rem;
  background-image: url("images/clean1.jpg");
}
.flowbox .fieldnode {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flowbox .fieldnode .netbox {
  margin-bottom: 20px;
}
.flowbox .fieldnode .netbox .gridlayer {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #ffe864 38%, #23a47d 75%);
  box-shadow: 0 10px 10px -5px #ffe864;
  padding: 0 1px 1px 0;
}
.flowbox .fieldnode .netbox .gridlayer::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #23a47d 0%, transparent 100%);
  z-index: -1;
}
.flowbox .fieldnode .netbox .gridlayer .nest {
  position: relative;
  z-index: 1;
  padding: 7px 18px;
  display: inline-flex;
  align-items: center;
  background-color: #232323;
  box-shadow: inset 0 10px 8px 0 #0f172a;
}
.flowbox .fieldnode .netbox .gridlayer .nest .zoneunit {
  display: inline-flex;
}
.flowbox .fieldnode .netbox .gridlayer .nest .zoneunit .composition-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.flowbox .fieldnode .netbox .gridlayer .nest .contentgrid {
  margin-bottom: 0;
}
.flowbox .fieldnode .contentunit .composition-section-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #01573d 40%, #059669 90%);
  margin-bottom: 20px;
}
.flowbox .fieldnode .text-wrapper .item {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .flowbox .fieldnode .text-wrapper .item {
    width: 100%;
  }
}
.flowbox .fieldnode .composition-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .flowbox .fieldnode .composition-section-btn {
    margin-top: 20px;
  }
}
.flowbox .contentgrid,
.flowbox .netbox {
  color: #ffd900;
  text-align: left;
}
.flowbox .composition-section-title {
  color: #0f172a;
}
.flowbox .item,
.flowbox .text-wrapper {
  color: #000000;
}
.flowbox .composition-section-title,
.flowbox .composition-section-btn,
.flowbox .contentunit {
  text-align: left;
}
.nodewrap {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .nodewrap .navbar-toggler {
    transform: scale(0.8);
  }
}
.nodewrap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .nodewrap .navbar {
    padding: 0 128px !important;
  }
}
.nodewrap .navbar .base img {
  width: auto;
}
.nodewrap .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .nodewrap .navbar {
    min-height: 72px;
  }
  .nodewrap .navbar .base img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .nodewrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodewrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .nodewrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodewrap .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.nodewrap .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.nodewrap .navbar-brand .mainfield {
  line-height: inherit !important;
}
.nodewrap .navbar-brand .base a {
  outline: none;
}
.nodewrap .structurebox {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.nodewrap .structurebox .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.nodewrap .structurebox .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (min-width: 992px) {
  .nodewrap .structurebox {
    padding-left: 1.5rem;
  }
}
.nodewrap .nav-link {
  width: fit-content;
  position: relative;
}
.nodewrap .base {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .nodewrap .base {
    padding-left: 1rem;
  }
}
.nodewrap .mainfield {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .nodewrap .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.nodewrap .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #007854;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .nodewrap .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .nodewrap .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.nodewrap .zoneunit {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.nodewrap .nav-item:focus,
.nodewrap .nav-link:focus {
  outline: none;
}
.nodewrap .navbar-expand-lg .structurebox .nav-link {
  padding: 0;
}
.nodewrap ul.structurebox {
  flex-wrap: wrap;
}
.nodewrap .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .nodewrap .navbar-buttons {
    text-align: left;
  }
}
.nodewrap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.nodewrap .navbar-dropdown {
  padding: 0 1rem;
}
.nodewrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodewrap .navbar {
    height: 70px;
  }
  .nodewrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodewrap .composition-section-btn {
  margin: -0.6rem -0.6rem;
}
.nodewrap .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .nodewrap .navbar-brand {
    margin-right: auto;
  }
  .nodewrap .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .nodewrap .structurebox .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .nodewrap .navbar-collapse {
    padding: 1rem;
  }
}
.formpad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.formpad .row {
  margin: 0 -45px;
}
.formpad .row .card {
  padding: 0 45px;
}
.formpad .fieldcore {
  padding-top: 66px;
}
@media (max-width: 992px) {
  .formpad .fieldcore {
    padding-top: 0;
  }
}
.formpad .fieldcore .text-wrapper .item {
  margin-bottom: 12px;
}
.formpad .fieldcore .composition-section-btn .btn {
  margin-bottom: 0;
}
.formpad .fieldnode {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .formpad .fieldnode {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .formpad .fieldnode {
    margin-bottom: 22px;
  }
}
.formpad .fieldnode .netbox .contentgrid {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #ffffff;
  background-color: #232323;
  margin-bottom: 22px;
}
.formpad .fieldnode .contentunit .composition-section-title {
  margin-bottom: 0;
}
.formpad .contentgrid {
  color: #3a001d;
}
.formpad .composition-section-title {
  color: #059669;
  text-align: center;
}
.formpad .item {
  color: #3a001d;
}
.formpad .item,
.formpad .text-wrapper,
.formpad .composition-section-btn {
  color: #000000;
}
.formpad .contentgrid,
.formpad .netbox {
  color: #ffd900;
  text-align: center;
}
.tilebox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.tilebox .contentunit {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tilebox .contentunit {
    margin-bottom: 40px;
  }
}
.tilebox .contentunit .composition-section-title {
  margin-bottom: 0;
}
.tilebox .contentunit .composition-section-subtitle {
  margin-bottom: 0;
}
.tilebox .spanlayer {
  margin: 0 -10px;
}
.tilebox .spanlayer .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .tilebox .spanlayer .item {
    margin-bottom: 24px;
  }
  .tilebox .spanlayer .item:last-child {
    margin-bottom: 0;
  }
}
.tilebox .spanlayer .item .item-wrapper {
  height: 100%;
  padding: 40px;
  border: 1px solid #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  background-image: linear-gradient(135deg, #232323 0%, #232323 50%, transparent 100%);
}
@media (max-width: 1200px) {
  .tilebox .spanlayer .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .tilebox .spanlayer .item .item-wrapper {
    padding: 24px;
  }
}
.tilebox .spanlayer .item .item-wrapper .item-img {
  margin-left: 20px;
  width: 50%;
}
@media (max-width: 1200px) {
  .tilebox .spanlayer .item .item-wrapper .item-img {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .tilebox .spanlayer .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.tilebox .spanlayer .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .tilebox .spanlayer .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.tilebox .spanlayer .item .item-wrapper .card-box {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .tilebox .spanlayer .item .item-wrapper .card-box {
    width: 100%;
    height: auto;
  }
}
.tilebox .spanlayer .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 12px;
}
.tilebox .spanlayer .item .item-wrapper .card-box .item-content .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tilebox .spanlayer .item .item-wrapper .card-box .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.tilebox .spanlayer .item .item-wrapper .card-box .item-content .composition-section-btn {
  margin-bottom: -9.6px;
  margin-top: 14px;
}
.tilebox .composition-section-title {
  color: #059669;
  text-align: center;
}
.tilebox .composition-section-subtitle {
  color: #000000;
  text-align: center;
}
.tilebox .item-title {
  color: #ffffff;
}
.tilebox .item-text {
  color: #8c8c8c;
}
.tilebox .item-text,
.tilebox .text-wrap {
  color: #ffffff;
}
.tilebox .item-title,
.tilebox .composition-section-btn {
  color: #ebc800;
}
.bridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/shallow1.jpg");
}
.bridge .row {
  margin: 0 -15px;
}
.bridge .row .card {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .bridge .contentunit {
    margin-bottom: 40px;
  }
}
.bridge .contentunit .wrapunitbox .composition-section-title {
  margin-bottom: 0;
}
.bridge .contentunit .wrapunitbox .composition-section-subtitle {
  margin-bottom: 0;
}
.bridge .text-wrapper .contentgrid {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .bridge .text-wrapper .contentgrid {
    margin-bottom: 30px;
  }
}
.bridge .text-wrapper .text-wrap .item {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .bridge .text-wrapper .text-wrap .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.bridge .text-wrapper .composition-section-btn .btn {
  margin-bottom: 0;
}
.bridge .composition-section-title {
  color: #059669;
}
.bridge .composition-section-subtitle {
  color: #000000;
}
.bridge .contentgrid {
  color: #fefff5;
}
.bridge .item {
  color: #fefff5;
}
.bridge .item,
.bridge .text-wrap,
.bridge .composition-section-btn {
  color: #000000;
}
.containwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #ffffff;
}
.containwrap .contentunit {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .containwrap .contentunit {
    margin-bottom: 48px;
  }
}
.containwrap .contentunit .contentgrid {
  margin-bottom: 22px;
}
.containwrap .contentunit .composition-section-title {
  margin-bottom: 0;
}
.containwrap .item {
  margin-bottom: 64px;
}
.containwrap .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .containwrap .item {
    margin-bottom: 48px;
  }
  .containwrap .item:last-child {
    margin-bottom: 0;
  }
}
.containwrap .item .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .containwrap .item .item-wrapper {
    display: block;
  }
}
.containwrap .item .item-wrapper .card-box {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #232323;
  padding: 48px 32px;
  min-height: 540px;
}
@media (max-width: 992px) {
  .containwrap .item .item-wrapper .card-box {
    padding: 32px 16px;
    width: 100%;
    margin-bottom: 16px;
    min-height: auto;
  }
}
.containwrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.containwrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.containwrap .item .item-wrapper .card-box .text-wrapper .composition-section-btn {
  margin-top: 12px;
  margin-bottom: -9.6px;
}
.containwrap .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  width: 50%;
}
@media (max-width: 992px) {
  .containwrap .item .item-wrapper .item-img {
    width: 100%;
  }
}
.containwrap .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 50%;
  height: 590px;
  border: 10px solid #232323;
  object-fit: cover;
}
@media (max-width: 1740px) {
  .containwrap .item .item-wrapper .item-img img {
    height: 500px;
  }
}
@media (max-width: 1440px) {
  .containwrap .item .item-wrapper .item-img img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .containwrap .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .containwrap .item .item-wrapper .item-img img {
    height: 300px;
    border: 6px solid #232323;
  }
}
@media (max-width: 425px) {
  .containwrap .item .item-wrapper .item-img img {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .containwrap .item .card_2 {
    display: flex;
    flex-direction: column-reverse;
  }
}
.containwrap .contentgrid {
  color: #000000;
  text-align: center;
}
.containwrap .composition-section-title {
  color: #ffffff;
  text-align: center;
}
.containwrap .item-title {
  color: #ebc800;
  text-align: center;
}
.containwrap .item-text {
  color: #dbdbd3;
}
.containwrap .composition-section-title,
.containwrap .composition-section-btn {
  color: #059669;
}
.containwrap .item-text,
.containwrap .composition-section-btn {
  color: #ffffff;
}
.shiftbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.shiftbox .row.card {
  padding: 0 90px;
  background-color: #ffffff;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .shiftbox .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.shiftbox .row.card .platebox {
  margin: -25px 0 0 0;
  transform: rotate(-5deg);
  background-color: #232323;
  border-radius: 17px;
  padding: 20px;
}
.shiftbox .row.card .platebox .composition-section-subtitle {
  margin: 0;
}
.shiftbox .row.card .composition-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .shiftbox .row.card .composition-section-title {
    margin: 32px 0 0 0;
  }
}
.shiftbox .row.card .coverbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .shiftbox .row.card .coverbox {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .shiftbox .row.card .coverbox {
    display: block;
  }
}
.shiftbox .row.card .coverbox img {
  object-fit: cover;
  border-radius: 10px;
}
.shiftbox .row.card .coverbox img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .shiftbox .row.card .coverbox img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.shiftbox .row.card .coverbox img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .shiftbox .row.card .coverbox img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.shiftbox .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .shiftbox .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.shiftbox .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.shiftbox .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: #ffe139;
  transition: all .3s ease;
}
.shiftbox .row.card .text-wrapper .item {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.shiftbox .row.card .text-wrapper .composition-section-btn {
  position: relative;
  z-index: 1;
}
.shiftbox .composition-section-title {
  color: #059669;
}
.shiftbox .composition-section-subtitle {
  color: #ffd900;
  text-align: center;
}
.shiftbox .item {
  color: #6e716f;
}
.shiftbox .item,
.shiftbox .composition-section-btn {
  color: #000000;
}
.subunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.subunit .fieldcore .contentunit .netbox {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffd900;
  margin-bottom: 24px;
}
.subunit .fieldcore .contentunit .netbox .gridlayer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.subunit .fieldcore .contentunit .netbox .gridlayer .zoneunit .composition-iconfont {
  display: flex;
  font-size: 24px;
}
.subunit .fieldcore .contentunit .netbox .gridlayer .contentgrid {
  margin-bottom: 0;
}
.subunit .fieldcore .contentunit .composition-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .subunit .fieldcore .contentunit .composition-section-title {
    margin-bottom: 20px;
  }
}
.subunit .fieldcore .contentunit .text-wrapper .item {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .subunit .fieldcore .contentunit .text-wrapper .item {
    width: 100%;
  }
}
.subunit .composition-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .subunit .composition-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .subunit .spanlayer {
    margin-top: 40px;
  }
}
.subunit .spanlayer .treebox {
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  width: 80%;
}
@media (max-width: 992px) {
  .subunit .spanlayer .treebox {
    width: 100%;
  }
}
.subunit .item {
  width: 100%;
}
.subunit .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  animation: none !important;
}
.subunit .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #23a47d 0%, #ffffff 45%, #ffe139 100%);
  box-shadow: 0 6px 30px -12px #23a47d;
  display: inline-flex;
  padding: 2px;
}
.subunit .item .item-wrapper .icon-wrapper .icon-wrap .composition-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #ffffff;
}
.subunit .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.subunit .btn-wrapper {
  margin-top: -1rem;
  margin-right: -3rem;
}
.subunit .contentgrid {
  color: #9ba9c4;
}
.subunit .composition-section-title {
  color: #ffffff;
}
.subunit .item,
.subunit .text-wrapper {
  color: #000000;
}
.subunit .item-title {
  color: #d1d4e3;
}
.subunit .composition-section-title,
.subunit .composition-section-btn {
  color: #059669;
}
.subunit .item-title,
.subunit .spanlayer {
  color: #000000;
}
.subunit .contentgrid,
.subunit .netbox {
  color: #ebc800;
}
.flexwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.flexwrap .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .flexwrap .logo-wrapper {
    margin-bottom: 40px;
  }
}
.flexwrap .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.flexwrap .contentunit .composition-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .flexwrap .contentunit .composition-section-title {
    margin-bottom: 40px;
  }
}
.flexwrap .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .flexwrap .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.flexwrap .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .flexwrap .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .flexwrap .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.flexwrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #ffd900;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.flexwrap .fieldnode {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .flexwrap .fieldnode {
    margin-bottom: 40px;
  }
}
.flexwrap .fieldnode .text-wrapper .item {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .flexwrap .fieldnode .text-wrapper .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flexwrap .padbox {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.flexwrap .composition-section-title {
  color: #000000;
}
.flexwrap .item {
  color: #000000;
}
.flexwrap .composition-section-title,
.flexwrap .logo-wrapper {
  text-align: center;
  color: #059669;
}
.nodewrap {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .nodewrap .navbar-toggler {
    transform: scale(0.8);
  }
}
.nodewrap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .nodewrap .navbar {
    padding: 0 128px !important;
  }
}
.nodewrap .navbar .base img {
  width: auto;
}
.nodewrap .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .nodewrap .navbar {
    min-height: 72px;
  }
  .nodewrap .navbar .base img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .nodewrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodewrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .nodewrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodewrap .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.nodewrap .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.nodewrap .navbar-brand .mainfield {
  line-height: inherit !important;
}
.nodewrap .navbar-brand .base a {
  outline: none;
}
.nodewrap .structurebox {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.nodewrap .structurebox .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.nodewrap .structurebox .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (min-width: 992px) {
  .nodewrap .structurebox {
    padding-left: 1.5rem;
  }
}
.nodewrap .nav-link {
  width: fit-content;
  position: relative;
}
.nodewrap .base {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .nodewrap .base {
    padding-left: 1rem;
  }
}
.nodewrap .mainfield {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .nodewrap .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.nodewrap .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #007854;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .nodewrap .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .nodewrap .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.nodewrap .zoneunit {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.nodewrap .nav-item:focus,
.nodewrap .nav-link:focus {
  outline: none;
}
.nodewrap .navbar-expand-lg .structurebox .nav-link {
  padding: 0;
}
.nodewrap ul.structurebox {
  flex-wrap: wrap;
}
.nodewrap .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .nodewrap .navbar-buttons {
    text-align: left;
  }
}
.nodewrap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.nodewrap .navbar-dropdown {
  padding: 0 1rem;
}
.nodewrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodewrap .navbar {
    height: 70px;
  }
  .nodewrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodewrap .composition-section-btn {
  margin: -0.6rem -0.6rem;
}
.nodewrap .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .nodewrap .navbar-brand {
    margin-right: auto;
  }
  .nodewrap .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .nodewrap .structurebox .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .nodewrap .navbar-collapse {
    padding: 1rem;
  }
}
.nodecol {
  padding-top: 11rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
  overflow: hidden;
}
.nodecol::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffffff 10%, #fff7cc 25%, #72c2aa 100%);
  filter: blur(150px);
  pointer-events: none;
}
.nodecol::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #ffffff 100%);
  pointer-events: none;
}
.nodecol .fieldcore {
  margin: 0 -30px;
}
.nodecol .fieldcore .card {
  padding: 0 30px;
}
.nodecol .contentunit {
  position: relative;
  z-index: 1;
}
.nodecol .contentunit .netbox .contentgrid {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.nodecol .contentunit .composition-section-title {
  margin-bottom: 24px;
}
.nodecol .contentunit .text-wrapper .item {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nodecol .contentunit .text-wrapper .item {
    width: 100%;
  }
}
.nodecol .contentunit .composition-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .nodecol .contentunit .composition-section-btn {
    margin-top: 10px;
  }
}
.nodecol .coverbox {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .nodecol .coverbox {
    padding: 20px;
    margin-top: 40px;
  }
}
.nodecol .coverbox .strip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #007854;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.nodecol .coverbox .alignbox {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .nodecol .coverbox .alignbox {
    min-height: auto;
    height: 300px;
  }
}
.nodecol .coverbox .alignbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nodecol .contentgrid,
.nodecol .netbox {
  color: #ffffff;
}
.nodecol .composition-section-title {
  color: #ffffff;
}
.nodecol .item,
.nodecol .text-wrapper {
  color: #000000;
}
.nodecol .composition-section-title,
.nodecol .composition-section-btn {
  color: #059669;
}
.frame {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .frame .fieldcore {
    margin-bottom: 32px;
  }
}
.frame .fieldcore .composition-section-title {
  margin-bottom: 0;
}
.frame .fieldcore .composition-section-btn {
  margin-top: 14px;
}
.frame .fieldcore .composition-section-btn .btn {
  margin-bottom: 0;
}
.frame .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.frame .text-wrapper .item {
  display: inline-block;
  margin-bottom: 0;
}
.frame .composition-section-title {
  color: #000000;
}
.frame .item,
.frame .text-wrapper {
  color: #4f4f4f;
}
.frame .list {
  color: #000000;
}
.frame .composition-section-title,
.frame .composition-section-btn {
  color: #059669;
  text-align: center;
}
.frame .item {
  color: #000000;
}
.layoutrow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.layoutrow .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .layoutrow .fieldcore {
    margin-bottom: 32px;
  }
}
.layoutrow .fieldcore .netbox {
  margin-bottom: 16px;
}
.layoutrow .fieldcore .netbox .contentgrid {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffe139;
}
.layoutrow .fieldcore .composition-section-title {
  margin-bottom: 16px;
}
.layoutrow .fieldcore .text-wrapper .item {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutrow .fieldcore .text-wrapper .item {
    width: 100%;
  }
}
.layoutrow .fieldcore .composition-section-btn {
  margin-top: 14px;
}
.layoutrow .coverbox {
  background-color: #ffe864;
  padding: 8px;
}
.layoutrow .coverbox .alignbox {
  background-color: #ffffff;
  padding: 24px;
}
.layoutrow .coverbox .alignbox img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .layoutrow .coverbox .alignbox img {
    height: 300px;
  }
}
.layoutrow .contentgrid,
.layoutrow .netbox {
  color: #000000;
}
.layoutrow .composition-section-title {
  color: #000000;
}
.layoutrow .item,
.layoutrow .text-wrapper {
  color: #000000;
  text-align: left;
}
.layoutrow .composition-section-title,
.layoutrow .composition-section-btn {
  color: #059669;
}
.partgrid {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("images/high2.jpg");
}
.partgrid .fieldnode .contentunit .composition-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .partgrid .fieldnode .contentunit .composition-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .partgrid .fieldnode .contentunit .composition-section-title {
    width: 100%;
  }
}
.partgrid .fieldnode .text-wrap .item {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .partgrid .fieldnode .text-wrap .item {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .partgrid .fieldnode .text-wrap .item {
    width: 100%;
  }
}
.partgrid .fieldnode .composition-section-btn {
  margin-top: 20px;
}
.partgrid .composition-section-title {
  color: #ffffff;
}
.partgrid .item {
  color: #ffffff;
}
.partgrid .composition-section-title,
.partgrid .contentunit,
.partgrid .composition-section-btn {
  color: #059669;
}
.partgrid .item,
.partgrid .text-wrap {
  color: #000000;
}
.group {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.group .fieldnode {
  position: relative;
  z-index: 1;
}
.group .fieldnode .composition-section-title {
  margin-bottom: 24px;
}
.group .fieldnode .text-wrapper .item {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .group .fieldnode .text-wrapper .item {
    width: 100%;
  }
}
.group .fieldnode .composition-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .group .fieldnode .composition-section-btn {
    margin-top: 24px;
  }
}
.group .fieldnode .coverbox {
  margin-top: 32px;
  height: 100%;
  padding: 12px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .group .fieldnode .coverbox {
    padding: 6px;
    margin-top: 24px;
  }
}
.group .fieldnode .coverbox .alignbox {
  padding: 12px;
  background-color: #ffe864;
  border: 1px solid #ffffff;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #ffffff;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .group .fieldnode .coverbox .alignbox {
    padding: 6px;
  }
}
.group .fieldnode .coverbox .alignbox img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .group .fieldnode .coverbox .alignbox img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .group .fieldnode .coverbox .alignbox img {
    height: 250px;
  }
}
.group .contentgrid {
  color: #49496d;
  text-align: center;
}
.group .composition-section-title {
  color: #181824;
}
.group .item,
.group .text-wrapper {
  color: #54547e;
  text-align: center;
}
.group .composition-section-title,
.group .composition-section-btn,
.group .icon-wrapper {
  text-align: center;
}
.group .item {
  color: #000000;
}
.group .composition-section-title,
.group .composition-section-btn {
  color: #059669;
}
.flexwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.flexwrap .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .flexwrap .logo-wrapper {
    margin-bottom: 40px;
  }
}
.flexwrap .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.flexwrap .contentunit .composition-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .flexwrap .contentunit .composition-section-title {
    margin-bottom: 40px;
  }
}
.flexwrap .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .flexwrap .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.flexwrap .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .flexwrap .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .flexwrap .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.flexwrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #ffd900;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.flexwrap .fieldnode {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .flexwrap .fieldnode {
    margin-bottom: 40px;
  }
}
.flexwrap .fieldnode .text-wrapper .item {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .flexwrap .fieldnode .text-wrapper .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flexwrap .padbox {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.flexwrap .composition-section-title {
  color: #000000;
}
.flexwrap .item {
  color: #000000;
}
.flexwrap .composition-section-title,
.flexwrap .logo-wrapper {
  text-align: center;
  color: #059669;
}
.nodewrap {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .nodewrap .navbar-toggler {
    transform: scale(0.8);
  }
}
.nodewrap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .nodewrap .navbar {
    padding: 0 128px !important;
  }
}
.nodewrap .navbar .base img {
  width: auto;
}
.nodewrap .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .nodewrap .navbar {
    min-height: 72px;
  }
  .nodewrap .navbar .base img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .nodewrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodewrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .nodewrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodewrap .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.nodewrap .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.nodewrap .navbar-brand .mainfield {
  line-height: inherit !important;
}
.nodewrap .navbar-brand .base a {
  outline: none;
}
.nodewrap .structurebox {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.nodewrap .structurebox .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.nodewrap .structurebox .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (min-width: 992px) {
  .nodewrap .structurebox {
    padding-left: 1.5rem;
  }
}
.nodewrap .nav-link {
  width: fit-content;
  position: relative;
}
.nodewrap .base {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .nodewrap .base {
    padding-left: 1rem;
  }
}
.nodewrap .mainfield {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .nodewrap .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.nodewrap .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #007854;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .nodewrap .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .nodewrap .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.nodewrap .zoneunit {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.nodewrap .nav-item:focus,
.nodewrap .nav-link:focus {
  outline: none;
}
.nodewrap .navbar-expand-lg .structurebox .nav-link {
  padding: 0;
}
.nodewrap ul.structurebox {
  flex-wrap: wrap;
}
.nodewrap .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .nodewrap .navbar-buttons {
    text-align: left;
  }
}
.nodewrap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.nodewrap .navbar-dropdown {
  padding: 0 1rem;
}
.nodewrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodewrap .navbar {
    height: 70px;
  }
  .nodewrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodewrap .composition-section-btn {
  margin: -0.6rem -0.6rem;
}
.nodewrap .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .nodewrap .navbar-brand {
    margin-right: auto;
  }
  .nodewrap .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .nodewrap .structurebox .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .nodewrap .navbar-collapse {
    padding: 1rem;
  }
}
.mount {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #ffffff;
  overflow: hidden;
}
.mount .card {
  position: relative;
}
.mount .card .node {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffe864, #ffe139 50%, #44b492);
  filter: blur(4rem);
  pointer-events: none;
}
.mount .card .node::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  filter: blur(5rem);
  pointer-events: none;
}
.mount .fieldnode {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .mount .fieldnode {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .mount .fieldnode {
    width: 100%;
  }
}
.mount .fieldnode .netbox {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .mount .fieldnode .netbox {
    margin-bottom: 28px;
  }
}
.mount .fieldnode .netbox .contentgrid {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.mount .fieldnode .composition-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .mount .fieldnode .composition-section-title {
    margin-bottom: 18px;
  }
}
.mount .fieldnode .item {
  margin-bottom: 0;
}
.mount .fieldnode .composition-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .mount .fieldnode .composition-section-btn {
    margin-top: 18px;
  }
}
.mount .contentgrid,
.mount .netbox {
  color: #ffffff;
  text-align: center;
}
.mount .composition-section-title {
  color: #ffffff;
}
.mount .item {
  color: #000000;
  text-align: center;
}
.mount .composition-section-title,
.mount .composition-section-btn {
  text-align: center;
  color: #059669;
}
.rowunit {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.rowunit .fieldcore {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.rowunit .contentunit {
  margin-bottom: 40px;
  align-items: flex-end;
}
.rowunit .contentunit .item {
  margin-bottom: 0;
}
.rowunit .composition-section-title {
  margin-bottom: 0;
  color: #059669;
  text-align: center;
}
@media (max-width: 992px) {
  .rowunit .composition-section-title {
    margin-bottom: 24px;
  }
}
.rowunit .item {
  margin-bottom: 0;
  color: #000000;
}
.rowunit .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .rowunit .item {
    margin-bottom: 16px;
  }
  .rowunit .item:last-child {
    margin-bottom: 0;
  }
}
.rowunit .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .rowunit .item .item-wrapper {
    padding: 24px 16px;
  }
}
.rowunit .item .item-wrapper:hover .item-img img,
.rowunit .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .rowunit .item .item-wrapper:hover .item-img img,
  .rowunit .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.rowunit .item .item-wrapper .item-content .item-title_1,
.rowunit .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.rowunit .item .item-wrapper .item-content .item-text_1,
.rowunit .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.rowunit .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .rowunit .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.rowunit .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .rowunit .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.rowunit .item .item-wrapper .item-content .composition-section-btn {
  margin-top: 24px;
}
.rowunit .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.rowunit .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .rowunit .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .rowunit .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.rowunit .item .card_1 {
  background-color: #232323;
}
.rowunit .item .card_2 {
  background-color: #ffe864;
}
.rowunit .item-title_1 {
  color: #ffffff;
}
.rowunit .item-title_2 {
  color: #000000;
  text-align: center;
}
.rowunit .item-text_1 {
  color: #ffffff;
}
.rowunit .item-text_2 {
  color: #0a0a0a;
}
.rowunit .item-text_1,
.rowunit .text-wrap_1 {
  text-align: center;
}
.rowunit .item-title_1,
.rowunit .composition-section-btn {
  text-align: center;
}
.rowunit .item-text_2,
.rowunit .text-wrap_2 {
  text-align: center;
}
.outerpad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.outerpad .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .outerpad .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .outerpad .container {
    padding: 0 12px;
  }
}
.outerpad .contentunit .composition-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .outerpad .contentunit .composition-section-title {
    margin-bottom: 24px;
  }
}
.outerpad .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffe864;
  box-shadow: 4px 4px #ffe864;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .outerpad .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.outerpad .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .outerpad .card-wrapper .card-wrap {
    display: block;
  }
}
.outerpad .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .outerpad .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.outerpad .card-wrapper .card-wrap .icon-wrapper .composition-iconfont {
  font-size: 140px;
  color: #23a47d;
}
@media (max-width: 992px) {
  .outerpad .card-wrapper .card-wrap .icon-wrapper .composition-iconfont {
    font-size: 100px;
  }
}
.outerpad .card-wrapper .card-wrap .item {
  margin-bottom: 0;
}
.outerpad .composition-section-title {
  color: #059669;
  text-align: center;
}
.outerpad .composition-section-subtitle {
  color: #222222;
}
.outerpad .item {
  color: #000000;
}
.outerpad .list {
  color: #222222;
}
.domcell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .domcell .container {
    padding: 0 26px;
  }
}
.domcell .row {
  margin: 0;
}
@media (max-width: 992px) {
  .domcell .row {
    margin: 0 -12px;
  }
}
.domcell .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.domcell .card:first-child {
  border-right: 1px solid #ffd900;
}
@media (max-width: 992px) {
  .domcell .card:first-child {
    border: none;
  }
}
.domcell .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #ffd900;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .domcell .card:first-child::before {
    display: none;
  }
}
.domcell .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .domcell .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .domcell .card {
    padding: 0 12px;
  }
}
.domcell .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .domcell .card:last-child {
    padding: 0 12px;
  }
}
.domcell .card:first-child {
  border-right: none;
  border-left: 1px solid #ffd900;
}
@media (max-width: 992px) {
  .domcell .card:first-child {
    border: none;
  }
}
.domcell .card:first-child::before {
  right: auto;
  left: -8px;
}
@media (max-width: 992px) {
  .domcell .card:first-child::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .domcell .card {
    padding: 0 12px;
  }
}
.domcell .coverbox {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .domcell .coverbox {
    padding: 0 0 40px 0;
  }
}
.domcell .coverbox img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .domcell .coverbox img {
    height: 300px;
  }
}
.domcell .contentunit .wrapunitbox {
  padding: 40px;
}
@media (max-width: 992px) {
  .domcell .contentunit .wrapunitbox {
    padding: 0;
  }
}
.domcell .contentunit .wrapunitbox .composition-section-title {
  margin-bottom: 18px;
}
.domcell .contentunit .wrapunitbox .item {
  margin-bottom: 0;
}
.domcell .composition-section-title {
  color: #059669;
}
.domcell .item {
  color: #000000;
}
.pathwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fafafa;
}
.pathwrap .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .pathwrap .container-fluid {
    padding: 0 20px;
  }
}
.pathwrap .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .pathwrap .container {
    padding: 0 20px;
  }
  .pathwrap .container .row {
    padding: 0;
  }
}
.pathwrap .container,
.pathwrap .container-fluid {
  position: relative;
}
.pathwrap .container .unitfield,
.pathwrap .container-fluid .unitfield {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .pathwrap .container .unitfield,
  .pathwrap .container-fluid .unitfield {
    width: 100%;
  }
}
.pathwrap .row {
  justify-content: center;
}
.pathwrap .text-wrapper {
  position: relative;
  z-index: 1;
}
.pathwrap .text-wrapper .item {
  margin-bottom: 0;
}
.pathwrap .item {
  color: #059669;
  text-align: center;
}
.nestedbox {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.nestedbox .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .nestedbox .container-fluid {
    padding: 0 12px;
  }
}
.nestedbox .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .nestedbox .container {
    padding: 0 20px;
  }
}
.nestedbox .card {
  padding: 0;
}
.nestedbox .text-wrapper {
  padding: 64px 100px;
  border: 2px solid #ffd900;
  border-right: none;
  border-right: 2px solid #ffd900;
  border-left: none;
}
@media (max-width: 992px) {
  .nestedbox .text-wrapper {
    padding: 50px 20px;
  }
}
.nestedbox .text-wrapper .item {
  margin-bottom: 0;
}
.nestedbox .composition-section-title {
  color: #1d1d1d;
}
.nestedbox .composition-section-subtitle {
  color: #1d1d1d;
}
.flexwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.flexwrap .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .flexwrap .logo-wrapper {
    margin-bottom: 40px;
  }
}
.flexwrap .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.flexwrap .contentunit .composition-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .flexwrap .contentunit .composition-section-title {
    margin-bottom: 40px;
  }
}
.flexwrap .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .flexwrap .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.flexwrap .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .flexwrap .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .flexwrap .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.flexwrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #ffd900;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.flexwrap .fieldnode {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .flexwrap .fieldnode {
    margin-bottom: 40px;
  }
}
.flexwrap .fieldnode .text-wrapper .item {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .flexwrap .fieldnode .text-wrapper .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flexwrap .padbox {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.flexwrap .composition-section-title {
  color: #000000;
}
.flexwrap .item {
  color: #000000;
}
.flexwrap .composition-section-title,
.flexwrap .logo-wrapper {
  text-align: center;
  color: #059669;
}
.nodewrap {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .nodewrap .navbar-toggler {
    transform: scale(0.8);
  }
}
.nodewrap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .nodewrap .navbar {
    padding: 0 128px !important;
  }
}
.nodewrap .navbar .base img {
  width: auto;
}
.nodewrap .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .nodewrap .navbar {
    min-height: 72px;
  }
  .nodewrap .navbar .base img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .nodewrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodewrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .nodewrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodewrap .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.nodewrap .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.nodewrap .navbar-brand .mainfield {
  line-height: inherit !important;
}
.nodewrap .navbar-brand .base a {
  outline: none;
}
.nodewrap .structurebox {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.nodewrap .structurebox .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.nodewrap .structurebox .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (min-width: 992px) {
  .nodewrap .structurebox {
    padding-left: 1.5rem;
  }
}
.nodewrap .nav-link {
  width: fit-content;
  position: relative;
}
.nodewrap .base {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .nodewrap .base {
    padding-left: 1rem;
  }
}
.nodewrap .mainfield {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .nodewrap .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.nodewrap .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #007854;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .nodewrap .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .nodewrap .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.nodewrap .zoneunit {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.nodewrap .nav-item:focus,
.nodewrap .nav-link:focus {
  outline: none;
}
.nodewrap .navbar-expand-lg .structurebox .nav-link {
  padding: 0;
}
.nodewrap ul.structurebox {
  flex-wrap: wrap;
}
.nodewrap .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .nodewrap .navbar-buttons {
    text-align: left;
  }
}
.nodewrap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.nodewrap .navbar-dropdown {
  padding: 0 1rem;
}
.nodewrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodewrap .navbar {
    height: 70px;
  }
  .nodewrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodewrap .composition-section-btn {
  margin: -0.6rem -0.6rem;
}
.nodewrap .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .nodewrap .navbar-brand {
    margin-right: auto;
  }
  .nodewrap .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .nodewrap .structurebox .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .nodewrap .navbar-collapse {
    padding: 1rem;
  }
}
.formwrap {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-image: url("images/low2.jpg");
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
}
.formwrap .subbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent 49%, #ffffff 82%);
}
.formwrap .fieldnode {
  position: relative;
  z-index: 1;
}
.formwrap .card {
  justify-content: flex-end;
}
.formwrap .contentunit {
  margin-bottom: 20px;
}
.formwrap .contentunit .composition-section-title {
  margin-bottom: 0;
}
.formwrap .contentunit .composition-section-subtitle {
  margin-bottom: 0;
}
.formwrap .text-wrapper .item {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .formwrap .text-wrapper .item {
    margin-bottom: 20px;
    width: 100%;
  }
}
.formwrap .composition-section-title {
  color: #ffffff;
}
.formwrap .composition-section-subtitle {
  color: #caf31d;
}
.formwrap .item {
  color: #ffffff;
}
.formwrap .composition-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .formwrap .composition-section-btn {
    text-align: left;
  }
}
.formwrap .composition-section-title,
.formwrap .composition-section-btn {
  color: #059669;
}
.formwrap .item,
.formwrap .text-wrapper {
  color: #000000;
}
.track {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.track .fieldnode {
  display: flex;
  justify-content: center;
}
.track .fieldnode .card-wrapper {
  padding: 70px;
  background-color: #fafafa;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .track .fieldnode .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.track .fieldnode .card-wrapper .contentunit {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .track .fieldnode .card-wrapper .contentunit {
    margin-bottom: 40px;
  }
}
.track .fieldnode .card-wrapper .contentunit .composition-section-title {
  margin-bottom: 20px;
}
.track .fieldnode .card-wrapper .contentunit .text-wrapper .item {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .track .fieldnode .card-wrapper .contentunit .text-wrapper .item {
    width: 100%;
  }
}
.track .composition-section-title {
  color: #059669;
  text-align: center;
}
.track .item,
.track .text-wrapper {
  color: #000000;
  text-align: center;
}
.areabox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.areabox .fieldcore .contentunit .netbox {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffd900;
  margin-bottom: 24px;
}
.areabox .fieldcore .contentunit .netbox .gridlayer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.areabox .fieldcore .contentunit .netbox .gridlayer .zoneunit .composition-iconfont {
  display: flex;
  font-size: 24px;
}
.areabox .fieldcore .contentunit .netbox .gridlayer .contentgrid {
  margin-bottom: 0;
}
.areabox .fieldcore .contentunit .composition-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .areabox .fieldcore .contentunit .composition-section-title {
    margin-bottom: 20px;
  }
}
.areabox .fieldcore .contentunit .text-wrapper .item {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .areabox .fieldcore .contentunit .text-wrapper .item {
    width: 100%;
  }
}
.areabox .composition-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .areabox .composition-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .areabox .spanlayer {
    margin-top: 40px;
  }
}
.areabox .spanlayer .treebox {
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  width: 80%;
}
@media (max-width: 992px) {
  .areabox .spanlayer .treebox {
    width: 100%;
  }
}
.areabox .item {
  width: 100%;
}
.areabox .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  animation: none !important;
}
.areabox .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #23a47d 0%, #fafafa 45%, #ffe139 100%);
  box-shadow: 0 6px 30px -12px #23a47d;
  display: inline-flex;
  padding: 2px;
}
.areabox .item .item-wrapper .icon-wrapper .icon-wrap .composition-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #fafafa;
}
.areabox .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.areabox .btn-wrapper {
  margin-top: -1rem;
  margin-right: -3rem;
}
.areabox .contentgrid {
  color: #9ba9c4;
}
.areabox .composition-section-title {
  color: #ffffff;
}
.areabox .item,
.areabox .text-wrapper {
  color: #000000;
}
.areabox .item-title {
  color: #d1d4e3;
}
.areabox .composition-section-title,
.areabox .composition-section-btn {
  color: #059669;
}
.areabox .item-title,
.areabox .spanlayer {
  color: #000000;
}
.areabox .contentgrid,
.areabox .netbox {
  color: #ebc800;
}
.gridcell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.gridcell .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #fafafa;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .gridcell .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.gridcell .card-wrapper .subbox {
  position: absolute;
  left: -150px;
  bottom: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #44b492, #ffe864 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .gridcell .card-wrapper .subbox {
    width: 400px;
    height: 400px;
  }
}
.gridcell .card-wrapper .card {
  justify-content: center;
}
.gridcell .card-wrapper .fieldnode {
  position: relative;
  z-index: 1;
  width: 49%;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .gridcell .card-wrapper .fieldnode {
    padding: 0;
    width: 100%;
    margin-bottom: 22px;
  }
}
.gridcell .card-wrapper .fieldnode .netbox {
  margin-bottom: 22px;
}
.gridcell .card-wrapper .fieldnode .netbox .contentgrid {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.gridcell .card-wrapper .fieldnode .composition-section-title {
  margin-bottom: 22px;
}
.gridcell .card-wrapper .fieldnode .item {
  margin-bottom: 0;
}
.gridcell .card-wrapper .fieldnode .composition-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .gridcell .card-wrapper .fieldnode .composition-section-btn {
    margin-top: 22px;
  }
}
.gridcell .card-wrapper .fieldnode .composition-section-btn .btn {
  margin-bottom: 0;
}
.gridcell .card-wrapper .coverbox {
  position: relative;
  z-index: 1;
  width: 48%;
}
@media (max-width: 992px) {
  .gridcell .card-wrapper .coverbox {
    width: 100%;
  }
}
.gridcell .card-wrapper .coverbox img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .gridcell .card-wrapper .coverbox img {
    height: 300px;
  }
}
.gridcell .contentgrid,
.gridcell .netbox {
  color: #1a0b54;
}
.gridcell .composition-section-title {
  color: #1a0b54;
}
.gridcell .item {
  color: #000000;
}
.gridcell .composition-section-title,
.gridcell .composition-section-btn {
  color: #059669;
}
.flexwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.flexwrap .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .flexwrap .logo-wrapper {
    margin-bottom: 40px;
  }
}
.flexwrap .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.flexwrap .contentunit .composition-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .flexwrap .contentunit .composition-section-title {
    margin-bottom: 40px;
  }
}
.flexwrap .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .flexwrap .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.flexwrap .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .flexwrap .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .flexwrap .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.flexwrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #ffd900;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.flexwrap .fieldnode {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .flexwrap .fieldnode {
    margin-bottom: 40px;
  }
}
.flexwrap .fieldnode .text-wrapper .item {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .flexwrap .fieldnode .text-wrapper .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flexwrap .padbox {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.flexwrap .composition-section-title {
  color: #000000;
}
.flexwrap .item {
  color: #000000;
}
.flexwrap .composition-section-title,
.flexwrap .logo-wrapper {
  text-align: center;
  color: #059669;
}
.nodewrap {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .nodewrap .navbar-toggler {
    transform: scale(0.8);
  }
}
.nodewrap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .nodewrap .navbar {
    padding: 0 128px !important;
  }
}
.nodewrap .navbar .base img {
  width: auto;
}
.nodewrap .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .nodewrap .navbar {
    min-height: 72px;
  }
  .nodewrap .navbar .base img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .nodewrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodewrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .nodewrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodewrap .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.nodewrap .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.nodewrap .navbar-brand .mainfield {
  line-height: inherit !important;
}
.nodewrap .navbar-brand .base a {
  outline: none;
}
.nodewrap .structurebox {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.nodewrap .structurebox .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.nodewrap .structurebox .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (min-width: 992px) {
  .nodewrap .structurebox {
    padding-left: 1.5rem;
  }
}
.nodewrap .nav-link {
  width: fit-content;
  position: relative;
}
.nodewrap .base {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .nodewrap .base {
    padding-left: 1rem;
  }
}
.nodewrap .mainfield {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .nodewrap .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.nodewrap .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #007854;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .nodewrap .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .nodewrap .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.nodewrap .zoneunit {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.nodewrap .nav-item:focus,
.nodewrap .nav-link:focus {
  outline: none;
}
.nodewrap .navbar-expand-lg .structurebox .nav-link {
  padding: 0;
}
.nodewrap ul.structurebox {
  flex-wrap: wrap;
}
.nodewrap .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .nodewrap .navbar-buttons {
    text-align: left;
  }
}
.nodewrap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.nodewrap .navbar-dropdown {
  padding: 0 1rem;
}
.nodewrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodewrap .navbar {
    height: 70px;
  }
  .nodewrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodewrap .composition-section-btn {
  margin: -0.6rem -0.6rem;
}
.nodewrap .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .nodewrap .navbar-brand {
    margin-right: auto;
  }
  .nodewrap .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .nodewrap .structurebox .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .nodewrap .navbar-collapse {
    padding: 1rem;
  }
}
.view {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("images/wet3.jpeg");
}
.view .fieldnode .contentunit .composition-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .view .fieldnode .contentunit .composition-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .view .fieldnode .contentunit .composition-section-title {
    width: 100%;
  }
}
.view .fieldnode .text-wrap .item {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .view .fieldnode .text-wrap .item {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .view .fieldnode .text-wrap .item {
    width: 100%;
  }
}
.view .fieldnode .composition-section-btn {
  margin-top: 20px;
}
.view .composition-section-title {
  color: #ffffff;
}
.view .item {
  color: #ffffff;
}
.view .composition-section-title,
.view .contentunit,
.view .composition-section-btn {
  color: #059669;
}
.view .item,
.view .text-wrap {
  color: #000000;
}
.form {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.form .container {
  max-width: 1000px;
}
.form .item {
  color: #000000;
}
.borderbox {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.borderbox .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ffd900;
  border-bottom: 1px solid #ffd900;
  z-index: 1;
}
.borderbox .content_wrapper:hover .composition-section-title a {
  color: #059669 !important;
}
.borderbox .composition-section-title {
  margin-bottom: 12px;
}
.borderbox .icon_wrapper .composition-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.borderbox .composition-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.borderbox .composition-section-btn .btn-secondary-outline:hover,
.borderbox .composition-section-btn .btn-secondary-outline:focus {
  color: #059669 !important;
}
.borderbox .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.borderbox .image_post {
  display: inline-block;
}
.borderbox .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.borderbox .author_post {
  display: inline-block;
  margin-left: 15px;
}
.borderbox .item,
.borderbox .composition-section-btn {
  color: #000000;
}
.flexwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.flexwrap .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .flexwrap .logo-wrapper {
    margin-bottom: 40px;
  }
}
.flexwrap .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.flexwrap .contentunit .composition-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .flexwrap .contentunit .composition-section-title {
    margin-bottom: 40px;
  }
}
.flexwrap .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .flexwrap .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.flexwrap .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .flexwrap .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .flexwrap .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.flexwrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #ffd900;
}
.flexwrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.flexwrap .fieldnode {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .flexwrap .fieldnode {
    margin-bottom: 40px;
  }
}
.flexwrap .fieldnode .text-wrapper .item {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .flexwrap .fieldnode .text-wrapper .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flexwrap .padbox {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.flexwrap .composition-section-title {
  color: #000000;
}
.flexwrap .item {
  color: #000000;
}
.flexwrap .composition-section-title,
.flexwrap .logo-wrapper {
  text-align: center;
  color: #059669;
}
.zonecore {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .zonecore .navbar-toggler {
    transform: scale(0.8);
  }
}
.zonecore .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .zonecore .navbar {
    padding: 0 128px !important;
  }
}
.zonecore .navbar .base img {
  width: auto;
}
.zonecore .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .zonecore .navbar {
    min-height: 72px;
  }
  .zonecore .navbar .base img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .zonecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zonecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .zonecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zonecore .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.zonecore .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.zonecore .navbar-brand .mainfield {
  line-height: inherit !important;
}
.zonecore .navbar-brand .base a {
  outline: none;
}
.zonecore .structurebox {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.zonecore .structurebox .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.zonecore .structurebox .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (min-width: 992px) {
  .zonecore .structurebox {
    padding-left: 1.5rem;
  }
}
.zonecore .nav-link {
  width: fit-content;
  position: relative;
}
.zonecore .base {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .zonecore .base {
    padding-left: 1rem;
  }
}
.zonecore .mainfield {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .zonecore .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.zonecore .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #007854;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .zonecore .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .zonecore .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.zonecore .zoneunit {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.zonecore .nav-item:focus,
.zonecore .nav-link:focus {
  outline: none;
}
.zonecore .navbar-expand-lg .structurebox .nav-link {
  padding: 0;
}
.zonecore ul.structurebox {
  flex-wrap: wrap;
}
.zonecore .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .zonecore .navbar-buttons {
    text-align: left;
  }
}
.zonecore button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.zonecore .navbar-dropdown {
  padding: 0 1rem;
}
.zonecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zonecore .navbar {
    height: 70px;
  }
  .zonecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zonecore .composition-section-btn {
  margin: -0.6rem -0.6rem;
}
.zonecore .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .zonecore .navbar-brand {
    margin-right: auto;
  }
  .zonecore .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .zonecore .structurebox .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .zonecore .navbar-collapse {
    padding: 1rem;
  }
}
.spanunit {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("images/wet3.jpeg");
}
.spanunit .fieldnode .contentunit .composition-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .spanunit .fieldnode .contentunit .composition-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .spanunit .fieldnode .contentunit .composition-section-title {
    width: 100%;
  }
}
.spanunit .fieldnode .text-wrap .item {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .spanunit .fieldnode .text-wrap .item {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .spanunit .fieldnode .text-wrap .item {
    width: 100%;
  }
}
.spanunit .fieldnode .composition-section-btn {
  margin-top: 20px;
}
.spanunit .composition-section-title {
  color: #ffffff;
}
.spanunit .item {
  color: #ffffff;
}
.spanunit .composition-section-title,
.spanunit .contentunit,
.spanunit .composition-section-btn {
  color: #059669;
}
.spanunit .item,
.spanunit .text-wrap {
  color: #000000;
}
.corefield {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.corefield .container {
  max-width: 1000px;
}
.corefield .item {
  color: #000000;
}
.contentrow {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.contentrow .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ffd900;
  border-bottom: 1px solid #ffd900;
  z-index: 1;
}
.contentrow .content_wrapper:hover .composition-section-title a {
  color: #059669 !important;
}
.contentrow .composition-section-title {
  margin-bottom: 12px;
}
.contentrow .icon_wrapper .composition-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.contentrow .composition-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.contentrow .composition-section-btn .btn-secondary-outline:hover,
.contentrow .composition-section-btn .btn-secondary-outline:focus {
  color: #059669 !important;
}
.contentrow .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.contentrow .image_post {
  display: inline-block;
}
.contentrow .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.contentrow .author_post {
  display: inline-block;
  margin-left: 15px;
}
.contentrow .item,
.contentrow .composition-section-btn {
  color: #000000;
}
.chunk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.chunk .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .chunk .logo-wrapper {
    margin-bottom: 40px;
  }
}
.chunk .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.chunk .contentunit .composition-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .chunk .contentunit .composition-section-title {
    margin-bottom: 40px;
  }
}
.chunk .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .chunk .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.chunk .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .chunk .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .chunk .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.chunk .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.chunk .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.chunk .nav-wrapper .nav-wrap .list .item-wrap:hover,
.chunk .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.chunk .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #ffd900;
}
.chunk .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.chunk .fieldnode {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .chunk .fieldnode {
    margin-bottom: 40px;
  }
}
.chunk .fieldnode .text-wrapper .item {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .chunk .fieldnode .text-wrapper .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.chunk .padbox {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.chunk .composition-section-title {
  color: #000000;
}
.chunk .item {
  color: #000000;
}
.chunk .composition-section-title,
.chunk .logo-wrapper {
  text-align: center;
  color: #059669;
}
.rowset {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .rowset .navbar-toggler {
    transform: scale(0.8);
  }
}
.rowset .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .rowset .navbar {
    padding: 0 128px !important;
  }
}
.rowset .navbar .base img {
  width: auto;
}
.rowset .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .rowset .navbar {
    min-height: 72px;
  }
  .rowset .navbar .base img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .rowset .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rowset .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .rowset .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rowset .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rowset .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.rowset .navbar-brand .mainfield {
  line-height: inherit !important;
}
.rowset .navbar-brand .base a {
  outline: none;
}
.rowset .structurebox {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.rowset .structurebox .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.rowset .structurebox .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (min-width: 992px) {
  .rowset .structurebox {
    padding-left: 1.5rem;
  }
}
.rowset .nav-link {
  width: fit-content;
  position: relative;
}
.rowset .base {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .rowset .base {
    padding-left: 1rem;
  }
}
.rowset .mainfield {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .rowset .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.rowset .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #007854;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .rowset .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .rowset .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.rowset .zoneunit {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.rowset .nav-item:focus,
.rowset .nav-link:focus {
  outline: none;
}
.rowset .navbar-expand-lg .structurebox .nav-link {
  padding: 0;
}
.rowset ul.structurebox {
  flex-wrap: wrap;
}
.rowset .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .rowset .navbar-buttons {
    text-align: left;
  }
}
.rowset button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.rowset .navbar-dropdown {
  padding: 0 1rem;
}
.rowset a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rowset .navbar {
    height: 70px;
  }
  .rowset .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rowset .composition-section-btn {
  margin: -0.6rem -0.6rem;
}
.rowset .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .rowset .navbar-brand {
    margin-right: auto;
  }
  .rowset .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .rowset .structurebox .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .rowset .navbar-collapse {
    padding: 1rem;
  }
}
.stagewrap {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("images/wet3.jpeg");
}
.stagewrap .fieldnode .contentunit .composition-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .stagewrap .fieldnode .contentunit .composition-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .stagewrap .fieldnode .contentunit .composition-section-title {
    width: 100%;
  }
}
.stagewrap .fieldnode .text-wrap .item {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .stagewrap .fieldnode .text-wrap .item {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .stagewrap .fieldnode .text-wrap .item {
    width: 100%;
  }
}
.stagewrap .fieldnode .composition-section-btn {
  margin-top: 20px;
}
.stagewrap .composition-section-title {
  color: #ffffff;
}
.stagewrap .item {
  color: #ffffff;
}
.stagewrap .composition-section-title,
.stagewrap .contentunit,
.stagewrap .composition-section-btn {
  color: #059669;
}
.stagewrap .item,
.stagewrap .text-wrap {
  color: #000000;
}
.slotunit {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.slotunit .container {
  max-width: 1000px;
}
.slotunit .item {
  color: #000000;
}
.boardwrap {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.boardwrap .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ffd900;
  border-bottom: 1px solid #ffd900;
  z-index: 1;
}
.boardwrap .content_wrapper:hover .composition-section-title a {
  color: #059669 !important;
}
.boardwrap .composition-section-title {
  margin-bottom: 12px;
}
.boardwrap .icon_wrapper .composition-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.boardwrap .composition-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.boardwrap .composition-section-btn .btn-secondary-outline:hover,
.boardwrap .composition-section-btn .btn-secondary-outline:focus {
  color: #059669 !important;
}
.boardwrap .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.boardwrap .image_post {
  display: inline-block;
}
.boardwrap .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.boardwrap .author_post {
  display: inline-block;
  margin-left: 15px;
}
.boardwrap .item,
.boardwrap .composition-section-btn {
  color: #000000;
}
.padwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.padwrap .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .padwrap .logo-wrapper {
    margin-bottom: 40px;
  }
}
.padwrap .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.padwrap .contentunit .composition-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .padwrap .contentunit .composition-section-title {
    margin-bottom: 40px;
  }
}
.padwrap .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .padwrap .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.padwrap .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .padwrap .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .padwrap .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.padwrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.padwrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.padwrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.padwrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.padwrap .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #ffd900;
}
.padwrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.padwrap .fieldnode {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .padwrap .fieldnode {
    margin-bottom: 40px;
  }
}
.padwrap .fieldnode .text-wrapper .item {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .padwrap .fieldnode .text-wrapper .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.padwrap .padbox {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.padwrap .composition-section-title {
  color: #000000;
}
.padwrap .item {
  color: #000000;
}
.padwrap .composition-section-title,
.padwrap .logo-wrapper {
  text-align: center;
  color: #059669;
}
.unitcol {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .unitcol .navbar-toggler {
    transform: scale(0.8);
  }
}
.unitcol .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .unitcol .navbar {
    padding: 0 128px !important;
  }
}
.unitcol .navbar .base img {
  width: auto;
}
.unitcol .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .unitcol .navbar {
    min-height: 72px;
  }
  .unitcol .navbar .base img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .unitcol .navbar .nav-item .nav-link::before {
    display: none;
  }
  .unitcol .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .unitcol .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.unitcol .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.unitcol .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.unitcol .navbar-brand .mainfield {
  line-height: inherit !important;
}
.unitcol .navbar-brand .base a {
  outline: none;
}
.unitcol .structurebox {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.unitcol .structurebox .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.unitcol .structurebox .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (min-width: 992px) {
  .unitcol .structurebox {
    padding-left: 1.5rem;
  }
}
.unitcol .nav-link {
  width: fit-content;
  position: relative;
}
.unitcol .base {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .unitcol .base {
    padding-left: 1rem;
  }
}
.unitcol .mainfield {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .unitcol .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.unitcol .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #007854;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .unitcol .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .unitcol .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.unitcol .zoneunit {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.unitcol .nav-item:focus,
.unitcol .nav-link:focus {
  outline: none;
}
.unitcol .navbar-expand-lg .structurebox .nav-link {
  padding: 0;
}
.unitcol ul.structurebox {
  flex-wrap: wrap;
}
.unitcol .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .unitcol .navbar-buttons {
    text-align: left;
  }
}
.unitcol button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}

.unitcol .navbar-dropdown {
  padding: 0 1rem;
}
.unitcol a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .unitcol .navbar {
    height: 70px;
  }
  .unitcol .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.unitcol .composition-section-btn {
  margin: -0.6rem -0.6rem;
}
.unitcol .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .unitcol .navbar-brand {
    margin-right: auto;
  }
  .unitcol .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .unitcol .structurebox .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .unitcol .navbar-collapse {
    padding: 1rem;
  }
}
.stepwrap {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("images/wet3.jpeg");
}
.stepwrap .fieldnode .contentunit .composition-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .stepwrap .fieldnode .contentunit .composition-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .stepwrap .fieldnode .contentunit .composition-section-title {
    width: 100%;
  }
}
.stepwrap .fieldnode .text-wrap .item {
  display: inline-flex;
  width: 30%;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .stepwrap .fieldnode .text-wrap .item {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .stepwrap .fieldnode .text-wrap .item {
    width: 100%;
  }
}
.stepwrap .fieldnode .composition-section-btn {
  margin-top: 20px;
}
.stepwrap .composition-section-title {
  color: #ffffff;
}
.stepwrap .item {
  color: #ffffff;
}
.stepwrap .composition-section-title,
.stepwrap .contentunit,
.stepwrap .composition-section-btn {
  color: #059669;
}
.stepwrap .item,
.stepwrap .text-wrap {
  color: #000000;
}
.abstractbox {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.abstractbox .container {
  max-width: 1000px;
}
.abstractbox .item {
  color: #000000;
}
.tilegrid {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.tilegrid .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #ffd900;
  border-bottom: 1px solid #ffd900;
  z-index: 1;
}
.tilegrid .content_wrapper:hover .composition-section-title a {
  color: #059669 !important;
}
.tilegrid .composition-section-title {
  margin-bottom: 12px;
}
.tilegrid .icon_wrapper .composition-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.tilegrid .composition-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.tilegrid .composition-section-btn .btn-secondary-outline:hover,
.tilegrid .composition-section-btn .btn-secondary-outline:focus {
  color: #059669 !important;
}
.tilegrid .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.tilegrid .image_post {
  display: inline-block;
}
.tilegrid .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.tilegrid .author_post {
  display: inline-block;
  margin-left: 15px;
}
.tilegrid .item,
.tilegrid .composition-section-btn {
  color: #000000;
}
.pack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.pack .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .pack .logo-wrapper {
    margin-bottom: 40px;
  }
}
.pack .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.pack .contentunit .composition-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .pack .contentunit .composition-section-title {
    margin-bottom: 40px;
  }
}
.pack .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .pack .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.pack .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .pack .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .pack .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.pack .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.pack .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.pack .nav-wrapper .nav-wrap .list .item-wrap:hover,
.pack .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffd900;
}
.pack .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #ffd900;
}
.pack .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.pack .fieldnode {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .pack .fieldnode {
    margin-bottom: 40px;
  }
}
.pack .fieldnode .text-wrapper .item {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .pack .fieldnode .text-wrapper .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.pack .padbox {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.pack .composition-section-title {
  color: #000000;
}
.pack .item {
  color: #000000;
}
.pack .composition-section-title,
.pack .logo-wrapper {
  text-align: center;
  color: #059669;
}

.info-stripe {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 10000;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.info-stripe *,
.info-stripe *::before,
.info-stripe *::after {
  box-sizing: border-box;
}

.stacksegment {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 240px;
  gap: 0;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #fffefc 0%, #f6f4ef 100%);
  border: 1px solid #ddd8cf;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.stacksegment::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6f8f6f 0%, #b59a68 50%, #d6c29a 100%);
}

.stacksegment::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
  pointer-events: none;
}

.gridunit {
  padding: 18px;
  background: linear-gradient(180deg, #eef2ec 0%, #e6ebe5 100%);
  border-right: 1px solid #d8ddd7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  align-items: flex-start;
}

.cookie-image-box {
  width: 76px;
  height: 76px;
  min-width: 76px;
  min-height: 76px;
  max-width: 76px;
  max-height: 76px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #d8ddd7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 76px;
  box-shadow: 0 8px 18px rgba(86, 108, 94, 0.08);
}

.cookie-image-box img,
.boxcore {
  display: block;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px;
  min-height: 54px;
  max-width: 54px !important;
  max-height: 54px !important;
  object-fit: contain;
  flex: 0 0 54px;
  margin: 0 !important;
}

.packunit {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d8ddd7;
  color: #5d6c60;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-side-title {
  color: #2f3a33;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.stepunit {
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}

.cluster {
  margin: 0;
  color: #3f433f;
  font-size: clamp(13px, 0.92vw, 15px);
  line-height: 1.68;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.nav-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.detail-links-text {
  color: #75726c;
  font-size: 12px;
  line-height: 1.4;
}

.popup-links-line {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

.popup-links-line a {
  display: inline-block;
  color: #556b5d;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(85, 107, 93, 0.34);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.popup-links-line a:hover {
  color: #38483e;
  border-bottom-color: #38483e;
}

.popup-links-line span {
  color: #75726c;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.innerwrap {
  padding: 18px;
  background: linear-gradient(180deg, #f1ede6 0%, #e8e2d8 100%);
  border-left: 1px solid #d8d0c4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

#barDismiss {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 50px;
  padding: 12px 18px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  border: none;
  background: #2f3a33;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(47, 59, 52, 0.16);
}

#barDismiss:hover {
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .stacksegment {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .innerwrap {
    grid-column: 1 / -1;
    border-left: none;
    border-top: 1px solid #d8d0c4;
    flex-direction: row;
  }

  #barDismiss {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 700px) {
  .info-stripe {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .stacksegment {
    grid-template-columns: 1fr;
    border-radius: 20px;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .gridunit {
    align-items: center;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #d8ddd7;
  }

  .packunit {
    align-self: center;
  }

  .stepunit {
    align-items: center;
    text-align: center;
  }

  .cluster {
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
  }

  .nav-links {
    align-items: center;
    text-align: center;
  }

  .popup-links-line {
    justify-content: center;
  }

  .innerwrap {
    flex-direction: column;
  }

  #barDismiss {
    width: 100%;
  }

  .cookie-image-box {
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
    max-width: 68px;
    max-height: 68px;
    border-radius: 18px;
    flex: 0 0 68px;
  }

  .cookie-image-box img,
  .boxcore {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px !important;
    max-height: 48px !important;
    flex: 0 0 48px;
  }
}

@media (max-width: 380px) {
  .info-stripe {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .stacksegment {
    border-radius: 18px;
  }

  .cookie-side-title {
    font-size: 17px;
  }

  .detail-links-text,
  .popup-links-line a,
  .popup-links-line span,
  #barDismiss {
    font-size: 12px;
  }

  .cookie-image-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 16px;
    flex: 0 0 60px;
  }

  .cookie-image-box img,
  .boxcore {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px;
    min-height: 42px;
    max-width: 42px !important;
    max-height: 42px !important;
    flex: 0 0 42px;
  }
}

@keyframes jump {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.navbar-brand {
    animation: jump 1.2s ease-in-out;
}

.note-ready-main {
  padding: 0 !important;
  background: transparent;
}
.note-ready-main .packwrap {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.note-ready-main .text-container {
  padding: 40px 40px 28px;
  background: #ffffff;
  border-bottom: 1px solid #ececec;
  text-align: center;
}
.note-ready-main .fieldlayer {
  display: inline-flex;
  padding: 7px 14px;
  border-radius: 0;
  background: #111827;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.note-ready-main .top-icon {
  margin: 18px 0 8px;
  color: #111827;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 800;
  text-align: center;
}
.note-ready-main .bodybox {
  margin: 0 auto;
  max-width: 520px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.note-ready-main .element {
  padding: 32px 40px 40px;
  color: #111827;
}
.note-ready-main .element *,
.note-ready-main .element *::before,
.note-ready-main .element *::after {
  box-sizing: border-box;
}
.note-ready-main .element [hidden] {
  display: none !important;
}
.note-ready-main .side-holder {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.note-ready-main .site-stack {
  display: flex;
  flex-direction: column;
}
.note-ready-main .layout-plain-outer {
  grid-column: 1 / -1;
}
.note-ready-main .path-item {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
}
.note-ready-main .nodemap {
  width: 100%;
  padding: 14px 0;
  border: none !important;
  border-bottom: 1px solid #d1d5db !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #111827 !important;
  font-size: 15px;
  box-shadow: none !important;
  text-align: center;
  transition: border-color 0.2s ease;
}
.note-ready-main .nodemap::placeholder {
  color: #9ca3af;
  opacity: 1;
  text-align: center;
}
.note-ready-main .nodemap:focus {
  outline: none;
  border-bottom-color: #111827 !important;
}
.note-ready-main select.nodemap {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  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 0 center !important;
  background-size: 16px !important;
  padding-right: 28px !important;
}
.note-ready-main select.nodemap option {
  background: #ffffff;
  color: #111827;
}
.note-ready-main textarea.nodemap {
  min-height: 170px;
  resize: vertical;
  text-align: left;
}
.note-ready-main textarea.nodemap::placeholder {
  text-align: left;
}
.note-ready-main .light-lite-wrapper {
  padding: 0 0 18px;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  background: transparent;
}
.note-ready-main .smart-outer-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.note-ready-main .info-thin-section {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #111827;
  cursor: pointer;
}
.note-ready-main .card-first-col {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.75;
  cursor: pointer;
}
.note-ready-main .card-first-col a {
  color: #111827;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
  transition: color 0.2s ease;
}
.note-ready-main .card-first-col a:hover {
  color: #000000;
}
.note-ready-main .lane-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.note-ready-main .hold {
  min-width: 260px;
  padding: 15px 36px;
  border: 1px solid #111827;
  border-radius: 0 !important;
  background: #111827;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.18s ease, background 0.18s ease;
}
.note-ready-main .hold:hover {
  background: #000000;
  border-color: #000000;
  transform: translateY(-2px);
}
.note-ready-main .hold:active {
  transform: translateY(0);
}
.note-ready-main .partlayer {
  margin: 0;
  color: #6b7280;
  font-size: 12.5px;
  line-height: 1.8;
  text-align: center;
  padding: 0 8px;
}
.note-ready-main .text-button {
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.note-ready-main .link-wide-layout {
  background: #f3f4f6;
  border-left: 3px solid #16a34a;
  color: #166534;
}
.note-ready-main .grid-base-title {
  background: #f9fafb;
  border-left: 3px solid #dc2626;
  color: #991b1b;
}
@media (max-width: 767px) {
  .note-ready-main {
    padding: 0 12px !important;
  }
  .note-ready-main .text-container {
    padding: 28px 20px 24px;
  }
  .note-ready-main .element {
    padding: 24px 20px 28px;
  }
  .note-ready-main .top-icon {
    font-size: 28px;
  }
  .note-ready-main .hold {
    width: 100%;
    min-width: 0;
  }
}

.info-stripe {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 10000;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.info-stripe *,
.info-stripe *::before,
.info-stripe *::after {
  box-sizing: border-box;
}

.info-stripe.on {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.info-stripe.away {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
}

.stacksegment {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 240px;
  gap: 0;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #fffefc 0%, #f6f4ef 100%);
  border: 1px solid #ddd8cf;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.stacksegment::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6f8f6f 0%, #b59a68 50%, #d6c29a 100%);
}

.stacksegment::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
  pointer-events: none;
}

.gridunit {
  padding: 18px;
  background: linear-gradient(180deg, #eef2ec 0%, #e6ebe5 100%);
  border-right: 1px solid #d8ddd7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  align-items: flex-start;
}

.cookie-image-box {
  width: 76px;
  height: 76px;
  min-width: 76px;
  min-height: 76px;
  max-width: 76px;
  max-height: 76px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #d8ddd7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 76px;
  box-shadow: 0 8px 18px rgba(86, 108, 94, 0.08);
}

.cookie-image-box img,
.boxcore {
  display: block;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px;
  min-height: 54px;
  max-width: 54px !important;
  max-height: 54px !important;
  object-fit: contain;
  flex: 0 0 54px;
  margin: 0 !important;
}

.packunit {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d8ddd7;
  color: #5d6c60;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-side-title {
  color: #2f3a33;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.stepunit {
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}

.cluster {
  margin: 0;
  color: #3f433f;
  font-size: clamp(13px, 0.92vw, 15px);
  line-height: 1.68;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.nav-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.detail-links-text {
  color: #75726c;
  font-size: 12px;
  line-height: 1.4;
}

.popup-links-line {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

.popup-links-line a {
  display: inline-block;
  color: #556b5d;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(85, 107, 93, 0.34);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.popup-links-line a:hover {
  color: #38483e;
  border-bottom-color: #38483e;
}

.popup-links-line span {
  color: #75726c;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.innerwrap {
  padding: 18px;
  background: linear-gradient(180deg, #f1ede6 0%, #e8e2d8 100%);
  border-left: 1px solid #d8d0c4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

#barDismiss {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 50px;
  padding: 12px 18px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  border: none;
  background: #2f3a33;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(47, 59, 52, 0.16);
}

#barDismiss:hover {
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .stacksegment {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .innerwrap {
    grid-column: 1 / -1;
    border-left: none;
    border-top: 1px solid #d8d0c4;
    flex-direction: row;
  }

  #barDismiss {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 700px) {
  .info-stripe {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .stacksegment {
    grid-template-columns: 1fr;
    border-radius: 20px;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .gridunit {
    align-items: center;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #d8ddd7;
  }

  .packunit {
    align-self: center;
  }

  .stepunit {
    align-items: center;
    text-align: center;
  }

  .cluster {
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
  }

  .nav-links {
    align-items: center;
    text-align: center;
  }

  .popup-links-line {
    justify-content: center;
  }

  .innerwrap {
    flex-direction: column;
  }

  #barDismiss {
    width: 100%;
  }

  .cookie-image-box {
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
    max-width: 68px;
    max-height: 68px;
    border-radius: 18px;
    flex: 0 0 68px;
  }

  .cookie-image-box img,
  .boxcore {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px !important;
    max-height: 48px !important;
    flex: 0 0 48px;
  }
}

@media (max-width: 380px) {
  .info-stripe {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .stacksegment {
    border-radius: 18px;
  }

  .cookie-side-title {
    font-size: 17px;
  }

  .detail-links-text,
  .popup-links-line a,
  .popup-links-line span,
  #barDismiss {
    font-size: 12px;
  }

  .cookie-image-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 16px;
    flex: 0 0 60px;
  }

  .cookie-image-box img,
  .boxcore {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px;
    min-height: 42px;
    max-width: 42px !important;
    max-height: 42px !important;
    flex: 0 0 42px;
  }
}
.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='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
