@charset "UTF-8";
:root {
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6, .h6, h5, .h5, 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;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
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;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
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],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
.panebox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .panebox {
    font-size: 5rem;
  }
}
.flowsegment {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .flowsegment {
    font-size: 4.5rem;
  }
}
.fieldcore {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .fieldcore {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .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-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.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;
}
.collapse:not(.show) {
  display: none;
}
.dropdown {
  position: relative;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.sectionrow {
  --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;
}
 .sectionrow .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 .sectionrow {
    flex-direction: row;
  }
  .navbar-expand-lg .sectionrow .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.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);
}
.viewsegment {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.module {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
:root {
  --bs-btn-close-filter: ;
}
:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) ;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.d-flex {
  display: flex !important;
}
.d-none {
  display: none !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.w-100 {
  width: 100% !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.align-content-around {
  align-content: space-around !important;
}
.m-auto {
  margin: auto !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.text-center {
  text-align: center !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/solid2.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .colpad {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .colpad img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-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; }
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/solid2.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@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;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/solid2.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}
button {
  background-color: transparent;
  border-color: transparent;
}
section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}
a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
.gesture-section-title {
  font-style: normal;
  line-height: 1.3;
}
.gesture-section-subtitle {
  line-height: 1.3;
}
.grip {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6,
.panebox,
.flowsegment,
.fieldcore,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}
b,
strong {
  font-weight: bold;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}
textarea[type=hidden] {
  display: none;
}
section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hidden {
  visibility: hidden;
}
.casing {
  text-align: left;
}
.pack {
  text-align: center;
}
.pathbox {
  text-align: right;
}
.gridcore {
  font-weight: 400;
}
.gridunitbox {
  font-weight: 700;
}
img {
  display: block;
  width: 100%;
}
.card {
  background-color: transparent;
  border: none;
}
.card-box {
  width: 100%;
}
.gesture-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}
.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
nav .gesture-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}
.gridcore {
  font-weight: 400;
}
.gridunitbox {
  font-weight: 700;
}
[type=submit] {
  -webkit-appearance: none;
}
.alignbox .layoutunit {
  min-height: 100vh;
}
.alignbox {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .colpad 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 .sectionrow.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}
.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}
.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}
.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.justify-content-center {
  -webkit-justify-content: center;
}
.card-wrapper {
  -webkit-flex: 1;
}
.form-group:focus {
  outline: none;
}
.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}
form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
form .gesture-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
textarea.form-control {
  line-height: 1.5rem !important;
}
.form-group {
  margin-bottom: 1.2rem;
}
.form-control,
form .btn {
  min-height: 48px;
}
.form-control:focus {
  box-shadow: none;
}
.layoutunit {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
ul {
  margin-bottom: 2.3125rem;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.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: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.item {
  position: relative;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/solid2.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@font-face {
  font-family: 'contrast2';
  font-display: swap;
  src:  url('fonts/transparency2.eot');
  src:  url('fonts/transparency2.eot') format('embedded-opentype'),
    url('fonts/transparency2.woff2') format('woff2'),
    url('fonts/transparency2.woff') format('woff'),
    url('fonts/transparency2.ttf') format('truetype'),
    url('fonts/transparency2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/solid2.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
body {
  font-family: Host Grotesk;
}
.panebox {
  font-family: 'Lobster', display;
  font-size: 3.45rem;
  line-height: 1;
}
.flowsegment {
  font-family: 'Pacifico', handwriting;
  font-size: 3rem;
  line-height: 1.1;
}
.fieldcore {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-5 {
  font-family: 'Pacifico', handwriting;
  font-size: 2.23rem;
  line-height: 1.4;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.185rem;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .panebox {
    font-size: 2.76rem;
  }
}
@media (max-width: 768px) {
  .panebox {
    font-size: 2.415rem;
    font-size: calc( 1.8575rem + (3.45 - 1.8575) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8575rem + (3.45 - 1.8575) * ((100vw - 20rem) / (48 - 20))));
  }
  .flowsegment {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .fieldcore {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.784rem;
    font-size: calc( 1.4304999999999999rem + (2.23 - 1.4304999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4304999999999999rem + (2.23 - 1.4304999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.948rem;
    font-size: calc( 1.06475rem + (1.185 - 1.06475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.06475rem + (1.185 - 1.06475) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .panebox {
    font-size: 2.415rem;
    font-size: calc( 1.8575rem + (3.45 - 1.8575) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.8575rem + (3.45 - 1.8575) * ((100vw - 62rem) / (87 - 62))));
  }
  .flowsegment {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .fieldcore {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.784rem;
    font-size: calc( 1.4304999999999999rem + (2.23 - 1.4304999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.4304999999999999rem + (2.23 - 1.4304999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.948rem;
    font-size: calc( 1.06475rem + (1.185 - 1.06475) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.06475rem + (1.185 - 1.06475) * ((100vw - 62rem) / (87 - 62))));
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-primary,
.btn-primary:active {
  background-color: #7a9b6e !important;
  border-color: #7a9b6e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #96b08c !important;
  border-color: #96b08c !important;
  box-shadow: none;
}
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #96b08c !important;
  border-color: #96b08c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3b5830 !important;
  border-color: #3b5830 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus {
  color: inherit;
  background-color: #517942 !important;
  border-color: #517942 !important;
  box-shadow: none;
}
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #517942 !important;
  border-color: #517942 !important;
}
.text-primary {
  color: #7a9b6e !important;
}
.text-secondary {
  color: #bbddae !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4b6043 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7fbf66 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c7c7c7 !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;
}
.viewsegment {
  background-color: #70c770;
}
.module {
  background-color: #bbddae;
}
.gesture-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #7a9b6e;
}
.form-control {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #7a9b6e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.gesture-section-btn .btn {
  padding: 16px 20px;
  flex-direction: row-reverse;
  border-radius: 1.2rem !important;
  font-weight: 400 !important;
}
.gesture-section-btn .btn-primary,
.gesture-section-btn .btn-warning {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper,
.item-content {
  border-radius: 1.2rem !important;
}
ul.sectionrow {
  border-radius: .6rem !important;
}
.nav-item .nav-link {
  border-radius: .6rem !important;
}
.nodeunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #171717;
}
@media (min-width: 991px) {
  .nodeunit {
    min-height: 170px !important;
  }
}
.nodeunit .container,
.nodeunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .nodeunit .container,
  .nodeunit .container-fluid {
    min-height: 170px !important;
  }
}
.nodeunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.nodeunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .nodeunit .top_menu {
    min-height: 110px !important;
  }
}
.nodeunit .navbar-caption:hover {
  color: #bbddae !important;
}
.nodeunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .nodeunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .nodeunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #3b5830;
  }
  .nodeunit .colpad {
    margin: 0;
  }
  .nodeunit .colpad img {
    margin: auto;
    width: auto;
  }
  .nodeunit .btn {
    white-space: nowrap;
  }
}
.nodeunit .nav-item:focus,
.nodeunit .nav-link:focus {
  outline: none;
}
.nodeunit ul.sectionrow {
  flex-wrap: wrap;
}
.nodeunit ul.sectionrow li {
  margin: auto;
}
.nodeunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #171717;
}
.nodeunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodeunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .top_menu {
    justify-content: space-between;
  }
  .nodeunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeunit .navbar .nav-link {
    padding: 5px !important;
  }
  .nodeunit .navbar .container-fluid,
  .nodeunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .nodeunit .navbar .colpad img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .nodeunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .nodeunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.nodeunit .navbar-brand .colpad a {
  outline: none;
}
.nodeunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.nodeunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbddae;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.nodeunit .navbar-dropdown {
  position: absolute;
}
.nodeunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.nodeunit a.nav-link:hover {
  color: #bbddae !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeunit .navbar {
    height: 77px;
  }
  .nodeunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.domlayer {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1a1a1a;
}
.domlayer .row {
  position: relative;
}
.domlayer .row .blur-circle {
  position: absolute;
  top: 0;
  left: 28%;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #5c7d4f 50%, #7a9b6e);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .domlayer .row .blur-circle {
    display: none;
  }
}
.domlayer .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .domlayer .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .domlayer .row {
    padding: 0 24px;
  }
}
.domlayer .text-wrapper {
  position: relative;
  z-index: 2;
}
.domlayer .text-wrapper .gesture-section-title {
  margin: 40px 0;
  transform: rotate(-5deg);
}
.domlayer .text-wrapper .gesture-section-title span {
  position: relative;
  z-index: 1;
}
.domlayer .text-wrapper .gesture-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #52664a;
  z-index: -1;
}
.domlayer .text-wrapper .grip {
  margin-bottom: 32px;
}
.domlayer .text-wrapper .gesture-section-btn {
  margin-bottom: 32px;
}
.domlayer .text-wrapper .cellbox {
  margin-bottom: 0;
}
.domlayer .gesture-section-title {
  color: #111111;
}
.domlayer .grip {
  color: #111111;
  text-align: center;
}
.domlayer .cellbox {
  color: #111111;
  text-align: center;
}
.domlayer .gesture-section-title,
.domlayer .gesture-section-btn {
  text-align: center;
  color: #bbddae;
}
.domlayer .grip {
  color: #ffffff;
}
.contentrow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #1a1a1a;
}
.contentrow .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #1a1a1a 0, #7a9b6e 43%, #1a1a1a 100%);
}
.contentrow .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #1a1a1a 0, #7a9b6e 43%, #1a1a1a 100%);
}
.contentrow .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #1a1a1a 0, #7a9b6e 43%, #1a1a1a 100%);
}
@media (max-width: 992px) {
  .contentrow .container {
    padding: 0 30px;
  }
}
.contentrow .row {
  position: relative;
  z-index: 1;
  justify-content: center;
}
.contentrow .pathwrap {
  background-color: #3b5830;
  padding: 40px 40px 40px 0;
}
@media (max-width: 992px) {
  .contentrow .pathwrap {
    padding: 20px 20px 20px 0;
  }
}
.contentrow .pathwrap img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .contentrow .pathwrap img {
    height: 350px;
  }
}
.boxwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1a1a;
}
@media (max-width: 992px) {
  .boxwrap .container {
    padding: 0 15px;
  }
}
.boxwrap .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .boxwrap .desc-wrapper {
    margin-bottom: 40px;
  }
}
.boxwrap .desc-wrapper .cellbox {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  transform: rotate(180deg);
  writing-mode: tb-rl;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 206px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .boxwrap .desc-wrapper .cellbox {
    transform: rotate(0);
    writing-mode: inherit;
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.boxwrap .desc-wrapper .cellbox::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -5rem;
  width: 190px;
  height: 1px;
  background-color: #3d642e;
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .boxwrap .desc-wrapper .cellbox::before {
    display: none;
  }
}
.boxwrap .text-wrapper .grip {
  margin-bottom: 0;
}
.boxwrap .cellbox {
  color: #30262b;
}
.boxwrap .grip {
  color: #ffffff;
  text-align: center;
}
.boxwrap .cellbox,
.boxwrap .desc-wrapper {
  color: #bbddae;
}
.plate {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1a1a;
}
.plate .row {
  justify-content: center;
}
.plate .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #171717;
}
@media (max-width: 1440px) {
  .plate .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .plate .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.plate .card-wrapper .innerwrap {
  width: 42%;
}
@media (max-width: 992px) {
  .plate .card-wrapper .innerwrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.plate .card-wrapper .innerwrap .gesture-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .plate .card-wrapper .innerwrap .gesture-section-title {
    margin-bottom: 30px;
  }
}
.plate .card-wrapper .innerwrap .grip {
  margin-bottom: 0;
}
.plate .card-wrapper .innerwrap .gesture-section-btn {
  margin-top: 20px;
}
.plate .card-wrapper .pathwrap {
  width: 50%;
}
@media (max-width: 992px) {
  .plate .card-wrapper .pathwrap {
    width: 100%;
  }
}
.plate .card-wrapper .pathwrap img {
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .plate .card-wrapper .pathwrap img {
    height: 350px;
  }
}
.plate .group {
  color: #151e11;
}
.plate .gesture-section-title {
  color: #bbddae;
  text-align: center;
}
.plate .grip {
  color: #151e11;
}
.plate .grip,
.plate .gesture-section-btn {
  text-align: center;
  color: #ffffff;
}
.bandwrap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #7a9b6e;
}
.bandwrap .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .bandwrap .container {
    padding: 10px 8px;
  }
}
.bandwrap .row {
  border-radius: 25px;
  background-color: #1a1a1a;
  box-shadow: inset 0 0 5rem #7a9b6e;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .bandwrap .row {
    padding: 50px 10px;
  }
}
.bandwrap .row .card {
  padding: 0;
}
.bandwrap .gesture-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #bbddae;
  text-align: center;
}
@media (max-width: 992px) {
  .bandwrap .gesture-section-subtitle {
    margin-bottom: 30px;
  }
}
.bandwrap .gesture-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.bandwrap .gesture-section-title span {
  opacity: .5;
}
.anchorbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1a1a;
}
.anchorbox .card-wrapper {
  display: flex;
  padding: 64px;
  background-color: #171717;
}
@media (max-width: 992px) {
  .anchorbox .card-wrapper {
    padding: 20px;
    display: block;
  }
}
.anchorbox .card-wrapper .tile {
  width: 55%;
}
@media (max-width: 992px) {
  .anchorbox .card-wrapper .tile {
    width: 100%;
  }
}
.anchorbox .card-wrapper .tile .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .anchorbox .card-wrapper .tile .item {
    margin-bottom: 40px;
  }
}
.anchorbox .card-wrapper .tile .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.anchorbox .card-wrapper .pathwrap {
  width: 45%;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .anchorbox .card-wrapper .pathwrap {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.anchorbox .card-wrapper .pathwrap .patch {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .anchorbox .card-wrapper .pathwrap .patch {
    height: 300px;
  }
}
.anchorbox .card-wrapper .pathwrap .patch img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.anchorbox .card-title {
  color: #bbddae;
}
.anchorbox .card-text {
  color: #ffffff;
}
.nest {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171717;
}
.nest .row {
  position: relative;
}
.nest .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #5c7d4f 50%, #7a9b6e);
  filter: blur(32px) blur(32px);
}
.nest .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .nest .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .nest .row {
    padding: 0 24px;
  }
}
.nest .fieldbox {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .nest .fieldbox {
    margin-bottom: 24px;
  }
}
.nest .fieldbox img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.nest .fieldbox .gesture-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .nest .fieldbox .gesture-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .nest .fieldbox .gesture-section-title {
    color: #bbddae;
  }
}
.nest .fieldbox .grip {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .nest .fieldbox .grip {
    color: #bbddae;
  }
}
.nest .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
}
@media (max-width: 425px) {
  .nest .list {
    justify-content: flex-start;
  }
}
.nest .list .fieldlayer {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .nest .list .fieldlayer {
    margin: 5px 30px 5px 0;
  }
}
.nest .footer1 {
  overflow: hidden;
}
.nest .gesture-section-title {
  color: #111111;
}
.nest .grip {
  color: #ffffff;
}
.nest .gesture-section-title,
.nest .pathwrap {
  color: #bbddae;
}
.wrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("images/warm1.jpg");
}
.wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #7a9b6e;
}
@media (max-width: 992px) {
  .wrap .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .wrap .container {
    padding: 0 14px;
  }
}
.wrap .row {
  position: relative;
  z-index: 1;
}
.wrap .fieldbox .gesture-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .wrap .fieldbox .gesture-section-title {
    margin-bottom: 32px;
  }
}
.wrap .fieldbox .text-wrapper .grip {
  display: inline-flex;
  width: 40%;
  margin-bottom: 32px;
}
.wrap .cellbox {
  color: #01004c;
}
.wrap .gesture-section-title {
  color: #01004c;
}
.wrap .grip {
  color: #01004c;
}
.wrap .gesture-section-title,
.wrap .gesture-section-btn {
  text-align: center;
  color: #bbddae;
}
.wrap .grip,
.wrap .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.mapwrap {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #1a1a1a;
}
.mapwrap .fieldbox .gesture-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .mapwrap .fieldbox .gesture-section-title {
    margin-bottom: 32px;
  }
}
.mapwrap .fieldbox .gesture-section-title span {
  color: #bcfe1e;
}
.mapwrap .slot {
  justify-content: center;
  margin: 0 -14px;
}
.mapwrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .mapwrap .item {
    padding: 0 14px;
  }
}
.mapwrap .item .item-wrapper {
  position: relative;
  border: 1px solid #7a9b6e;
  background-color: #1a1a1a;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .mapwrap .item .item-wrapper {
    padding: 14px;
  }
}
.mapwrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.mapwrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.mapwrap .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .mapwrap .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.mapwrap .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mapwrap .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #7a9b6e;
}
.mapwrap .item .card_1::before {
  background: linear-gradient(45deg, #7a9b6e, #1a1a1a 50%);
}
.mapwrap .item .card_2::before {
  background: linear-gradient(45deg, #b1c5aa, #1a1a1a 50%);
}
.mapwrap .item .card_3::before {
  background: linear-gradient(45deg, #7a9b6e, #1a1a1a 50%);
}
.mapwrap .gesture-section-title {
  color: #ffffff;
  text-align: center;
}
.mapwrap .item-title {
  color: #ffffff;
}
.mapwrap .list {
  color: #ffffff;
  text-align: center;
}
.mapwrap .item-title,
.mapwrap .tags-wrapper {
  text-align: center;
  color: #bbddae;
}
.gridbody {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1a1a1a;
}
.gridbody .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .gridbody .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .gridbody .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .gridbody .container {
    padding: 0 20px;
  }
}
.gridbody .card {
  justify-content: flex-end;
}
.gridbody .fieldbox .gesture-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .gridbody .fieldbox .gesture-section-title {
    margin-bottom: 40px;
  }
}
.gridbody .link-wrapper {
  display: block;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .gridbody .link-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.gridbody .stageunit .item {
  border-top: 1px solid #3b5830;
  padding: 40px 0;
}
.gridbody .stageunit .item:last-child {
  border-bottom: 1px solid #3b5830;
}
.gridbody .stageunit .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .gridbody .stageunit .item .item-wrapper {
    display: block;
  }
}
.gridbody .stageunit .item .item-wrapper .item-img {
  width: 210px;
}
@media (max-width: 992px) {
  .gridbody .stageunit .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.gridbody .stageunit .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 210px;
  height: 150px;
  border-radius: .75rem !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.gridbody .stageunit .item .item-wrapper .item-content {
  width: 65%;
  display: flex;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .gridbody .stageunit .item .item-wrapper .item-content {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.gridbody .stageunit .item .item-wrapper .item-content .item-wrap .card-title {
  margin-bottom: 0;
}
.gridbody .stageunit .item .item-wrapper .item-content .item-wrap .card-text {
  margin: 24px 0 0 0;
}
.gridbody .gesture-section-title {
  color: #000000;
}
.gridbody .link-wrapper {
  color: #000000;
  text-align: right;
}
.gridbody .card-title {
  color: #000000;
}
.gridbody .card-text {
  color: #ffffff;
  text-align: center;
}
.gridbody .card-title,
.gridbody .item-img {
  text-align: center;
  color: #bbddae;
}
.cluster {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #1a1a1a;
}
.cluster .fieldbox .gesture-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cluster .fieldbox .gesture-section-title {
    margin-bottom: 32px;
  }
}
.cluster .fieldbox .gesture-section-title span {
  color: #bcfe1e;
}
.cluster .slot {
  justify-content: center;
  margin: 0 -14px;
}
.cluster .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cluster .item {
    padding: 0 14px;
  }
}
.cluster .item .item-wrapper {
  position: relative;
  border: 1px solid #7a9b6e;
  background-color: #1a1a1a;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cluster .item .item-wrapper {
    padding: 14px;
  }
}
.cluster .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.cluster .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cluster .item .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cluster .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.cluster .item .item-wrapper .card-box .tags-wrapper .list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cluster .item .item-wrapper .card-box .tags-wrapper .list .tag-wrapper {
  padding: 8px 14px;
  margin: 5px;
  border: 1px solid #7a9b6e;
}
.cluster .item .card_1::before {
  background: linear-gradient(45deg, #7a9b6e, #1a1a1a 50%);
}
.cluster .item .card_2::before {
  background: linear-gradient(45deg, #b1c5aa, #1a1a1a 50%);
}
.cluster .item .card_3::before {
  background: linear-gradient(45deg, #7a9b6e, #1a1a1a 50%);
}
.cluster .gesture-section-title {
  color: #ffffff;
  text-align: center;
}
.cluster .item-title {
  color: #ffffff;
}
.cluster .list {
  color: #ffffff;
  text-align: center;
}
.cluster .item-title,
.cluster .tags-wrapper {
  text-align: center;
  color: #bbddae;
}
.coverunit {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1a1a1a;
}
.coverunit .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .coverunit .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .coverunit .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .coverunit .container {
    padding: 0 20px;
  }
}
.coverunit .card {
  justify-content: flex-end;
}
.coverunit .fieldbox .gesture-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .coverunit .fieldbox .gesture-section-title {
    margin-bottom: 40px;
  }
}
.coverunit .link-wrapper {
  display: block;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .coverunit .link-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.coverunit .stageunit .item {
  border-top: 1px solid #3b5830;
  padding: 40px 0;
}
.coverunit .stageunit .item:last-child {
  border-bottom: 1px solid #3b5830;
}
.coverunit .stageunit .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .coverunit .stageunit .item .item-wrapper {
    display: block;
  }
}
.coverunit .stageunit .item .item-wrapper .item-img {
  width: 210px;
}
@media (max-width: 992px) {
  .coverunit .stageunit .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.coverunit .stageunit .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 210px;
  height: 150px;
  border-radius: .75rem !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.coverunit .stageunit .item .item-wrapper .item-content {
  width: 65%;
  display: flex;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .coverunit .stageunit .item .item-wrapper .item-content {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.coverunit .stageunit .item .item-wrapper .item-content .item-wrap .card-title {
  margin-bottom: 0;
}
.coverunit .stageunit .item .item-wrapper .item-content .item-wrap .card-text {
  margin: 24px 0 0 0;
}
.coverunit .gesture-section-title {
  color: #000000;
}
.coverunit .link-wrapper {
  color: #000000;
  text-align: right;
}
.coverunit .card-title {
  color: #000000;
}
.coverunit .card-text {
  color: #ffffff;
  text-align: center;
}
.coverunit .card-title,
.coverunit .item-img {
  text-align: center;
  color: #bbddae;
}
.nest {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171717;
}
.nest .row {
  position: relative;
}
.nest .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #5c7d4f 50%, #7a9b6e);
  filter: blur(32px) blur(32px);
}
.nest .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .nest .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .nest .row {
    padding: 0 24px;
  }
}
.nest .fieldbox {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .nest .fieldbox {
    margin-bottom: 24px;
  }
}
.nest .fieldbox img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.nest .fieldbox .gesture-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .nest .fieldbox .gesture-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .nest .fieldbox .gesture-section-title {
    color: #bbddae;
  }
}
.nest .fieldbox .grip {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .nest .fieldbox .grip {
    color: #bbddae;
  }
}
.nest .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
}
@media (max-width: 425px) {
  .nest .list {
    justify-content: flex-start;
  }
}
.nest .list .fieldlayer {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .nest .list .fieldlayer {
    margin: 5px 30px 5px 0;
  }
}
.nest .footer1 {
  overflow: hidden;
}
.nest .gesture-section-title {
  color: #111111;
}
.nest .grip {
  color: #ffffff;
}
.nest .gesture-section-title,
.nest .pathwrap {
  color: #bbddae;
}
.nodeunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #171717;
}
@media (min-width: 991px) {
  .nodeunit {
    min-height: 170px !important;
  }
}
.nodeunit .container,
.nodeunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .nodeunit .container,
  .nodeunit .container-fluid {
    min-height: 170px !important;
  }
}
.nodeunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.nodeunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .nodeunit .top_menu {
    min-height: 110px !important;
  }
}
.nodeunit .navbar-caption:hover {
  color: #bbddae !important;
}
.nodeunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .nodeunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .nodeunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #3b5830;
  }
  .nodeunit .colpad {
    margin: 0;
  }
  .nodeunit .colpad img {
    margin: auto;
    width: auto;
  }
  .nodeunit .btn {
    white-space: nowrap;
  }
}
.nodeunit .nav-item:focus,
.nodeunit .nav-link:focus {
  outline: none;
}
.nodeunit ul.sectionrow {
  flex-wrap: wrap;
}
.nodeunit ul.sectionrow li {
  margin: auto;
}
.nodeunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #171717;
}
.nodeunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodeunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .top_menu {
    justify-content: space-between;
  }
  .nodeunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeunit .navbar .nav-link {
    padding: 5px !important;
  }
  .nodeunit .navbar .container-fluid,
  .nodeunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .nodeunit .navbar .colpad img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .nodeunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .nodeunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.nodeunit .navbar-brand .colpad a {
  outline: none;
}
.nodeunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.nodeunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbddae;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.nodeunit .navbar-dropdown {
  position: absolute;
}
.nodeunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.nodeunit a.nav-link:hover {
  color: #bbddae !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeunit .navbar {
    height: 77px;
  }
  .nodeunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.stagewrap {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("images/red1.jpg");
}
.stagewrap .gesture-section-title {
  color: #bbddae;
  text-align: center;
}
.stagewrap .grip,
.stagewrap .gesture-section-btn {
  color: #ffffff;
  text-align: center;
}
.stagewrap .gesture-section-text {
  color: #ffffff;
}
.stagewrap img {
  border-radius: 2rem;
}
.stagewrap .gesture-section-subtitle {
  color: #8364e2;
}
.stagewrap .number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .stagewrap .pathwrap {
    display: none;
  }
}
.rowsegmentbox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1a1a1a;
}
.rowsegmentbox .card-wrapper {
  background: #171717;
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .rowsegmentbox .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1500px) {
  .rowsegmentbox .container {
    max-width: 1400px;
  }
}
.rowsegmentbox .row {
  justify-content: center;
}
.rowsegmentbox .card-title {
  text-align: center;
  color: #bbddae;
}
.rowsegmentbox .card-text {
  text-align: center;
  color: #ffffff;
}
.host {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/green1.jpg");
}
.host .row {
  justify-content: space-between;
}
.host .card {
  justify-content: center;
}
.host .fieldbox {
  margin-bottom: 40px;
}
.host .fieldbox .gesture-section-title {
  margin-bottom: 0;
}
.host .gesture-section-btn .btn::after,
.host .gesture-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.host .gesture-section-btn .btn:hover,
.host .gesture-section-btn .btn:focus {
  color: #ffffff !important;
}
.host .gesture-section-btn .btn:hover::after,
.host .gesture-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.host .pathwrap {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .host .pathwrap {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.host .pathwrap img {
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .host .pathwrap img {
    height: 350px;
  }
}
.host .text-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .host .text-wrapper {
    padding-left: 0;
  }
}
.host .text-wrapper .grip {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .host .text-wrapper .grip {
    margin-bottom: 20px;
  }
}
.host .gesture-section-title {
  color: #ffffff;
}
.host .grip {
  color: #c7c7c7;
}
.host .grip,
.host .text-wrap,
.host .gesture-section-btn {
  text-align: center;
  color: #ffffff;
}
.host .gesture-section-title {
  text-align: center;
  color: #bbddae;
}
.patternbox {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1a1a1a;
}
.patternbox .card-wrapper {
  background: #171717;
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .patternbox .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1500px) {
  .patternbox .container {
    max-width: 1400px;
  }
}
.patternbox .row {
  justify-content: center;
}
.patternbox .card-title {
  text-align: center;
  color: #bbddae;
}
.patternbox .card-text {
  text-align: center;
  color: #ffffff;
}
.framebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/cold1.jpg");
}
.framebox .row {
  justify-content: space-between;
}
.framebox .card {
  justify-content: center;
}
.framebox .fieldbox {
  margin-bottom: 40px;
}
.framebox .fieldbox .gesture-section-title {
  margin-bottom: 0;
}
.framebox .gesture-section-btn .btn::after,
.framebox .gesture-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.framebox .gesture-section-btn .btn:hover,
.framebox .gesture-section-btn .btn:focus {
  color: #ffffff !important;
}
.framebox .gesture-section-btn .btn:hover::after,
.framebox .gesture-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.framebox .pathwrap {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .framebox .pathwrap {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .framebox .pathwrap {
    padding-left: 0;
  }
}
.framebox .pathwrap img {
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .framebox .pathwrap img {
    height: 350px;
  }
}
.framebox .text-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .framebox .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .framebox .text-wrapper {
    padding-right: 0;
  }
}
.framebox .text-wrapper .grip {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .framebox .text-wrapper .grip {
    margin-bottom: 20px;
  }
}
.framebox .gesture-section-title {
  color: #ffffff;
}
.framebox .grip {
  color: #c7c7c7;
}
.framebox .grip,
.framebox .text-wrap,
.framebox .gesture-section-btn {
  text-align: center;
  color: #ffffff;
}
.framebox .gesture-section-title {
  text-align: center;
  color: #bbddae;
}
.zonefield {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1a1a1a;
}
.zonefield .card-wrapper {
  background: #171717;
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .zonefield .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1500px) {
  .zonefield .container {
    max-width: 1400px;
  }
}
.zonefield .row {
  justify-content: center;
}
.zonefield .card-title {
  text-align: center;
  color: #bbddae;
}
.zonefield .card-text {
  text-align: center;
  color: #ffffff;
}
.flexlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/sharp1.jpg");
}
.flexlayer .row {
  justify-content: space-between;
}
.flexlayer .card {
  justify-content: center;
}
.flexlayer .fieldbox {
  margin-bottom: 40px;
}
.flexlayer .fieldbox .gesture-section-title {
  margin-bottom: 0;
}
.flexlayer .gesture-section-btn .btn::after,
.flexlayer .gesture-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.flexlayer .gesture-section-btn .btn:hover,
.flexlayer .gesture-section-btn .btn:focus {
  color: #ffffff !important;
}
.flexlayer .gesture-section-btn .btn:hover::after,
.flexlayer .gesture-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.flexlayer .pathwrap {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .flexlayer .pathwrap {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.flexlayer .pathwrap img {
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .flexlayer .pathwrap img {
    height: 350px;
  }
}
.flexlayer .text-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .flexlayer .text-wrapper {
    padding-left: 0;
  }
}
.flexlayer .text-wrapper .grip {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .flexlayer .text-wrapper .grip {
    margin-bottom: 20px;
  }
}
.flexlayer .gesture-section-title {
  color: #ffffff;
}
.flexlayer .grip {
  color: #c7c7c7;
}
.flexlayer .grip,
.flexlayer .text-wrap,
.flexlayer .gesture-section-btn {
  text-align: center;
  color: #ffffff;
}
.flexlayer .gesture-section-title {
  text-align: center;
  color: #bbddae;
}
.nest {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171717;
}
.nest .row {
  position: relative;
}
.nest .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #5c7d4f 50%, #7a9b6e);
  filter: blur(32px) blur(32px);
}
.nest .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .nest .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .nest .row {
    padding: 0 24px;
  }
}
.nest .fieldbox {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .nest .fieldbox {
    margin-bottom: 24px;
  }
}
.nest .fieldbox img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.nest .fieldbox .gesture-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .nest .fieldbox .gesture-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .nest .fieldbox .gesture-section-title {
    color: #bbddae;
  }
}
.nest .fieldbox .grip {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .nest .fieldbox .grip {
    color: #bbddae;
  }
}
.nest .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
}
@media (max-width: 425px) {
  .nest .list {
    justify-content: flex-start;
  }
}
.nest .list .fieldlayer {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .nest .list .fieldlayer {
    margin: 5px 30px 5px 0;
  }
}
.nest .footer1 {
  overflow: hidden;
}
.nest .gesture-section-title {
  color: #111111;
}
.nest .grip {
  color: #ffffff;
}
.nest .gesture-section-title,
.nest .pathwrap {
  color: #bbddae;
}
.nodeunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #171717;
}
@media (min-width: 991px) {
  .nodeunit {
    min-height: 170px !important;
  }
}
.nodeunit .container,
.nodeunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .nodeunit .container,
  .nodeunit .container-fluid {
    min-height: 170px !important;
  }
}
.nodeunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.nodeunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .nodeunit .top_menu {
    min-height: 110px !important;
  }
}
.nodeunit .navbar-caption:hover {
  color: #bbddae !important;
}
.nodeunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .nodeunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .nodeunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #3b5830;
  }
  .nodeunit .colpad {
    margin: 0;
  }
  .nodeunit .colpad img {
    margin: auto;
    width: auto;
  }
  .nodeunit .btn {
    white-space: nowrap;
  }
}
.nodeunit .nav-item:focus,
.nodeunit .nav-link:focus {
  outline: none;
}
.nodeunit ul.sectionrow {
  flex-wrap: wrap;
}
.nodeunit ul.sectionrow li {
  margin: auto;
}
.nodeunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #171717;
}
.nodeunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodeunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .top_menu {
    justify-content: space-between;
  }
  .nodeunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeunit .navbar .nav-link {
    padding: 5px !important;
  }
  .nodeunit .navbar .container-fluid,
  .nodeunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .nodeunit .navbar .colpad img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .nodeunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .nodeunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.nodeunit .navbar-brand .colpad a {
  outline: none;
}
.nodeunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.nodeunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbddae;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.nodeunit .navbar-dropdown {
  position: absolute;
}
.nodeunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.nodeunit a.nav-link:hover {
  color: #bbddae !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeunit .navbar {
    height: 77px;
  }
  .nodeunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.partbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1a1a1a;
}
.partbox .container {
  padding-left: 10px;
  padding-right: 10px;
}
.partbox .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.partbox .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.partbox .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .partbox .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .partbox .col-img {
    padding: 30px !important;
  }
}
.partbox .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.partbox .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .partbox .text-wrapper {
    margin-bottom: 30px;
  }
}
.partbox .gesture-section-title {
  color: #bbddae;
  margin-bottom: 20px;
  text-align: center;
}
.partbox .gesture-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.partbox .gesture-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.partbox .grip {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .partbox .grip {
    padding-right: 0;
  }
}
.partbox .gesture-section-btn {
  margin-top: 20px;
}
.partbox .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #7a9b6e, #5c7d4f);
  box-shadow: 10px 10px 19px #3b5830, -10px -10px 19px #3b5830;
}
.partbox .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.partbox .img-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.75026795;
}
.partbox .grip,
.partbox .gesture-section-btn {
  text-align: center;
  color: #ffffff;
}
.branchbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/hard1.jpg");
}
.branchbox .fieldbox {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .branchbox .fieldbox {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .branchbox .fieldbox {
    width: 100%;
  }
}
.branchbox .fieldbox .group {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .branchbox .fieldbox .group {
    margin-bottom: 28px;
  }
}
.branchbox .fieldbox .gesture-section-title {
  margin-bottom: 0;
}
.branchbox .fieldbox .view .gesture-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, #bbddae, #3b5830 50%, #7a9b6e);
}
.branchbox .fieldbox .grip {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .branchbox .fieldbox .grip {
    margin-top: 18px;
  }
}
.branchbox .fieldbox .gesture-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .branchbox .fieldbox .gesture-section-btn {
    margin-top: 22px;
  }
}
.branchbox .group {
  color: #ffffff;
  text-align: center;
}
.branchbox .gesture-section-title {
  color: #ffffff;
}
.branchbox .gesture-section-subtitle,
.branchbox .view {
  color: #ffffff;
  text-align: center;
}
.branchbox .grip {
  color: #ffffff;
  text-align: center;
}
.branchbox .gesture-section-title,
.branchbox .gesture-section-btn {
  text-align: center;
  color: #bbddae;
}
.linedock {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1a1a1a;
}
.linedock .row {
  margin: 0 -40px;
}
.linedock .row .card {
  padding: 0 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .linedock .tile {
    margin-bottom: 40px;
  }
}
.linedock .tile .tags-wrapper {
  margin-bottom: 16px;
}
.linedock .tile .gesture-section-title {
  margin-bottom: 16px;
}
.linedock .tile .grip {
  margin-bottom: 0;
}
.linedock .tile .gesture-section-btn {
  margin-top: 24px;
}
.linedock .tile .gesture-section-btn .btn {
  margin-bottom: 0;
}
.linedock .pathwrap {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.linedock .pathwrap .dompart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3b5830;
  pointer-events: none;
}
.linedock .pathwrap .wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #5c7d4f 100%);
  pointer-events: none;
  z-index: 2;
}
.linedock .pathwrap .patch {
  position: relative;
  z-index: 1;
  background-color: #1a1a1a;
  padding: 48px 0 0 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .linedock .pathwrap .patch {
    padding: 16px;
  }
}
.linedock .pathwrap .patch img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .linedock .pathwrap .patch img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .linedock .pathwrap .patch img {
    height: 300px;
  }
}
.linedock .tags-wrapper {
  color: #000000;
}
.linedock .gesture-section-title {
  color: #ffffff;
}
.linedock .grip,
.linedock .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.linedock .gesture-section-title,
.linedock .gesture-section-btn {
  color: #bbddae;
  text-align: center;
}
.nest {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171717;
}
.nest .row {
  position: relative;
}
.nest .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #5c7d4f 50%, #7a9b6e);
  filter: blur(32px) blur(32px);
}
.nest .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .nest .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .nest .row {
    padding: 0 24px;
  }
}
.nest .fieldbox {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .nest .fieldbox {
    margin-bottom: 24px;
  }
}
.nest .fieldbox img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.nest .fieldbox .gesture-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .nest .fieldbox .gesture-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .nest .fieldbox .gesture-section-title {
    color: #bbddae;
  }
}
.nest .fieldbox .grip {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .nest .fieldbox .grip {
    color: #bbddae;
  }
}
.nest .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
}
@media (max-width: 425px) {
  .nest .list {
    justify-content: flex-start;
  }
}
.nest .list .fieldlayer {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .nest .list .fieldlayer {
    margin: 5px 30px 5px 0;
  }
}
.nest .footer1 {
  overflow: hidden;
}
.nest .gesture-section-title {
  color: #111111;
}
.nest .grip {
  color: #ffffff;
}
.nest .gesture-section-title,
.nest .pathwrap {
  color: #bbddae;
}
.nodeunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #171717;
}
@media (min-width: 991px) {
  .nodeunit {
    min-height: 170px !important;
  }
}
.nodeunit .container,
.nodeunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .nodeunit .container,
  .nodeunit .container-fluid {
    min-height: 170px !important;
  }
}
.nodeunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.nodeunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .nodeunit .top_menu {
    min-height: 110px !important;
  }
}
.nodeunit .navbar-caption:hover {
  color: #bbddae !important;
}
.nodeunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .nodeunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .nodeunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #3b5830;
  }
  .nodeunit .colpad {
    margin: 0;
  }
  .nodeunit .colpad img {
    margin: auto;
    width: auto;
  }
  .nodeunit .btn {
    white-space: nowrap;
  }
}
.nodeunit .nav-item:focus,
.nodeunit .nav-link:focus {
  outline: none;
}
.nodeunit ul.sectionrow {
  flex-wrap: wrap;
}
.nodeunit ul.sectionrow li {
  margin: auto;
}
.nodeunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #171717;
}
.nodeunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodeunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .top_menu {
    justify-content: space-between;
  }
  .nodeunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeunit .navbar .nav-link {
    padding: 5px !important;
  }
  .nodeunit .navbar .container-fluid,
  .nodeunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .nodeunit .navbar .colpad img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .nodeunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .nodeunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.nodeunit .navbar-brand .colpad a {
  outline: none;
}
.nodeunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.nodeunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbddae;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.nodeunit .navbar-dropdown {
  position: absolute;
}
.nodeunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.nodeunit a.nav-link:hover {
  color: #bbddae !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeunit .navbar {
    height: 77px;
  }
  .nodeunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.strip {
  background-image: url("images/hard2.jpg");
  overflow: hidden;
}
.strip .container,
.strip .container-fluid {
  position: relative;
}
.strip .row {
  justify-content: left;
}
.strip .col-content {
  position: relative;
  z-index: 10;
}
.strip .gesture-section-title {
  color: #bbddae;
}
.strip .gesture-section-subtitle {
  color: #ffffff;
}
.strip .grip {
  color: #2B2B2B;
}
.strip .gesture-section-btn .btn-primary:hover {
  background-color: #cecec1 !important;
  color: #2b2b2b !important;
}
.strip .stackunit {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 320px;
  height: 320px;
  justify-content: center;
  align-items: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  filter: blur(50px) blur(50px);
}
@media (max-width: 991px) {
  .strip .stackunit {
    width: 240px;
    height: 240px;
  }
}
.strip .nodecore {
  top: 0;
  right: 70%;
  background-image: linear-gradient(132deg, #5c7d4f 27%, #5c7d4f 50%, #5c7d4f 79%);
}
.strip .linedockbox {
  top: 30%;
  right: 50%;
  background-image: linear-gradient(132deg, #3b5830 27%, #3b5830 50%, #3b5830 79%);
}
.strip .domwrap {
  top: 50%;
  right: 10%;
  background-image: linear-gradient(132deg, #3b5830 27%, #3b5830 50%, #3b5830 79%);
}
.strip .gridlayer {
  top: 75%;
  right: 25%;
  background-image: linear-gradient(132deg, #3b5830 27%, #3b5830 50%, #3b5830 79%);
}
.segment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1a1a;
}
.segment .svg-wrapper {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1964' height='920'%3E%3Cpolygon points='0,0 985,0 920,23 0,23' class='svg1' style='fill:%237a9b6e'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%23bbddae'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%233b5830'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%23bbddae'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  width: 100%;
  max-height: 454px;
  height: 100%;
  position: absolute;
  top: -25px;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 992px) {
  .segment .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.segment .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #171717;
  flex-direction: column;
}
.segment .gesture-section-title,
.segment .gesture-section-text,
.segment .gesture-section-btn {
  z-index: 0;
}
.segment .gesture-section-btn {
  color: #4c4c4c;
}
.segment .gesture-section-text,
.segment .gesture-section-btn {
  color: #ffffff;
}
.segment .gesture-section-title {
  color: #bbddae;
}
.boardwrap {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #1a1a1a;
}
.boardwrap .row {
  background: #171717;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.boardwrap img {
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .boardwrap img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .boardwrap img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.boardwrap .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .boardwrap .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .boardwrap .card {
    padding: 2rem 0rem;
  }
}
.boardwrap .grip,
.boardwrap .gesture-section-btn {
  color: #777777;
}
.boardwrap .gesture-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.boardwrap .gesture-section-title {
  color: #bbddae;
  text-align: center;
}
.stacksegment {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a1a1a;
}
.stacksegment .card-wrapper {
  background-color: #7a9b6e;
  padding: 2rem;
}
@media (max-width: 767px) {
  .stacksegment .card-wrapper {
    padding: 1rem;
  }
}
.stacksegment .text-wrapper {
  max-width: 28rem;
}
.stacksegment .tile {
  background: #1a1a1a;
}
@media (max-width: 991px) {
  .stacksegment .tile .pathwrap {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .stacksegment .tile {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .stacksegment .tile {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .stacksegment .tile {
    padding: 3rem;
  }
  .stacksegment .tile .text-column {
    padding-left: 4rem;
  }
}
.stacksegment .pathwrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stacksegment .card-title {
  text-align: center;
  color: #bbddae;
}
.stacksegment .grip,
.stacksegment .gesture-section-btn {
  text-align: center;
  color: #ffffff;
}
.nest {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171717;
}
.nest .row {
  position: relative;
}
.nest .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #5c7d4f 50%, #7a9b6e);
  filter: blur(32px) blur(32px);
}
.nest .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .nest .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .nest .row {
    padding: 0 24px;
  }
}
.nest .fieldbox {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .nest .fieldbox {
    margin-bottom: 24px;
  }
}
.nest .fieldbox img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.nest .fieldbox .gesture-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .nest .fieldbox .gesture-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .nest .fieldbox .gesture-section-title {
    color: #bbddae;
  }
}
.nest .fieldbox .grip {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .nest .fieldbox .grip {
    color: #bbddae;
  }
}
.nest .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
}
@media (max-width: 425px) {
  .nest .list {
    justify-content: flex-start;
  }
}
.nest .list .fieldlayer {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .nest .list .fieldlayer {
    margin: 5px 30px 5px 0;
  }
}
.nest .footer1 {
  overflow: hidden;
}
.nest .gesture-section-title {
  color: #111111;
}
.nest .grip {
  color: #ffffff;
}
.nest .gesture-section-title,
.nest .pathwrap {
  color: #bbddae;
}
.nodeunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #171717;
}
@media (min-width: 991px) {
  .nodeunit {
    min-height: 170px !important;
  }
}
.nodeunit .container,
.nodeunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .nodeunit .container,
  .nodeunit .container-fluid {
    min-height: 170px !important;
  }
}
.nodeunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.nodeunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .nodeunit .top_menu {
    min-height: 110px !important;
  }
}
.nodeunit .navbar-caption:hover {
  color: #bbddae !important;
}
.nodeunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .nodeunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .nodeunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #3b5830;
  }
  .nodeunit .colpad {
    margin: 0;
  }
  .nodeunit .colpad img {
    margin: auto;
    width: auto;
  }
  .nodeunit .btn {
    white-space: nowrap;
  }
}
.nodeunit .nav-item:focus,
.nodeunit .nav-link:focus {
  outline: none;
}
.nodeunit ul.sectionrow {
  flex-wrap: wrap;
}
.nodeunit ul.sectionrow li {
  margin: auto;
}
.nodeunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #171717;
}
.nodeunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodeunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .top_menu {
    justify-content: space-between;
  }
  .nodeunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeunit .navbar .nav-link {
    padding: 5px !important;
  }
  .nodeunit .navbar .container-fluid,
  .nodeunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .nodeunit .navbar .colpad img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .nodeunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .nodeunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.nodeunit .navbar-brand .colpad a {
  outline: none;
}
.nodeunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.nodeunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbddae;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.nodeunit .navbar-dropdown {
  position: absolute;
}
.nodeunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.nodeunit a.nav-link:hover {
  color: #bbddae !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeunit .navbar {
    height: 77px;
  }
  .nodeunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.splitbox {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1a1a1a;
}
.splitbox .layoutunit {
  background-color: #ffffff;
  opacity: 0.4;
}
.splitbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.splitbox .gesture-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .splitbox .gesture-section-btn {
    width: 100%;
  }
}
.splitbox .btn {
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .splitbox .row {
    flex-direction: column;
  }
}
.splitbox .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.splitbox .item-wrapper {
  background: linear-gradient(to bottom, #3b5830, #bbddae);
  padding: 10rem 3rem;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .splitbox .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .splitbox .item-wrapper {
    padding: 2rem 0rem;
    margin: 0 0.2rem;
  }
}
.splitbox .form-control {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.splitbox .form-control {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  background-color: transparent;
  border: 2px solid #3b5830 !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.splitbox .form-control::-webkit-input-placeholder,
.splitbox .form-control::-webkit-input-placeholder {
  color: #f3f3f1;
}
.splitbox .form-control:-moz-placeholder,
.splitbox .form-control:-moz-placeholder {
  color: #f3f3f1;
}
.splitbox .form-control:hover,
.splitbox .form-control:focus {
  background-color: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.splitbox .form-control:hover::-webkit-input-placeholder,
.splitbox .form-control:focus::-webkit-input-placeholder,
.splitbox .form-control:hover::-webkit-input-placeholder,
.splitbox .form-control:focus::-webkit-input-placeholder {
  color: #f3f3f1;
}
.splitbox .form-control:hover:-moz-placeholder,
.splitbox .form-control:focus:-moz-placeholder,
.splitbox .form-control:hover:-moz-placeholder,
.splitbox .form-control:focus:-moz-placeholder {
  color: #f3f3f1;
}
.splitbox input::-webkit-clear-button {
  display: none;
}
.splitbox input::-webkit-inner-spin-button {
  display: none;
}
.splitbox input::-webkit-outer-spin-button {
  display: none;
}
.splitbox input::-webkit-calendar-picker-indicator {
  display: none;
}
.splitbox .grip,
.splitbox .gesture-section-btn {
  color: #ffffff;
  text-align: center;
}
.unitsegment {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #3b5830;
}
.unitsegment .card-wrapper {
  background-color: #1a1a1a;
  padding: 95px 64px 0;
  margin: 6px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .unitsegment .card-wrapper {
    padding: 48px 24px 0;
    margin: 3px 0;
  }
}
.unitsegment .card-wrapper .gesture-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .unitsegment .card-wrapper .gesture-section-title {
    margin-bottom: 24px;
  }
}
.unitsegment .card-wrapper .text-wrapper .grip {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .unitsegment .card-wrapper .text-wrapper .grip {
    width: 100%;
    margin-bottom: 24px;
  }
}
.unitsegment .card-wrapper .pathwrap {
  margin-top: 110px;
  margin-bottom: -4rem;
}
@media (max-width: 992px) {
  .unitsegment .card-wrapper .pathwrap {
    margin-top: 24px;
    margin-bottom: -2rem;
  }
}
.unitsegment .card-wrapper .pathwrap img {
  display: inline-flex;
  width: 490px;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 40px 54px 40px #3b5830;
}
@media (max-width: 992px) {
  .unitsegment .card-wrapper .pathwrap img {
    height: 300px;
    width: 100%;
  }
}
.unitsegment .gesture-section-title {
  color: #000000;
}
.unitsegment .grip,
.unitsegment .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.unitsegment .gesture-section-title,
.unitsegment .gesture-section-btn,
.unitsegment .pathwrap {
  text-align: center;
  color: #bbddae;
}
.nest {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171717;
}
.nest .row {
  position: relative;
}
.nest .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #5c7d4f 50%, #7a9b6e);
  filter: blur(32px) blur(32px);
}
.nest .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .nest .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .nest .row {
    padding: 0 24px;
  }
}
.nest .fieldbox {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .nest .fieldbox {
    margin-bottom: 24px;
  }
}
.nest .fieldbox img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.nest .fieldbox .gesture-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .nest .fieldbox .gesture-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .nest .fieldbox .gesture-section-title {
    color: #bbddae;
  }
}
.nest .fieldbox .grip {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .nest .fieldbox .grip {
    color: #bbddae;
  }
}
.nest .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
}
@media (max-width: 425px) {
  .nest .list {
    justify-content: flex-start;
  }
}
.nest .list .fieldlayer {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .nest .list .fieldlayer {
    margin: 5px 30px 5px 0;
  }
}
.nest .footer1 {
  overflow: hidden;
}
.nest .gesture-section-title {
  color: #111111;
}
.nest .grip {
  color: #ffffff;
}
.nest .gesture-section-title,
.nest .pathwrap {
  color: #bbddae;
}
.nodeunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #171717;
}
@media (min-width: 991px) {
  .nodeunit {
    min-height: 170px !important;
  }
}
.nodeunit .container,
.nodeunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .nodeunit .container,
  .nodeunit .container-fluid {
    min-height: 170px !important;
  }
}
.nodeunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.nodeunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .nodeunit .top_menu {
    min-height: 110px !important;
  }
}
.nodeunit .navbar-caption:hover {
  color: #bbddae !important;
}
.nodeunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .nodeunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .nodeunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #3b5830;
  }
  .nodeunit .colpad {
    margin: 0;
  }
  .nodeunit .colpad img {
    margin: auto;
    width: auto;
  }
  .nodeunit .btn {
    white-space: nowrap;
  }
}
.nodeunit .nav-item:focus,
.nodeunit .nav-link:focus {
  outline: none;
}
.nodeunit ul.sectionrow {
  flex-wrap: wrap;
}
.nodeunit ul.sectionrow li {
  margin: auto;
}
.nodeunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #171717;
}
.nodeunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodeunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .top_menu {
    justify-content: space-between;
  }
  .nodeunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeunit .navbar .nav-link {
    padding: 5px !important;
  }
  .nodeunit .navbar .container-fluid,
  .nodeunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .nodeunit .navbar .colpad img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .nodeunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .nodeunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.nodeunit .navbar-brand .colpad a {
  outline: none;
}
.nodeunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.nodeunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbddae;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.nodeunit .navbar-dropdown {
  position: absolute;
}
.nodeunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.nodeunit a.nav-link:hover {
  color: #bbddae !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeunit .navbar {
    height: 77px;
  }
  .nodeunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.subbox {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a1a1a;
}
.subbox .card_block {
  border-radius: 10px;
  padding: 40px;
  background-color: #3b5830;
}
.subbox .gesture-section-subtitle {
  margin-bottom: 12px;
}
.subbox .content_block:hover .gesture-section-subtitle a {
  color: #bbddae !important;
}
@media (max-width: 767px) {
  .subbox .card_block {
    margin-bottom: 1.5rem;
    padding: 20px;
  }
}
.subbox .grip,
.subbox .gesture-section-btn {
  text-align: center;
  color: #bbddae;
}
.subbox .card_text {
  color: #ffffff;
  text-align: center;
}
.tilepad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1a1a;
}
.tilepad .grip {
  color: #ffffff;
}
.nest {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171717;
}
.nest .row {
  position: relative;
}
.nest .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #5c7d4f 50%, #7a9b6e);
  filter: blur(32px) blur(32px);
}
.nest .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .nest .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .nest .row {
    padding: 0 24px;
  }
}
.nest .fieldbox {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .nest .fieldbox {
    margin-bottom: 24px;
  }
}
.nest .fieldbox img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.nest .fieldbox .gesture-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .nest .fieldbox .gesture-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .nest .fieldbox .gesture-section-title {
    color: #bbddae;
  }
}
.nest .fieldbox .grip {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .nest .fieldbox .grip {
    color: #bbddae;
  }
}
.nest .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
}
@media (max-width: 425px) {
  .nest .list {
    justify-content: flex-start;
  }
}
.nest .list .fieldlayer {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .nest .list .fieldlayer {
    margin: 5px 30px 5px 0;
  }
}
.nest .footer1 {
  overflow: hidden;
}
.nest .gesture-section-title {
  color: #111111;
}
.nest .grip {
  color: #ffffff;
}
.nest .gesture-section-title,
.nest .pathwrap {
  color: #bbddae;
}
.nodeunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #171717;
}
@media (min-width: 991px) {
  .nodeunit {
    min-height: 170px !important;
  }
}
.nodeunit .container,
.nodeunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .nodeunit .container,
  .nodeunit .container-fluid {
    min-height: 170px !important;
  }
}
.nodeunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.nodeunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .nodeunit .top_menu {
    min-height: 110px !important;
  }
}
.nodeunit .navbar-caption:hover {
  color: #bbddae !important;
}
.nodeunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .nodeunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .nodeunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #3b5830;
  }
  .nodeunit .colpad {
    margin: 0;
  }
  .nodeunit .colpad img {
    margin: auto;
    width: auto;
  }
  .nodeunit .btn {
    white-space: nowrap;
  }
}
.nodeunit .nav-item:focus,
.nodeunit .nav-link:focus {
  outline: none;
}
.nodeunit ul.sectionrow {
  flex-wrap: wrap;
}
.nodeunit ul.sectionrow li {
  margin: auto;
}
.nodeunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #171717;
}
.nodeunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodeunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .top_menu {
    justify-content: space-between;
  }
  .nodeunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeunit .navbar .nav-link {
    padding: 5px !important;
  }
  .nodeunit .navbar .container-fluid,
  .nodeunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .nodeunit .navbar .colpad img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .nodeunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .nodeunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.nodeunit .navbar-brand .colpad a {
  outline: none;
}
.nodeunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.nodeunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbddae;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.nodeunit .navbar-dropdown {
  position: absolute;
}
.nodeunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.nodeunit a.nav-link:hover {
  color: #bbddae !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeunit .navbar {
    height: 77px;
  }
  .nodeunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.interfacerow {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a1a1a;
}
.interfacerow .card_block {
  border-radius: 10px;
  padding: 40px;
  background-color: #3b5830;
}
.interfacerow .gesture-section-subtitle {
  margin-bottom: 12px;
}
.interfacerow .content_block:hover .gesture-section-subtitle a {
  color: #bbddae !important;
}
@media (max-width: 767px) {
  .interfacerow .card_block {
    margin-bottom: 1.5rem;
    padding: 20px;
  }
}
.interfacerow .grip,
.interfacerow .gesture-section-btn {
  text-align: center;
  color: #bbddae;
}
.interfacerow .card_text {
  color: #ffffff;
  text-align: center;
}
.mainbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1a1a;
}
.mainbox .grip {
  color: #ffffff;
}
.nest {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171717;
}
.nest .row {
  position: relative;
}
.nest .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #5c7d4f 50%, #7a9b6e);
  filter: blur(32px) blur(32px);
}
.nest .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .nest .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .nest .row {
    padding: 0 24px;
  }
}
.nest .fieldbox {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .nest .fieldbox {
    margin-bottom: 24px;
  }
}
.nest .fieldbox img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.nest .fieldbox .gesture-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .nest .fieldbox .gesture-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .nest .fieldbox .gesture-section-title {
    color: #bbddae;
  }
}
.nest .fieldbox .grip {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .nest .fieldbox .grip {
    color: #bbddae;
  }
}
.nest .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
}
@media (max-width: 425px) {
  .nest .list {
    justify-content: flex-start;
  }
}
.nest .list .fieldlayer {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .nest .list .fieldlayer {
    margin: 5px 30px 5px 0;
  }
}
.nest .footer1 {
  overflow: hidden;
}
.nest .gesture-section-title {
  color: #111111;
}
.nest .grip {
  color: #ffffff;
}
.nest .gesture-section-title,
.nest .pathwrap {
  color: #bbddae;
}
.nodeunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #171717;
}
@media (min-width: 991px) {
  .nodeunit {
    min-height: 170px !important;
  }
}
.nodeunit .container,
.nodeunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .nodeunit .container,
  .nodeunit .container-fluid {
    min-height: 170px !important;
  }
}
.nodeunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.nodeunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .nodeunit .top_menu {
    min-height: 110px !important;
  }
}
.nodeunit .navbar-caption:hover {
  color: #bbddae !important;
}
.nodeunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .nodeunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .nodeunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #3b5830;
  }
  .nodeunit .colpad {
    margin: 0;
  }
  .nodeunit .colpad img {
    margin: auto;
    width: auto;
  }
  .nodeunit .btn {
    white-space: nowrap;
  }
}
.nodeunit .nav-item:focus,
.nodeunit .nav-link:focus {
  outline: none;
}
.nodeunit ul.sectionrow {
  flex-wrap: wrap;
}
.nodeunit ul.sectionrow li {
  margin: auto;
}
.nodeunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #171717;
}
.nodeunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodeunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .top_menu {
    justify-content: space-between;
  }
  .nodeunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeunit .navbar .nav-link {
    padding: 5px !important;
  }
  .nodeunit .navbar .container-fluid,
  .nodeunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .nodeunit .navbar .colpad img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .nodeunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .nodeunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.nodeunit .navbar-brand .colpad a {
  outline: none;
}
.nodeunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.nodeunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbddae;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.nodeunit .navbar-dropdown {
  position: absolute;
}
.nodeunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.nodeunit a.nav-link:hover {
  color: #bbddae !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeunit .navbar {
    height: 77px;
  }
  .nodeunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodewrap {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a1a1a;
}
.nodewrap .card_block {
  border-radius: 10px;
  padding: 40px;
  background-color: #3b5830;
}
.nodewrap .gesture-section-subtitle {
  margin-bottom: 12px;
}
.nodewrap .content_block:hover .gesture-section-subtitle a {
  color: #bbddae !important;
}
@media (max-width: 767px) {
  .nodewrap .card_block {
    margin-bottom: 1.5rem;
    padding: 20px;
  }
}
.nodewrap .grip,
.nodewrap .gesture-section-btn {
  text-align: center;
  color: #bbddae;
}
.nodewrap .card_text {
  color: #ffffff;
  text-align: center;
}
.bodycore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1a1a;
}
.bodycore .grip {
  color: #ffffff;
}
.nest {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171717;
}
.nest .row {
  position: relative;
}
.nest .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #5c7d4f 50%, #7a9b6e);
  filter: blur(32px) blur(32px);
}
.nest .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .nest .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .nest .row {
    padding: 0 24px;
  }
}
.nest .fieldbox {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .nest .fieldbox {
    margin-bottom: 24px;
  }
}
.nest .fieldbox img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.nest .fieldbox .gesture-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .nest .fieldbox .gesture-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .nest .fieldbox .gesture-section-title {
    color: #bbddae;
  }
}
.nest .fieldbox .grip {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .nest .fieldbox .grip {
    color: #bbddae;
  }
}
.nest .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
}
@media (max-width: 425px) {
  .nest .list {
    justify-content: flex-start;
  }
}
.nest .list .fieldlayer {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .nest .list .fieldlayer {
    margin: 5px 30px 5px 0;
  }
}
.nest .footer1 {
  overflow: hidden;
}
.nest .gesture-section-title {
  color: #111111;
}
.nest .grip {
  color: #ffffff;
}
.nest .gesture-section-title,
.nest .pathwrap {
  color: #bbddae;
}
.nodeunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #171717;
}
@media (min-width: 991px) {
  .nodeunit {
    min-height: 170px !important;
  }
}
.nodeunit .container,
.nodeunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .nodeunit .container,
  .nodeunit .container-fluid {
    min-height: 170px !important;
  }
}
.nodeunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.nodeunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .nodeunit .top_menu {
    min-height: 110px !important;
  }
}
.nodeunit .navbar-caption:hover {
  color: #bbddae !important;
}
.nodeunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .nodeunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .nodeunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #3b5830;
  }
  .nodeunit .colpad {
    margin: 0;
  }
  .nodeunit .colpad img {
    margin: auto;
    width: auto;
  }
  .nodeunit .btn {
    white-space: nowrap;
  }
}
.nodeunit .nav-item:focus,
.nodeunit .nav-link:focus {
  outline: none;
}
.nodeunit ul.sectionrow {
  flex-wrap: wrap;
}
.nodeunit ul.sectionrow li {
  margin: auto;
}
.nodeunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #171717;
}
.nodeunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodeunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .top_menu {
    justify-content: space-between;
  }
  .nodeunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeunit .navbar .nav-link {
    padding: 5px !important;
  }
  .nodeunit .navbar .container-fluid,
  .nodeunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .nodeunit .navbar .colpad img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .nodeunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .nodeunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.nodeunit .navbar-brand .colpad a {
  outline: none;
}
.nodeunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.nodeunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbddae;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.nodeunit .navbar-dropdown {
  position: absolute;
}
.nodeunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.nodeunit a.nav-link:hover {
  color: #bbddae !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeunit .navbar {
    height: 77px;
  }
  .nodeunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilemap {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1a1a1a;
}
.tilemap .card_block {
  border-radius: 10px;
  padding: 40px;
  background-color: #3b5830;
}
.tilemap .gesture-section-subtitle {
  margin-bottom: 12px;
}
.tilemap .content_block:hover .gesture-section-subtitle a {
  color: #bbddae !important;
}
@media (max-width: 767px) {
  .tilemap .card_block {
    margin-bottom: 1.5rem;
    padding: 20px;
  }
}
.tilemap .grip,
.tilemap .gesture-section-btn {
  text-align: center;
  color: #7a9b6e;
}
.tilemap .card_text {
  text-align: center;
}
.ridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1a1a;
}
.ridge .grip {
  color: #ffffff;
}
.nest {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171717;
}
.nest .row {
  position: relative;
}
.nest .row .blur-circle {
  position: absolute;
  bottom: -4rem;
  left: auto;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #5c7d4f 50%, #7a9b6e);
  filter: blur(32px) blur(32px);
}
.nest .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .nest .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .nest .row {
    padding: 0 24px;
  }
}
.nest .fieldbox {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .nest .fieldbox {
    margin-bottom: 24px;
  }
}
.nest .fieldbox img {
  display: inline-block;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.nest .fieldbox .gesture-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .nest .fieldbox .gesture-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .nest .fieldbox .gesture-section-title {
    color: #bbddae;
  }
}
.nest .fieldbox .grip {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .nest .fieldbox .grip {
    color: #bbddae;
  }
}
.nest .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
}
@media (max-width: 425px) {
  .nest .list {
    justify-content: flex-start;
  }
}
.nest .list .fieldlayer {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .nest .list .fieldlayer {
    margin: 5px 30px 5px 0;
  }
}
.nest .footer1 {
  overflow: hidden;
}
.nest .gesture-section-title {
  color: #111111;
}
.nest .grip {
  color: #ffffff;
}
.nest .gesture-section-title,
.nest .pathwrap {
  color: #bbddae;
}
.nodeunit {
  position: relative;
  overflow: visible;
  min-height: 110px !important;
  background: #171717;
}
@media (min-width: 991px) {
  .nodeunit {
    min-height: 170px !important;
  }
}
.nodeunit .container,
.nodeunit .container-fluid {
  min-height: 110px !important;
}
@media (min-width: 991px) {
  .nodeunit .container,
  .nodeunit .container-fluid {
    min-height: 170px !important;
  }
}
.nodeunit .nav-link {
  position: relative;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 600;
}
.nodeunit .top_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
}
@media (max-width: 991px) {
  .nodeunit .top_menu {
    min-height: 110px !important;
  }
}
.nodeunit .navbar-caption:hover {
  color: #bbddae !important;
}
.nodeunit .menu_wrapper {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .nodeunit .top_menu {
    min-height: 58px;
    position: relative;
  }
  .nodeunit .top_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #3b5830;
  }
  .nodeunit .colpad {
    margin: 0;
  }
  .nodeunit .colpad img {
    margin: auto;
    width: auto;
  }
  .nodeunit .btn {
    white-space: nowrap;
  }
}
.nodeunit .nav-item:focus,
.nodeunit .nav-link:focus {
  outline: none;
}
.nodeunit ul.sectionrow {
  flex-wrap: wrap;
}
.nodeunit ul.sectionrow li {
  margin: auto;
}
.nodeunit .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #171717;
}
.nodeunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (min-width: 992px) {
  .nodeunit .navbar .navbar-collapse {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .navbar-collapse {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .nodeunit .navbar .top_menu {
    justify-content: space-between;
  }
  .nodeunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeunit .navbar .nav-link {
    padding: 5px !important;
  }
  .nodeunit .navbar .container-fluid,
  .nodeunit .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .nodeunit .navbar .colpad img {
    margin: auto;
    width: auto;
    height: 3.6rem !important;
  }
  .nodeunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    min-height: 50px;
  }
  .nodeunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.nodeunit .navbar-brand .colpad a {
  outline: none;
}
.nodeunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.nodeunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bbddae;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.nodeunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.nodeunit .navbar-dropdown {
  position: absolute;
}
.nodeunit a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.nodeunit a.nav-link:hover {
  color: #bbddae !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeunit .navbar {
    height: 77px;
  }
  .nodeunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(-10%) scale(1.05);
  }
  70% {
    transform: translateY(5%) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10%) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
}
.target {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s ease;
}
.target.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: bounceIn 0.8s ease-out forwards;
}
.target p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#cookieBanner button,
.target button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow:
    5px 5px 10px rgba(0, 0, 0, 0.2),
    -5px -5px 10px rgba(255, 255, 255, 0.8);
  text-align: center;
}
#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}
#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.3),
    inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}
#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .target {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 16px !important;
    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    z-index: 2147483647 !important;
    transform: translateX(-50%) translateY(20px) scale(0.95) !important;
  }
  .target.show {
    transform: translateX(-50%) translateY(0) scale(1) !important;
  }
  #cookieBanner button,
  .target button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 480px) {
  .target {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }
  #cookieBanner button,
  .target button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    75% {
        transform: translateX(-5px);
    }
}
.navbar-brand {
    animation: shake 0.8s ease-in-out;
}
.ttc-form {
  padding: 0 !important;
  background: transparent;
}
.ttc-form #customForm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  color: #222;
  font-size: 16px;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.ttc-form #customForm .form-group {
  margin-bottom: 24px;
}
.ttc-form #customForm .form-group .form-control,
.ttc-form #customForm .form-group input.form-control,
.ttc-form #customForm .form-group textarea.form-control {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px;
  color: #222 !important;
  transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.ttc-form #customForm textarea.form-control {
  min-height: 160px !important;
  resize: vertical !important;
  border-radius: 0 !important;
}
.ttc-form #customForm .form-control:focus {
  outline: none !important;
  background: #fff !important;
  border-color: #3b6cff !important;
  box-shadow: 0 0 0 3px rgba(59,108,255,.2) !important;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #555;
  opacity: 1;
}
.ttc-form #customForm ::placeholder {
  color: #555;
  opacity: 1;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border: none !important;
  border-radius: 0 !important;
  background: #3b6cff;
  color: #fff;
  cursor: pointer;
  transition: background .3s ease, transform .1s ease;
}
.ttc-form #customForm .btn:hover {
  background: #2f58e6;
  transform: translateY(-1px);
}
.ttc-form #customForm small {
  font-size: 12px;
  color: #666;
}
.ttc-form #customForm a {
  color: #c47b22;
  text-decoration: none;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}
.ttc-form #customForm [data-for="captcha"],
.ttc-form #customForm [data-for^="consent_"] {
  margin-bottom: 20px;
}
.ttc-form #customForm .bodyunit,
.ttc-form #customForm .slotunit {
  width: 100%;
  border: 1px solid #c7c9ce !important;
  background: #f2f3f5 !important;
  padding: 14px 16px !important;
  border-radius: 0 !important;
  text-align: left;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05);
}
.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for^="consent_"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #2e2e2e;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
}
.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for^="consent_"] input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #3b6cff;
}
.ttc-form #customForm .alert {
  border-radius: 0 !important;
  font-size: 14px;
  padding: 14px 16px;
  background: rgba(70,200,95,.45) !important;
  border: 1px solid rgba(20,120,40,.7) !important;
  color: #0a2d12 !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 0 16px !important;
  }
  .ttc-form #customForm {
    padding: 24px 20px;
    margin: 20px auto 0;
    max-width: 100%;
  }
  .ttc-form #customForm .form-group .form-control {
    font-size: 15px;
    padding: 12px 14px !important;
  }
  .ttc-form #customForm .btn {
    width: 100%;
    font-size: 15px;
    padding: 14px 20px;
  }
}
@media (max-width: 420px) {
  .ttc-form #customForm {
    padding: 20px 15px;
  }
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/solid2.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #006c00, #00cc00);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
