@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --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);
}

h6, .h6, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

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;
}

.zoneunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .zoneunit {
    font-size: 5rem;
  }
}

.layouter {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .layouter {
    font-size: 4.5rem;
  }
}

.elementbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .elementbox {
    font-size: 3.5rem;
  }
}

.partgrid {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .partgrid {
    font-size: 3rem;
  }
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-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.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.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 > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--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);
}

.sectionwrap {
  --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;
}
.sectionwrap .nav-link.active, .sectionwrap .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 .sectionwrap {
    flex-direction: row;
  }
  .navbar-expand-lg .sectionwrap .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%;
  }
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.text-center {
  text-align: center !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-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 .wrapperbox {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .wrapperbox img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .wrapperbox.baseline-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .navbar-dropdown .packunit {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .packunit, .navbar-dropdown .packunit:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .baseline-iconfont + .packunit {
    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.baseline-iconfont:hover {
  text-decoration: none;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.baseline-section-title {
  font-style: normal;
  line-height: 1.3;
}

.baseline-section-subtitle {
  line-height: 1.3;
}

.stagebox {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h6,
.zoneunit,
.layouter,
.elementbox,
.partgrid,
.nodetrack,
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;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tracebox {
  text-align: left;
}

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.baseline-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 .baseline-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn .baseline-iconfont,
.btn.btn-sm .baseline-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .baseline-iconfont,
.btn.btn-md .baseline-iconfont {
  margin-left: 0.8rem;
}

.wrapunit .spanlayer {
  min-height: 100vh;
}

.wrapunit {
  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 .wrapperbox 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 .sectionwrap.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .baseline-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 .baseline-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  min-height: 48px;
}

.spanlayer {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
blockquote {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.item {
  position: relative;
}
@font-face {
  font-family: 'usability2';
  font-display: swap;
  src:  url('fonts/canvas2.eot');
  src:  url('fonts/canvas2.eot') format('embedded-opentype'),
    url('fonts/canvas2.woff2') format('woff2'),
    url('fonts/canvas2.woff') format('woff'),
    url('fonts/canvas2.ttf') format('truetype'),
    url('fonts/canvas2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="transparency-"], [class*=" transparency-"] {
  
  font-family: 'usability2' !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;
}
.transparency-contrast-letter:before {
  content: "\e945";
}
.transparency-contrast-map-pin:before {
  content: "\e94c";
}
.transparency-contrast-opened-folder:before {
  content: "\e957";
}
.transparency-contrast-phone:before {
  content: "\e95b";
}

.btn {
  border-width: 1px;
}
body {
  font-family: Host Grotesk;
}
.zoneunit {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 4rem;
  line-height: .95;
}
.zoneunit > .baseline-iconfont {
  font-size: 5rem;
}
.layouter {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.layouter > .baseline-iconfont {
  font-size: 3.75rem;
}
.elementbox {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.elementbox > .baseline-iconfont {
  font-size: 1.25rem;
}
.partgrid {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.partgrid > .baseline-iconfont {
  font-size: 2.75rem;
}
.nodetrack {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.95rem;
  line-height: 1.2;
}
.nodetrack > .baseline-iconfont {
  font-size: 1.1875rem;
}

@media (max-width: 992px) {
  .zoneunit {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .zoneunit {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .layouter {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .elementbox {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .partgrid {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .nodetrack {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .zoneunit {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .layouter {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .elementbox {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .partgrid {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .nodetrack {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((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 .baseline-iconfont {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary:hover .baseline-iconfont,
.btn-primary:focus .baseline-iconfont,
.btn-primary.active .baseline-iconfont {
  transform: translateX(4px);
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary .baseline-iconfont {
  background-color: #0f1905 !important;
  color: #a7e26e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a7e26e !important;
  border-color: #a7e26e !important;
  color: #0f1905 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c1eb99 !important;
  box-shadow: none;
}
.btn-secondary:hover .baseline-iconfont,
.btn-secondary:focus .baseline-iconfont,
.btn-secondary.active .baseline-iconfont {
  transform: translateX(4px);
}

.btn-secondary:disabled {
  color: #0f1905 !important;
  background-color: #c1eb99 !important;
  border-color: #c1eb99 !important;
}
.btn-info .baseline-iconfont {
  background-color: #676753 !important;
  color: #f7f7f5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f7f7f5 !important;
  border-color: #f7f7f5 !important;
  color: #676753 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover .baseline-iconfont,
.btn-info:focus .baseline-iconfont,
.btn-info.active .baseline-iconfont {
  transform: translateX(4px);
}

.btn-info:disabled {
  color: #676753 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .baseline-iconfont {
  background-color: #ffffff !important;
  color: #445e5f !important;
}
.btn-success,
.btn-success:active {
  background-color: #445e5f !important;
  border-color: #445e5f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
  color: inherit;
  background-color: #597b7d !important;
  box-shadow: none;
}
.btn-success:hover .baseline-iconfont,
.btn-success:focus .baseline-iconfont,
.btn-success.active .baseline-iconfont {
  transform: translateX(4px);
}

.btn-success:disabled {
  color: #ffffff !important;
  background-color: #597b7d !important;
  border-color: #597b7d !important;
}
.btn-warning .baseline-iconfont {
  background-color: #ffffff !important;
  color: #862f28 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #862f28 !important;
  border-color: #862f28 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
  color: inherit;
  background-color: #ad3d34 !important;
  box-shadow: none;
}
.btn-warning:hover .baseline-iconfont,
.btn-warning:focus .baseline-iconfont,
.btn-warning.active .baseline-iconfont {
  transform: translateX(4px);
}

.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ad3d34 !important;
  border-color: #ad3d34 !important;
}
.btn-danger .baseline-iconfont {
  background-color: #ffffff !important;
  color: #5e130d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5e130d !important;
  border-color: #5e130d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active {
  color: inherit;
  background-color: #8b1c13 !important;
  box-shadow: none;
}
.btn-danger:hover .baseline-iconfont,
.btn-danger:focus .baseline-iconfont,
.btn-danger.active .baseline-iconfont {
  transform: translateX(4px);
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b1c13 !important;
  border-color: #8b1c13 !important;
}
.btn-white .baseline-iconfont {
  background-color: #666666 !important;
  color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  box-shadow: none;
}
.btn-white:hover .baseline-iconfont,
.btn-white:focus .baseline-iconfont,
.btn-white.active .baseline-iconfont {
  transform: translateX(4px);
}

.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .baseline-iconfont {
  background-color: #ffffff !important;
  color: #222f30 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222f30 !important;
  border-color: #222f30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active {
  color: inherit;
  background-color: #374c4e !important;
  box-shadow: none;
}
.btn-black:hover .baseline-iconfont,
.btn-black:focus .baseline-iconfont,
.btn-black.active .baseline-iconfont {
  transform: translateX(4px);
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #374c4e !important;
  border-color: #374c4e !important;
}
.btn-primary-outline .baseline-iconfont {
  background-color: #000000 !important;
  color: #ffffff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .baseline-iconfont,
.btn-primary-outline:focus .baseline-iconfont,
.btn-primary-outline.active .baseline-iconfont {
  background-color: #000000 !important;
  color: #ffffff;
  transform: translateX(4px);
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline .baseline-iconfont {
  background-color: #a7e26e !important;
  color: #0f1905;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a7e26e;
  color: #a7e26e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.active {
  color: #7bd02a !important;
  background-color: transparent !important;
  border-color: #7bd02a !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .baseline-iconfont,
.btn-secondary-outline:focus .baseline-iconfont,
.btn-secondary-outline.active .baseline-iconfont {
  background-color: #7bd02a !important;
  color: #000000;
  transform: translateX(4px);
}

.btn-secondary-outline:disabled {
  color: #28430e !important;
  background-color: #a7e26e !important;
  border-color: #a7e26e !important;
}
.btn-info-outline .baseline-iconfont {
  background-color: #f7f7f5 !important;
  color: #676753;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f5;
  color: #f7f7f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.active {
  color: #d0d0c5 !important;
  background-color: transparent !important;
  border-color: #d0d0c5 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .baseline-iconfont,
.btn-info-outline:focus .baseline-iconfont,
.btn-info-outline.active .baseline-iconfont {
  background-color: #d0d0c5 !important;
  color: #37372c;
  transform: translateX(4px);
}

.btn-info-outline:disabled {
  color: #848469 !important;
  background-color: #f7f7f5 !important;
  border-color: #f7f7f5 !important;
}
.btn-success-outline .baseline-iconfont {
  background-color: #445e5f !important;
  color: #ffffff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #445e5f;
  color: #445e5f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.active {
  color: #202c2c !important;
  background-color: transparent !important;
  border-color: #202c2c !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .baseline-iconfont,
.btn-success-outline:focus .baseline-iconfont,
.btn-success-outline.active .baseline-iconfont {
  background-color: #202c2c !important;
  color: #ffffff;
  transform: translateX(4px);
}

.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #445e5f !important;
  border-color: #445e5f !important;
}
.btn-warning-outline .baseline-iconfont {
  background-color: #862f28 !important;
  color: #ffffff;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #862f28;
  color: #862f28;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.active {
  color: #431814 !important;
  background-color: transparent !important;
  border-color: #431814 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .baseline-iconfont,
.btn-warning-outline:focus .baseline-iconfont,
.btn-warning-outline.active .baseline-iconfont {
  background-color: #431814 !important;
  color: #ffffff;
  transform: translateX(4px);
}

.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #862f28 !important;
  border-color: #862f28 !important;
}
.btn-danger-outline .baseline-iconfont {
  background-color: #5e130d !important;
  color: #ffffff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #5e130d;
  color: #5e130d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.active {
  color: #120402 !important;
  background-color: transparent !important;
  border-color: #120402 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .baseline-iconfont,
.btn-danger-outline:focus .baseline-iconfont,
.btn-danger-outline.active .baseline-iconfont {
  background-color: #120402 !important;
  color: #ffffff;
  transform: translateX(4px);
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5e130d !important;
  border-color: #5e130d !important;
}
.btn-black-outline .baseline-iconfont {
  background-color: #222f30 !important;
  color: #ffffff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #222f30;
  color: #222f30;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .baseline-iconfont,
.btn-black-outline:focus .baseline-iconfont,
.btn-black-outline.active .baseline-iconfont {
  background-color: #000000 !important;
  color: #ffffff;
  transform: translateX(4px);
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222f30 !important;
  border-color: #222f30 !important;
}
.btn-white-outline .baseline-iconfont {
  background-color: #ffffff !important;
  color: #666666;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .baseline-iconfont,
.btn-white-outline:focus .baseline-iconfont,
.btn-white-outline.active .baseline-iconfont {
  background-color: #d4d4d4 !important;
  color: #3b3b3b;
  transform: translateX(4px);
}

.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #000000 !important;
}
.text-danger {
  color: #5e130d !important;
}
.text-black {
  color: #222f30 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #040101 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  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;
}
.baseline-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #000000;
}

blockquote {
  border-color: #000000;
}

html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.baseline-section-btn .btn {
  padding: 0 20px;
  font-weight: 400;
  border-radius: 12px !important;
  min-height: 48px;
  will-change: transform;
}
.baseline-section-btn .btn .baseline-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 48px;
  width: 48px;
  border-radius: 12px !important;
  font-size: 90%;
  margin-right: -22px;
  margin-left: 16px;
  transition: all .3s ease;
}
.baseline-section-btn .btn-black {
  color: #ffffff;
}
.baseline-section-btn .btn-black .baseline-iconfont {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.baseline-section-btn .btn-black:hover,
.baseline-section-btn .btn-black:focus,
.baseline-section-btn .btn-black.active {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.baseline-section-btn .btn-black:hover .baseline-iconfont,
.baseline-section-btn .btn-black:focus .baseline-iconfont,
.baseline-section-btn .btn-black.active .baseline-iconfont {
  background-color: #222f30 !important;
  color: #ffffff !important;
}
.baseline-section-btn .btn-primary,
.baseline-section-btn .btn-secondary,
.baseline-section-btn .btn-success,
.baseline-section-btn .btn-info,
.baseline-section-btn .btn-warning,
.baseline-section-btn .btn-danger,
.baseline-section-btn .btn-black,
.baseline-section-btn .btn-white {
  border: none !important;
}
.baseline-section-btn .btn-white {
  color: #222f30;
}
.baseline-section-btn .btn-white .baseline-iconfont {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.baseline-section-btn .btn-white:hover,
.baseline-section-btn .btn-white:focus,
.baseline-section-btn .btn-white.active {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.baseline-section-btn .btn-white:hover .baseline-iconfont,
.baseline-section-btn .btn-white:focus .baseline-iconfont,
.baseline-section-btn .btn-white.active .baseline-iconfont {
  background-color: #ffffff !important;
  color: #222f30 !important;
}
.baseline-section-btn .btn-primary,
.baseline-section-btn .btn-secondary,
.baseline-section-btn .btn-success,
.baseline-section-btn .btn-info,
.baseline-section-btn .btn-warning,
.baseline-section-btn .btn-danger,
.baseline-section-btn .btn-black,
.baseline-section-btn .btn-white {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.drawbox {
  border-radius: 24px !important;
}
.row {
  border-radius: 16px !important;
}
.objectbox,
.nav-item .nav-link {
  border-radius: 8px !important;
}
.menu-content,
.blur-wrapper,
.card-icon.card-wrap {
  border-radius: 12px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.outer .navbar-dropdown {
  position: relative !important;
}
.outer .navbar-dropdown {
  position: absolute !important;
}
.outer .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .outer .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.outer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.outer .nav-link {
  position: relative;
}
.outer .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .outer .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .outer .container {
    max-width: 1100px;
  }
}
.outer .content {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.outer .content:hover {
  opacity: .5;
}
.outer .nav-item:focus,
.outer .nav-link:focus {
  outline: none;
}
.outer .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.outer .navbar .wrapperbox {
  margin-right: 10px;
}
.outer .navbar .wrapperbox img {
  width: auto;
}
.outer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .outer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .outer .navbar .wrapperbox img {
    height: 3rem !important;
  }
  .outer .navbar ul.sectionwrap li {
    margin: auto;
  }
  .outer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .outer .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .outer .navbar .formcore {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.outer .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.outer .navbar-brand .packunit {
  line-height: inherit !important;
  font-weight: 400;
}
.outer .navbar-brand .packunit:hover,
.outer .navbar-brand .packunit:focus {
  color: #000000 !important;
}
.outer .navbar-brand .wrapperbox a {
  outline: none;
}
.outer .navbar-expand-lg .sectionwrap .nav-link {
  padding: 0;
}
.outer ul.sectionwrap {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .outer ul.sectionwrap {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .outer ul.sectionwrap {
    padding: 10px;
  }
  .outer ul.sectionwrap .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.outer .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .outer .navbar-buttons {
    text-align: left;
  }
}
.outer .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .outer .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .outer .navbar-buttons .btn {
    width: auto !important;
  }
}
.outer button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.outer .navbar-dropdown {
  padding: 0 1rem;
}
.outer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer .formcore {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .outer .navbar {
    height: 70px;
  }
  .outer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.outer .nav-item {
  padding: 0;
  margin: 0;
}
.outer .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.outer .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.outer .nav-item .nav-link:hover {
  background-color: #e3fcc7;
  color: #000000;
}
.outer .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.outer .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .outer .navbar {
    justify-content: flex-start !important;
  }
  .outer .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .outer .navbar-collapse .sectionwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .outer .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .outer .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .outer .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.outer .gridbody {
  min-height: 110px;
}
.outer .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .outer .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.outer .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.shellunit {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("images/sharp1.jpg");
}
.shellunit .row {
  justify-content: space-between;
}
.shellunit .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .shellunit .boxbridge {
    margin-bottom: 20px;
  }
}
.shellunit .boxbridge .baseline-section-title {
  margin-bottom: 0;
}
.shellunit .boxbridge .baseline-section-subtitle {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #a7e26e, #5e130d);
  margin-bottom: 0;
}
.shellunit .layout .stagebox {
  margin-bottom: 20px;
}
.shellunit .layout .baseline-section-btn .btn::after,
.shellunit .layout .baseline-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.shellunit .layout .baseline-section-btn .btn:hover,
.shellunit .layout .baseline-section-btn .btn:focus {
  color: #ffffff !important;
}
.shellunit .layout .baseline-section-btn .btn:hover::after,
.shellunit .layout .baseline-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.shellunit .depthbox {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .shellunit .depthbox {
    margin-top: 40px;
  }
}
.shellunit .depthbox img {
  height: 485px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .shellunit .depthbox img {
    height: 350px;
  }
}
.shellunit .baseline-section-title {
  color: #000000;
  text-align: center;
}
.shellunit .baseline-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.shellunit .stagebox {
  color: #c7c7c7;
}
.shellunit .stagebox,
.shellunit .baseline-section-btn {
  color: #000000;
}
.layoutnode {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9fff2;
}
.layoutnode .card-wrapper {
  border: 1px solid #b8f078;
  border-top: 2px solid #b8f078;
  padding: 80px;
  background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .layoutnode .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .layoutnode .card-wrapper {
    padding: 24px;
  }
}
.layoutnode .card-wrapper .clipwrap {
  margin: 0 -32px;
}
.layoutnode .card-wrapper .clipwrap .card {
  padding: 0 32px;
}
.layoutnode .card-wrapper .layout {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .layoutnode .card-wrapper .layout {
    margin-bottom: 40px;
  }
}
.layoutnode .card-wrapper .layout .boxbridge {
  margin-bottom: 24px;
}
.layoutnode .card-wrapper .layout .boxbridge .baseline-section-title {
  margin-bottom: 0;
}
.layoutnode .card-wrapper .layout .boxbridge .baseline-section-subtitle {
  margin-bottom: 0;
}
.layoutnode .card-wrapper .layout .text-wrap .stagebox {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutnode .card-wrapper .layout .text-wrap .stagebox {
    width: 100%;
  }
}
.layoutnode .card-wrapper .layout .baseline-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.layoutnode .card-wrapper .depthbox img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .layoutnode .card-wrapper .depthbox img {
    height: 300px;
  }
}
.layoutnode .baseline-section-title {
  color: #ffffff;
}
.layoutnode .baseline-section-subtitle {
  color: #862f28;
}
.layoutnode .stagebox {
  color: #8c8c8c;
}
.layoutnode .baseline-section-title,
.layoutnode .baseline-section-btn {
  color: #000000;
}
.layoutnode .stagebox,
.layoutnode .text-wrap {
  color: #000000;
}
.tileunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.tileunit .boxbridge {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .tileunit .boxbridge {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .tileunit .boxbridge {
    width: 100%;
    margin-bottom: 28px;
  }
}
.tileunit .boxbridge .baseline-section-title {
  margin-bottom: 0;
}
.tileunit .boxbridge .basebox .baseline-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #a7e26e, #5c7374 50%, #862f28);
}
.tileunit .boxbridge .stagebox {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tileunit .boxbridge .stagebox {
    margin-top: 18px;
  }
}
.tileunit .clipwrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.tileunit .clipwrap .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .tileunit .clipwrap .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .tileunit .clipwrap .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.tileunit .clipwrap .item .item-wrapper {
  padding: 46px;
  height: 100%;
  background-color: #f9fff2;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 570px;
  position: relative;
}
@media (max-width: 992px) {
  .tileunit .clipwrap .item .item-wrapper {
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .tileunit .clipwrap .item .item-wrapper {
    min-height: 350px;
  }
}
.tileunit .clipwrap .item .item-wrapper .tile {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: linear-gradient(90deg, #cef79e, #f2b1ac, #a7e26e);
  border-radius: 100%;
  filter: blur(4rem);
}
.tileunit .clipwrap .item .item-wrapper .gradient_1 {
  right: -250px;
  bottom: -250px;
}
.tileunit .clipwrap .item .item-wrapper .gradient_2 {
  bottom: -200px;
}
.tileunit .clipwrap .item .item-wrapper .gradient_3 {
  left: -250px;
  bottom: -250px;
}
.tileunit .clipwrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.tileunit .clipwrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.tileunit .clipwrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.tileunit .clipwrap .item .item-wrapper .baseline-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  width: 100%;
}
.tileunit .clipwrap .item .item-wrapper .baseline-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}
.tileunit .sectioncore {
  color: #1a0b54;
  text-align: center;
}
.tileunit .baseline-section-title {
  color: #000000;
  text-align: center;
}
.tileunit .baseline-section-subtitle,
.tileunit .basebox {
  color: #1a0b54;
  text-align: center;
}
.tileunit .stagebox {
  color: #000000;
  text-align: center;
}
.tileunit .item-title {
  color: #862f28;
}
.tileunit .item-text {
  color: #000000;
}
.blocklayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9fff2;
}
.blocklayer .card-wrapper {
  border: 1px solid #b8f078;
  border-top: 2px solid #b8f078;
  padding: 80px;
  background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 100%);
}
@media (max-width: 1440px) {
  .blocklayer .card-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .blocklayer .card-wrapper {
    padding: 24px;
  }
}
.blocklayer .card-wrapper .clipwrap {
  margin: 0 -32px;
}
.blocklayer .card-wrapper .clipwrap .card {
  padding: 0 32px;
}
.blocklayer .card-wrapper .layout {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .blocklayer .card-wrapper .layout {
    margin-bottom: 40px;
  }
}
.blocklayer .card-wrapper .layout .boxbridge {
  margin-bottom: 24px;
}
.blocklayer .card-wrapper .layout .boxbridge .baseline-section-title {
  margin-bottom: 0;
}
.blocklayer .card-wrapper .layout .boxbridge .baseline-section-subtitle {
  margin-bottom: 0;
}
.blocklayer .card-wrapper .layout .text-wrap .stagebox {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .blocklayer .card-wrapper .layout .text-wrap .stagebox {
    width: 100%;
  }
}
.blocklayer .card-wrapper .layout .baseline-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.blocklayer .card-wrapper .depthbox img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .blocklayer .card-wrapper .depthbox img {
    height: 300px;
  }
}
.blocklayer .baseline-section-title {
  color: #ffffff;
}
.blocklayer .baseline-section-subtitle {
  color: #862f28;
}
.blocklayer .stagebox {
  color: #8c8c8c;
}
.blocklayer .baseline-section-title,
.blocklayer .baseline-section-btn {
  color: #000000;
}
.blocklayer .stagebox,
.blocklayer .text-wrap {
  color: #000000;
}
.flow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.flow .boxbridge {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .flow .boxbridge {
    margin-bottom: 32px;
  }
}
.flow .boxbridge .baseline-section-title {
  margin-bottom: 32px;
}
.flow .boxbridge .text-wrapper .stagebox {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .flow .boxbridge .text-wrapper .stagebox {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .flow .boxbridge .text-wrapper .stagebox {
    width: 100%;
  }
}
.flow .clipwrap {
  justify-content: center;
  margin: 0 -12px;
}
.flow .clipwrap .item {
  padding: 0 12px;
}
.flow .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .flow .item {
    margin-bottom: 16px;
  }
}
.flow .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .flow .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.flow .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .flow .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .flow .item .item-wrapper .item-content {
    width: 100%;
  }
}
.flow .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.flow .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.flow .item .item-wrapper .item-content .baseline-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .flow .item .item-wrapper .item-content .baseline-section-btn {
    margin-top: 20px;
  }
}
.flow .item .item-wrapper .item-content .baseline-section-btn .btn {
  margin-bottom: 0;
}
.flow .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .flow .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.flow .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .flow .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.flow .item .card_1 {
  background-color: #f9fff2;
}
.flow .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .flow .item .card_1 .item-img img {
    transform: none;
  }
}
.flow .item .card_2 {
  background-color: #ffffff;
}
.flow .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .flow .item .card_2 .item-img img {
    transform: none;
  }
}
.flow .baseline-section-title {
  color: #000c3f;
}
.flow .stagebox,
.flow .text-wrapper {
  color: #862f28;
  text-align: center;
}
.flow .baseline-section-title {
  text-align: center;
  color: #000000;
}
.flow .item-title {
  color: #000c3f;
}
.flow .item-text {
  color: #000000;
}
.flow .item-title {
  color: #862f28;
}
.tilenode {
  padding-top: 5rem;
  background-color: #f9fff2;
}
.tilenode .layout {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
}
.tilenode .layout .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilenode .layout .icon-wrapper {
    margin-bottom: 20px;
  }
}
.tilenode .layout .icon-wrapper .baseline-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #7db449;
  box-shadow: inset 0 2px 10px 0 #e3fcc7, 0 10px 10px -2px #f2b1ac;
}
.tilenode .layout .boxbridge .baseline-section-title {
  margin-bottom: 16px;
}
.tilenode .layout .boxbridge .text-wrapper .stagebox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tilenode .layout .boxbridge .text-wrapper .stagebox {
    width: 100%;
  }
}
.tilenode .layout .boxbridge .baseline-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .tilenode .layout .boxbridge .baseline-section-btn {
    margin-top: 10px;
  }
}
.tilenode .baseline-section-title {
  color: #0f172a;
  text-align: center;
}
.tilenode .stagebox,
.tilenode .text-wrapper {
  color: #000000;
  text-align: center;
}
.tilenode .baseline-section-btn,
.tilenode .baseline-section-title,
.tilenode .icon-wrapper {
  text-align: center;
}
.module {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.module .boxbridge {
  margin-bottom: 40px;
}
.module .boxbridge .gripbox {
  margin-bottom: 16px;
}
.module .boxbridge .baseline-section-title {
  margin-bottom: 0;
}
.module .clipwrap {
  margin: 0 -20px;
}
.module .clipwrap .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .module .clipwrap .item {
    margin-bottom: 20px;
  }
  .module .clipwrap .item:last-child {
    margin-bottom: 0;
  }
}
.module .clipwrap .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .clipwrap .item .item-wrapper {
    display: block;
  }
}
.module .clipwrap .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .module .clipwrap .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.module .clipwrap .item .item-wrapper .icon-wrapper .baseline-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #a7e26e, #c7756f);
  font-size: 80px;
}
@media (max-width: 992px) {
  .module .clipwrap .item .item-wrapper .icon-wrapper .baseline-iconfont {
    font-size: 50px;
  }
}
.module .clipwrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.module .baseline-section-title {
  color: #000000;
}
.module .gripbox {
  color: #862f28;
  text-align: left;
}
.module .item-title {
  color: #ffffff;
}
.module .item-title {
  color: #000000;
}
.sectionlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wide1.jpg");
}
.sectionlayer .layout {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sectionlayer .layout {
    margin-bottom: 32px;
  }
}
.sectionlayer .layout .boxbridge {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sectionlayer .layout .boxbridge {
    margin-bottom: 32px;
  }
}
.sectionlayer .layout .boxbridge .baseline-section-title {
  margin-bottom: 0;
}
.sectionlayer .layout .boxbridge .baseline-section-subtitle {
  margin-bottom: 0;
}
.sectionlayer .layout .text-wrapper .stagebox {
  margin-bottom: 0;
}
.sectionlayer .layout .baseline-section-btn {
  margin-top: 24px;
}
.sectionlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .sectionlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.sectionlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sectionlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.sectionlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #862f28;
  transition: all .3s ease;
}
.sectionlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sectionlayer .nav-wrapper .list .item-wrap:hover,
.sectionlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #ffffff;
  color: #a7e26e;
}
.sectionlayer .nav-wrapper .list .item-wrap:hover::before,
.sectionlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #a7e26e;
}
.sectionlayer .contentbox {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .sectionlayer .contentbox {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .contentbox {
    padding-left: 0;
  }
}
.sectionlayer .card {
  justify-content: center;
}
.sectionlayer .baseline-section-title {
  color: #111111;
}
.sectionlayer .baseline-section-subtitle {
  color: #ff6d99;
}
.sectionlayer .stagebox,
.sectionlayer .text-wrapper {
  color: #666666;
}
.sectionlayer .list {
  color: #ff6d99;
}
.sectionlayer .list,
.sectionlayer .item-wrap,
.sectionlayer .nav-wrapper {
  color: #000000;
}
.sectionlayer .stagebox,
.sectionlayer .text-wrapper,
.sectionlayer .baseline-section-btn {
  color: #000000;
  text-align: center;
}
.outer .navbar-dropdown {
  position: relative !important;
}
.outer .navbar-dropdown {
  position: absolute !important;
}
.outer .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .outer .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.outer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.outer .nav-link {
  position: relative;
}
.outer .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .outer .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .outer .container {
    max-width: 1100px;
  }
}
.outer .content {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.outer .content:hover {
  opacity: .5;
}
.outer .nav-item:focus,
.outer .nav-link:focus {
  outline: none;
}
.outer .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.outer .navbar .wrapperbox {
  margin-right: 10px;
}
.outer .navbar .wrapperbox img {
  width: auto;
}
.outer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .outer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .outer .navbar .wrapperbox img {
    height: 3rem !important;
  }
  .outer .navbar ul.sectionwrap li {
    margin: auto;
  }
  .outer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .outer .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .outer .navbar .formcore {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.outer .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.outer .navbar-brand .packunit {
  line-height: inherit !important;
  font-weight: 400;
}
.outer .navbar-brand .packunit:hover,
.outer .navbar-brand .packunit:focus {
  color: #000000 !important;
}
.outer .navbar-brand .wrapperbox a {
  outline: none;
}
.outer .navbar-expand-lg .sectionwrap .nav-link {
  padding: 0;
}
.outer ul.sectionwrap {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .outer ul.sectionwrap {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .outer ul.sectionwrap {
    padding: 10px;
  }
  .outer ul.sectionwrap .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.outer .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .outer .navbar-buttons {
    text-align: left;
  }
}
.outer .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .outer .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .outer .navbar-buttons .btn {
    width: auto !important;
  }
}
.outer button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.outer .navbar-dropdown {
  padding: 0 1rem;
}
.outer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer .formcore {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .outer .navbar {
    height: 70px;
  }
  .outer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.outer .nav-item {
  padding: 0;
  margin: 0;
}
.outer .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.outer .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.outer .nav-item .nav-link:hover {
  background-color: #e3fcc7;
  color: #000000;
}
.outer .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.outer .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .outer .navbar {
    justify-content: flex-start !important;
  }
  .outer .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .outer .navbar-collapse .sectionwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .outer .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .outer .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .outer .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.outer .gridbody {
  min-height: 110px;
}
.outer .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .outer .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.outer .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.rowsegment {
  align-items: flex-end;
  background-image: url("images/shallow1.jpg");
}
.rowsegment .card {
  justify-content: flex-end;
}
.rowsegment .boxbridge {
  margin-top: 80px;
}
.rowsegment .boxbridge .sectioncore {
  margin-bottom: 22px;
}
.rowsegment .boxbridge .baseline-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .rowsegment .boxbridge .baseline-section-title {
    margin-bottom: 22px;
  }
}
.rowsegment .boxbridge .list-wrapper .list {
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0;
}
@media (max-width: 992px) {
  .rowsegment .boxbridge .list-wrapper .list {
    margin-bottom: 22px;
  }
}
.rowsegment .boxbridge .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 20px;
}
.rowsegment .boxbridge .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: inherit;
  display: inline-flex;
}
.rowsegment .text-wrapper .stagebox {
  margin-bottom: 22px;
}
.rowsegment .sectioncore {
  color: #862f28;
}
.rowsegment .baseline-section-title {
  color: #000000;
}
.rowsegment .list {
  color: #ffffff;
}
.rowsegment .stagebox {
  color: #ffffff;
}
.rowsegment .list,
.rowsegment .item-wrap,
.rowsegment .list-wrapper {
  color: #862f28;
}
.rowsegment .stagebox,
.rowsegment .baseline-section-btn {
  color: #000000;
}
.base {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f9fff2;
}
.base .baseline-section-subtitle {
  color: #862f28;
}
.base .baseline-section-title {
  color: #000000;
  text-align: center;
}
.sidewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.sidewrap .layoutcell {
  height: 12px;
  border: 1px solid #a7e26e;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .sidewrap .layoutcell {
    margin-bottom: 24px;
  }
}
.sidewrap .gridbody {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .sidewrap .depthbox {
    margin-bottom: 48px;
  }
}
.sidewrap .depthbox img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sidewrap .depthbox img {
    height: 300px;
  }
}
.sidewrap .boxbridge .baseline-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sidewrap .boxbridge .baseline-section-title {
    margin-bottom: 24px;
  }
}
.sidewrap .boxbridge .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .sidewrap .boxbridge .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.sidewrap .boxbridge .text-wrapper .stagebox {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sidewrap .boxbridge .text-wrapper .stagebox {
    width: 100%;
  }
}
.sidewrap .boxbridge .baseline-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .sidewrap .boxbridge .baseline-section-btn {
    margin-top: 24px;
  }
}
.sidewrap .sectioncore {
  color: #222f30;
}
.sidewrap .baseline-section-title {
  color: #222f30;
}
.sidewrap .baseline-section-subtitle {
  color: #c9cbbe;
}
.sidewrap .stagebox {
  color: #4f595a;
}
.sidewrap .stagebox,
.sidewrap .text-wrapper {
  color: #000000;
}
.sidewrap .baseline-section-title,
.sidewrap .baseline-section-btn {
  color: #000000;
}
.area {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f9fff2;
}
.area .baseline-section-title {
  color: #000000;
  text-align: center;
}
.area .stagebox,
.area .baseline-section-btn {
  color: #000000;
}
.area .baseline-section-subtitle {
  color: #8364e2;
}
.area img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .area .depthbox {
    padding-right: 4rem;
  }
}
.layer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.layer blockquote {
  margin-bottom: 0;
  border-color: #cef79e;
  background-color: #f9fff2;
  font-style: normal;
}
.layer .baseline-section-title {
  color: #000000;
}
.layer .stagebox {
  color: #000000;
}
.sectionlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wide1.jpg");
}
.sectionlayer .layout {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sectionlayer .layout {
    margin-bottom: 32px;
  }
}
.sectionlayer .layout .boxbridge {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sectionlayer .layout .boxbridge {
    margin-bottom: 32px;
  }
}
.sectionlayer .layout .boxbridge .baseline-section-title {
  margin-bottom: 0;
}
.sectionlayer .layout .boxbridge .baseline-section-subtitle {
  margin-bottom: 0;
}
.sectionlayer .layout .text-wrapper .stagebox {
  margin-bottom: 0;
}
.sectionlayer .layout .baseline-section-btn {
  margin-top: 24px;
}
.sectionlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .sectionlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.sectionlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sectionlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.sectionlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #862f28;
  transition: all .3s ease;
}
.sectionlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sectionlayer .nav-wrapper .list .item-wrap:hover,
.sectionlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #ffffff;
  color: #a7e26e;
}
.sectionlayer .nav-wrapper .list .item-wrap:hover::before,
.sectionlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #a7e26e;
}
.sectionlayer .contentbox {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .sectionlayer .contentbox {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .contentbox {
    padding-left: 0;
  }
}
.sectionlayer .card {
  justify-content: center;
}
.sectionlayer .baseline-section-title {
  color: #111111;
}
.sectionlayer .baseline-section-subtitle {
  color: #ff6d99;
}
.sectionlayer .stagebox,
.sectionlayer .text-wrapper {
  color: #666666;
}
.sectionlayer .list {
  color: #ff6d99;
}
.sectionlayer .list,
.sectionlayer .item-wrap,
.sectionlayer .nav-wrapper {
  color: #000000;
}
.sectionlayer .stagebox,
.sectionlayer .text-wrapper,
.sectionlayer .baseline-section-btn {
  color: #000000;
  text-align: center;
}
.outer .navbar-dropdown {
  position: relative !important;
}
.outer .navbar-dropdown {
  position: absolute !important;
}
.outer .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .outer .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.outer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.outer .nav-link {
  position: relative;
}
.outer .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .outer .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .outer .container {
    max-width: 1100px;
  }
}
.outer .content {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.outer .content:hover {
  opacity: .5;
}
.outer .nav-item:focus,
.outer .nav-link:focus {
  outline: none;
}
.outer .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.outer .navbar .wrapperbox {
  margin-right: 10px;
}
.outer .navbar .wrapperbox img {
  width: auto;
}
.outer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .outer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .outer .navbar .wrapperbox img {
    height: 3rem !important;
  }
  .outer .navbar ul.sectionwrap li {
    margin: auto;
  }
  .outer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .outer .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .outer .navbar .formcore {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.outer .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.outer .navbar-brand .packunit {
  line-height: inherit !important;
  font-weight: 400;
}
.outer .navbar-brand .packunit:hover,
.outer .navbar-brand .packunit:focus {
  color: #000000 !important;
}
.outer .navbar-brand .wrapperbox a {
  outline: none;
}
.outer .navbar-expand-lg .sectionwrap .nav-link {
  padding: 0;
}
.outer ul.sectionwrap {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .outer ul.sectionwrap {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .outer ul.sectionwrap {
    padding: 10px;
  }
  .outer ul.sectionwrap .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.outer .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .outer .navbar-buttons {
    text-align: left;
  }
}
.outer .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .outer .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .outer .navbar-buttons .btn {
    width: auto !important;
  }
}
.outer button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.outer .navbar-dropdown {
  padding: 0 1rem;
}
.outer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer .formcore {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .outer .navbar {
    height: 70px;
  }
  .outer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.outer .nav-item {
  padding: 0;
  margin: 0;
}
.outer .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.outer .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.outer .nav-item .nav-link:hover {
  background-color: #e3fcc7;
  color: #000000;
}
.outer .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.outer .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .outer .navbar {
    justify-content: flex-start !important;
  }
  .outer .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .outer .navbar-collapse .sectionwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .outer .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .outer .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .outer .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.outer .gridbody {
  min-height: 110px;
}
.outer .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .outer .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.outer .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.navwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/sharp1.jpg");
}
.navwrap .layout {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navwrap .layout .boxbridge .baseline-section-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #7db449 40%, #862f28 90%);
  margin-bottom: 20px;
}
.navwrap .layout .text-wrapper .stagebox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .navwrap .layout .text-wrapper .stagebox {
    width: 100%;
  }
}
.navwrap .layout .baseline-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .navwrap .layout .baseline-section-btn {
    margin-top: 20px;
  }
}
.navwrap .sectioncore {
  color: #334155;
}
.navwrap .baseline-section-title {
  color: #0f172a;
}
.navwrap .stagebox,
.navwrap .text-wrapper {
  color: #000000;
  text-align: center;
}
.navwrap .baseline-section-title,
.navwrap .baseline-section-btn,
.navwrap .boxbridge {
  text-align: center;
}
.bodyunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9fff2;
}
.bodyunit .clipwrap {
  margin: 0 -24px;
}
.bodyunit .clipwrap .card {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .bodyunit .layout {
    margin-bottom: 48px;
  }
}
.bodyunit .layout .sectioncore {
  margin-bottom: 12px;
}
.bodyunit .layout .region .baseline-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .bodyunit .layout .region .baseline-section-title {
    width: 100%;
  }
}
.bodyunit .layout .text-wrapper .stagebox {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .bodyunit .layout .text-wrapper .stagebox {
    width: 100%;
  }
}
.bodyunit .layout .baseline-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.bodyunit .depthbox {
  border: 1px solid #a7e26e;
  padding: 12px;
}
.bodyunit .depthbox img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .bodyunit .depthbox img {
    height: 300px;
  }
}
.bodyunit .sectioncore {
  color: #14334b;
}
.bodyunit .baseline-section-title {
  color: #ff5500;
}
.bodyunit .stagebox {
  color: #14334b;
}
.bodyunit .baseline-section-title,
.bodyunit .baseline-section-btn,
.bodyunit .region {
  color: #000000;
}
.bodyunit .stagebox,
.bodyunit .text-wrapper {
  color: #000000;
}
.shelllayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .shelllayer .gridbody {
    margin-bottom: 32px;
  }
}
.shelllayer .gridbody .baseline-section-title {
  margin-bottom: 0;
}
.shelllayer .gridbody .baseline-section-btn {
  margin-top: 14px;
}
.shelllayer .gridbody .baseline-section-btn .btn {
  margin-bottom: 0;
}
.shelllayer .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shelllayer .text-wrapper .stagebox {
  display: inline-block;
  margin-bottom: 0;
}
.shelllayer .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.shelllayer .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.shelllayer .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #862f28;
}
.shelllayer .baseline-section-title {
  color: #000000;
}
.shelllayer .stagebox,
.shelllayer .text-wrapper {
  color: #4f4f4f;
}
.shelllayer .list {
  color: #000000;
}
.shelllayer .stagebox {
  color: #000000;
}
.shelllayer .list,
.shelllayer .item-wrap,
.shelllayer .list-wrapper {
  color: #ffffff;
}
.shelllayer .baseline-section-title,
.shelllayer .baseline-section-btn {
  text-align: center;
}
.stackunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #f9fff2;
}
.stackunit .baseline-section-title {
  margin-bottom: 32px;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .stackunit .baseline-section-title {
    margin-bottom: 22px;
  }
}
.stackunit .card {
  justify-content: space-between;
  align-items: center;
}
.stackunit .layout {
  width: 100%;
}
.stackunit .layout .text-wrapper .stagebox {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .stackunit .layout .text-wrapper .stagebox {
    width: 100%;
  }
}
.stackunit .layout .baseline-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .stackunit .layout .baseline-section-btn {
    margin-top: 12px;
  }
}
.stackunit .depthbox {
  width: 100%;
}
.stackunit .depthbox img {
  height: 540px;
  width: 100%;
  object-fit: cover;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .stackunit .depthbox img {
    height: 300px;
    transform: none;
    margin-top: 32px;
  }
}
.stackunit .stagebox {
  color: #dbdbd3;
}
.stackunit .baseline-section-title,
.stackunit .baseline-section-btn {
  color: #000000;
  text-align: center;
}
.stackunit .stagebox,
.stackunit .text-wrapper {
  color: #000000;
  text-align: center;
}
.partwrapbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.partwrapbox .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .partwrapbox .card {
    margin-bottom: 40px;
  }
}
.partwrapbox .boxbridge .sectioncore {
  margin-bottom: 20px;
}
.partwrapbox .boxbridge .baseline-section-title {
  margin-bottom: 20px;
}
.partwrapbox .baseline-section-btn .btn {
  margin-bottom: 0;
}
.partwrapbox .text-wrapper .stagebox {
  margin-bottom: 0;
}
.partwrapbox .sectioncore {
  color: #862f28;
  text-align: center;
}
.partwrapbox .baseline-section-title {
  color: #000000;
  text-align: center;
}
.partwrapbox .stagebox {
  color: #000000;
}
.sectionlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wide1.jpg");
}
.sectionlayer .layout {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sectionlayer .layout {
    margin-bottom: 32px;
  }
}
.sectionlayer .layout .boxbridge {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sectionlayer .layout .boxbridge {
    margin-bottom: 32px;
  }
}
.sectionlayer .layout .boxbridge .baseline-section-title {
  margin-bottom: 0;
}
.sectionlayer .layout .boxbridge .baseline-section-subtitle {
  margin-bottom: 0;
}
.sectionlayer .layout .text-wrapper .stagebox {
  margin-bottom: 0;
}
.sectionlayer .layout .baseline-section-btn {
  margin-top: 24px;
}
.sectionlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .sectionlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.sectionlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sectionlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.sectionlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #862f28;
  transition: all .3s ease;
}
.sectionlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sectionlayer .nav-wrapper .list .item-wrap:hover,
.sectionlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #ffffff;
  color: #a7e26e;
}
.sectionlayer .nav-wrapper .list .item-wrap:hover::before,
.sectionlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #a7e26e;
}
.sectionlayer .contentbox {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .sectionlayer .contentbox {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .contentbox {
    padding-left: 0;
  }
}
.sectionlayer .card {
  justify-content: center;
}
.sectionlayer .baseline-section-title {
  color: #111111;
}
.sectionlayer .baseline-section-subtitle {
  color: #ff6d99;
}
.sectionlayer .stagebox,
.sectionlayer .text-wrapper {
  color: #666666;
}
.sectionlayer .list {
  color: #ff6d99;
}
.sectionlayer .list,
.sectionlayer .item-wrap,
.sectionlayer .nav-wrapper {
  color: #000000;
}
.sectionlayer .stagebox,
.sectionlayer .text-wrapper,
.sectionlayer .baseline-section-btn {
  color: #000000;
  text-align: center;
}
.outer .navbar-dropdown {
  position: relative !important;
}
.outer .navbar-dropdown {
  position: absolute !important;
}
.outer .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .outer .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.outer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.outer .nav-link {
  position: relative;
}
.outer .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .outer .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .outer .container {
    max-width: 1100px;
  }
}
.outer .content {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.outer .content:hover {
  opacity: .5;
}
.outer .nav-item:focus,
.outer .nav-link:focus {
  outline: none;
}
.outer .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.outer .navbar .wrapperbox {
  margin-right: 10px;
}
.outer .navbar .wrapperbox img {
  width: auto;
}
.outer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .outer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .outer .navbar .wrapperbox img {
    height: 3rem !important;
  }
  .outer .navbar ul.sectionwrap li {
    margin: auto;
  }
  .outer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .outer .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .outer .navbar .formcore {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.outer .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.outer .navbar-brand .packunit {
  line-height: inherit !important;
  font-weight: 400;
}
.outer .navbar-brand .packunit:hover,
.outer .navbar-brand .packunit:focus {
  color: #000000 !important;
}
.outer .navbar-brand .wrapperbox a {
  outline: none;
}
.outer .navbar-expand-lg .sectionwrap .nav-link {
  padding: 0;
}
.outer ul.sectionwrap {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .outer ul.sectionwrap {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .outer ul.sectionwrap {
    padding: 10px;
  }
  .outer ul.sectionwrap .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.outer .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .outer .navbar-buttons {
    text-align: left;
  }
}
.outer .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .outer .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .outer .navbar-buttons .btn {
    width: auto !important;
  }
}
.outer button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.outer .navbar-dropdown {
  padding: 0 1rem;
}
.outer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer .formcore {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .outer .navbar {
    height: 70px;
  }
  .outer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.outer .nav-item {
  padding: 0;
  margin: 0;
}
.outer .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.outer .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.outer .nav-item .nav-link:hover {
  background-color: #e3fcc7;
  color: #000000;
}
.outer .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.outer .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .outer .navbar {
    justify-content: flex-start !important;
  }
  .outer .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .outer .navbar-collapse .sectionwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .outer .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .outer .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .outer .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.outer .gridbody {
  min-height: 110px;
}
.outer .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .outer .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.outer .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.host {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("images/white1.jpg");
}
.host .card-wrapper {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #7e8e8f;
  backdrop-filter: blur(6px);
}
@media (max-width: 992px) {
  .host .card-wrapper {
    padding: 24px 12px;
  }
}
.host .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7e8e8f;
  opacity: .1;
  pointer-events: none;
}
.host .gridbody {
  margin: 0 -24px;
}
.host .gridbody .card {
  padding: 0 24px;
  justify-content: flex-end;
}
.host .layout {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .host .layout {
    margin-bottom: 48px;
  }
}
.host .layout .baseline-section-title {
  margin-bottom: 12px;
}
.host .layout .stagebox {
  margin-bottom: 0;
}
.host .baseline-section-title {
  color: #f1ff91;
}
.host .stagebox {
  color: #ffffff;
}
.host label {
  color: #ffffff;
}
.host .baseline-section-title,
.host .region {
  text-align: center;
  color: #000000;
}
.host .stagebox,
.host .baseline-section-btn {
  color: #000000;
  text-align: center;
}
.nestbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.nestbox .boxbridge {
  margin-bottom: 40px;
}
.nestbox .boxbridge .gripbox {
  margin-bottom: 16px;
}
.nestbox .boxbridge .baseline-section-title {
  margin-bottom: 0;
}
.nestbox .clipwrap {
  margin: 0 -20px;
}
.nestbox .clipwrap .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nestbox .clipwrap .item {
    margin-bottom: 20px;
  }
  .nestbox .clipwrap .item:last-child {
    margin-bottom: 0;
  }
}
.nestbox .clipwrap .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .nestbox .clipwrap .item .item-wrapper {
    display: block;
  }
}
.nestbox .clipwrap .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .nestbox .clipwrap .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.nestbox .clipwrap .item .item-wrapper .icon-wrapper .baseline-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #a7e26e, #c7756f);
  font-size: 80px;
}
@media (max-width: 992px) {
  .nestbox .clipwrap .item .item-wrapper .icon-wrapper .baseline-iconfont {
    font-size: 50px;
  }
}
.nestbox .clipwrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.nestbox .baseline-section-title {
  color: #000000;
}
.nestbox .gripbox {
  color: #862f28;
  text-align: left;
}
.nestbox .item-title {
  color: #ffffff;
}
.nestbox .item-title {
  color: #000000;
}
.framefield {
  padding-top: 0rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #ffffff;
}
.framefield .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 112px 64px 128px;
  background-color: #f9fff2;
  border: 4px solid #e3fcc7;
  box-shadow: 6px 6px 0 0 #e3fcc7;
  overflow: hidden;
}
@media (max-width: 992px) {
  .framefield .card-wrapper {
    padding: 32px 16px 0;
    display: block;
  }
}
.framefield .layout {
  width: 65%;
}
@media (max-width: 992px) {
  .framefield .layout {
    width: 100%;
    margin-bottom: 32px;
  }
}
.framefield .layout .baseline-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .framefield .layout .baseline-section-title {
    margin-bottom: 22px;
  }
}
.framefield .layout .text-wrapper .stagebox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .framefield .layout .text-wrapper .stagebox {
    width: 100%;
  }
}
.framefield .layout .baseline-section-btn {
  margin-top: 12px;
  margin-bottom: -9.6px;
}
.framefield .depthbox {
  display: flex;
  justify-content: center;
  width: 25%;
}
@media (max-width: 992px) {
  .framefield .depthbox {
    width: 100%;
  }
}
.framefield .depthbox img {
  height: 470px;
  width: 350px;
  border: 14px solid #e3fcc7;
  border-bottom: none;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-bottom: -128px;
  object-fit: cover;
  will-change: transform;
}
@media (max-width: 1200px) {
  .framefield .depthbox img {
    height: 350px;
    width: 300px;
  }
}
@media (max-width: 992px) {
  .framefield .depthbox img {
    height: 300px;
    margin-bottom: -1px;
    border: 6px solid #e3fcc7;
    border-bottom: none;
  }
}
.framefield .baseline-section-title {
  color: #252322;
}
.framefield .stagebox {
  color: #252322;
}
.framefield .baseline-section-title,
.framefield .baseline-section-btn {
  color: #000000;
  text-align: center;
}
.framefield .stagebox,
.framefield .text-wrapper {
  color: #000000;
  text-align: center;
}
.sectionlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wide1.jpg");
}
.sectionlayer .layout {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sectionlayer .layout {
    margin-bottom: 32px;
  }
}
.sectionlayer .layout .boxbridge {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sectionlayer .layout .boxbridge {
    margin-bottom: 32px;
  }
}
.sectionlayer .layout .boxbridge .baseline-section-title {
  margin-bottom: 0;
}
.sectionlayer .layout .boxbridge .baseline-section-subtitle {
  margin-bottom: 0;
}
.sectionlayer .layout .text-wrapper .stagebox {
  margin-bottom: 0;
}
.sectionlayer .layout .baseline-section-btn {
  margin-top: 24px;
}
.sectionlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .sectionlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.sectionlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sectionlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.sectionlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #862f28;
  transition: all .3s ease;
}
.sectionlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sectionlayer .nav-wrapper .list .item-wrap:hover,
.sectionlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #ffffff;
  color: #a7e26e;
}
.sectionlayer .nav-wrapper .list .item-wrap:hover::before,
.sectionlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #a7e26e;
}
.sectionlayer .contentbox {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .sectionlayer .contentbox {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .contentbox {
    padding-left: 0;
  }
}
.sectionlayer .card {
  justify-content: center;
}
.sectionlayer .baseline-section-title {
  color: #111111;
}
.sectionlayer .baseline-section-subtitle {
  color: #ff6d99;
}
.sectionlayer .stagebox,
.sectionlayer .text-wrapper {
  color: #666666;
}
.sectionlayer .list {
  color: #ff6d99;
}
.sectionlayer .list,
.sectionlayer .item-wrap,
.sectionlayer .nav-wrapper {
  color: #000000;
}
.sectionlayer .stagebox,
.sectionlayer .text-wrapper,
.sectionlayer .baseline-section-btn {
  color: #000000;
  text-align: center;
}
.outer .navbar-dropdown {
  position: relative !important;
}
.outer .navbar-dropdown {
  position: absolute !important;
}
.outer .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .outer .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.outer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.outer .nav-link {
  position: relative;
}
.outer .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .outer .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .outer .container {
    max-width: 1100px;
  }
}
.outer .content {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.outer .content:hover {
  opacity: .5;
}
.outer .nav-item:focus,
.outer .nav-link:focus {
  outline: none;
}
.outer .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.outer .navbar .wrapperbox {
  margin-right: 10px;
}
.outer .navbar .wrapperbox img {
  width: auto;
}
.outer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .outer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .outer .navbar .wrapperbox img {
    height: 3rem !important;
  }
  .outer .navbar ul.sectionwrap li {
    margin: auto;
  }
  .outer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .outer .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .outer .navbar .formcore {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.outer .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.outer .navbar-brand .packunit {
  line-height: inherit !important;
  font-weight: 400;
}
.outer .navbar-brand .packunit:hover,
.outer .navbar-brand .packunit:focus {
  color: #000000 !important;
}
.outer .navbar-brand .wrapperbox a {
  outline: none;
}
.outer .navbar-expand-lg .sectionwrap .nav-link {
  padding: 0;
}
.outer ul.sectionwrap {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .outer ul.sectionwrap {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .outer ul.sectionwrap {
    padding: 10px;
  }
  .outer ul.sectionwrap .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.outer .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .outer .navbar-buttons {
    text-align: left;
  }
}
.outer .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .outer .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .outer .navbar-buttons .btn {
    width: auto !important;
  }
}
.outer button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.outer .navbar-dropdown {
  padding: 0 1rem;
}
.outer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer .formcore {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .outer .navbar {
    height: 70px;
  }
  .outer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.outer .nav-item {
  padding: 0;
  margin: 0;
}
.outer .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.outer .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.outer .nav-item .nav-link:hover {
  background-color: #e3fcc7;
  color: #000000;
}
.outer .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.outer .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .outer .navbar {
    justify-content: flex-start !important;
  }
  .outer .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .outer .navbar-collapse .sectionwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .outer .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .outer .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .outer .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.outer .gridbody {
  min-height: 110px;
}
.outer .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .outer .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.outer .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.levelbox {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #f9fff2;
}
.levelbox .geometry {
  position: absolute;
}
.levelbox .geometry_left {
  left: -70px;
  bottom: 230px;
}
.levelbox .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.levelbox .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #a7e26e;
  border-radius: 100px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .levelbox .card-block {
    width: 100%;
  }
}
.levelbox blockquote {
  border-color: #ffffff;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .levelbox blockquote {
    padding: 2rem 1rem;
  }
  .levelbox .geometry {
    position: absolute;
  }
  .levelbox .geometry__circle,
  .levelbox .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .levelbox .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .levelbox blockquote {
    padding: 3rem;
  }
}
@media (min-width: 768px) {
  .levelbox .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .levelbox blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.levelbox .stagebox {
  color: #000000;
}
.bound {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f9fff2;
}
.bound .right {
  display: flex;
  flex-direction: column;
}
.bound .p {
  padding-bottom: 30px;
  color: #272727;
}
.bound .row {
  justify-content: center;
}
.bound a {
  font-weight: 600;
}
.bound .quote {
  padding: 5px 0 5px 28px;
  color: #000000;
  border-left: 2px solid #000000;
}
.nodemodule {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9fff2;
}
.nodemodule .right {
  display: flex;
  flex-direction: column;
}
.nodemodule .p {
  padding-bottom: 30px;
  color: #000000;
}
.nodemodule .row {
  justify-content: center;
}
.track {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f9fff2;
}
.track .right {
  display: flex;
  flex-direction: column;
}
.track .p {
  padding-bottom: 30px;
  color: #272727;
}
.track .row {
  justify-content: center;
}
.track a {
  font-weight: 600;
}
.track .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #000000;
}
.sectionlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wide1.jpg");
}
.sectionlayer .layout {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sectionlayer .layout {
    margin-bottom: 32px;
  }
}
.sectionlayer .layout .boxbridge {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sectionlayer .layout .boxbridge {
    margin-bottom: 32px;
  }
}
.sectionlayer .layout .boxbridge .baseline-section-title {
  margin-bottom: 0;
}
.sectionlayer .layout .boxbridge .baseline-section-subtitle {
  margin-bottom: 0;
}
.sectionlayer .layout .text-wrapper .stagebox {
  margin-bottom: 0;
}
.sectionlayer .layout .baseline-section-btn {
  margin-top: 24px;
}
.sectionlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .sectionlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.sectionlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sectionlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.sectionlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #862f28;
  transition: all .3s ease;
}
.sectionlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sectionlayer .nav-wrapper .list .item-wrap:hover,
.sectionlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #ffffff;
  color: #a7e26e;
}
.sectionlayer .nav-wrapper .list .item-wrap:hover::before,
.sectionlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #a7e26e;
}
.sectionlayer .contentbox {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .sectionlayer .contentbox {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .contentbox {
    padding-left: 0;
  }
}
.sectionlayer .card {
  justify-content: center;
}
.sectionlayer .baseline-section-title {
  color: #111111;
}
.sectionlayer .baseline-section-subtitle {
  color: #ff6d99;
}
.sectionlayer .stagebox,
.sectionlayer .text-wrapper {
  color: #666666;
}
.sectionlayer .list {
  color: #ff6d99;
}
.sectionlayer .list,
.sectionlayer .item-wrap,
.sectionlayer .nav-wrapper {
  color: #000000;
}
.sectionlayer .stagebox,
.sectionlayer .text-wrapper,
.sectionlayer .baseline-section-btn {
  color: #000000;
  text-align: center;
}
.dockband .navbar-dropdown {
  position: relative !important;
}
.dockband .navbar-dropdown {
  position: absolute !important;
}
.dockband .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .dockband .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.dockband .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.dockband .nav-link {
  position: relative;
}
.dockband .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .dockband .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .dockband .container {
    max-width: 1100px;
  }
}
.dockband .content {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.dockband .content:hover {
  opacity: .5;
}
.dockband .nav-item:focus,
.dockband .nav-link:focus {
  outline: none;
}
.dockband .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.dockband .navbar .wrapperbox {
  margin-right: 10px;
}
.dockband .navbar .wrapperbox img {
  width: auto;
}
.dockband .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .dockband .navbar .nav-item .nav-link::before {
    display: none;
  }
  .dockband .navbar .wrapperbox img {
    height: 3rem !important;
  }
  .dockband .navbar ul.sectionwrap li {
    margin: auto;
  }
  .dockband .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .dockband .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .dockband .navbar .formcore {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.dockband .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.dockband .navbar-brand .packunit {
  line-height: inherit !important;
  font-weight: 400;
}
.dockband .navbar-brand .packunit:hover,
.dockband .navbar-brand .packunit:focus {
  color: #000000 !important;
}
.dockband .navbar-brand .wrapperbox a {
  outline: none;
}
.dockband .navbar-expand-lg .sectionwrap .nav-link {
  padding: 0;
}
.dockband ul.sectionwrap {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .dockband ul.sectionwrap {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .dockband ul.sectionwrap {
    padding: 10px;
  }
  .dockband ul.sectionwrap .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.dockband .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .dockband .navbar-buttons {
    text-align: left;
  }
}
.dockband .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .dockband .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .dockband .navbar-buttons .btn {
    width: auto !important;
  }
}
.dockband button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.dockband .navbar-dropdown {
  padding: 0 1rem;
}
.dockband a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dockband .formcore {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dockband .navbar {
    height: 70px;
  }
  .dockband .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dockband .nav-item {
  padding: 0;
  margin: 0;
}
.dockband .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.dockband .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.dockband .nav-item .nav-link:hover {
  background-color: #e3fcc7;
  color: #000000;
}
.dockband .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.dockband .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .dockband .navbar {
    justify-content: flex-start !important;
  }
  .dockband .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .dockband .navbar-collapse .sectionwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .dockband .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .dockband .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .dockband .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.dockband .gridbody {
  min-height: 110px;
}
.dockband .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .dockband .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.dockband .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.framebox {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #f9fff2;
}
.framebox .geometry {
  position: absolute;
}
.framebox .geometry_left {
  left: -70px;
  bottom: 230px;
}
.framebox .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.framebox .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #a7e26e;
  border-radius: 100px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .framebox .card-block {
    width: 100%;
  }
}
.framebox blockquote {
  border-color: #ffffff;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .framebox blockquote {
    padding: 2rem 1rem;
  }
  .framebox .geometry {
    position: absolute;
  }
  .framebox .geometry__circle,
  .framebox .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .framebox .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .framebox blockquote {
    padding: 3rem;
  }
}
@media (min-width: 768px) {
  .framebox .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .framebox blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.framebox .stagebox {
  color: #000000;
}
.flowbox {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f9fff2;
}
.flowbox .right {
  display: flex;
  flex-direction: column;
}
.flowbox .p {
  padding-bottom: 30px;
  color: #272727;
}
.flowbox .row {
  justify-content: center;
}
.flowbox a {
  font-weight: 600;
}
.flowbox .quote {
  padding: 5px 0 5px 28px;
  color: #000000;
  border-left: 2px solid #000000;
}
.unitgrid {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9fff2;
}
.unitgrid .right {
  display: flex;
  flex-direction: column;
}
.unitgrid .p {
  padding-bottom: 30px;
  color: #000000;
}
.unitgrid .row {
  justify-content: center;
}
.cellbox {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f9fff2;
}
.cellbox .right {
  display: flex;
  flex-direction: column;
}
.cellbox .p {
  padding-bottom: 30px;
  color: #272727;
}
.cellbox .row {
  justify-content: center;
}
.cellbox a {
  font-weight: 600;
}
.cellbox .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #000000;
}
.sectionlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wide1.jpg");
}
.sectionlayer .layout {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sectionlayer .layout {
    margin-bottom: 32px;
  }
}
.sectionlayer .layout .boxbridge {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sectionlayer .layout .boxbridge {
    margin-bottom: 32px;
  }
}
.sectionlayer .layout .boxbridge .baseline-section-title {
  margin-bottom: 0;
}
.sectionlayer .layout .boxbridge .baseline-section-subtitle {
  margin-bottom: 0;
}
.sectionlayer .layout .text-wrapper .stagebox {
  margin-bottom: 0;
}
.sectionlayer .layout .baseline-section-btn {
  margin-top: 24px;
}
.sectionlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .sectionlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.sectionlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sectionlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.sectionlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #862f28;
  transition: all .3s ease;
}
.sectionlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sectionlayer .nav-wrapper .list .item-wrap:hover,
.sectionlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #ffffff;
  color: #a7e26e;
}
.sectionlayer .nav-wrapper .list .item-wrap:hover::before,
.sectionlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #a7e26e;
}
.sectionlayer .contentbox {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .sectionlayer .contentbox {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .contentbox {
    padding-left: 0;
  }
}
.sectionlayer .card {
  justify-content: center;
}
.sectionlayer .baseline-section-title {
  color: #111111;
}
.sectionlayer .baseline-section-subtitle {
  color: #ff6d99;
}
.sectionlayer .stagebox,
.sectionlayer .text-wrapper {
  color: #666666;
}
.sectionlayer .list {
  color: #ff6d99;
}
.sectionlayer .list,
.sectionlayer .item-wrap,
.sectionlayer .nav-wrapper {
  color: #000000;
}
.sectionlayer .stagebox,
.sectionlayer .text-wrapper,
.sectionlayer .baseline-section-btn {
  color: #000000;
  text-align: center;
}
.segment .navbar-dropdown {
  position: relative !important;
}
.segment .navbar-dropdown {
  position: absolute !important;
}
.segment .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .segment .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.segment .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.segment .nav-link {
  position: relative;
}
.segment .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .segment .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .segment .container {
    max-width: 1100px;
  }
}
.segment .content {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.segment .content:hover {
  opacity: .5;
}
.segment .nav-item:focus,
.segment .nav-link:focus {
  outline: none;
}
.segment .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.segment .navbar .wrapperbox {
  margin-right: 10px;
}
.segment .navbar .wrapperbox img {
  width: auto;
}
.segment .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .segment .navbar .nav-item .nav-link::before {
    display: none;
  }
  .segment .navbar .wrapperbox img {
    height: 3rem !important;
  }
  .segment .navbar ul.sectionwrap li {
    margin: auto;
  }
  .segment .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .segment .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .segment .navbar .formcore {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.segment .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.segment .navbar-brand .packunit {
  line-height: inherit !important;
  font-weight: 400;
}
.segment .navbar-brand .packunit:hover,
.segment .navbar-brand .packunit:focus {
  color: #000000 !important;
}
.segment .navbar-brand .wrapperbox a {
  outline: none;
}
.segment .navbar-expand-lg .sectionwrap .nav-link {
  padding: 0;
}
.segment ul.sectionwrap {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .segment ul.sectionwrap {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .segment ul.sectionwrap {
    padding: 10px;
  }
  .segment ul.sectionwrap .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.segment .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .segment .navbar-buttons {
    text-align: left;
  }
}
.segment .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .segment .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .segment .navbar-buttons .btn {
    width: auto !important;
  }
}
.segment button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.segment .navbar-dropdown {
  padding: 0 1rem;
}
.segment a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.segment .formcore {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .segment .navbar {
    height: 70px;
  }
  .segment .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.segment .nav-item {
  padding: 0;
  margin: 0;
}
.segment .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.segment .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.segment .nav-item .nav-link:hover {
  background-color: #e3fcc7;
  color: #000000;
}
.segment .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.segment .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .segment .navbar {
    justify-content: flex-start !important;
  }
  .segment .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .segment .navbar-collapse .sectionwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .segment .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .segment .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .segment .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.segment .gridbody {
  min-height: 110px;
}
.segment .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .segment .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.segment .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.interfacebox {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #f9fff2;
}
.interfacebox .geometry {
  position: absolute;
}
.interfacebox .geometry_left {
  left: -70px;
  bottom: 230px;
}
.interfacebox .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.interfacebox .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #a7e26e;
  border-radius: 100px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .interfacebox .card-block {
    width: 100%;
  }
}
.interfacebox blockquote {
  border-color: #ffffff;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .interfacebox blockquote {
    padding: 2rem 1rem;
  }
  .interfacebox .geometry {
    position: absolute;
  }
  .interfacebox .geometry__circle,
  .interfacebox .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .interfacebox .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .interfacebox blockquote {
    padding: 3rem;
  }
}
@media (min-width: 768px) {
  .interfacebox .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .interfacebox blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.interfacebox .stagebox {
  color: #000000;
}
.body {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f9fff2;
}
.body .right {
  display: flex;
  flex-direction: column;
}
.body .p {
  padding-bottom: 30px;
  color: #272727;
}
.body .row {
  justify-content: center;
}
.body a {
  font-weight: 600;
}
.body .quote {
  padding: 5px 0 5px 28px;
  color: #000000;
  border-left: 2px solid #000000;
}
.unitcol {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9fff2;
}
.unitcol .right {
  display: flex;
  flex-direction: column;
}
.unitcol .p {
  padding-bottom: 30px;
  color: #000000;
}
.unitcol .row {
  justify-content: center;
}
.viewnode {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f9fff2;
}
.viewnode .right {
  display: flex;
  flex-direction: column;
}
.viewnode .p {
  padding-bottom: 30px;
  color: #272727;
}
.viewnode .row {
  justify-content: center;
}
.viewnode a {
  font-weight: 600;
}
.viewnode .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #000000;
}
.sectionlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wide1.jpg");
}
.sectionlayer .layout {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sectionlayer .layout {
    margin-bottom: 32px;
  }
}
.sectionlayer .layout .boxbridge {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sectionlayer .layout .boxbridge {
    margin-bottom: 32px;
  }
}
.sectionlayer .layout .boxbridge .baseline-section-title {
  margin-bottom: 0;
}
.sectionlayer .layout .boxbridge .baseline-section-subtitle {
  margin-bottom: 0;
}
.sectionlayer .layout .text-wrapper .stagebox {
  margin-bottom: 0;
}
.sectionlayer .layout .baseline-section-btn {
  margin-top: 24px;
}
.sectionlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .sectionlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.sectionlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sectionlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.sectionlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #862f28;
  transition: all .3s ease;
}
.sectionlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sectionlayer .nav-wrapper .list .item-wrap:hover,
.sectionlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #ffffff;
  color: #a7e26e;
}
.sectionlayer .nav-wrapper .list .item-wrap:hover::before,
.sectionlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #a7e26e;
}
.sectionlayer .contentbox {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .sectionlayer .contentbox {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .contentbox {
    padding-left: 0;
  }
}
.sectionlayer .card {
  justify-content: center;
}
.sectionlayer .baseline-section-title {
  color: #111111;
}
.sectionlayer .baseline-section-subtitle {
  color: #ff6d99;
}
.sectionlayer .stagebox,
.sectionlayer .text-wrapper {
  color: #666666;
}
.sectionlayer .list {
  color: #ff6d99;
}
.sectionlayer .list,
.sectionlayer .item-wrap,
.sectionlayer .nav-wrapper {
  color: #000000;
}
.sectionlayer .stagebox,
.sectionlayer .text-wrapper,
.sectionlayer .baseline-section-btn {
  color: #000000;
  text-align: center;
}
.topbox .navbar-dropdown {
  position: relative !important;
}
.topbox .navbar-dropdown {
  position: absolute !important;
}
.topbox .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .topbox .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.topbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.topbox .nav-link {
  position: relative;
}
.topbox .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .topbox .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .topbox .container {
    max-width: 1100px;
  }
}
.topbox .content {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.topbox .content:hover {
  opacity: .5;
}
.topbox .nav-item:focus,
.topbox .nav-link:focus {
  outline: none;
}
.topbox .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.topbox .navbar .wrapperbox {
  margin-right: 10px;
}
.topbox .navbar .wrapperbox img {
  width: auto;
}
.topbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .topbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .topbox .navbar .wrapperbox img {
    height: 3rem !important;
  }
  .topbox .navbar ul.sectionwrap li {
    margin: auto;
  }
  .topbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .topbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .topbox .navbar .formcore {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.topbox .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.topbox .navbar-brand .packunit {
  line-height: inherit !important;
  font-weight: 400;
}
.topbox .navbar-brand .packunit:hover,
.topbox .navbar-brand .packunit:focus {
  color: #000000 !important;
}
.topbox .navbar-brand .wrapperbox a {
  outline: none;
}
.topbox .navbar-expand-lg .sectionwrap .nav-link {
  padding: 0;
}
.topbox ul.sectionwrap {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .topbox ul.sectionwrap {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .topbox ul.sectionwrap {
    padding: 10px;
  }
  .topbox ul.sectionwrap .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.topbox .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .topbox .navbar-buttons {
    text-align: left;
  }
}
.topbox .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .topbox .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .topbox .navbar-buttons .btn {
    width: auto !important;
  }
}
.topbox button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.topbox .navbar-dropdown {
  padding: 0 1rem;
}
.topbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbox .formcore {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .topbox .navbar {
    height: 70px;
  }
  .topbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.topbox .nav-item {
  padding: 0;
  margin: 0;
}
.topbox .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.topbox .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.topbox .nav-item .nav-link:hover {
  background-color: #e3fcc7;
  color: #000000;
}
.topbox .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.topbox .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .topbox .navbar {
    justify-content: flex-start !important;
  }
  .topbox .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .topbox .navbar-collapse .sectionwrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .topbox .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .topbox .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .topbox .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.topbox .gridbody {
  min-height: 110px;
}
.topbox .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .topbox .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.topbox .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.footbox {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #f9fff2;
}
.footbox .geometry {
  position: absolute;
}
.footbox .geometry_left {
  left: -70px;
  bottom: 230px;
}
.footbox .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.footbox .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #a7e26e;
  border-radius: 100px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .footbox .card-block {
    width: 100%;
  }
}
.footbox blockquote {
  border-color: #ffffff;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .footbox blockquote {
    padding: 2rem 1rem;
  }
  .footbox .geometry {
    position: absolute;
  }
  .footbox .geometry__circle,
  .footbox .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .footbox .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .footbox blockquote {
    padding: 3rem;
  }
}
@media (min-width: 768px) {
  .footbox .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .footbox blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.footbox .stagebox {
  color: #000000;
}
.framewrap {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f9fff2;
}
.framewrap .right {
  display: flex;
  flex-direction: column;
}
.framewrap .p {
  padding-bottom: 30px;
  color: #272727;
}
.framewrap .row {
  justify-content: center;
}
.framewrap a {
  font-weight: 600;
}
.framewrap .quote {
  padding: 5px 0 5px 28px;
  color: #000000;
  border-left: 2px solid #000000;
}
.tilebox {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9fff2;
}
.tilebox .right {
  display: flex;
  flex-direction: column;
}
.tilebox .p {
  padding-bottom: 30px;
  color: #000000;
}
.tilebox .row {
  justify-content: center;
}
.col {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f9fff2;
}
.col .right {
  display: flex;
  flex-direction: column;
}
.col .p {
  padding-bottom: 30px;
  color: #272727;
}
.col .row {
  justify-content: center;
}
.col a {
  font-weight: 600;
}
.col .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #000000;
}
.sectionlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wide1.jpg");
}
.sectionlayer .layout {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sectionlayer .layout {
    margin-bottom: 32px;
  }
}
.sectionlayer .layout .boxbridge {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sectionlayer .layout .boxbridge {
    margin-bottom: 32px;
  }
}
.sectionlayer .layout .boxbridge .baseline-section-title {
  margin-bottom: 0;
}
.sectionlayer .layout .boxbridge .baseline-section-subtitle {
  margin-bottom: 0;
}
.sectionlayer .layout .text-wrapper .stagebox {
  margin-bottom: 0;
}
.sectionlayer .layout .baseline-section-btn {
  margin-top: 24px;
}
.sectionlayer .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .sectionlayer .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.sectionlayer .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sectionlayer .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.sectionlayer .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #862f28;
  transition: all .3s ease;
}
.sectionlayer .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.sectionlayer .nav-wrapper .list .item-wrap:hover,
.sectionlayer .nav-wrapper .list .item-wrap:focus {
  background-color: #ffffff;
  color: #a7e26e;
}
.sectionlayer .nav-wrapper .list .item-wrap:hover::before,
.sectionlayer .nav-wrapper .list .item-wrap:focus::before {
  color: #a7e26e;
}
.sectionlayer .contentbox {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .sectionlayer .contentbox {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .sectionlayer .contentbox {
    padding-left: 0;
  }
}
.sectionlayer .card {
  justify-content: center;
}
.sectionlayer .baseline-section-title {
  color: #111111;
}
.sectionlayer .baseline-section-subtitle {
  color: #ff6d99;
}
.sectionlayer .stagebox,
.sectionlayer .text-wrapper {
  color: #666666;
}
.sectionlayer .list {
  color: #ff6d99;
}
.sectionlayer .list,
.sectionlayer .item-wrap,
.sectionlayer .nav-wrapper {
  color: #000000;
}
.sectionlayer .stagebox,
.sectionlayer .text-wrapper,
.sectionlayer .baseline-section-btn {
  color: #000000;
  text-align: center;
}

.treebox {
  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  width: min(1040px, calc(100vw - 24px));
  margin: 0 auto;
  z-index: 10000;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px) scale(0.985);
  transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
}

.treebox *,
.treebox *::before,
.treebox *::after {
  box-sizing: border-box;
}

.maparea {
  position: relative;
  width: 100%;
  border-radius: 30px;
}

.maparea::before {
  content: "";
  position: absolute;
  inset: 10px -8px -10px 8px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(140, 200, 75, 0.12) 0%, rgba(140, 200, 75, 0.03) 100%);
  border: 1px solid rgba(140, 200, 75, 0.22);
  z-index: 0;
}

.boxsegment {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  width: 100%;
  padding: 22px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fffefb 0%, #f7f8f2 100%);
  border: 1px solid #dbe4d6;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.boxsegment::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8cc84b 0%, #4daa65 52%, #b1d46d 100%);
}

.boxsegment::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -80px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(140, 200, 75, 0.10) 0%, rgba(140, 200, 75, 0) 72%);
  pointer-events: none;
}

.core {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.viewbox {
  width: 82px;
  height: 82px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dfe7da;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(77, 170, 101, 0.10);
}

.bar {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.coverwrap {
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef8eb;
  border: 1px solid #d8ecd1;
  color: #3d7e48;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rowgrid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.72);
  border: 1px solid #e1e8dc;
}

.cookie-mini-label {
  color: #6d7d71;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-mini-text {
  color: #304238;
  font-size: 13px;
  line-height: 1.45;
}

.padbox {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wrapperunit {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mainfield {
  margin: 0;
  color: #203126;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
}

.coversegment {
  color: #5f7366;
  font-size: 13px;
  line-height: 1.45;
}

.notch {
  margin: 0;
  color: #34443a;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.7;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fieldcore {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 16px;
  align-items: end;
}

.tilewrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.aux-links-text {
  color: #6a7d70;
  font-size: 12px;
  line-height: 1.4;
}

.footer-links-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

.footer-links-row a {
  display: inline-block;
  color: #2f8a57;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(47, 138, 87, 0.38);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-links-row a:hover {
  color: #236843;
  border-bottom-color: #236843;
}

.footer-links-row span {
  color: #6a7d70;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.dockbox {
  display: flex;
  gap: 10px;
  min-width: 0;
}

#acknowledgeBtn {
  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: linear-gradient(135deg, #8cc84b 0%, #53b46c 100%);
  color: #163120;
  box-shadow: 0 12px 24px rgba(83, 180, 108, 0.18);
}

#acknowledgeBtn:hover {
  transform: translateY(-1px);
}

@media (max-width: 920px) {
  .treebox {
    width: calc(100vw - 24px);
  }

  .boxsegment {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .core {
    flex-direction: row;
    align-items: center;
  }

  .rowgrid {
    flex: 1 1 auto;
  }

  .fieldcore {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .dockbox {
    flex-direction: row;
  }
}

@media (max-width: 700px) {
  .treebox {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .maparea::before {
    inset: 8px -4px -8px 4px;
    border-radius: 22px;
  }

  .boxsegment {
    padding: 16px;
    border-radius: 22px;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .core {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .coverwrap {
    align-self: center;
  }

  .padbox {
    align-items: center;
    text-align: center;
  }

  .wrapperunit {
    align-items: center;
  }

  .mainfield {
    font-size: 20px;
    text-align: center;
  }

  .coversegment {
    text-align: center;
  }

  .notch {
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
  }

  .tilewrap {
    align-items: center;
    text-align: center;
  }

  .footer-links-row {
    justify-content: center;
  }

  .dockbox {
    flex-direction: column;
    width: 100%;
  }

  #acknowledgeBtn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .treebox {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .boxsegment {
    padding: 14px;
    border-radius: 18px;
  }

  .viewbox {
    width: 72px;
    height: 72px;
    border-radius: 22px;
  }

  .bar {
    width: 46px;
    height: 46px;
  }

  .mainfield {
    font-size: 18px;
  }

  .cookie-mini-text,
  .aux-links-text,
  .footer-links-row a,
  .footer-links-row span,
  #acknowledgeBtn {
    font-size: 12px;
  }
}

@keyframes slowFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.navbar-brand {
    animation: slowFadeIn 5s ease-out;
}

.top-plain-zone {
  padding: 0 !important;
  background: transparent;
}
.top-plain-zone .areaunit {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #111827;
  border-radius: 12px;
  box-shadow: 12px 12px 0 rgba(17, 24, 39, 0.08);
  overflow: hidden;
}
.top-plain-zone .grid-container {
  padding: 34px;
  background: #f9fafb;
  border-bottom: 2px solid #111827;
  text-align: center;
}
.top-plain-zone .alt-col {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.top-plain-zone .ui-outer {
  margin: 16px 0 8px;
  color: #111827;
  font-size: 33px;
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
}
.top-plain-zone .calm-block {
  margin: 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.top-plain-zone .fold {
  padding: 30px 34px 34px;
  color: #111827;
}
.top-plain-zone .fold *,
.top-plain-zone .fold *::before,
.top-plain-zone .fold *::after {
  box-sizing: border-box;
}
.top-plain-zone .link-foot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.top-plain-zone .bar-ready-zone {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
.top-plain-zone .root {
  font-weight: 400;
  color: #4b5563;
  text-transform: none;
  letter-spacing: 0;
}
.top-plain-zone .link-tag {
  width: 100%;
  padding: 15px 16px;
  border: 2px solid #111827 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #111827 !important;
  font-size: 15px;
  box-shadow: none !important;
  text-align: center;
}
.top-plain-zone .link-tag::placeholder {
  color: #6b7280;
  opacity: 1;
}
.top-plain-zone .link-tag:focus {
  outline: none;
  background: #f9fafb !important;
  box-shadow: 4px 4px 0 rgba(17, 24, 39, 0.12) !important;
}
.top-plain-zone textarea.link-tag {
  min-height: 190px;
  resize: vertical;
  text-align: left;
}
.top-plain-zone select.link-tag {
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 16px !important;
  padding-right: 44px;
  cursor: pointer;
}
.top-plain-zone .light-thin-section {
  padding: 18px;
  border: 2px solid #111827;
  border-radius: 12px;
  background: #f9fafb;
}
.top-plain-zone .post-small-wrap {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.top-plain-zone .frame-live-info {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #111827;
}
.top-plain-zone .neat-big-stack {
  color: #374151;
  font-size: 14px;
  line-height: 1.75;
}
.top-plain-zone .neat-big-stack a {
  color: #111827;
  text-decoration: underline;
  font-weight: 700;
}
.top-plain-zone .side-tag {
  display: flex;
  justify-content: center;
}
.top-plain-zone .nodebox {
  min-width: 240px;
  padding: 16px 28px;
  border: 2px solid #111827;
  border-radius: 12px !important;
  background: #111827;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 6px 6px 0 rgba(17, 24, 39, 0.12);
  text-align: center;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.top-plain-zone .nodebox:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 rgba(17, 24, 39, 0.18);
}
.top-plain-zone .unit-tile {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}
.top-plain-zone .text-outer {
  margin-bottom: 20px;
  padding: 14px 16px;
  border: 2px solid #111827;
  border-radius: 12px;
}
.top-plain-zone .bar-single-msg {
  background: #ecfdf5;
  color: #166534;
}
.top-plain-zone .base-bold-inner {
  background: #fef2f2;
  color: #991b1b;
}
@media (max-width: 767px) {
  .top-plain-zone {
    padding: 0 16px !important;
  }
  .top-plain-zone .grid-container,
  .top-plain-zone .fold {
    padding-left: 18px;
    padding-right: 18px;
  }
  .top-plain-zone .ui-outer {
    font-size: 26px;
  }
  .top-plain-zone .nodebox {
    width: 100%;
    min-width: 0;
  }
}

.treebox {
  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  width: min(1040px, calc(100vw - 24px));
  margin: 0 auto;
  z-index: 10000;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px) scale(0.985);
  transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
}

.treebox *,
.treebox *::before,
.treebox *::after {
  box-sizing: border-box;
}

.treebox.shown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.treebox.closed {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px) scale(0.985);
}

.maparea {
  position: relative;
  width: 100%;
  border-radius: 30px;
}

.maparea::before {
  content: "";
  position: absolute;
  inset: 10px -8px -10px 8px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(140, 200, 75, 0.12) 0%, rgba(140, 200, 75, 0.03) 100%);
  border: 1px solid rgba(140, 200, 75, 0.22);
  z-index: 0;
}

.boxsegment {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  width: 100%;
  padding: 22px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fffefb 0%, #f7f8f2 100%);
  border: 1px solid #dbe4d6;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.boxsegment::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8cc84b 0%, #4daa65 52%, #b1d46d 100%);
}

.boxsegment::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -80px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(140, 200, 75, 0.10) 0%, rgba(140, 200, 75, 0) 72%);
  pointer-events: none;
}

.core {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.viewbox {
  width: 82px;
  height: 82px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dfe7da;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(77, 170, 101, 0.10);
}

.bar {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.coverwrap {
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef8eb;
  border: 1px solid #d8ecd1;
  color: #3d7e48;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rowgrid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.72);
  border: 1px solid #e1e8dc;
}

.cookie-mini-label {
  color: #6d7d71;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-mini-text {
  color: #304238;
  font-size: 13px;
  line-height: 1.45;
}

.padbox {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wrapperunit {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mainfield {
  margin: 0;
  color: #203126;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
}

.coversegment {
  color: #5f7366;
  font-size: 13px;
  line-height: 1.45;
}

.notch {
  margin: 0;
  color: #34443a;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.7;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fieldcore {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 16px;
  align-items: end;
}

.tilewrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.aux-links-text {
  color: #6a7d70;
  font-size: 12px;
  line-height: 1.4;
}

.footer-links-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

.footer-links-row a {
  display: inline-block;
  color: #2f8a57;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(47, 138, 87, 0.38);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-links-row a:hover {
  color: #236843;
  border-bottom-color: #236843;
}

.footer-links-row span {
  color: #6a7d70;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

.dockbox {
  display: flex;
  gap: 10px;
  min-width: 0;
}

#acknowledgeBtn {
  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: linear-gradient(135deg, #8cc84b 0%, #53b46c 100%);
  color: #163120;
  box-shadow: 0 12px 24px rgba(83, 180, 108, 0.18);
}

#acknowledgeBtn:hover {
  transform: translateY(-1px);
}

@media (max-width: 920px) {
  .treebox {
    width: calc(100vw - 24px);
  }

  .boxsegment {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .core {
    flex-direction: row;
    align-items: center;
  }

  .rowgrid {
    flex: 1 1 auto;
  }

  .fieldcore {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .dockbox {
    flex-direction: row;
  }
}

@media (max-width: 700px) {
  .treebox {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .maparea::before {
    inset: 8px -4px -8px 4px;
    border-radius: 22px;
  }

  .boxsegment {
    padding: 16px;
    border-radius: 22px;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .core {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .coverwrap {
    align-self: center;
  }

  .padbox {
    align-items: center;
    text-align: center;
  }

  .wrapperunit {
    align-items: center;
  }

  .mainfield {
    font-size: 20px;
    text-align: center;
  }

  .coversegment {
    text-align: center;
  }

  .notch {
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
  }

  .tilewrap {
    align-items: center;
    text-align: center;
  }

  .footer-links-row {
    justify-content: center;
  }

  .dockbox {
    flex-direction: column;
    width: 100%;
  }

  #acknowledgeBtn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .treebox {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .boxsegment {
    padding: 14px;
    border-radius: 18px;
  }

  .viewbox {
    width: 72px;
    height: 72px;
    border-radius: 22px;
  }

  .bar {
    width: 46px;
    height: 46px;
  }

  .mainfield {
    font-size: 18px;
  }

  .cookie-mini-text,
  .aux-links-text,
  .footer-links-row a,
  .footer-links-row span,
  #acknowledgeBtn {
    font-size: 12px;
  }
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='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%;
}
@media (min-width:992px){
.outer .navbar-collapse{display:flex!important;justify-content:flex-end;}
.outer .menu-content{
display:inline-flex;
width:auto!important;
max-width:max-content;
margin-left:auto;
flex:0 0 auto;
align-items:center;
gap:18px;
}
.outer .menu-content .blur-wrapper{width:100%;}
.outer ul.sectionwrap{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
align-items:center;
gap:6px;
padding:0;
margin:0;
}
.outer ul.sectionwrap .nav-item{width:auto;}
}