@charset "UTF-8";
:root {
  --bs-primary-rgb: 13, 110, 253;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --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-black-rgb: 0, 0, 0;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}
*,
*::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;
}
 h5, .h5, 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;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  text-transform: none;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
.stacksegment {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .stacksegment {
    font-size: 5rem;
  }
}
.trunk {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .trunk {
    font-size: 4.5rem;
  }
}
.holdwrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .holdwrap {
    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;
  }
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .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.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.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-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.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);
}
.flowunit {
  --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;
}
.flowunit .nav-link.active, .flowunit .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 .flowunit {
    flex-direction: row;
  }
  .navbar-expand-lg .flowunit .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-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);
}
.coversegment {
  --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);
}
.splitlayer {
  --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;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.w-100 {
  width: 100% !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
.m-auto {
  margin: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.text-center {
  text-align: center !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 576px) {
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .boxcore {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .boxcore 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; }
@charset "UTF-8";
@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}
button {
  background-color: transparent;
  border-color: transparent;
}
section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}
a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
.tool-section-title {
  font-style: normal;
  line-height: 1.3;
}
.tool-section-subtitle {
  line-height: 1.3;
}
.tool-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2,
h3,
h5,
.stacksegment,
.trunk,
.holdwrap,
.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;
}
.tool-white {
  color: #ffffff;
}
.tool-black {
  color: #111111;
}
.edgebox {
  text-align: left;
}
.host {
  text-align: center;
}
.tool-light {
  font-weight: 300;
}
.tool-regular {
  font-weight: 400;
}
.tool-semibold {
  font-weight: 500;
}
.tool-bold {
  font-weight: 700;
}
.cellbox {
  flex-basis: 100%;
}
img {
  display: block;
  width: 100%;
}
.card {
  background-color: transparent;
  border: none;
}
.tool-figure {
  align-self: center;
}
.tool-figure img {
  width: 100%;
}
@media (max-width: 991px) {
  .tool-figure {
    width: 100% !important;
  }
}
.tool-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 .tool-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}
.tool-regular {
  font-weight: 400;
}
.tool-semibold {
  font-weight: 500;
}
.tool-bold {
  font-weight: 700;
}
[type=submit] {
  -webkit-appearance: none;
}
.tool-fullscreen .tool-overlay {
  min-height: 100vh;
}
.tool-fullscreen {
  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 .boxcore 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 .flowunit.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}
.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}
.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}
.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.justify-content-center {
  -webkit-justify-content: center;
}
.card-wrapper {
  -webkit-flex: 1;
}
.form-group:focus {
  outline: none;
}
.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
form .tool-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}
textarea.form-control {
  line-height: 1.5rem !important;
}
.form-group {
  margin-bottom: 1.2rem;
}
.form-control,
form .btn {
  min-height: 48px;
}
.form-control:focus {
  box-shadow: none;
}
.tool-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}
ul,
blockquote {
  margin-bottom: 2.3125rem;
}
.mt-4 {
  margin-top: 2rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}
.item {
  position: relative;
}
@font-face {
  font-family: 'collaboration2';
  font-display: swap;
  src:  url('fonts/prototype2.eot');
  src:  url('fonts/prototype2.eot') format('embedded-opentype'),
    url('fonts/prototype2.woff2') format('woff2'),
    url('fonts/prototype2.woff') format('woff'),
    url('fonts/prototype2.ttf') format('truetype'),
    url('fonts/prototype2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Nunito;
}
.stacksegment {
  font-family: 'Nunito', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.trunk {
  font-family: 'Nunito', sans-serif;
  font-size: 2.9rem;
  line-height: 1.3;
}
.holdwrap {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .stacksegment {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .stacksegment {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .trunk {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .holdwrap {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #497f31 !important;
  border-color: #497f31 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #254019 !important;
  border-color: #254019 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #254019 !important;
  border-color: #254019 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffd84c !important;
  border-color: #ffd84c !important;
  color: #4c3b00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #f4bf00 !important;
  border-color: #f4bf00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:disabled {
  color: #4c3b00 !important;
  background-color: #f4bf00 !important;
  border-color: #f4bf00 !important;
}
.text-primary {
  color: #000000 !important;
}
.text-success {
  color: #ffd84c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e5b300 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.coversegment {
  background-color: #70c770;
}
.splitlayer {
  background-color: #29461c;
}
.tool-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #000000;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
blockquote {
  border-color: #000000;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.tool-section-btn .btn {
  max-height: 57px;
  padding: 12px 36px 12px;
  transition: all .3s ease;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.boxbridge .navbar-dropdown {
  position: relative !important;
}
.boxbridge .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .boxbridge .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.boxbridge .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .boxbridge .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.boxbridge .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.boxbridge .nav-link:hover:before {
  background-color: currentColor !important;
}
.boxbridge .container {
  display: flex;
  margin: auto;
}
.boxbridge .flowunit {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .boxbridge .flowunit {
    align-items: center;
  }
}
.boxbridge .nav-item:focus,
.boxbridge .nav-link:focus {
  outline: none;
}
.boxbridge .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.boxbridge .navbar .boxcore img {
  width: auto;
}
.boxbridge .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boxbridge .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxbridge .navbar .boxcore img {
    height: 3rem !important;
  }
  .boxbridge .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .boxbridge .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxbridge .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .boxbridge .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.boxbridge .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.boxbridge .navbar-brand .boxcore a {
  outline: none;
}
.boxbridge .navbar-expand-lg .flowunit .nav-link {
  padding: 0;
}
.boxbridge ul.flowunit {
  flex-wrap: wrap;
}
.boxbridge .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.boxbridge button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.boxbridge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #29461c;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.boxbridge .navbar-dropdown {
  padding: 0 1rem;
}
.boxbridge a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxbridge .navbar {
    height: 70px;
  }
  .boxbridge .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxbridge .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .boxbridge .container-fluid {
    padding: 0 40px;
  }
}
.boxbridge .structurebox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .boxbridge .structurebox {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .boxbridge .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
}
.boxbridge .tool-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: -moz-min-content;
  min-width: min-content;
}
@media (min-width: 992px) {
  .boxbridge .tool-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.boxbridge .tool-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .boxbridge .tool-section-btn .btn {
    width: 100%;
  }
}
.bodybox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #29461c;
}
.bodybox .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .bodybox .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .bodybox .container {
    padding: 0 20px;
  }
}
.bodybox .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .bodybox .row {
    padding: 50px 16px;
  }
}
.bodybox .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #497f31;
  filter: blur(120px);
}
.bodybox .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #ffeba5;
  filter: blur(150px);
}
.bodybox .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.bodybox .row .gridunit {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .bodybox .row .gridunit {
    margin-bottom: 50px;
  }
}
.bodybox .row .gridunit .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .bodybox .row .gridunit .desc-wrapper {
    margin-bottom: 32px;
  }
}
.bodybox .row .gridunit .desc-wrapper .tool-desc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: .5;
}
.bodybox .row .gridunit .tool-section-title {
  margin-bottom: 32px;
}
.bodybox .row .gridunit .tool-text {
  margin-bottom: 32px;
}
.bodybox .row .spanlayer {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .bodybox .row .spanlayer {
    min-height: 450px;
  }
}
.bodybox .row .spanlayer img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.bodybox .row .spanlayer img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.bodybox .row .spanlayer img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.bodybox .tool-desc {
  color: #ffffff;
}
.bodybox .tool-section-title {
  color: #ffffff;
}
.bodybox .tool-text {
  color: #000000;
}
.bodybox .tool-section-title,
.bodybox .tool-section-btn {
  color: #000000;
}
.formunit {
  padding-top: 6rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #29461c;
}
.formunit .row {
  position: relative;
}
.formunit .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #29461c 50%, #ffd84c);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .formunit .row .blur-circle {
    display: none;
  }
}
.formunit .row {
  justify-content: center;
}
.formunit .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .formunit .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .formunit .row {
    padding: 0 24px;
  }
}
.formunit .row.row-wrapper {
  padding: 64px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.formunit .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #ffd84c;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .formunit .row.row-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .formunit .row.row-wrapper .card {
    margin-bottom: 32px;
  }
}
.formunit .row.row-wrapper .card .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .formunit .row.row-wrapper .card .text-wrapper {
    margin-bottom: 42px;
  }
}
.formunit .row.row-wrapper .card .text-wrapper .tool-section-title {
  margin-bottom: 0;
}
.formunit .row.row-wrapper .card .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.formunit .row.row-wrapper .card .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.formunit .row.row-wrapper .card .text-wrapper .tool-desc {
  margin: 30px 0 0 0;
}
.formunit .row.row-wrapper .card .text-wrapper .tool-text {
  margin: 30px 0 0 0;
}
.formunit .tool-section-title {
  color: #000000;
}
.formunit .tool-desc {
  color: #000000;
}
.formunit .tool-text {
  color: #000000;
}
.packwrap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #29461c;
}
.packwrap .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .packwrap .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.packwrap .card-wrapper .stack {
  position: absolute;
  left: -150px;
  bottom: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #ffd84c, #ffd84c 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .packwrap .card-wrapper .stack {
    width: 400px;
    height: 400px;
  }
}
.packwrap .card-wrapper .card {
  justify-content: center;
}
.packwrap .card-wrapper .dockwrap {
  position: relative;
  z-index: 1;
  width: 49%;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .packwrap .card-wrapper .dockwrap {
    padding: 0;
    width: 100%;
    margin-bottom: 22px;
  }
}
.packwrap .card-wrapper .dockwrap .coreunit {
  margin-bottom: 22px;
}
.packwrap .card-wrapper .dockwrap .coreunit .tool-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #497f31, #deb316 50%, #29461c);
}
.packwrap .card-wrapper .dockwrap .tool-section-title {
  margin-bottom: 22px;
}
.packwrap .card-wrapper .dockwrap .tool-text {
  margin-bottom: 0;
}
.packwrap .card-wrapper .dockwrap .tool-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .packwrap .card-wrapper .dockwrap .tool-section-btn {
    margin-top: 22px;
  }
}
.packwrap .card-wrapper .dockwrap .tool-section-btn .btn {
  margin-bottom: 0;
}
.packwrap .card-wrapper .spanlayer {
  position: relative;
  z-index: 1;
  width: 48%;
}
@media (max-width: 992px) {
  .packwrap .card-wrapper .spanlayer {
    width: 100%;
  }
}
.packwrap .card-wrapper .spanlayer img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .packwrap .card-wrapper .spanlayer img {
    height: 300px;
  }
}
.packwrap .tool-label,
.packwrap .coreunit {
  color: #1a0b54;
  text-align: center;
}
.packwrap .tool-section-title {
  color: #1a0b54;
}
.packwrap .tool-text {
  color: #000000;
}
.packwrap .tool-section-title,
.packwrap .tool-section-btn {
  color: #000000;
}
.gridunitbox {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  position: relative;
  background-color: #29461c;
}
.gridunitbox .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffd84c 0, #497f31 43%, #29461c 100%);
}
.gridunitbox .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffd84c 0, #497f31 43%, #29461c 100%);
}
@media (max-width: 992px) {
  .gridunitbox .container {
    padding: 0 30px;
  }
}
.gridunitbox .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.gridunitbox .gridunit .tool-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .gridunitbox .gridunit .tool-section-title {
    margin-bottom: 30px;
  }
}
.gridunitbox .text-wrapper {
  border-left: 1px solid #ffd84c;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .gridunitbox .text-wrapper {
    padding-left: 20px;
  }
}
.gridunitbox .text-wrapper .tool-text {
  margin-bottom: 0;
}
.gridunitbox .tool-section-title {
  color: #ffffff;
}
.gridunitbox .tool-text {
  color: #ffffff;
}
.nodemapunit {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #29461c;
}
.nodemapunit .row.card {
  padding: 0 90px;
  background-color: #ffffff;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .nodemapunit .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.nodemapunit .row.card .tool-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .nodemapunit .row.card .tool-section-title {
    margin: 32px 0 0 0;
  }
}
.nodemapunit .row.card .spanlayer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .nodemapunit .row.card .spanlayer {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .nodemapunit .row.card .spanlayer {
    display: block;
  }
}
.nodemapunit .row.card .spanlayer img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.nodemapunit .row.card .spanlayer img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .nodemapunit .row.card .spanlayer img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.nodemapunit .row.card .spanlayer img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .nodemapunit .row.card .spanlayer img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.nodemapunit .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .nodemapunit .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.nodemapunit .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.nodemapunit .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #ffd84c;
  transition: all .3s ease;
}
.nodemapunit .row.card .text-wrapper .tool-text {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.nodemapunit .row.card .text-wrapper .tool-section-btn {
  position: relative;
  z-index: 1;
}
.nodemapunit .tool-section-title {
  color: #000000;
}
.nodemapunit .tool-section-subtitle {
  color: #101511;
  text-align: center;
}
.nodemapunit .tool-text {
  color: #6e716f;
}
.nodemapunit .tool-text,
.nodemapunit .tool-section-btn {
  color: #000000;
}
.bandwrap {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #29461c;
}
.bandwrap .geometry {
  position: absolute;
}
.bandwrap .geometry_left {
  left: -70px;
  bottom: 230px;
}
.bandwrap .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.bandwrap .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #497f31;
  border-radius: 100px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .bandwrap .card-block {
    width: 100%;
  }
}
.bandwrap blockquote {
  border-color: #ffffff;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
.bandwrap blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .bandwrap blockquote {
    padding: 2rem 1rem;
  }
  .bandwrap .geometry {
    position: absolute;
  }
  .bandwrap .geometry__circle,
  .bandwrap .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .bandwrap .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .bandwrap blockquote {
    padding: 3rem;
  }
}
@media (min-width: 768px) {
  .bandwrap .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .bandwrap blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.bandwrap .tool-text {
  text-align: center;
  color: #000000;
}
.bandwrap .tool-section-title {
  color: #000000;
}
.wrapper {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #29461c;
}
.wrapper img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .wrapper img {
    height: 350px;
  }
}
.wrapper .tool-section-title {
  color: #ffffff;
  text-align: left;
}
.wrapper .tool-section-subtitle {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 992px) {
  .wrapper .item-wrapper {
    margin-bottom: 2rem;
  }
}
.containbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.containbox .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .containbox .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .containbox .container {
    padding: 0 24px;
  }
}
.containbox .row {
  justify-content: center;
  padding-bottom: 200px;
}
.containbox .gridunit {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.containbox .gridunit .foldbox {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #ffd84c;
  margin-bottom: 16px;
}
.containbox .gridunit .foldbox .tool-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .containbox .gridunit .foldbox .tool-section-title {
    margin-right: 20px;
  }
}
.containbox .gridunit .foldbox .tool-section-btn .btn {
  width: 80px;
  height: 30px;
}
.containbox .gridunit .foldbox .tool-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.containbox .gridunit .foldbox .tool-section-btn .btn:hover,
.containbox .gridunit .foldbox .tool-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.containbox .gridunit .tool-text {
  margin-bottom: 0;
}
.containbox .gridlayer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #ffd84c;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .containbox .gridlayer {
    display: block;
  }
}
.containbox .gridlayer .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.containbox .gridlayer .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.containbox .gridlayer .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffd84c -5%, #497f31 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.containbox .gridlayer .list-wrap .list .item-wrap:hover::before,
.containbox .gridlayer .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.containbox .gridlayer .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.containbox .tool-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
}
.containbox .bodylayer {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.containbox .bodylayer .bodywrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.containbox .bodylayer .decor_1 {
  background-color: #497f31;
}
.containbox .bodylayer .decor_2 {
  background-color: #29461c;
}
.containbox .bodylayer .decor_3 {
  background-color: #4a3a00;
}
.containbox .bodylayer .decor_4 {
  background-color: #123c00;
}
.containbox .tool-section-title {
  color: #141414;
}
.containbox .tool-text {
  color: #141414;
}
.containbox .list {
  color: #ffffff;
  text-align: center;
}
.containbox .tool-text,
.containbox .gridunit {
  text-align: center;
  color: #ffffff;
}
.containbox .tool-section-title,
.containbox .gridunit {
  color: #ffffff;
}
.boxbridge .navbar-dropdown {
  position: relative !important;
}
.boxbridge .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .boxbridge .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.boxbridge .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .boxbridge .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.boxbridge .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.boxbridge .nav-link:hover:before {
  background-color: currentColor !important;
}
.boxbridge .container {
  display: flex;
  margin: auto;
}
.boxbridge .flowunit {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .boxbridge .flowunit {
    align-items: center;
  }
}
.boxbridge .nav-item:focus,
.boxbridge .nav-link:focus {
  outline: none;
}
.boxbridge .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.boxbridge .navbar .boxcore img {
  width: auto;
}
.boxbridge .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boxbridge .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxbridge .navbar .boxcore img {
    height: 3rem !important;
  }
  .boxbridge .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .boxbridge .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxbridge .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .boxbridge .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.boxbridge .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.boxbridge .navbar-brand .boxcore a {
  outline: none;
}
.boxbridge .navbar-expand-lg .flowunit .nav-link {
  padding: 0;
}
.boxbridge ul.flowunit {
  flex-wrap: wrap;
}
.boxbridge .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.boxbridge button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.boxbridge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #29461c;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.boxbridge .navbar-dropdown {
  padding: 0 1rem;
}
.boxbridge a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxbridge .navbar {
    height: 70px;
  }
  .boxbridge .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxbridge .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .boxbridge .container-fluid {
    padding: 0 40px;
  }
}
.boxbridge .structurebox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .boxbridge .structurebox {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .boxbridge .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
}
.boxbridge .tool-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: -moz-min-content;
  min-width: min-content;
}
@media (min-width: 992px) {
  .boxbridge .tool-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.boxbridge .tool-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .boxbridge .tool-section-btn .btn {
    width: 100%;
  }
}
.subunit {
  background-color: #29461c;
}
.subunit .dockwrap {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .subunit .dockwrap {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .subunit .dockwrap {
    padding: 36px 24px;
    min-height: auto;
  }
}
.subunit .dockwrap .rowsegment img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subunit .dockwrap .rowsegment::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffd84c;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.subunit .dockwrap .tool-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .subunit .dockwrap .tool-section-title {
    margin-bottom: 32px;
  }
}
.subunit .dockwrap .text-wrapper {
  position: relative;
  z-index: 2;
}
.subunit .dockwrap .text-wrapper .tool-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .subunit .dockwrap .text-wrapper .tool-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.subunit .dockwrap .tool-section-btn {
  position: relative;
  z-index: 2;
}
.subunit .tool-section-title {
  color: #000000;
}
.subunit .tool-text {
  color: #000000;
}
.subunit .tool-section-title,
.subunit .tool-section-btn {
  color: #ffffff;
}
.subunit .tool-text,
.subunit .text-wrapper {
  color: #ffffff;
}
.buildbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #29461c;
}
.buildbox .geometry {
  position: absolute;
}
.buildbox .geometry_left {
  left: -70px;
}
.buildbox .geometry__square {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.buildbox .geometry__square-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #497f31;
  border-radius: 100px;
  margin: 0.5rem;
}
.buildbox .geometry_bottom-left {
  left: 140px;
  bottom: 40px;
}
.buildbox blockquote {
  border-color: #ffffff;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
.buildbox blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .buildbox blockquote {
    padding: 2rem 1rem;
  }
  .buildbox .geometry {
    position: absolute;
  }
  .buildbox .geometry__square,
  .buildbox .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
  .buildbox .geometry_bottom-left {
    left: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .buildbox blockquote {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .buildbox .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .buildbox .box-shadow {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .buildbox blockquote {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .buildbox .geometry__square-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .buildbox blockquote:hover .geometry__square-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.buildbox .tool-text {
  color: #000000;
}
.coverbox {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #29461c;
}
@media (min-width: 1400px) {
  .coverbox .container {
    max-width: 1200px;
  }
}
.coverbox .row {
  justify-content: space-between;
}
.coverbox .text-wrapper {
  border-left: 4px solid #000000;
  padding-left: 2rem;
}
.coverbox .rowsegment {
  overflow: hidden;
}
.coverbox .card-wrap:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .coverbox .card-wrap {
    margin-bottom: 2rem;
  }
}
.coverbox .card-wrap .rowsegment img {
  width: 100%;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.coverbox .card-text,
.coverbox .tool-section-btn {
  color: #ffffff;
}
.coverbox .subbox {
  color: #353535;
}
.coverbox .tool-section-title {
  color: #ffd84c;
}
.coverbox .subbox,
.coverbox .tool-section-btn {
  color: #ffffff;
}
.innerpad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #29461c;
}
.innerpad .geometry {
  position: absolute;
}
.innerpad .geometry_left {
  left: -70px;
}
.innerpad .geometry__square {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.innerpad .geometry__square-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #497f31;
  border-radius: 100px;
  margin: 0.5rem;
}
.innerpad .geometry_bottom-left {
  left: 140px;
  bottom: 40px;
}
.innerpad blockquote {
  border-color: #ffffff;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
.innerpad blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .innerpad blockquote {
    padding: 2rem 1rem;
  }
  .innerpad .geometry {
    position: absolute;
  }
  .innerpad .geometry__square,
  .innerpad .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
  .innerpad .geometry_bottom-left {
    left: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .innerpad blockquote {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .innerpad .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .innerpad .box-shadow {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .innerpad blockquote {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .innerpad .geometry__square-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .innerpad blockquote:hover .geometry__square-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.innerpad .tool-text {
  color: #000000;
}
.containbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.containbox .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .containbox .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .containbox .container {
    padding: 0 24px;
  }
}
.containbox .row {
  justify-content: center;
  padding-bottom: 200px;
}
.containbox .gridunit {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.containbox .gridunit .foldbox {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #ffd84c;
  margin-bottom: 16px;
}
.containbox .gridunit .foldbox .tool-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .containbox .gridunit .foldbox .tool-section-title {
    margin-right: 20px;
  }
}
.containbox .gridunit .foldbox .tool-section-btn .btn {
  width: 80px;
  height: 30px;
}
.containbox .gridunit .foldbox .tool-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.containbox .gridunit .foldbox .tool-section-btn .btn:hover,
.containbox .gridunit .foldbox .tool-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.containbox .gridunit .tool-text {
  margin-bottom: 0;
}
.containbox .gridlayer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #ffd84c;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .containbox .gridlayer {
    display: block;
  }
}
.containbox .gridlayer .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.containbox .gridlayer .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.containbox .gridlayer .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffd84c -5%, #497f31 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.containbox .gridlayer .list-wrap .list .item-wrap:hover::before,
.containbox .gridlayer .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.containbox .gridlayer .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.containbox .tool-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
}
.containbox .bodylayer {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.containbox .bodylayer .bodywrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.containbox .bodylayer .decor_1 {
  background-color: #497f31;
}
.containbox .bodylayer .decor_2 {
  background-color: #29461c;
}
.containbox .bodylayer .decor_3 {
  background-color: #4a3a00;
}
.containbox .bodylayer .decor_4 {
  background-color: #123c00;
}
.containbox .tool-section-title {
  color: #141414;
}
.containbox .tool-text {
  color: #141414;
}
.containbox .list {
  color: #ffffff;
  text-align: center;
}
.containbox .tool-text,
.containbox .gridunit {
  text-align: center;
  color: #ffffff;
}
.containbox .tool-section-title,
.containbox .gridunit {
  color: #ffffff;
}
.boxbridge .navbar-dropdown {
  position: relative !important;
}
.boxbridge .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .boxbridge .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.boxbridge .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .boxbridge .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.boxbridge .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.boxbridge .nav-link:hover:before {
  background-color: currentColor !important;
}
.boxbridge .container {
  display: flex;
  margin: auto;
}
.boxbridge .flowunit {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .boxbridge .flowunit {
    align-items: center;
  }
}
.boxbridge .nav-item:focus,
.boxbridge .nav-link:focus {
  outline: none;
}
.boxbridge .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.boxbridge .navbar .boxcore img {
  width: auto;
}
.boxbridge .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boxbridge .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxbridge .navbar .boxcore img {
    height: 3rem !important;
  }
  .boxbridge .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .boxbridge .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxbridge .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .boxbridge .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.boxbridge .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.boxbridge .navbar-brand .boxcore a {
  outline: none;
}
.boxbridge .navbar-expand-lg .flowunit .nav-link {
  padding: 0;
}
.boxbridge ul.flowunit {
  flex-wrap: wrap;
}
.boxbridge .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.boxbridge button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.boxbridge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #29461c;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.boxbridge .navbar-dropdown {
  padding: 0 1rem;
}
.boxbridge a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxbridge .navbar {
    height: 70px;
  }
  .boxbridge .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxbridge .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .boxbridge .container-fluid {
    padding: 0 40px;
  }
}
.boxbridge .structurebox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .boxbridge .structurebox {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .boxbridge .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
}
.boxbridge .tool-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: -moz-min-content;
  min-width: min-content;
}
@media (min-width: 992px) {
  .boxbridge .tool-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.boxbridge .tool-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .boxbridge .tool-section-btn .btn {
    width: 100%;
  }
}
.stackbox {
  background-image: url("images/deep2.jpg");
}
.stackbox .card-wrapper {
  padding: 120px 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .stackbox .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .stackbox .card-wrapper {
    padding: 40px 20px;
  }
}
.stackbox .card-wrapper .coreunit {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .stackbox .card-wrapper .coreunit {
    margin-bottom: 20px;
  }
}
.stackbox .card-wrapper .coreunit .tool-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.stackbox .card-wrapper .tool-section-title {
  margin-bottom: 20px;
}
.stackbox .card-wrapper .text-wrapper .tool-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .stackbox .card-wrapper .text-wrapper .tool-text {
    width: 80%;
  }
}
.stackbox .tool-section-title {
  color: #19171c;
}
.stackbox .tool-label,
.stackbox .coreunit {
  color: #ffffff;
  text-align: center;
}
.stackbox .tool-text,
.stackbox .text-wrapper {
  color: #000000;
  text-align: center;
}
.stackbox .tool-section-title,
.stackbox .tool-section-btn {
  text-align: center;
  color: #000000;
}
.nodeband {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #29461c;
}
.nodeband .tool-overlay {
  padding: 0;
  background: #497f31;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.nodeband .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:%23000000'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%23ffffff'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%23ffd84c'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%2329461c'%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) {
  .nodeband .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.nodeband .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
}
.nodeband .tool-section-title,
.nodeband .tool-section-text,
.nodeband .tool-section-btn {
  z-index: 0;
}
.nodeband .tool-section-btn {
  color: #4c4c4c;
}
.nodeband .tool-section-text,
.nodeband .tool-section-btn {
  color: #000000;
}
.nodeband .tool-section-title {
  color: #000000;
}
.domtrack {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #497f31;
}
.domtrack .tool-overlay {
  padding: 0;
  background: #29461c;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
@media (max-width: 991px) {
  .domtrack .text-wrapper {
    padding-top: 30px;
  }
}
.domtrack .tool-text {
  margin-bottom: 20.4px;
}
.domtrack .tool-text,
.domtrack .tool-section-btn {
  text-align: left;
  color: #ffffff;
}
.domtrack .tool-section-subtitle {
  color: #ffd84c;
  text-align: left;
}
.domtrack .interfacebox {
  color: #ffffff;
  text-align: left;
}
.group {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #29461c;
}
.group .tool-overlay {
  padding: 0;
  background: #497f31;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.group .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:%23000000'%3E%3C/polygon%3E%3Cpolygon points='985,0 1964,0 1941,23 920,23' class='svg2' style='fill:%23ffffff'%3E%3C/polygon%3E%3Cpolygon points='1964,0 1964,469.65 1941,525.5 1941,23' class='svg3' style='fill:%23ffd84c'%3E%3C/polygon%3E%3Cpolygon points='1964,469.65 1964,920 1941,920 1941,525.5' class='svg4' style='fill:%2329461c'%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) {
  .group .svg-wrapper {
    top: -10px;
    right: 10px;
  }
}
.group .text-wrapper {
  padding: 70px 50px;
  margin: 0 auto;
  position: relative;
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
}
.group .tool-section-title,
.group .tool-section-text,
.group .tool-section-btn {
  z-index: 0;
}
.group .tool-section-btn {
  color: #4c4c4c;
}
.group .tool-section-text,
.group .tool-section-btn {
  color: #000000;
}
.group .tool-section-title {
  color: #000000;
}
.fieldcore {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  background: linear-gradient(45deg, #000000, #29461c);
}
@media (max-width: 767px) {
  .fieldcore .tool-text {
    text-align: center;
  }
}
.fieldcore .container-fluid {
  padding: 0;
}
@media (min-width: 992px) {
  .fieldcore .cellbox {
    max-width: 650px;
    padding: 5rem 2rem;
    margin: auto;
  }
}
.fieldcore .cellbox {
  padding: 5rem 2rem;
}
.fieldcore img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fieldcore .tool-figure {
  height: 100%;
}
.fieldcore .col-lg-5,
.fieldcore .col-lg-7 {
  padding: 0;
}
.fieldcore .row {
  margin: 0;
}
@media (max-width: 767px) {
  .fieldcore .cellbox {
    padding: 3rem 1rem;
  }
}
.containbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.containbox .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .containbox .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .containbox .container {
    padding: 0 24px;
  }
}
.containbox .row {
  justify-content: center;
  padding-bottom: 200px;
}
.containbox .gridunit {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.containbox .gridunit .foldbox {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #ffd84c;
  margin-bottom: 16px;
}
.containbox .gridunit .foldbox .tool-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .containbox .gridunit .foldbox .tool-section-title {
    margin-right: 20px;
  }
}
.containbox .gridunit .foldbox .tool-section-btn .btn {
  width: 80px;
  height: 30px;
}
.containbox .gridunit .foldbox .tool-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.containbox .gridunit .foldbox .tool-section-btn .btn:hover,
.containbox .gridunit .foldbox .tool-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.containbox .gridunit .tool-text {
  margin-bottom: 0;
}
.containbox .gridlayer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #ffd84c;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .containbox .gridlayer {
    display: block;
  }
}
.containbox .gridlayer .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.containbox .gridlayer .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.containbox .gridlayer .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffd84c -5%, #497f31 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.containbox .gridlayer .list-wrap .list .item-wrap:hover::before,
.containbox .gridlayer .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.containbox .gridlayer .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.containbox .tool-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
}
.containbox .bodylayer {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.containbox .bodylayer .bodywrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.containbox .bodylayer .decor_1 {
  background-color: #497f31;
}
.containbox .bodylayer .decor_2 {
  background-color: #29461c;
}
.containbox .bodylayer .decor_3 {
  background-color: #4a3a00;
}
.containbox .bodylayer .decor_4 {
  background-color: #123c00;
}
.containbox .tool-section-title {
  color: #141414;
}
.containbox .tool-text {
  color: #141414;
}
.containbox .list {
  color: #ffffff;
  text-align: center;
}
.containbox .tool-text,
.containbox .gridunit {
  text-align: center;
  color: #ffffff;
}
.containbox .tool-section-title,
.containbox .gridunit {
  color: #ffffff;
}
.boxbridge .navbar-dropdown {
  position: relative !important;
}
.boxbridge .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .boxbridge .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.boxbridge .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .boxbridge .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.boxbridge .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.boxbridge .nav-link:hover:before {
  background-color: currentColor !important;
}
.boxbridge .container {
  display: flex;
  margin: auto;
}
.boxbridge .flowunit {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .boxbridge .flowunit {
    align-items: center;
  }
}
.boxbridge .nav-item:focus,
.boxbridge .nav-link:focus {
  outline: none;
}
.boxbridge .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.boxbridge .navbar .boxcore img {
  width: auto;
}
.boxbridge .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boxbridge .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxbridge .navbar .boxcore img {
    height: 3rem !important;
  }
  .boxbridge .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .boxbridge .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxbridge .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .boxbridge .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.boxbridge .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.boxbridge .navbar-brand .boxcore a {
  outline: none;
}
.boxbridge .navbar-expand-lg .flowunit .nav-link {
  padding: 0;
}
.boxbridge ul.flowunit {
  flex-wrap: wrap;
}
.boxbridge .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.boxbridge button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.boxbridge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #29461c;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.boxbridge .navbar-dropdown {
  padding: 0 1rem;
}
.boxbridge a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxbridge .navbar {
    height: 70px;
  }
  .boxbridge .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxbridge .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .boxbridge .container-fluid {
    padding: 0 40px;
  }
}
.boxbridge .structurebox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .boxbridge .structurebox {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .boxbridge .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
}
.boxbridge .tool-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: -moz-min-content;
  min-width: min-content;
}
@media (min-width: 992px) {
  .boxbridge .tool-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.boxbridge .tool-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .boxbridge .tool-section-btn .btn {
    width: 100%;
  }
}
.bodysegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/narrow1.jpg");
}
.bodysegment .row::before {
  opacity: .2 !important;
}
.bodysegment .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .bodysegment .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .bodysegment .container {
    padding: 0 20px;
  }
}
.bodysegment .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .bodysegment .row {
    padding: 50px 16px;
  }
}
.bodysegment .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffd84c;
  filter: blur(120px);
}
.bodysegment .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #497f31;
  filter: blur(150px);
}
.bodysegment .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.bodysegment .row .spanlayer {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.bodysegment .row .spanlayer img {
  height: 400px;
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .bodysegment .row .spanlayer img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.bodysegment .row .gridunit {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .bodysegment .row .gridunit {
    margin-bottom: 50px;
  }
}
.bodysegment .row .gridunit .tool-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .bodysegment .row .gridunit .tool-section-title {
    margin-bottom: 32px;
  }
}
.bodysegment .row .gridunit .tool-text {
  margin-bottom: 32px;
}
.bodysegment .tool-desc {
  color: #ffffff;
}
.bodysegment .tool-section-title {
  color: #ffffff;
}
.bodysegment .tool-text {
  color: #ffffff;
  text-align: center;
}
.rowsegmentbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #29461c;
}
.rowsegmentbox .objectbox {
  padding: 60px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .rowsegmentbox .objectbox {
    padding: 30px 20px;
    display: block;
  }
}
.rowsegmentbox .objectbox .cont-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .rowsegmentbox .objectbox .cont-wrap {
    width: 100%;
  }
}
.rowsegmentbox .objectbox .cont-wrap .gridunit {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .rowsegmentbox .objectbox .cont-wrap .gridunit {
    margin-bottom: 40px;
  }
}
.rowsegmentbox .objectbox .cont-wrap .gridunit .desc-wrapper .tool-desc {
  display: inline-block;
  background-color: #ffd84c;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.rowsegmentbox .objectbox .cont-wrap .gridunit .tool-section-title {
  margin-bottom: 0;
}
.rowsegmentbox .objectbox .cont-wrap .gridunit .tool-section-title span {
  color: #000000;
}
.rowsegmentbox .tool-section-title {
  color: #404349;
}
.rowsegmentbox .tool-desc {
  color: #b19a7c;
}
.rowsegmentbox .tool-text {
  color: #000000;
  text-align: center;
}
.rowsegmentbox label {
  color: #404349;
}
.rowsegmentbox .tool-desc,
.rowsegmentbox .desc-wrapper {
  color: #000000;
  text-align: center;
}
.rowsegmentbox .tool-section-title,
.rowsegmentbox .foldbox {
  color: #000000;
  text-align: center;
}
.areaunit {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #29461c;
}
.areaunit .geometry {
  position: absolute;
}
.areaunit .geometry_left {
  left: -70px;
  bottom: 230px;
}
.areaunit .geometry__circle {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.areaunit .geometry__circle-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #497f31;
  border-radius: 100px;
  margin: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .areaunit .card-block {
    width: 100%;
  }
}
.areaunit blockquote {
  border-color: #ffffff;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
.areaunit blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .areaunit blockquote {
    padding: 2rem 1rem;
  }
  .areaunit .geometry {
    position: absolute;
  }
  .areaunit .geometry__circle,
  .areaunit .geometry__circle-bg {
    width: 66px;
    height: 66px;
  }
  .areaunit .geometry_left {
    left: -47px;
    bottom: 240px;
  }
}
@media (min-width: 992px) {
  .areaunit blockquote {
    padding: 3rem;
  }
}
@media (min-width: 768px) {
  .areaunit .geometry__circle-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .areaunit blockquote:hover .geometry__circle-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.areaunit .tool-text {
  text-align: center;
  color: #000000;
}
.areaunit .tool-section-title {
  color: #000000;
}
.target {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #29461c;
}
.target .row {
  position: relative;
}
.target .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #29461c 50%, #ffd84c);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .target .row .blur-circle {
    display: none;
  }
}
.target .row {
  justify-content: center;
}
.target .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .target .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .target .row {
    padding: 0 24px;
  }
}
.target .layoutgroup {
  padding-right: 40px;
  padding-right: 16px;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .target .layoutgroup {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .target .layoutgroup {
    padding: 0 12px;
    margin-bottom: 3rem;
  }
}
.target .text-card {
  padding-left: 40px;
  padding-left: 16px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .target .text-card {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .target .text-card {
    padding: 0 12px;
  }
}
.target .row.row-wrapper {
  padding: 64px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.target .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #ffd84c;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .target .row.row-wrapper {
    padding: 32px;
  }
}
.target .row.row-wrapper .spanlayer img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.target .row.row-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .target .row.row-wrapper .text-wrapper {
    margin-bottom: 42px;
  }
}
.target .row.row-wrapper .text-wrapper .tool-section-title {
  margin-bottom: 0;
}
.target .row.row-wrapper .text-wrapper .tool-section-title span {
  position: relative;
  z-index: 1;
}
.target .row.row-wrapper .text-wrapper .tool-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffd84c;
  z-index: -1;
}
.target .row.row-wrapper .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.target .row.row-wrapper .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.target .row.row-wrapper .text-wrapper .tool-text {
  margin: 30px 0 0 0;
}
.target .tool-section-title {
  color: #000000;
  text-align: center;
}
.target .tool-text {
  color: #000000;
  text-align: center;
}
.containbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.containbox .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .containbox .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .containbox .container {
    padding: 0 24px;
  }
}
.containbox .row {
  justify-content: center;
  padding-bottom: 200px;
}
.containbox .gridunit {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.containbox .gridunit .foldbox {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #ffd84c;
  margin-bottom: 16px;
}
.containbox .gridunit .foldbox .tool-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .containbox .gridunit .foldbox .tool-section-title {
    margin-right: 20px;
  }
}
.containbox .gridunit .foldbox .tool-section-btn .btn {
  width: 80px;
  height: 30px;
}
.containbox .gridunit .foldbox .tool-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.containbox .gridunit .foldbox .tool-section-btn .btn:hover,
.containbox .gridunit .foldbox .tool-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.containbox .gridunit .tool-text {
  margin-bottom: 0;
}
.containbox .gridlayer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #ffd84c;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .containbox .gridlayer {
    display: block;
  }
}
.containbox .gridlayer .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.containbox .gridlayer .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.containbox .gridlayer .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffd84c -5%, #497f31 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.containbox .gridlayer .list-wrap .list .item-wrap:hover::before,
.containbox .gridlayer .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.containbox .gridlayer .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.containbox .tool-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
}
.containbox .bodylayer {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.containbox .bodylayer .bodywrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.containbox .bodylayer .decor_1 {
  background-color: #497f31;
}
.containbox .bodylayer .decor_2 {
  background-color: #29461c;
}
.containbox .bodylayer .decor_3 {
  background-color: #4a3a00;
}
.containbox .bodylayer .decor_4 {
  background-color: #123c00;
}
.containbox .tool-section-title {
  color: #141414;
}
.containbox .tool-text {
  color: #141414;
}
.containbox .list {
  color: #ffffff;
  text-align: center;
}
.containbox .tool-text,
.containbox .gridunit {
  text-align: center;
  color: #ffffff;
}
.containbox .tool-section-title,
.containbox .gridunit {
  color: #ffffff;
}
.boxbridge .navbar-dropdown {
  position: relative !important;
}
.boxbridge .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .boxbridge .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.boxbridge .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .boxbridge .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.boxbridge .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.boxbridge .nav-link:hover:before {
  background-color: currentColor !important;
}
.boxbridge .container {
  display: flex;
  margin: auto;
}
.boxbridge .flowunit {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .boxbridge .flowunit {
    align-items: center;
  }
}
.boxbridge .nav-item:focus,
.boxbridge .nav-link:focus {
  outline: none;
}
.boxbridge .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.boxbridge .navbar .boxcore img {
  width: auto;
}
.boxbridge .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boxbridge .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxbridge .navbar .boxcore img {
    height: 3rem !important;
  }
  .boxbridge .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .boxbridge .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxbridge .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .boxbridge .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.boxbridge .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.boxbridge .navbar-brand .boxcore a {
  outline: none;
}
.boxbridge .navbar-expand-lg .flowunit .nav-link {
  padding: 0;
}
.boxbridge ul.flowunit {
  flex-wrap: wrap;
}
.boxbridge .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.boxbridge button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.boxbridge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #29461c;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.boxbridge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.boxbridge .navbar-dropdown {
  padding: 0 1rem;
}
.boxbridge a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxbridge .navbar {
    height: 70px;
  }
  .boxbridge .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxbridge .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .boxbridge .container-fluid {
    padding: 0 40px;
  }
}
.boxbridge .structurebox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .boxbridge .structurebox {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .boxbridge .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
}
.boxbridge .tool-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: -moz-min-content;
  min-width: min-content;
}
@media (min-width: 992px) {
  .boxbridge .tool-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.boxbridge .tool-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .boxbridge .tool-section-btn .btn {
    width: 100%;
  }
}
.body {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/blue1.jpg");
}
.body .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .body .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .body .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .body .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .body .container {
    padding: 0 16px;
  }
}
.body .gridunit .tool-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .body .gridunit .tool-section-title {
    margin-bottom: 20px;
  }
}
.body .dockwrap {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #ffd84c;
  border-bottom: 1px solid #ffd84c;
}
@media (max-width: 992px) {
  .body .dockwrap {
    padding: 35px 15px;
    display: block;
  }
}
.body .dockwrap .tool-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .body .dockwrap .tool-section-subtitle {
    width: 100%;
  }
}
.body .dockwrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .body .dockwrap .text-wrapper {
    width: 100%;
  }
}
.body .dockwrap .text-wrapper .tool-text {
  margin-bottom: 16px;
}
.body .tool-section-title {
  color: #ffffff;
  text-align: center;
}
.body .tool-section-subtitle {
  color: #ffffff;
}
.body .tool-text {
  color: #000000;
}
.body .tool-text,
.body .tool-section-btn {
  color: #ffffff;
}
.zoneunitbox {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #29461c;
}
.zoneunitbox .container {
  max-width: 1000px;
}
.zoneunitbox .tool-text {
  color: #ffffff;
}
.outerwrap {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #29461c;
}
.outerwrap .tool-text,
.outerwrap .tool-section-btn {
  color: #000000;
}
.outerwrap .container {
  max-width: 1000px;
}
.outerwrap .tool-section-title {
  border-bottom: 1px solid currentColor;
  color: #ffd84c;
  padding-bottom: 1rem;
}
.containbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.containbox .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .containbox .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .containbox .container {
    padding: 0 24px;
  }
}
.containbox .row {
  justify-content: center;
  padding-bottom: 200px;
}
.containbox .gridunit {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.containbox .gridunit .foldbox {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #ffd84c;
  margin-bottom: 16px;
}
.containbox .gridunit .foldbox .tool-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .containbox .gridunit .foldbox .tool-section-title {
    margin-right: 20px;
  }
}
.containbox .gridunit .foldbox .tool-section-btn .btn {
  width: 80px;
  height: 30px;
}
.containbox .gridunit .foldbox .tool-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.containbox .gridunit .foldbox .tool-section-btn .btn:hover,
.containbox .gridunit .foldbox .tool-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.containbox .gridunit .tool-text {
  margin-bottom: 0;
}
.containbox .gridlayer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #ffd84c;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .containbox .gridlayer {
    display: block;
  }
}
.containbox .gridlayer .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.containbox .gridlayer .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.containbox .gridlayer .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffd84c -5%, #497f31 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.containbox .gridlayer .list-wrap .list .item-wrap:hover::before,
.containbox .gridlayer .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.containbox .gridlayer .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.containbox .tool-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
}
.containbox .bodylayer {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.containbox .bodylayer .bodywrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.containbox .bodylayer .decor_1 {
  background-color: #497f31;
}
.containbox .bodylayer .decor_2 {
  background-color: #29461c;
}
.containbox .bodylayer .decor_3 {
  background-color: #4a3a00;
}
.containbox .bodylayer .decor_4 {
  background-color: #123c00;
}
.containbox .tool-section-title {
  color: #141414;
}
.containbox .tool-text {
  color: #141414;
}
.containbox .list {
  color: #ffffff;
  text-align: center;
}
.containbox .tool-text,
.containbox .gridunit {
  text-align: center;
  color: #ffffff;
}
.containbox .tool-section-title,
.containbox .gridunit {
  color: #ffffff;
}
.sectional .navbar-dropdown {
  position: relative !important;
}
.sectional .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .sectional .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.sectional .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .sectional .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.sectional .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.sectional .nav-link:hover:before {
  background-color: currentColor !important;
}
.sectional .container {
  display: flex;
  margin: auto;
}
.sectional .flowunit {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .sectional .flowunit {
    align-items: center;
  }
}
.sectional .nav-item:focus,
.sectional .nav-link:focus {
  outline: none;
}
.sectional .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.sectional .navbar .boxcore img {
  width: auto;
}
.sectional .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .sectional .navbar .nav-item .nav-link::before {
    display: none;
  }
  .sectional .navbar .boxcore img {
    height: 3rem !important;
  }
  .sectional .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .sectional .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.sectional .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .sectional .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.sectional .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.sectional .navbar-brand .boxcore a {
  outline: none;
}
.sectional .navbar-expand-lg .flowunit .nav-link {
  padding: 0;
}
.sectional ul.flowunit {
  flex-wrap: wrap;
}
.sectional .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.sectional button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.sectional button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #29461c;
}
.sectional button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.sectional button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.sectional .navbar-dropdown {
  padding: 0 1rem;
}
.sectional a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sectional .navbar {
    height: 70px;
  }
  .sectional .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.sectional .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .sectional .container-fluid {
    padding: 0 40px;
  }
}
.sectional .structurebox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .sectional .structurebox {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .sectional .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
}
.sectional .tool-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: -moz-min-content;
  min-width: min-content;
}
@media (min-width: 992px) {
  .sectional .tool-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.sectional .tool-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .sectional .tool-section-btn .btn {
    width: 100%;
  }
}
.flexunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/blue1.jpg");
}
.flexunit .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .flexunit .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .flexunit .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .flexunit .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .flexunit .container {
    padding: 0 16px;
  }
}
.flexunit .gridunit .tool-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .flexunit .gridunit .tool-section-title {
    margin-bottom: 20px;
  }
}
.flexunit .dockwrap {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #ffd84c;
  border-bottom: 1px solid #ffd84c;
}
@media (max-width: 992px) {
  .flexunit .dockwrap {
    padding: 35px 15px;
    display: block;
  }
}
.flexunit .dockwrap .tool-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .flexunit .dockwrap .tool-section-subtitle {
    width: 100%;
  }
}
.flexunit .dockwrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .flexunit .dockwrap .text-wrapper {
    width: 100%;
  }
}
.flexunit .dockwrap .text-wrapper .tool-text {
  margin-bottom: 16px;
}
.flexunit .tool-section-title {
  color: #ffffff;
  text-align: center;
}
.flexunit .tool-section-subtitle {
  color: #ffffff;
}
.flexunit .tool-text {
  color: #000000;
}
.flexunit .tool-text,
.flexunit .tool-section-btn {
  color: #ffffff;
}
.modtrack {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #29461c;
}
.modtrack .container {
  max-width: 1000px;
}
.modtrack .tool-text {
  color: #ffffff;
}
.modlayer {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #29461c;
}
.modlayer .tool-text,
.modlayer .tool-section-btn {
  color: #000000;
}
.modlayer .container {
  max-width: 1000px;
}
.modlayer .tool-section-title {
  border-bottom: 1px solid currentColor;
  color: #ffd84c;
  padding-bottom: 1rem;
}
.chunk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.chunk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .chunk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .chunk .container {
    padding: 0 24px;
  }
}
.chunk .row {
  justify-content: center;
  padding-bottom: 200px;
}
.chunk .gridunit {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.chunk .gridunit .foldbox {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #ffd84c;
  margin-bottom: 16px;
}
.chunk .gridunit .foldbox .tool-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .chunk .gridunit .foldbox .tool-section-title {
    margin-right: 20px;
  }
}
.chunk .gridunit .foldbox .tool-section-btn .btn {
  width: 80px;
  height: 30px;
}
.chunk .gridunit .foldbox .tool-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.chunk .gridunit .foldbox .tool-section-btn .btn:hover,
.chunk .gridunit .foldbox .tool-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.chunk .gridunit .tool-text {
  margin-bottom: 0;
}
.chunk .gridlayer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #ffd84c;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .chunk .gridlayer {
    display: block;
  }
}
.chunk .gridlayer .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.chunk .gridlayer .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.chunk .gridlayer .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffd84c -5%, #497f31 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.chunk .gridlayer .list-wrap .list .item-wrap:hover::before,
.chunk .gridlayer .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.chunk .gridlayer .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.chunk .tool-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
}
.chunk .bodylayer {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.chunk .bodylayer .bodywrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.chunk .bodylayer .decor_1 {
  background-color: #497f31;
}
.chunk .bodylayer .decor_2 {
  background-color: #29461c;
}
.chunk .bodylayer .decor_3 {
  background-color: #4a3a00;
}
.chunk .bodylayer .decor_4 {
  background-color: #123c00;
}
.chunk .tool-section-title {
  color: #141414;
}
.chunk .tool-text {
  color: #141414;
}
.chunk .list {
  color: #ffffff;
  text-align: center;
}
.chunk .tool-text,
.chunk .gridunit {
  text-align: center;
  color: #ffffff;
}
.chunk .tool-section-title,
.chunk .gridunit {
  color: #ffffff;
}
.partwrapbox .navbar-dropdown {
  position: relative !important;
}
.partwrapbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .partwrapbox .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.partwrapbox .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .partwrapbox .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.partwrapbox .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.partwrapbox .nav-link:hover:before {
  background-color: currentColor !important;
}
.partwrapbox .container {
  display: flex;
  margin: auto;
}
.partwrapbox .flowunit {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .partwrapbox .flowunit {
    align-items: center;
  }
}
.partwrapbox .nav-item:focus,
.partwrapbox .nav-link:focus {
  outline: none;
}
.partwrapbox .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.partwrapbox .navbar .boxcore img {
  width: auto;
}
.partwrapbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .partwrapbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .partwrapbox .navbar .boxcore img {
    height: 3rem !important;
  }
  .partwrapbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .partwrapbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.partwrapbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .partwrapbox .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.partwrapbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.partwrapbox .navbar-brand .boxcore a {
  outline: none;
}
.partwrapbox .navbar-expand-lg .flowunit .nav-link {
  padding: 0;
}
.partwrapbox ul.flowunit {
  flex-wrap: wrap;
}
.partwrapbox .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.partwrapbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.partwrapbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #29461c;
}
.partwrapbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.partwrapbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.partwrapbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.partwrapbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.partwrapbox .navbar-dropdown {
  padding: 0 1rem;
}
.partwrapbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .partwrapbox .navbar {
    height: 70px;
  }
  .partwrapbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.partwrapbox .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .partwrapbox .container-fluid {
    padding: 0 40px;
  }
}
.partwrapbox .structurebox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .partwrapbox .structurebox {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .partwrapbox .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
}
.partwrapbox .tool-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: -moz-min-content;
  min-width: min-content;
}
@media (min-width: 992px) {
  .partwrapbox .tool-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.partwrapbox .tool-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .partwrapbox .tool-section-btn .btn {
    width: 100%;
  }
}
.netbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/blue1.jpg");
}
.netbox .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .netbox .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .netbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .netbox .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .netbox .container {
    padding: 0 16px;
  }
}
.netbox .gridunit .tool-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .netbox .gridunit .tool-section-title {
    margin-bottom: 20px;
  }
}
.netbox .dockwrap {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #ffd84c;
  border-bottom: 1px solid #ffd84c;
}
@media (max-width: 992px) {
  .netbox .dockwrap {
    padding: 35px 15px;
    display: block;
  }
}
.netbox .dockwrap .tool-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .netbox .dockwrap .tool-section-subtitle {
    width: 100%;
  }
}
.netbox .dockwrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .netbox .dockwrap .text-wrapper {
    width: 100%;
  }
}
.netbox .dockwrap .text-wrapper .tool-text {
  margin-bottom: 16px;
}
.netbox .tool-section-title {
  color: #ffffff;
  text-align: center;
}
.netbox .tool-section-subtitle {
  color: #ffffff;
}
.netbox .tool-text {
  color: #000000;
}
.netbox .tool-text,
.netbox .tool-section-btn {
  color: #ffffff;
}
.outerwrapunit {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #29461c;
}
.outerwrapunit .container {
  max-width: 1000px;
}
.outerwrapunit .tool-text {
  color: #ffffff;
}
.domcell {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #29461c;
}
.domcell .tool-text,
.domcell .tool-section-btn {
  color: #000000;
}
.domcell .container {
  max-width: 1000px;
}
.domcell .tool-section-title {
  border-bottom: 1px solid currentColor;
  color: #ffd84c;
  padding-bottom: 1rem;
}
.notch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.notch .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .notch .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .notch .container {
    padding: 0 24px;
  }
}
.notch .row {
  justify-content: center;
  padding-bottom: 200px;
}
.notch .gridunit {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.notch .gridunit .foldbox {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #ffd84c;
  margin-bottom: 16px;
}
.notch .gridunit .foldbox .tool-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .notch .gridunit .foldbox .tool-section-title {
    margin-right: 20px;
  }
}
.notch .gridunit .foldbox .tool-section-btn .btn {
  width: 80px;
  height: 30px;
}
.notch .gridunit .foldbox .tool-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.notch .gridunit .foldbox .tool-section-btn .btn:hover,
.notch .gridunit .foldbox .tool-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.notch .gridunit .tool-text {
  margin-bottom: 0;
}
.notch .gridlayer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #ffd84c;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .notch .gridlayer {
    display: block;
  }
}
.notch .gridlayer .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.notch .gridlayer .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.notch .gridlayer .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffd84c -5%, #497f31 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.notch .gridlayer .list-wrap .list .item-wrap:hover::before,
.notch .gridlayer .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.notch .gridlayer .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.notch .tool-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
}
.notch .bodylayer {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.notch .bodylayer .bodywrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.notch .bodylayer .decor_1 {
  background-color: #497f31;
}
.notch .bodylayer .decor_2 {
  background-color: #29461c;
}
.notch .bodylayer .decor_3 {
  background-color: #4a3a00;
}
.notch .bodylayer .decor_4 {
  background-color: #123c00;
}
.notch .tool-section-title {
  color: #141414;
}
.notch .tool-text {
  color: #141414;
}
.notch .list {
  color: #ffffff;
  text-align: center;
}
.notch .tool-text,
.notch .gridunit {
  text-align: center;
  color: #ffffff;
}
.notch .tool-section-title,
.notch .gridunit {
  color: #ffffff;
}
.rootsegment .navbar-dropdown {
  position: relative !important;
}
.rootsegment .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .rootsegment .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.rootsegment .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .rootsegment .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.rootsegment .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.rootsegment .nav-link:hover:before {
  background-color: currentColor !important;
}
.rootsegment .container {
  display: flex;
  margin: auto;
}
.rootsegment .flowunit {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 992px) {
  .rootsegment .flowunit {
    align-items: center;
  }
}
.rootsegment .nav-item:focus,
.rootsegment .nav-link:focus {
  outline: none;
}
.rootsegment .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.rootsegment .navbar .boxcore img {
  width: auto;
}
.rootsegment .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .rootsegment .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rootsegment .navbar .boxcore img {
    height: 3rem !important;
  }
  .rootsegment .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .rootsegment .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rootsegment .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .rootsegment .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.rootsegment .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.rootsegment .navbar-brand .boxcore a {
  outline: none;
}
.rootsegment .navbar-expand-lg .flowunit .nav-link {
  padding: 0;
}
.rootsegment ul.flowunit {
  flex-wrap: wrap;
}
.rootsegment .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.rootsegment button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.rootsegment button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #29461c;
}
.rootsegment button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rootsegment button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rootsegment button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rootsegment button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rootsegment .navbar-dropdown {
  padding: 0 1rem;
}
.rootsegment a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rootsegment .navbar {
    height: 70px;
  }
  .rootsegment .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rootsegment .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .rootsegment .container-fluid {
    padding: 0 40px;
  }
}
.rootsegment .structurebox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .rootsegment .structurebox {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .rootsegment .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
}
.rootsegment .tool-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: -moz-min-content;
  min-width: min-content;
}
@media (min-width: 992px) {
  .rootsegment .tool-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.rootsegment .tool-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .rootsegment .tool-section-btn .btn {
    width: 100%;
  }
}
.treebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/blue1.jpg");
}
.treebox .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .treebox .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .treebox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .treebox .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .treebox .container {
    padding: 0 16px;
  }
}
.treebox .gridunit .tool-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .treebox .gridunit .tool-section-title {
    margin-bottom: 20px;
  }
}
.treebox .dockwrap {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #ffd84c;
  border-bottom: 1px solid #ffd84c;
}
@media (max-width: 992px) {
  .treebox .dockwrap {
    padding: 35px 15px;
    display: block;
  }
}
.treebox .dockwrap .tool-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .treebox .dockwrap .tool-section-subtitle {
    width: 100%;
  }
}
.treebox .dockwrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .treebox .dockwrap .text-wrapper {
    width: 100%;
  }
}
.treebox .dockwrap .text-wrapper .tool-text {
  margin-bottom: 16px;
}
.treebox .tool-section-title {
  color: #ffffff;
  text-align: center;
}
.treebox .tool-section-subtitle {
  color: #ffffff;
}
.treebox .tool-text {
  color: #000000;
}
.treebox .tool-text,
.treebox .tool-section-btn {
  color: #ffffff;
}
.spanunit {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #29461c;
}
.spanunit .container {
  max-width: 1000px;
}
.spanunit .tool-text {
  color: #ffffff;
}
.colunit {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #29461c;
}
.colunit .tool-text,
.colunit .tool-section-btn {
  color: #000000;
}
.colunit .container {
  max-width: 1000px;
}
.colunit .tool-section-title {
  border-bottom: 1px solid currentColor;
  color: #ffd84c;
  padding-bottom: 1rem;
}
.clusterbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.clusterbox .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .clusterbox .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .clusterbox .container {
    padding: 0 24px;
  }
}
.clusterbox .row {
  justify-content: center;
  padding-bottom: 200px;
}
.clusterbox .gridunit {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.clusterbox .gridunit .foldbox {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #ffd84c;
  margin-bottom: 16px;
}
.clusterbox .gridunit .foldbox .tool-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .clusterbox .gridunit .foldbox .tool-section-title {
    margin-right: 20px;
  }
}
.clusterbox .gridunit .foldbox .tool-section-btn .btn {
  width: 80px;
  height: 30px;
}
.clusterbox .gridunit .foldbox .tool-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.clusterbox .gridunit .foldbox .tool-section-btn .btn:hover,
.clusterbox .gridunit .foldbox .tool-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.clusterbox .gridunit .tool-text {
  margin-bottom: 0;
}
.clusterbox .gridlayer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #ffd84c;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .clusterbox .gridlayer {
    display: block;
  }
}
.clusterbox .gridlayer .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.clusterbox .gridlayer .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.clusterbox .gridlayer .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffd84c -5%, #497f31 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.clusterbox .gridlayer .list-wrap .list .item-wrap:hover::before,
.clusterbox .gridlayer .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.clusterbox .gridlayer .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.clusterbox .tool-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
}
.clusterbox .bodylayer {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.clusterbox .bodylayer .bodywrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.clusterbox .bodylayer .decor_1 {
  background-color: #497f31;
}
.clusterbox .bodylayer .decor_2 {
  background-color: #29461c;
}
.clusterbox .bodylayer .decor_3 {
  background-color: #4a3a00;
}
.clusterbox .bodylayer .decor_4 {
  background-color: #123c00;
}
.clusterbox .tool-section-title {
  color: #141414;
}
.clusterbox .tool-text {
  color: #141414;
}
.clusterbox .list {
  color: #ffffff;
  text-align: center;
}
.clusterbox .tool-text,
.clusterbox .gridunit {
  text-align: center;
  color: #ffffff;
}
.clusterbox .tool-section-title,
.clusterbox .gridunit {
  color: #ffffff;
}
.nest {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: calc(100% - 40px);
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}
.nest.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: slideIn 0.5s forwards;
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cookieAcceptBtn,
.cookieRejectBtn {
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
}
.cookieAcceptBtn {
  background-color: #4caf50;
  color: #fff;
}
.cookieRejectBtn {
  background-color: #fff;
  color: #f44336;
  border: 2px solid #f44336;
}
.cookieRejectBtn:hover {
  background-color: #ffe6e6;
}
@media (max-width: 768px) {
  .nest {
    left: 50%;
    right: auto;
    bottom: 15px;
    max-width: 480px;
    width: calc(100% - 30px);
    padding: 15px;
    transform: translate(-50%, 100%);
    border-radius: 10px;
  }
  .nest.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    animation: none;
    transform: translate(-50%, 0);
  }
  .cookieAcceptBtn,
  .cookieRejectBtn {
    font-size: 15px;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .nest {
    bottom: 10px;
    max-width: 100%;
    width: calc(100% - 20px);
    padding: 10px;
  }
  .cookieAcceptBtn,
  .cookieRejectBtn {
    font-size: 14px;
    padding: 8px;
  }
}
@keyframes verticalShake {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
    75% {
        transform: translateY(-2px);
    }
}
.navbar-brand {
    animation: verticalShake 0.6s ease-in-out;
}
.ttc-form {
  padding: 60px 0;
  background: transparent;
}
.ttc-form .dockwrap {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(4, 18, 66, 0.06);
  padding: 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
}
.ttc-form #customForm {
  width: 100%;
  color: #0a1033;
  font-size: 16px;
  font-weight: 400;
}
.ttc-form #customForm * {
  color: #0a1033;
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  border: 1px solid #d5d8eb !important;
  border-radius: 0 !important;
  padding: 16px 18px;
  margin-bottom: 18px;
  background: #f5f7ff !important;
  box-shadow: none !important;
  font-size: 16px;
  transition: all 0.25s ease;
}
.ttc-form #customForm textarea.form-control {
  min-height: 160px;
  resize: vertical;
  border-radius: 0 !important;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #7b84a8;
}
.ttc-form #customForm ::placeholder {
  color: #7b84a8;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  background: #ffffff !important;
  border-color: #5672ff !important;
  box-shadow: 0 0 0 2px rgba(86, 114, 255, 0.15) !important;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 0 !important;
  background: #edaf54 !important;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease;
}
.ttc-form #customForm .btn:hover {
  background: #eaaf57 !important;
}
.ttc-form #customForm small {
  font-size: 12px;
  color: #7b84a8;
}
.ttc-form #customForm a {
  color: #5672ff;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}
.ttc-form #customForm [data-for="captcha"] > div,
.ttc-form #customForm [data-for="consent_processing"] > div,
.ttc-form #customForm [data-for="consent_contact"] > div {
  border: 1px solid #d5d8eb;
  background: #f5f7ff;
  padding: 16px;
  border-radius: 0 !important;
  margin-bottom: 18px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for="consent_processing"] label,
.ttc-form #customForm [data-for="consent_contact"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #0a1033;
  font-family: inherit;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
  word-break: normal;
}
.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_processing"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_contact"] input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.ttc-form #customForm .alert {
  border-radius: 0 !important;
  font-size: 14px;
  background: #d0f0d9;
  border: 1px solid #7fbf8c;
  color: #1f3a25;
}
@media (min-width: 992px) {
  .ttc-form {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 40px 16px;
  }
  .ttc-form .dockwrap {
    padding: 24px 20px;
    margin: 20px auto 0;
    max-width: 100%;
  }
  .ttc-form #customForm .form-control {
    font-size: 15px;
    padding: 12px 14px;
    margin-bottom: 14px;
  }
  .ttc-form #customForm .btn {
    width: 100%;
    font-size: 16px;
    padding: 14px 20px;
  }
  .ttc-form #customForm [data-for="consent_processing"] > div,
  .ttc-form #customForm [data-for="consent_contact"] > div {
    padding: 14px;
  }
  .ttc-form #customForm [data-for="consent_processing"] label,
  .ttc-form #customForm [data-for="consent_contact"] label {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 420px) {
  .ttc-form .dockwrap {
    padding: 20px 15px;
  }
  .ttc-form #customForm [data-for="consent_processing"] label,
  .ttc-form #customForm [data-for="consent_contact"] label {
    font-size: 13px;
    line-height: 1.4;
  }
}
