@charset "UTF-8";
:root {
  --bs-primary-rgb: 13, 110, 253;
  --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-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;
}
 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
.gridcell {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .gridcell {
    font-size: 5rem;
  }
}
.cellbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .cellbox {
    font-size: 4.5rem;
  }
}
.contentwrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .contentwrap {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-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;
}
.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);
}
.noteunit {
  --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;
}
.noteunit .nav-link.active, .noteunit .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 .noteunit {
    flex-direction: row;
  }
  .navbar-expand-lg .noteunit .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;
}
.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);
}
.rowunit {
  --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);
}
.flow {
  --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;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !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-0 {
  margin-bottom: 0 !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.text-center {
  text-align: center !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 768px) {
  .justify-content-md-center {
    justify-content: center !important;
  }
}
@media (min-width: 992px) {
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.quiz-section {
  background-image: url("images/clear2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .field {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .field img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }
.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
.quiz-section {
  background-image: url("images/clear2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@charset "UTF-8";
@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.quiz-section {
  background-image: url("images/clear2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@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;
}
.mockup-section-title {
  font-style: normal;
  line-height: 1.3;
}
.mockup-section-subtitle {
  line-height: 1.3;
}
.boxareaunit {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
.gridcell,
.cellbox,
.contentwrap,
.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;
}
.mockup-z-index20 {
  z-index: 20;
}
.coverbox {
  color: #ffffff;
}
.stage {
  color: #111111;
}
.layoutnode {
  text-align: left;
}
.content {
  text-align: center;
}
.padbox {
  font-weight: 500;
}
.module {
  font-weight: 700;
}
.rowwrap {
  flex-basis: 100%;
}
img {
  display: block;
  width: 100%;
}
.card {
  background-color: transparent;
  border: none;
}
.card-box {
  width: 100%;
}
.structurebox {
  align-self: center;
}
.structurebox img {
  width: 100%;
}
@media (max-width: 991px) {
  .structurebox {
    width: 100% !important;
  }
}
.mockup-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 .mockup-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}
.padbox {
  font-weight: 500;
}
.module {
  font-weight: 700;
}
[type=submit] {
  -webkit-appearance: none;
}
@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 .field 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 .noteunit.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}
.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}
.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}
.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.justify-content-center {
  -webkit-justify-content: center;
}
.card-wrapper {
  -webkit-flex: 1;
}
.form-group:focus {
  outline: none;
}
.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}
form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
form .mockup-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
textarea.form-control {
  line-height: 1.5rem !important;
}
.form-group {
  margin-bottom: 1.2rem;
}
.form-control,
form .btn {
  min-height: 48px;
}
.form-control:focus {
  box-shadow: none;
}
.trackbox {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
ul {
  margin-bottom: 2.3125rem;
}
.mt-4 {
  margin-top: 2rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.item {
  position: relative;
}
.quiz-section {
  background-image: url("images/clear2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@font-face {
  font-family: 'textureIcons';
  src:  url('fonts/texture-icons.eot');
  src:  url('fonts/texture-icons.eot') format('embedded-opentype'),
    url('fonts/texture-icons.woff2') format('woff2'),
    url('fonts/texture-icons.woff') format('woff'),
    url('fonts/texture-icons.ttf') format('truetype'),
    url('fonts/texture-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.quiz-section {
  background-image: url("images/clear2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@font-face {
  font-family: 'button2';
  font-display: swap;
  src:  url('fonts/texture2.eot');
  src:  url('fonts/texture2.eot') format('embedded-opentype'),
    url('fonts/texture2.woff2') format('woff2'),
    url('fonts/texture2.woff') format('woff'),
    url('fonts/texture2.ttf') format('truetype'),
    url('fonts/texture2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.quiz-section {
  background-image: url("images/clear2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.btn {
  border-width: 2px;
}
body {
  font-family: SUSE;
}
.gridcell {
  font-family: 'Cinzel', serif;
  font-size: 3.2rem;
  line-height: .9;
}
.cellbox {
  font-family: 'Cinzel', serif;
  font-size: 2.8rem;
  line-height: .9;
}
.contentwrap {
  font-family: 'Lora', serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-5 {
  font-family: 'Cinzel', serif;
  font-size: 2.3rem;
  line-height: 1;
}
.display-7 {
  font-family: 'Lora', serif;
  font-size: 1.19rem;
  line-height: 1.1;
}
@media (max-width: 992px) {
  .gridcell {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .gridcell {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .cellbox {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .contentwrap {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.952rem;
    font-size: calc( 1.0665rem + (1.19 - 1.0665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0665rem + (1.19 - 1.0665) * ((100vw - 20rem) / (48 - 20))));
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #404040 !important;
  border-color: #404040 !important;
  box-shadow: none;
}
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b89b5e !important;
  border-color: #b89b5e !important;
  color: #100d07 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: inherit;
  background-color: #dfd2b6 !important;
  border-color: #dfd2b6 !important;
  box-shadow: none;
}
.btn-secondary:disabled {
  color: #100d07 !important;
  background-color: #dfd2b6 !important;
  border-color: #dfd2b6 !important;
}
.text-primary {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.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;
}
.rowunit {
  background-color: #70c770;
}
.flow {
  background-color: #b89b5e;
}
.mockup-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #000000;
}
.form-control {
  font-family: 'Lora', serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lora', serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mockup-section-btn .btn {
  padding: 16px 32px;
  font-weight: 400 !important;
  border-radius: 80px !important;
}
@media (max-width: 992px) {
  .mockup-section-btn .btn {
    padding: 8px 18px;
  }
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper,
.card-box {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .card,
  .item-wrapper,
  .card-box {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 80px !important;
}
.shellwrap::before {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  .shellwrap::before {
    border-radius: 35px !important;
  }
}
.flowunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .flowunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.flowunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.flowunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.flowunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.flowunit .navbar-brand .field a {
  outline: none;
}
.flowunit .noteunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.flowunit .noteunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.flowunit .noteunit .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .flowunit .noteunit .nav-item .nav-link {
    padding: 16px !important;
  }
}
.flowunit .noteunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .flowunit .noteunit {
    padding-left: 1.5rem;
  }
}
.flowunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.flowunit .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #b89b5e;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .flowunit .nav-link::before {
    left: 8px;
  }
}
.flowunit .nav-link:hover {
  opacity: 1;
}
.flowunit .nav-link:hover::before {
  opacity: 1;
}
.flowunit .field {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .flowunit .field {
    padding-left: 1rem;
  }
}
.flowunit .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.flowunit .navbar-caption:hover,
.flowunit .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .flowunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.flowunit .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #faf6f1;
  box-shadow: none;
  position: relative;
  border: 1px solid #f2ece2;
}
@media (max-width: 992px) {
  .flowunit .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .flowunit .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .flowunit .menu-container {
    margin: 16px;
  }
}
.flowunit .nav-item:focus,
.flowunit .nav-link:focus {
  outline: none;
}
.flowunit .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.flowunit .navbar .field img {
  width: auto;
}
.flowunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .flowunit .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .flowunit .navbar {
    min-height: 72px;
  }
  .flowunit .navbar .field img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .flowunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .flowunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .flowunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.flowunit .navbar-expand-lg .noteunit .nav-link {
  padding: 0;
}
.flowunit ul.noteunit {
  flex-wrap: wrap;
}
.flowunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.flowunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b89b5e;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.flowunit .navbar-dropdown {
  padding: 0 1rem;
}
.flowunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flowunit .navbar {
    height: 70px;
  }
  .flowunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.flowunit .mockup-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .flowunit .mockup-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .flowunit .mockup-section-btn {
    padding-left: 0;
  }
}
.flowunit .mockup-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .flowunit .mockup-section-btn .btn {
    padding: 14px;
  }
}
.flowunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .flowunit .navbar-brand {
    margin-right: auto;
  }
  .flowunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #faf6f1;
  }
  .flowunit .noteunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .flowunit .navbar-collapse {
    padding: 1rem;
  }
}
.flowunit .navbar-brand,
.flowunit .navbar-toggler,
.flowunit .navbar-collapse {
  position: relative;
  z-index: 1;
}
.layer {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("images/clean2.jpeg");
}
@media (max-width: 992px) {
  .layer .container {
    padding: 0 15px;
  }
}
.layer .layout {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .layer .layout {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .layer .layout {
    margin-top: 40px;
    padding: 0;
  }
}
.layer .layout .mockup-section-subtitle {
  margin-bottom: 30px;
}
.layer .layout .mockup-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .layer .layout .mockup-section-title {
    margin-bottom: 20px;
  }
}
.layer .layout .boxareaunit {
  margin-bottom: 0;
}
.layer .layout .mockup-section-btn {
  margin-top: 40px;
}
.layer .tagbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.layer .tagbox img {
  width: 400px;
  height: 400px;
  border: 3px solid #b89b5e;
  box-shadow: 10px 10px 50px #b89b5e;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .layer .tagbox img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .layer .tagbox img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .layer .tagbox img {
    width: 260px;
    height: 260px;
  }
}
.layer .mockup-section-title {
  color: #ffffff;
}
.layer .mockup-section-subtitle {
  color: #f2ac2b;
}
.layer .boxareaunit {
  color: #1e1c1a;
  text-align: center;
}
.layer .mockup-section-title,
.layer .mockup-section-btn {
  text-align: center;
  color: #000000;
}
.treebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
}
.treebox .shiftbox {
  margin-bottom: 40px;
}
.treebox .shiftbox .coverwrap {
  margin-bottom: 20px;
}
.treebox .shiftbox .mockup-section-title {
  margin-bottom: 20px;
}
.treebox .shiftbox .text-wrapper .boxareaunit {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .treebox .shiftbox .text-wrapper .boxareaunit {
    width: 100%;
  }
}
.treebox .nodemodule {
  margin: 0 -8px;
}
.treebox .nodemodule .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .treebox .nodemodule .item {
    margin-bottom: 20px;
  }
  .treebox .nodemodule .item:last-child {
    margin-bottom: 0;
  }
}
.treebox .nodemodule .item:nth-child(3n + 2) {
  transform: translateY(80px);
}
@media (max-width: 992px) {
  .treebox .nodemodule .item:nth-child(3n + 2) {
    transform: none;
  }
}
.treebox .nodemodule .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 480px;
  padding: 8px;
}
@media (max-width: 992px) {
  .treebox .nodemodule .item .item-wrapper {
    min-height: 380px;
  }
}
.treebox .nodemodule .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.treebox .nodemodule .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
  animation: none !important;
  width: 100%;
}
@media (max-width: 992px) {
  .treebox .nodemodule .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.treebox .nodemodule .item .item-wrapper .item-content .mockup-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.treebox .nodemodule .item .item-wrapper .item-content .mockup-section-btn .btn {
  margin-bottom: 0;
}
.treebox .coverwrap {
  color: #b89b5e;
  text-align: center;
}
.treebox .mockup-section-title {
  color: #000000;
  text-align: center;
}
.treebox .boxareaunit,
.treebox .text-wrapper {
  color: #1e1c1a;
  text-align: center;
}
.pathwrap {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2ece2;
  overflow: hidden;
}
.pathwrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .pathwrap .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .pathwrap .container {
    padding: 0 30px;
  }
}
.pathwrap .card {
  justify-content: center;
}
.pathwrap .layout {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .pathwrap .layout {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .pathwrap .layout {
    padding: 0;
  }
}
.pathwrap .layout .boxareaunit {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #b89b5e;
  margin-bottom: 50px;
}
.pathwrap .layout .boxareaunit::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #b89b5e;
}
@media (max-width: 992px) {
  .pathwrap .layout .boxareaunit {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.pathwrap .layout .patternbox .wrapbox {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .pathwrap .layout .patternbox .wrapbox {
    display: block;
  }
}
.pathwrap .layout .patternbox .wrapbox img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .pathwrap .layout .patternbox .wrapbox img {
    margin: 0 0 20px 0;
  }
}
.pathwrap .boxareaunit {
  color: #254b45;
}
.pathwrap .boxareaunit {
  text-align: center;
  color: #1e1c1a;
}
.inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("images/cold3.jpg");
}
.inner .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .inner .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .inner .container {
    padding: 0 20px;
  }
}
.inner .layout {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .inner .layout {
    padding: 46px 0;
  }
}
.inner .layout .mockup-section-title {
  margin-bottom: 32px;
}
.inner .layout .text-wrapper .boxareaunit {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .inner .layout .text-wrapper .boxareaunit {
    margin-bottom: 20px;
    width: 100%;
  }
}
.inner .layout .tagbox img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .inner .layout .tagbox img {
    width: 100%;
  }
}
.inner .layout .mockup-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .inner .layout .mockup-section-btn {
    margin-top: 20px;
  }
}
.inner .mockup-section-title {
  color: #000000;
}
.inner .boxareaunit,
.inner .text-wrapper {
  color: #000000;
  text-align: center;
}
.inner .mockup-section-title,
.inner .mockup-section-btn,
.inner .tagbox {
  text-align: center;
}
.hold {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
}
.hold .underline {
  text-decoration: underline;
}
.hold .items {
  background: #f6f1e8;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .hold .items {
    padding: 3rem 1rem;
  }
}
.hold .card {
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  margin-bottom: 2rem;
}
.hold .text-primary {
  background: #efe8dd;
}
.hold .noborder {
  border-bottom: 0;
}
.hold b,
.hold strong,
.hold a {
  font-weight: 900;
}
.hold .mockup-section-title {
  color: #b89b5e;
  text-align: center;
}
.hold .mockup-section-subtitle {
  color: #000000;
  text-align: center;
}
.hold .mockup-item-title {
  text-align: center;
  color: #17003b;
}
.hold .mockup-item-text {
  text-align: center;
  color: #1e1c1a;
}
.hold .mockup-item-title,
.hold .card {
  color: #b89b5e;
}
.hold .boxareaunit {
  color: #1e1c1a;
  text-align: center;
}
.shellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf6f1;
}
.shellbox .layout .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .shellbox .layout .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.shellbox .layout .mockup-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .mockup-section-title {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .nav-wrapper {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.shellbox .layout .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.shellbox .layout .nav-wrapper .list .item-wrap:hover,
.shellbox .layout .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.shellbox .layout .abstractbox {
  margin-bottom: 0;
  text-transform: uppercase;
}
.shellbox .mockup-section-title {
  color: #181824;
  text-align: center;
}
.shellbox .list,
.shellbox .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.shellbox .abstractbox {
  color: #000000;
  text-align: center;
}
.shellbox .mockup-section-title,
.shellbox .logo-wrapper {
  text-align: center;
  color: #000000;
}
.shellbox .list,
.shellbox .item-wrap {
  color: #1e1c1a;
}
.flowunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .flowunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.flowunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.flowunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.flowunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.flowunit .navbar-brand .field a {
  outline: none;
}
.flowunit .noteunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.flowunit .noteunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.flowunit .noteunit .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .flowunit .noteunit .nav-item .nav-link {
    padding: 16px !important;
  }
}
.flowunit .noteunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .flowunit .noteunit {
    padding-left: 1.5rem;
  }
}
.flowunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.flowunit .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #b89b5e;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .flowunit .nav-link::before {
    left: 8px;
  }
}
.flowunit .nav-link:hover {
  opacity: 1;
}
.flowunit .nav-link:hover::before {
  opacity: 1;
}
.flowunit .field {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .flowunit .field {
    padding-left: 1rem;
  }
}
.flowunit .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.flowunit .navbar-caption:hover,
.flowunit .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .flowunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.flowunit .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #faf6f1;
  box-shadow: none;
  position: relative;
  border: 1px solid #f2ece2;
}
@media (max-width: 992px) {
  .flowunit .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .flowunit .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .flowunit .menu-container {
    margin: 16px;
  }
}
.flowunit .nav-item:focus,
.flowunit .nav-link:focus {
  outline: none;
}
.flowunit .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.flowunit .navbar .field img {
  width: auto;
}
.flowunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .flowunit .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .flowunit .navbar {
    min-height: 72px;
  }
  .flowunit .navbar .field img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .flowunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .flowunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .flowunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.flowunit .navbar-expand-lg .noteunit .nav-link {
  padding: 0;
}
.flowunit ul.noteunit {
  flex-wrap: wrap;
}
.flowunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.flowunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b89b5e;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.flowunit .navbar-dropdown {
  padding: 0 1rem;
}
.flowunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flowunit .navbar {
    height: 70px;
  }
  .flowunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.flowunit .mockup-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .flowunit .mockup-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .flowunit .mockup-section-btn {
    padding-left: 0;
  }
}
.flowunit .mockup-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .flowunit .mockup-section-btn .btn {
    padding: 14px;
  }
}
.flowunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .flowunit .navbar-brand {
    margin-right: auto;
  }
  .flowunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #faf6f1;
  }
  .flowunit .noteunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .flowunit .navbar-collapse {
    padding: 1rem;
  }
}
.flowunit .navbar-brand,
.flowunit .navbar-toggler,
.flowunit .navbar-collapse {
  position: relative;
  z-index: 1;
}
.stub {
  padding-top: 135px;
  padding-bottom: 30px;
  overflow: hidden;
  background: #f2ece2;
}
@media (min-width: 1330px) {
  .stub .container {
    max-width: 1330px !important;
  }
}
.stub .framecore {
  background-color: #f6f1e8;
}
.stub .card-wrap {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem;
  background-color: #f2ece2;
}
@media (min-width: 992px) {
  .stub .card-wrap {
    width: calc(100% + 10rem);
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  .stub .card-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding: 48px 20px 48px 20px;
  }
}
.stub .img-wrap {
  height: 100%;
}
.stub .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.stub .mockup-section-subtitle {
  animation-delay: .2s;
}
.stub .mockup-section-btn {
  margin-top: 2rem;
  margin-bottom: -0.25rem;
  animation-delay: .4s;
}
.stub [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .stub .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.stub .mockup-section-subtitle,
.stub .mockup-section-btn {
  color: #1e1c1a;
  text-align: center;
}
.drawunit {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f2ece2;
}
.drawunit .card {
  justify-content: flex-end;
}
.drawunit .rowgrid .coverwrap {
  margin-bottom: 22px;
}
.drawunit .shiftbox .mockup-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .drawunit .shiftbox .mockup-section-title {
    margin-bottom: 32px;
  }
}
.drawunit .desc-wrapper {
  margin-bottom: 64px;
  padding-bottom: 16px;
  border-bottom: 3px dashed #b89b5e;
}
@media (max-width: 992px) {
  .drawunit .desc-wrapper {
    margin-bottom: 32px;
  }
}
.drawunit .nodemodule {
  justify-content: center;
  margin: 0 -24px;
}
.drawunit .nodemodule .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .drawunit .nodemodule .item {
    margin-bottom: 32px;
  }
}
.drawunit .nodemodule .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .drawunit .nodemodule .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .drawunit .nodemodule .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.drawunit .nodemodule .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .drawunit .nodemodule .item .item-wrapper .item-content {
    width: 100%;
  }
}
.drawunit .nodemodule .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .drawunit .nodemodule .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.drawunit .nodemodule .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.drawunit .nodemodule .item .item-wrapper .item-content .mockup-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .drawunit .nodemodule .item .item-wrapper .item-content .mockup-section-btn {
    margin-top: 22px;
  }
}
.drawunit .coverwrap {
  color: #c10b02;
}
.drawunit .mockup-section-title {
  color: #c10b02;
}
.drawunit .item-title {
  color: #c10b02;
}
.drawunit .item-text {
  color: #1e1c1a;
  text-align: center;
}
.drawunit .item-title,
.drawunit .mockup-section-btn {
  text-align: center;
  color: #000000;
}
.modularbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
}
.modularbox .layout {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .modularbox .layout {
    margin-bottom: 32px;
  }
}
.modularbox .layout .shiftbox {
  margin-bottom: 16px;
}
.modularbox .layout .shiftbox .mockup-section-title {
  margin-bottom: 0;
}
.modularbox .layout .shiftbox .mockup-section-subtitle {
  margin-bottom: 0;
}
.modularbox .layout .text-wrapper .boxareaunit {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .modularbox .layout .text-wrapper .boxareaunit {
    width: 100%;
  }
}
.modularbox .nodemodule {
  margin: 0 -8px;
  align-items: center;
}
.modularbox .nodemodule .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.modularbox .nodemodule .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.modularbox .nodemodule .item .item-wrapper .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.modularbox .nodemodule .item .item-wrapper .nest {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .modularbox .nodemodule .item .item-wrapper .nest {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .modularbox .nodemodule .item .item-wrapper .nest {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .modularbox .nodemodule .item .item-wrapper .nest {
    left: -160%;
  }
}
.modularbox .nodemodule .item .item-wrapper .nest.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .modularbox .nodemodule .item .item-wrapper .nest.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .modularbox .nodemodule .item .item-wrapper .nest.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .modularbox .nodemodule .item .item-wrapper .nest.reverse {
    left: auto;
    right: -160%;
  }
}
.modularbox .nodemodule .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .modularbox .nodemodule .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.modularbox .nodemodule .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .modularbox .nodemodule .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.modularbox .nodemodule .item .item-wrapper .item-content .card-box .card-title_1,
.modularbox .nodemodule .item .item-wrapper .item-content .card-box .card-title_2,
.modularbox .nodemodule .item .item-wrapper .item-content .card-box .card-title_3,
.modularbox .nodemodule .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.modularbox .nodemodule .item .item-wrapper .item-content .card-box .card-text_1,
.modularbox .nodemodule .item .item-wrapper .item-content .card-box .card-text_2,
.modularbox .nodemodule .item .item-wrapper .item-content .card-box .card-text_3,
.modularbox .nodemodule .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.modularbox .nodemodule .item .item-wrapper .item-content .card-box .mockup-section-btn {
  margin-top: 24px;
}
.modularbox .nodemodule .item .item-wrapper .item-content .card-box .mockup-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.modularbox .nodemodule .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .modularbox .nodemodule .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.modularbox .nodemodule .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .modularbox .nodemodule .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.modularbox .nodemodule .item .item-wrapper .card_1 .card-box,
.modularbox .nodemodule .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .modularbox .nodemodule .item .item-wrapper .card_1 .card-box,
  .modularbox .nodemodule .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.modularbox .nodemodule .item .item-wrapper .card_1 {
  background-color: #f6f1e8;
  border-color: #efe8dd;
}
.modularbox .nodemodule .item .item-wrapper .card_2 {
  background-color: #f6f1e8;
  border-color: #b89b5e;
}
.modularbox .nodemodule .item .item-wrapper .card_3 {
  background-color: #f2ece2;
  border-color: #b89b5e;
}
.modularbox .nodemodule .item .item-wrapper .card_4 {
  background-color: #f2ece2;
  border-color: #efe8dd;
}
.modularbox .coverwrap {
  color: #a6adbf;
  text-align: center;
}
.modularbox .mockup-section-title {
  color: #111111;
  text-align: center;
}
.modularbox .mockup-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.modularbox .boxareaunit,
.modularbox .text-wrapper {
  color: #666666;
  text-align: center;
}
.modularbox .card-title_1 {
  color: #ffffff;
}
.modularbox .card-title_2 {
  color: #000000;
  text-align: center;
}
.modularbox .card-title_3 {
  color: #000000;
  text-align: center;
}
.modularbox .card-title_4 {
  color: #ffffff;
}
.modularbox .card-text_1 {
  color: #1e1c1a;
  text-align: center;
}
.modularbox .card-text_2 {
  color: #1e1c1a;
  text-align: center;
}
.modularbox .card-text_3 {
  color: #1e1c1a;
  text-align: center;
}
.modularbox .card-text_4 {
  color: #1e1c1a;
  text-align: center;
}
.modularbox .card-title_1,
.modularbox .mockup-section-btn {
  text-align: center;
  color: #000000;
}
.modularbox .card-title_4,
.modularbox .mockup-section-btn {
  text-align: center;
  color: #000000;
}
.tileunit {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f2ece2;
}
.tileunit .card {
  justify-content: flex-end;
}
.tileunit .rowgrid .coverwrap {
  margin-bottom: 22px;
}
.tileunit .shiftbox .mockup-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tileunit .shiftbox .mockup-section-title {
    margin-bottom: 32px;
  }
}
.tileunit .desc-wrapper {
  margin-bottom: 64px;
  padding-bottom: 16px;
  border-bottom: 3px dashed #b89b5e;
}
@media (max-width: 992px) {
  .tileunit .desc-wrapper {
    margin-bottom: 32px;
  }
}
.tileunit .nodemodule {
  justify-content: center;
  margin: 0 -24px;
}
.tileunit .nodemodule .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .tileunit .nodemodule .item {
    margin-bottom: 32px;
  }
}
.tileunit .nodemodule .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .tileunit .nodemodule .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .tileunit .nodemodule .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.tileunit .nodemodule .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .tileunit .nodemodule .item .item-wrapper .item-content {
    width: 100%;
  }
}
.tileunit .nodemodule .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tileunit .nodemodule .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.tileunit .nodemodule .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.tileunit .nodemodule .item .item-wrapper .item-content .mockup-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .tileunit .nodemodule .item .item-wrapper .item-content .mockup-section-btn {
    margin-top: 22px;
  }
}
.tileunit .coverwrap {
  color: #c10b02;
}
.tileunit .mockup-section-title {
  color: #c10b02;
}
.tileunit .item-title {
  color: #c10b02;
}
.tileunit .item-text {
  color: #1e1c1a;
  text-align: center;
}
.tileunit .item-title,
.tileunit .mockup-section-btn {
  text-align: center;
  color: #000000;
}
.colpad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
}
.colpad .layout {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .colpad .layout {
    margin-bottom: 32px;
  }
}
.colpad .layout .shiftbox {
  margin-bottom: 16px;
}
.colpad .layout .shiftbox .mockup-section-title {
  margin-bottom: 0;
}
.colpad .layout .shiftbox .mockup-section-subtitle {
  margin-bottom: 0;
}
.colpad .layout .text-wrapper .boxareaunit {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .colpad .layout .text-wrapper .boxareaunit {
    width: 100%;
  }
}
.colpad .nodemodule {
  margin: 0 -8px;
  align-items: center;
}
.colpad .nodemodule .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.colpad .nodemodule .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.colpad .nodemodule .item .item-wrapper .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.colpad .nodemodule .item .item-wrapper .nest {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .colpad .nodemodule .item .item-wrapper .nest {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .colpad .nodemodule .item .item-wrapper .nest {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .colpad .nodemodule .item .item-wrapper .nest {
    left: -160%;
  }
}
.colpad .nodemodule .item .item-wrapper .nest.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .colpad .nodemodule .item .item-wrapper .nest.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .colpad .nodemodule .item .item-wrapper .nest.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .colpad .nodemodule .item .item-wrapper .nest.reverse {
    left: auto;
    right: -160%;
  }
}
.colpad .nodemodule .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .colpad .nodemodule .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.colpad .nodemodule .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .colpad .nodemodule .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.colpad .nodemodule .item .item-wrapper .item-content .card-box .card-title_1,
.colpad .nodemodule .item .item-wrapper .item-content .card-box .card-title_2,
.colpad .nodemodule .item .item-wrapper .item-content .card-box .card-title_3,
.colpad .nodemodule .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.colpad .nodemodule .item .item-wrapper .item-content .card-box .card-text_1,
.colpad .nodemodule .item .item-wrapper .item-content .card-box .card-text_2,
.colpad .nodemodule .item .item-wrapper .item-content .card-box .card-text_3,
.colpad .nodemodule .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.colpad .nodemodule .item .item-wrapper .item-content .card-box .mockup-section-btn {
  margin-top: 24px;
}
.colpad .nodemodule .item .item-wrapper .item-content .card-box .mockup-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.colpad .nodemodule .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .colpad .nodemodule .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.colpad .nodemodule .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .colpad .nodemodule .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.colpad .nodemodule .item .item-wrapper .card_1 .card-box,
.colpad .nodemodule .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .colpad .nodemodule .item .item-wrapper .card_1 .card-box,
  .colpad .nodemodule .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.colpad .nodemodule .item .item-wrapper .card_1 {
  background-color: #f6f1e8;
  border-color: #efe8dd;
}
.colpad .nodemodule .item .item-wrapper .card_2 {
  background-color: #f6f1e8;
  border-color: #b89b5e;
}
.colpad .nodemodule .item .item-wrapper .card_3 {
  background-color: #f2ece2;
  border-color: #b89b5e;
}
.colpad .nodemodule .item .item-wrapper .card_4 {
  background-color: #f2ece2;
  border-color: #efe8dd;
}
.colpad .coverwrap {
  color: #a6adbf;
  text-align: center;
}
.colpad .mockup-section-title {
  color: #111111;
  text-align: center;
}
.colpad .mockup-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.colpad .boxareaunit,
.colpad .text-wrapper {
  color: #666666;
  text-align: center;
}
.colpad .card-title_1 {
  color: #ffffff;
}
.colpad .card-title_2 {
  color: #000000;
  text-align: center;
}
.colpad .card-title_3 {
  color: #000000;
  text-align: center;
}
.colpad .card-title_4 {
  color: #ffffff;
}
.colpad .card-text_1 {
  color: #1e1c1a;
  text-align: center;
}
.colpad .card-text_2 {
  color: #1e1c1a;
  text-align: center;
}
.colpad .card-text_3 {
  color: #1e1c1a;
  text-align: center;
}
.colpad .card-text_4 {
  color: #1e1c1a;
  text-align: center;
}
.colpad .card-title_1,
.colpad .mockup-section-btn {
  text-align: center;
  color: #000000;
}
.colpad .card-title_4,
.colpad .mockup-section-btn {
  text-align: center;
  color: #000000;
}
.shellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf6f1;
}
.shellbox .layout .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .shellbox .layout .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.shellbox .layout .mockup-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .mockup-section-title {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .nav-wrapper {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.shellbox .layout .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.shellbox .layout .nav-wrapper .list .item-wrap:hover,
.shellbox .layout .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.shellbox .layout .abstractbox {
  margin-bottom: 0;
  text-transform: uppercase;
}
.shellbox .mockup-section-title {
  color: #181824;
  text-align: center;
}
.shellbox .list,
.shellbox .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.shellbox .abstractbox {
  color: #000000;
  text-align: center;
}
.shellbox .mockup-section-title,
.shellbox .logo-wrapper {
  text-align: center;
  color: #000000;
}
.shellbox .list,
.shellbox .item-wrap {
  color: #1e1c1a;
}
.flowunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .flowunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.flowunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.flowunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.flowunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.flowunit .navbar-brand .field a {
  outline: none;
}
.flowunit .noteunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.flowunit .noteunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.flowunit .noteunit .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .flowunit .noteunit .nav-item .nav-link {
    padding: 16px !important;
  }
}
.flowunit .noteunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .flowunit .noteunit {
    padding-left: 1.5rem;
  }
}
.flowunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.flowunit .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #b89b5e;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .flowunit .nav-link::before {
    left: 8px;
  }
}
.flowunit .nav-link:hover {
  opacity: 1;
}
.flowunit .nav-link:hover::before {
  opacity: 1;
}
.flowunit .field {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .flowunit .field {
    padding-left: 1rem;
  }
}
.flowunit .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.flowunit .navbar-caption:hover,
.flowunit .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .flowunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.flowunit .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #faf6f1;
  box-shadow: none;
  position: relative;
  border: 1px solid #f2ece2;
}
@media (max-width: 992px) {
  .flowunit .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .flowunit .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .flowunit .menu-container {
    margin: 16px;
  }
}
.flowunit .nav-item:focus,
.flowunit .nav-link:focus {
  outline: none;
}
.flowunit .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.flowunit .navbar .field img {
  width: auto;
}
.flowunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .flowunit .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .flowunit .navbar {
    min-height: 72px;
  }
  .flowunit .navbar .field img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .flowunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .flowunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .flowunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.flowunit .navbar-expand-lg .noteunit .nav-link {
  padding: 0;
}
.flowunit ul.noteunit {
  flex-wrap: wrap;
}
.flowunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.flowunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b89b5e;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.flowunit .navbar-dropdown {
  padding: 0 1rem;
}
.flowunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flowunit .navbar {
    height: 70px;
  }
  .flowunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.flowunit .mockup-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .flowunit .mockup-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .flowunit .mockup-section-btn {
    padding-left: 0;
  }
}
.flowunit .mockup-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .flowunit .mockup-section-btn .btn {
    padding: 14px;
  }
}
.flowunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .flowunit .navbar-brand {
    margin-right: auto;
  }
  .flowunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #faf6f1;
  }
  .flowunit .noteunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .flowunit .navbar-collapse {
    padding: 1rem;
  }
}
.flowunit .navbar-brand,
.flowunit .navbar-toggler,
.flowunit .navbar-collapse {
  position: relative;
  z-index: 1;
}
.boxwrap {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("images/green1.jpg");
}
.boxwrap .framecore {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.boxwrap .mockup-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.boxwrap .text-wrapper .boxareaunit {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .boxwrap .text-wrapper .boxareaunit {
    width: 100%;
  }
}
.boxwrap .mockup-section-btn {
  margin-top: 24px;
}
.boxwrap .tagbox {
  position: relative;
}
@media (max-width: 992px) {
  .boxwrap .tagbox {
    margin-top: 32px;
  }
}
.boxwrap .tagbox .shellwrap img {
  height: 575px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .boxwrap .tagbox .shellwrap img {
    height: 300px;
  }
}
.boxwrap .boxareaunit {
  color: #0a0a0a;
}
.boxwrap .mockup-section-title,
.boxwrap .mockup-section-btn,
.boxwrap .shiftbox {
  text-align: center;
}
.boxwrap .boxareaunit,
.boxwrap .text-wrapper {
  text-align: center;
  color: #1e1c1a;
}
.stepunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
}
@media (max-width: 992px) {
  .stepunit .container {
    padding: 0 15px;
  }
}
.stepunit .row {
  justify-content: center;
}
.stepunit .nodemodule {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px 60px;
  padding: 0 130px;
}
@media (max-width: 1440px) {
  .stepunit .nodemodule {
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  .stepunit .nodemodule {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .stepunit .nodemodule {
    grid-template-columns: 1fr;
    gap: 100px 40px;
  }
}
.stepunit .nodemodule .item:nth-child(2n) {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .stepunit .nodemodule .item:nth-child(2n) {
    margin-top: 0;
  }
}
.stepunit .nodemodule .item .item-wrapper .card-box {
  position: relative;
  padding: 50px;
  background-color: #f6f1e8;
}
@media (max-width: 992px) {
  .stepunit .nodemodule .item .item-wrapper .card-box {
    padding: 40px 20px;
  }
}
.stepunit .nodemodule .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.stepunit .nodemodule .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.stepunit .item-title {
  color: #30262b;
}
.stepunit .item-text {
  color: #1e1c1a;
  text-align: center;
}
.stepunit .item-title {
  text-align: center;
  color: #000000;
}
.boxsegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
}
.boxsegment .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .boxsegment .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .boxsegment .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .boxsegment .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .boxsegment .container {
    padding: 0 24px;
  }
}
.boxsegment .layout {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .boxsegment .layout {
    margin-bottom: 32px;
  }
}
.boxsegment .layout .mockup-section-title {
  margin-bottom: 16px;
}
.boxsegment .layout .text-wrapper .boxareaunit {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .boxsegment .layout .text-wrapper .boxareaunit {
    width: 100%;
  }
}
.boxsegment .item {
  margin-bottom: 32px;
}
.boxsegment .item .item-wrapper {
  height: 100%;
}
.boxsegment .item .item-wrapper .item-img img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .boxsegment .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.boxsegment .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #f6f1e8;
  height: 100%;
  border: 1px solid #b89b5e;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .boxsegment .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .boxsegment .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.boxsegment .item .item-wrapper .card-box .item-title,
.boxsegment .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 32px;
}
.boxsegment .item .item-wrapper .card-box .text-wrap .item-text,
.boxsegment .item .item-wrapper .card-box .text-wrap .item-text_2 {
  margin-bottom: 22px;
  opacity: .5;
}
.boxsegment .item .item-wrapper .card-box .mockup-section-btn .btn {
  margin-bottom: 0;
}
.boxsegment .item .item-wrapper .dark-card {
  background-color: #efe8dd;
  border: none;
}
.boxsegment .item .item-wrapper .wrapgrid {
  background-color: #efe8dd;
  border: none;
}
.boxsegment .mockup-section-title {
  color: #18212d;
  text-align: center;
}
.boxsegment .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.boxsegment .boxareaunit,
.boxsegment .text-wrapper {
  color: #18212d;
  text-align: center;
}
.boxsegment .item-title {
  color: #000000;
  text-align: center;
}
.boxsegment .item-text {
  color: #18212d;
}
.boxsegment .item-title_2 {
  color: #000000;
  text-align: center;
}
.boxsegment .item-text_2 {
  color: #ffffff;
}
.boxsegment .item-text_2,
.boxsegment .mockup-section-btn {
  text-align: center;
  color: #000000;
}
.boxsegment .item-text,
.boxsegment .mockup-section-btn {
  text-align: center;
  color: #000000;
}
.dockband {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
}
@media (max-width: 992px) {
  .dockband .container {
    padding: 0 15px;
  }
}
.dockband .row {
  justify-content: center;
}
.dockband .nodemodule {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px 60px;
  padding: 0 130px;
}
@media (max-width: 1440px) {
  .dockband .nodemodule {
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  .dockband .nodemodule {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .dockband .nodemodule {
    grid-template-columns: 1fr;
    gap: 100px 40px;
  }
}
.dockband .nodemodule .item:nth-child(2n) {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .dockband .nodemodule .item:nth-child(2n) {
    margin-top: 0;
  }
}
.dockband .nodemodule .item .item-wrapper .card-box {
  position: relative;
  padding: 50px;
  background-color: #f6f1e8;
}
@media (max-width: 992px) {
  .dockband .nodemodule .item .item-wrapper .card-box {
    padding: 40px 20px;
  }
}
.dockband .nodemodule .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
.dockband .nodemodule .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.dockband .item-title {
  color: #30262b;
}
.dockband .item-text {
  color: #1e1c1a;
  text-align: center;
}
.dockband .item-title {
  text-align: center;
  color: #000000;
}
.moduleunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
}
.moduleunit .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .moduleunit .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .moduleunit .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .moduleunit .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .moduleunit .container {
    padding: 0 24px;
  }
}
.moduleunit .layout {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .moduleunit .layout {
    margin-bottom: 32px;
  }
}
.moduleunit .layout .mockup-section-title {
  margin-bottom: 16px;
}
.moduleunit .layout .text-wrapper .boxareaunit {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .moduleunit .layout .text-wrapper .boxareaunit {
    width: 100%;
  }
}
.moduleunit .item {
  margin-bottom: 32px;
}
.moduleunit .item .item-wrapper {
  height: 100%;
}
.moduleunit .item .item-wrapper .item-img img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .moduleunit .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.moduleunit .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #f6f1e8;
  height: 100%;
  border: 1px solid #b89b5e;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .moduleunit .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .moduleunit .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.moduleunit .item .item-wrapper .card-box .item-title,
.moduleunit .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 32px;
}
.moduleunit .item .item-wrapper .card-box .text-wrap .item-text,
.moduleunit .item .item-wrapper .card-box .text-wrap .item-text_2 {
  margin-bottom: 22px;
  opacity: .5;
}
.moduleunit .item .item-wrapper .card-box .mockup-section-btn .btn {
  margin-bottom: 0;
}
.moduleunit .item .item-wrapper .dark-card {
  background-color: #efe8dd;
  border: none;
}
.moduleunit .item .item-wrapper .wrapgrid {
  background-color: #efe8dd;
  border: none;
}
.moduleunit .mockup-section-title {
  color: #18212d;
  text-align: center;
}
.moduleunit .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.moduleunit .boxareaunit,
.moduleunit .text-wrapper {
  color: #18212d;
  text-align: center;
}
.moduleunit .item-title {
  color: #000000;
  text-align: center;
}
.moduleunit .item-text {
  color: #18212d;
}
.moduleunit .item-title_2 {
  color: #000000;
  text-align: center;
}
.moduleunit .item-text_2 {
  color: #ffffff;
}
.moduleunit .item-text_2,
.moduleunit .mockup-section-btn {
  text-align: center;
  color: #000000;
}
.moduleunit .item-text,
.moduleunit .mockup-section-btn {
  text-align: center;
  color: #000000;
}
.shellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf6f1;
}
.shellbox .layout .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .shellbox .layout .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.shellbox .layout .mockup-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .mockup-section-title {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .nav-wrapper {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.shellbox .layout .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.shellbox .layout .nav-wrapper .list .item-wrap:hover,
.shellbox .layout .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.shellbox .layout .abstractbox {
  margin-bottom: 0;
  text-transform: uppercase;
}
.shellbox .mockup-section-title {
  color: #181824;
  text-align: center;
}
.shellbox .list,
.shellbox .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.shellbox .abstractbox {
  color: #000000;
  text-align: center;
}
.shellbox .mockup-section-title,
.shellbox .logo-wrapper {
  text-align: center;
  color: #000000;
}
.shellbox .list,
.shellbox .item-wrap {
  color: #1e1c1a;
}
.flowunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .flowunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.flowunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.flowunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.flowunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.flowunit .navbar-brand .field a {
  outline: none;
}
.flowunit .noteunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.flowunit .noteunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.flowunit .noteunit .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .flowunit .noteunit .nav-item .nav-link {
    padding: 16px !important;
  }
}
.flowunit .noteunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .flowunit .noteunit {
    padding-left: 1.5rem;
  }
}
.flowunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.flowunit .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #b89b5e;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .flowunit .nav-link::before {
    left: 8px;
  }
}
.flowunit .nav-link:hover {
  opacity: 1;
}
.flowunit .nav-link:hover::before {
  opacity: 1;
}
.flowunit .field {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .flowunit .field {
    padding-left: 1rem;
  }
}
.flowunit .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.flowunit .navbar-caption:hover,
.flowunit .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .flowunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.flowunit .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #faf6f1;
  box-shadow: none;
  position: relative;
  border: 1px solid #f2ece2;
}
@media (max-width: 992px) {
  .flowunit .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .flowunit .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .flowunit .menu-container {
    margin: 16px;
  }
}
.flowunit .nav-item:focus,
.flowunit .nav-link:focus {
  outline: none;
}
.flowunit .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.flowunit .navbar .field img {
  width: auto;
}
.flowunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .flowunit .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .flowunit .navbar {
    min-height: 72px;
  }
  .flowunit .navbar .field img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .flowunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .flowunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .flowunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.flowunit .navbar-expand-lg .noteunit .nav-link {
  padding: 0;
}
.flowunit ul.noteunit {
  flex-wrap: wrap;
}
.flowunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.flowunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b89b5e;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.flowunit .navbar-dropdown {
  padding: 0 1rem;
}
.flowunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flowunit .navbar {
    height: 70px;
  }
  .flowunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.flowunit .mockup-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .flowunit .mockup-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .flowunit .mockup-section-btn {
    padding-left: 0;
  }
}
.flowunit .mockup-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .flowunit .mockup-section-btn .btn {
    padding: 14px;
  }
}
.flowunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .flowunit .navbar-brand {
    margin-right: auto;
  }
  .flowunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #faf6f1;
  }
  .flowunit .noteunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .flowunit .navbar-collapse {
    padding: 1rem;
  }
}
.flowunit .navbar-brand,
.flowunit .navbar-toggler,
.flowunit .navbar-collapse {
  position: relative;
  z-index: 1;
}
.unitsegment {
  padding-top: 12rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("images/warm3.jpg");
}
.unitsegment .row {
  justify-content: center;
}
.unitsegment .shiftbox {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .unitsegment .shiftbox {
    margin-bottom: 30px;
  }
}
.unitsegment .shiftbox .mockup-section-title {
  margin-bottom: 0;
}
.unitsegment .shiftbox .mockup-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unitsegment .layout {
    margin-bottom: 40px;
  }
}
.unitsegment .layout .text-wrapper .boxareaunit {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .unitsegment .layout .text-wrapper .boxareaunit {
    width: 100%;
    margin-bottom: 30px;
  }
}
.unitsegment .layout .mockup-section-btn .btn {
  margin-bottom: 0;
}
.unitsegment .card {
  justify-content: flex-end;
}
.unitsegment .tagbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .unitsegment .tagbox {
    display: block;
  }
}
.unitsegment .tagbox::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#b89b5e, transparent);
  filter: blur(100px);
}
.unitsegment .tagbox .shellwrap {
  position: relative;
  z-index: 1;
}
.unitsegment .tagbox .shellwrap img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .unitsegment .tagbox .shellwrap img {
    height: 350px;
  }
}
.unitsegment .mockup-section-title {
  color: #000000;
  text-align: center;
}
.unitsegment .mockup-section-subtitle {
  color: #ffffff;
}
.unitsegment .boxareaunit,
.unitsegment .text-wrapper {
  color: #ffffff;
}
.unitsegment .boxareaunit,
.unitsegment .text-wrapper,
.unitsegment .mockup-section-btn {
  text-align: center;
  color: #000000;
}
.bandbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
}
.bandbox .boxareaunit {
  color: #1e1c1a;
  text-align: center;
}
.bandbox .mockup-section-subtitle {
  color: #000000;
  text-align: center;
}
.canvas {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2ece2;
}
.canvas .text-wrapper {
  border-left: 4px solid #b89b5e;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .canvas .text-wrapper {
    padding-left: 0rem;
    border-left: 0;
  }
}
.canvas .tagbox {
  position: relative;
  padding: 2rem;
}
@media (max-width: 767px) {
  .canvas .tagbox {
    padding: 1rem;
  }
}
.canvas .tagbox:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-2deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #b89b5e;
  opacity: 0.8;
  border-radius: 3rem;
}
.canvas .tagbox img {
  transform: rotate(2deg);
  border-radius: 3rem;
}
.canvas .row {
  align-items: center;
}
.canvas .mockup-section-title {
  color: #000000;
  text-align: center;
}
.canvas .boxareaunit,
.canvas .mockup-section-btn {
  color: #000000;
  text-align: center;
}
.canvas .mockup-section-subtitle {
  color: #491414;
}
.boxpad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
}
.boxpad .layout {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #b89b5e;
}
@media (max-width: 992px) {
  .boxpad .layout {
    display: block;
    padding: 32px 16px;
  }
}
.boxpad .layout .tagbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.boxpad .layout .tagbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .5;
}
.boxpad .layout .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f2ece2;
  border: 3px solid #b89b5e;
  box-shadow: 4px 4px 0 0 #b89b5e;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .boxpad .layout .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.boxpad .layout .card-wrapper .mockup-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .boxpad .layout .card-wrapper .mockup-section-title {
    margin-bottom: 24px;
  }
}
.boxpad .layout .card-wrapper .boxareaunit {
  margin-bottom: 0;
}
.boxpad .mockup-section-title {
  color: #ff9063;
  text-align: center;
}
.boxpad .boxareaunit {
  color: #050f0f;
  text-align: center;
}
.boxpad .mockup-section-title,
.boxpad .mockup-section-btn {
  color: #000000;
}
.shellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf6f1;
}
.shellbox .layout .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .shellbox .layout .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.shellbox .layout .mockup-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .mockup-section-title {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .nav-wrapper {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.shellbox .layout .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.shellbox .layout .nav-wrapper .list .item-wrap:hover,
.shellbox .layout .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.shellbox .layout .abstractbox {
  margin-bottom: 0;
  text-transform: uppercase;
}
.shellbox .mockup-section-title {
  color: #181824;
  text-align: center;
}
.shellbox .list,
.shellbox .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.shellbox .abstractbox {
  color: #000000;
  text-align: center;
}
.shellbox .mockup-section-title,
.shellbox .logo-wrapper {
  text-align: center;
  color: #000000;
}
.shellbox .list,
.shellbox .item-wrap {
  color: #1e1c1a;
}
.flowunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .flowunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.flowunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.flowunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.flowunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.flowunit .navbar-brand .field a {
  outline: none;
}
.flowunit .noteunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.flowunit .noteunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.flowunit .noteunit .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .flowunit .noteunit .nav-item .nav-link {
    padding: 16px !important;
  }
}
.flowunit .noteunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .flowunit .noteunit {
    padding-left: 1.5rem;
  }
}
.flowunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.flowunit .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #b89b5e;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .flowunit .nav-link::before {
    left: 8px;
  }
}
.flowunit .nav-link:hover {
  opacity: 1;
}
.flowunit .nav-link:hover::before {
  opacity: 1;
}
.flowunit .field {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .flowunit .field {
    padding-left: 1rem;
  }
}
.flowunit .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.flowunit .navbar-caption:hover,
.flowunit .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .flowunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.flowunit .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #faf6f1;
  box-shadow: none;
  position: relative;
  border: 1px solid #f2ece2;
}
@media (max-width: 992px) {
  .flowunit .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .flowunit .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .flowunit .menu-container {
    margin: 16px;
  }
}
.flowunit .nav-item:focus,
.flowunit .nav-link:focus {
  outline: none;
}
.flowunit .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.flowunit .navbar .field img {
  width: auto;
}
.flowunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .flowunit .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .flowunit .navbar {
    min-height: 72px;
  }
  .flowunit .navbar .field img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .flowunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .flowunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .flowunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.flowunit .navbar-expand-lg .noteunit .nav-link {
  padding: 0;
}
.flowunit ul.noteunit {
  flex-wrap: wrap;
}
.flowunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.flowunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b89b5e;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.flowunit .navbar-dropdown {
  padding: 0 1rem;
}
.flowunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flowunit .navbar {
    height: 70px;
  }
  .flowunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.flowunit .mockup-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .flowunit .mockup-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .flowunit .mockup-section-btn {
    padding-left: 0;
  }
}
.flowunit .mockup-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .flowunit .mockup-section-btn .btn {
    padding: 14px;
  }
}
.flowunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .flowunit .navbar-brand {
    margin-right: auto;
  }
  .flowunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #faf6f1;
  }
  .flowunit .noteunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .flowunit .navbar-collapse {
    padding: 1rem;
  }
}
.flowunit .navbar-brand,
.flowunit .navbar-toggler,
.flowunit .navbar-collapse {
  position: relative;
  z-index: 1;
}
.fieldlayer {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #f2ece2;
}
.fieldlayer .row {
  margin: 0 -6px;
}
.fieldlayer .card {
  padding: 0 6px;
}
.fieldlayer .card-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 48px 100px;
  background-color: #efe8dd;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .fieldlayer .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .fieldlayer .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.fieldlayer .card-wrapper .shiftbox .mockup-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .fieldlayer .card-wrapper .shiftbox .mockup-section-title {
    margin-bottom: 24px;
  }
}
.fieldlayer .card-wrapper .shiftbox .boxareaunit {
  margin-bottom: 0;
}
.fieldlayer .mockup-section-title {
  color: #f5f8ff;
  text-align: center;
}
.fieldlayer .boxareaunit {
  color: #1e1c1a;
  text-align: center;
}
.fieldlayer label {
  color: #f5f8ff;
}
.fieldlayer .mockup-section-title,
.fieldlayer .mockup-section-btn,
.fieldlayer .logo-wrapper {
  color: #000000;
}
.domwrap {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
}
.domwrap .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #f6f1e8;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .domwrap .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.domwrap .card-wrapper .objectbox {
  position: absolute;
  left: -150px;
  bottom: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #b89b5e, #b89b5e 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .domwrap .card-wrapper .objectbox {
    width: 400px;
    height: 400px;
  }
}
.domwrap .card-wrapper .card {
  justify-content: center;
}
.domwrap .card-wrapper .layout {
  position: relative;
  z-index: 1;
  width: 49%;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .domwrap .card-wrapper .layout {
    padding: 0;
    width: 100%;
    margin-bottom: 22px;
  }
}
.domwrap .card-wrapper .layout .rowgrid {
  margin-bottom: 22px;
}
.domwrap .card-wrapper .layout .rowgrid .coverwrap {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.domwrap .card-wrapper .layout .mockup-section-title {
  margin-bottom: 22px;
}
.domwrap .card-wrapper .layout .boxareaunit {
  margin-bottom: 0;
}
.domwrap .card-wrapper .layout .mockup-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .domwrap .card-wrapper .layout .mockup-section-btn {
    margin-top: 22px;
  }
}
.domwrap .card-wrapper .layout .mockup-section-btn .btn {
  margin-bottom: 0;
}
.domwrap .card-wrapper .tagbox {
  position: relative;
  z-index: 1;
  width: 48%;
}
@media (max-width: 992px) {
  .domwrap .card-wrapper .tagbox {
    width: 100%;
  }
}
.domwrap .card-wrapper .tagbox img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .domwrap .card-wrapper .tagbox img {
    height: 300px;
  }
}
.domwrap .coverwrap,
.domwrap .rowgrid {
  color: #1a0b54;
}
.domwrap .mockup-section-title {
  color: #1a0b54;
}
.domwrap .boxareaunit {
  color: #1e1c1a;
  text-align: center;
}
.domwrap .mockup-section-title,
.domwrap .mockup-section-btn {
  text-align: center;
  color: #000000;
}
.shellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf6f1;
}
.shellbox .layout .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .shellbox .layout .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.shellbox .layout .mockup-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .mockup-section-title {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .nav-wrapper {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.shellbox .layout .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.shellbox .layout .nav-wrapper .list .item-wrap:hover,
.shellbox .layout .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.shellbox .layout .abstractbox {
  margin-bottom: 0;
  text-transform: uppercase;
}
.shellbox .mockup-section-title {
  color: #181824;
  text-align: center;
}
.shellbox .list,
.shellbox .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.shellbox .abstractbox {
  color: #000000;
  text-align: center;
}
.shellbox .mockup-section-title,
.shellbox .logo-wrapper {
  text-align: center;
  color: #000000;
}
.shellbox .list,
.shellbox .item-wrap {
  color: #1e1c1a;
}
.flowunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .flowunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.flowunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.flowunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.flowunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.flowunit .navbar-brand .field a {
  outline: none;
}
.flowunit .noteunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.flowunit .noteunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.flowunit .noteunit .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .flowunit .noteunit .nav-item .nav-link {
    padding: 16px !important;
  }
}
.flowunit .noteunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .flowunit .noteunit {
    padding-left: 1.5rem;
  }
}
.flowunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.flowunit .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #b89b5e;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .flowunit .nav-link::before {
    left: 8px;
  }
}
.flowunit .nav-link:hover {
  opacity: 1;
}
.flowunit .nav-link:hover::before {
  opacity: 1;
}
.flowunit .field {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .flowunit .field {
    padding-left: 1rem;
  }
}
.flowunit .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.flowunit .navbar-caption:hover,
.flowunit .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .flowunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.flowunit .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #faf6f1;
  box-shadow: none;
  position: relative;
  border: 1px solid #f2ece2;
}
@media (max-width: 992px) {
  .flowunit .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .flowunit .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .flowunit .menu-container {
    margin: 16px;
  }
}
.flowunit .nav-item:focus,
.flowunit .nav-link:focus {
  outline: none;
}
.flowunit .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.flowunit .navbar .field img {
  width: auto;
}
.flowunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .flowunit .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .flowunit .navbar {
    min-height: 72px;
  }
  .flowunit .navbar .field img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .flowunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .flowunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .flowunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.flowunit .navbar-expand-lg .noteunit .nav-link {
  padding: 0;
}
.flowunit ul.noteunit {
  flex-wrap: wrap;
}
.flowunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.flowunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b89b5e;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.flowunit .navbar-dropdown {
  padding: 0 1rem;
}
.flowunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flowunit .navbar {
    height: 70px;
  }
  .flowunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.flowunit .mockup-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .flowunit .mockup-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .flowunit .mockup-section-btn {
    padding-left: 0;
  }
}
.flowunit .mockup-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .flowunit .mockup-section-btn .btn {
    padding: 14px;
  }
}
.flowunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .flowunit .navbar-brand {
    margin-right: auto;
  }
  .flowunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #faf6f1;
  }
  .flowunit .noteunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .flowunit .navbar-collapse {
    padding: 1rem;
  }
}
.flowunit .navbar-brand,
.flowunit .navbar-toggler,
.flowunit .navbar-collapse {
  position: relative;
  z-index: 1;
}
.slotwrap {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
  background-image: linear-gradient(135deg, #f6f1e8 10%, #f2ece2 80%, #efe8dd 130%);
}
.slotwrap .row {
  justify-content: center;
}
.slotwrap .layout .logo-wrapper {
  margin-bottom: 22px;
}
.slotwrap .layout .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slotwrap .layout .mockup-section-title {
  margin-bottom: 22px;
}
.slotwrap .layout .text-wrapper .boxareaunit {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .slotwrap .layout .text-wrapper .boxareaunit {
    width: 100%;
  }
}
.slotwrap .layout .mockup-section-btn {
  margin-top: 32px;
}
.slotwrap .layout .mockup-section-btn .mockup-section-title {
  margin-top: 22px;
}
.slotwrap .mockup-section-title {
  color: #ffffff;
}
.slotwrap .boxareaunit,
.slotwrap .text-wrapper {
  color: #1e1c1a;
  text-align: center;
}
.slotwrap .mockup-section-title,
.slotwrap .mockup-section-btn,
.slotwrap .logo-wrapper {
  text-align: center;
  color: #000000;
}
.bridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
}
.bridge .layout .boxareaunit {
  margin-bottom: 22px;
}
.bridge .boxareaunit {
  color: #1e1c1a;
}
.bridge .mockup-section-btn {
  text-align: center;
}
.shellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf6f1;
}
.shellbox .layout .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .shellbox .layout .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.shellbox .layout .mockup-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .mockup-section-title {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .nav-wrapper {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.shellbox .layout .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.shellbox .layout .nav-wrapper .list .item-wrap:hover,
.shellbox .layout .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.shellbox .layout .abstractbox {
  margin-bottom: 0;
  text-transform: uppercase;
}
.shellbox .mockup-section-title {
  color: #181824;
  text-align: center;
}
.shellbox .list,
.shellbox .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.shellbox .abstractbox {
  color: #000000;
  text-align: center;
}
.shellbox .mockup-section-title,
.shellbox .logo-wrapper {
  text-align: center;
  color: #000000;
}
.shellbox .list,
.shellbox .item-wrap {
  color: #1e1c1a;
}
.fold {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .fold .navbar-toggler {
    transform: scale(0.8);
  }
}
.fold .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.fold .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.fold .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.fold .navbar-brand .field a {
  outline: none;
}
.fold .noteunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.fold .noteunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.fold .noteunit .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .fold .noteunit .nav-item .nav-link {
    padding: 16px !important;
  }
}
.fold .noteunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .fold .noteunit {
    padding-left: 1.5rem;
  }
}
.fold .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.fold .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #b89b5e;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .fold .nav-link::before {
    left: 8px;
  }
}
.fold .nav-link:hover {
  opacity: 1;
}
.fold .nav-link:hover::before {
  opacity: 1;
}
.fold .field {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .fold .field {
    padding-left: 1rem;
  }
}
.fold .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.fold .navbar-caption:hover,
.fold .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .fold .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.fold .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #faf6f1;
  box-shadow: none;
  position: relative;
  border: 1px solid #f2ece2;
}
@media (max-width: 992px) {
  .fold .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .fold .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .fold .menu-container {
    margin: 16px;
  }
}
.fold .nav-item:focus,
.fold .nav-link:focus {
  outline: none;
}
.fold .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.fold .navbar .field img {
  width: auto;
}
.fold .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .fold .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .fold .navbar {
    min-height: 72px;
  }
  .fold .navbar .field img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .fold .navbar .nav-item .nav-link::before {
    display: none;
  }
  .fold .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .fold .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.fold .navbar-expand-lg .noteunit .nav-link {
  padding: 0;
}
.fold ul.noteunit {
  flex-wrap: wrap;
}
.fold button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.fold button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b89b5e;
}
.fold button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.fold button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.fold button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.fold button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.fold .navbar-dropdown {
  padding: 0 1rem;
}
.fold a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fold .navbar {
    height: 70px;
  }
  .fold .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.fold .mockup-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .fold .mockup-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .fold .mockup-section-btn {
    padding-left: 0;
  }
}
.fold .mockup-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .fold .mockup-section-btn .btn {
    padding: 14px;
  }
}
.fold .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .fold .navbar-brand {
    margin-right: auto;
  }
  .fold .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #faf6f1;
  }
  .fold .noteunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .fold .navbar-collapse {
    padding: 1rem;
  }
}
.fold .navbar-brand,
.fold .navbar-toggler,
.fold .navbar-collapse {
  position: relative;
  z-index: 1;
}
.casing {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
  background-image: linear-gradient(135deg, #f6f1e8 10%, #f2ece2 80%, #efe8dd 130%);
}
.casing .row {
  justify-content: center;
}
.casing .layout .logo-wrapper {
  margin-bottom: 22px;
}
.casing .layout .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.casing .layout .mockup-section-title {
  margin-bottom: 22px;
}
.casing .layout .text-wrapper .boxareaunit {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .casing .layout .text-wrapper .boxareaunit {
    width: 100%;
  }
}
.casing .layout .mockup-section-btn {
  margin-top: 32px;
}
.casing .layout .mockup-section-btn .mockup-section-title {
  margin-top: 22px;
}
.casing .mockup-section-title {
  color: #ffffff;
}
.casing .boxareaunit,
.casing .text-wrapper {
  color: #1e1c1a;
  text-align: center;
}
.casing .mockup-section-title,
.casing .mockup-section-btn,
.casing .logo-wrapper {
  text-align: center;
  color: #000000;
}
.contentunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
}
.contentunit .layout .boxareaunit {
  margin-bottom: 22px;
}
.contentunit .boxareaunit {
  color: #1e1c1a;
}
.contentunit .mockup-section-btn {
  text-align: center;
}
.shellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf6f1;
}
.shellbox .layout .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .shellbox .layout .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.shellbox .layout .mockup-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .mockup-section-title {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .nav-wrapper {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.shellbox .layout .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.shellbox .layout .nav-wrapper .list .item-wrap:hover,
.shellbox .layout .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.shellbox .layout .abstractbox {
  margin-bottom: 0;
  text-transform: uppercase;
}
.shellbox .mockup-section-title {
  color: #181824;
  text-align: center;
}
.shellbox .list,
.shellbox .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.shellbox .abstractbox {
  color: #000000;
  text-align: center;
}
.shellbox .mockup-section-title,
.shellbox .logo-wrapper {
  text-align: center;
  color: #000000;
}
.shellbox .list,
.shellbox .item-wrap {
  color: #1e1c1a;
}
.spanbox {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .spanbox .navbar-toggler {
    transform: scale(0.8);
  }
}
.spanbox .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.spanbox .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.spanbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.spanbox .navbar-brand .field a {
  outline: none;
}
.spanbox .noteunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.spanbox .noteunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.spanbox .noteunit .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .spanbox .noteunit .nav-item .nav-link {
    padding: 16px !important;
  }
}
.spanbox .noteunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .spanbox .noteunit {
    padding-left: 1.5rem;
  }
}
.spanbox .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.spanbox .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #b89b5e;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .spanbox .nav-link::before {
    left: 8px;
  }
}
.spanbox .nav-link:hover {
  opacity: 1;
}
.spanbox .nav-link:hover::before {
  opacity: 1;
}
.spanbox .field {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .spanbox .field {
    padding-left: 1rem;
  }
}
.spanbox .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.spanbox .navbar-caption:hover,
.spanbox .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .spanbox .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.spanbox .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #faf6f1;
  box-shadow: none;
  position: relative;
  border: 1px solid #f2ece2;
}
@media (max-width: 992px) {
  .spanbox .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .spanbox .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .spanbox .menu-container {
    margin: 16px;
  }
}
.spanbox .nav-item:focus,
.spanbox .nav-link:focus {
  outline: none;
}
.spanbox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.spanbox .navbar .field img {
  width: auto;
}
.spanbox .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .spanbox .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .spanbox .navbar {
    min-height: 72px;
  }
  .spanbox .navbar .field img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .spanbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .spanbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .spanbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.spanbox .navbar-expand-lg .noteunit .nav-link {
  padding: 0;
}
.spanbox ul.noteunit {
  flex-wrap: wrap;
}
.spanbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.spanbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b89b5e;
}
.spanbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.spanbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.spanbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.spanbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.spanbox .navbar-dropdown {
  padding: 0 1rem;
}
.spanbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .spanbox .navbar {
    height: 70px;
  }
  .spanbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.spanbox .mockup-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .spanbox .mockup-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .spanbox .mockup-section-btn {
    padding-left: 0;
  }
}
.spanbox .mockup-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .spanbox .mockup-section-btn .btn {
    padding: 14px;
  }
}
.spanbox .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .spanbox .navbar-brand {
    margin-right: auto;
  }
  .spanbox .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #faf6f1;
  }
  .spanbox .noteunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .spanbox .navbar-collapse {
    padding: 1rem;
  }
}
.spanbox .navbar-brand,
.spanbox .navbar-toggler,
.spanbox .navbar-collapse {
  position: relative;
  z-index: 1;
}
.colunit {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
  background-image: linear-gradient(135deg, #f6f1e8 10%, #f2ece2 80%, #efe8dd 130%);
}
.colunit .row {
  justify-content: center;
}
.colunit .layout .logo-wrapper {
  margin-bottom: 22px;
}
.colunit .layout .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.colunit .layout .mockup-section-title {
  margin-bottom: 22px;
}
.colunit .layout .text-wrapper .boxareaunit {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .colunit .layout .text-wrapper .boxareaunit {
    width: 100%;
  }
}
.colunit .layout .mockup-section-btn {
  margin-top: 32px;
}
.colunit .layout .mockup-section-btn .mockup-section-title {
  margin-top: 22px;
}
.colunit .mockup-section-title {
  color: #ffffff;
}
.colunit .boxareaunit,
.colunit .text-wrapper {
  color: #1e1c1a;
  text-align: center;
}
.colunit .mockup-section-title,
.colunit .mockup-section-btn,
.colunit .logo-wrapper {
  text-align: center;
  color: #000000;
}
.interfacerow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
}
.interfacerow .layout .boxareaunit {
  margin-bottom: 22px;
}
.interfacerow .boxareaunit {
  color: #1e1c1a;
}
.interfacerow .mockup-section-btn {
  text-align: center;
}
.shellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf6f1;
}
.shellbox .layout .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .shellbox .layout .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.shellbox .layout .mockup-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .mockup-section-title {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .nav-wrapper {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.shellbox .layout .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.shellbox .layout .nav-wrapper .list .item-wrap:hover,
.shellbox .layout .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.shellbox .layout .abstractbox {
  margin-bottom: 0;
  text-transform: uppercase;
}
.shellbox .mockup-section-title {
  color: #181824;
  text-align: center;
}
.shellbox .list,
.shellbox .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.shellbox .abstractbox {
  color: #000000;
  text-align: center;
}
.shellbox .mockup-section-title,
.shellbox .logo-wrapper {
  text-align: center;
  color: #000000;
}
.shellbox .list,
.shellbox .item-wrap {
  color: #1e1c1a;
}
.gridmap {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .gridmap .navbar-toggler {
    transform: scale(0.8);
  }
}
.gridmap .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.gridmap .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.gridmap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.gridmap .navbar-brand .field a {
  outline: none;
}
.gridmap .noteunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.gridmap .noteunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.gridmap .noteunit .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .gridmap .noteunit .nav-item .nav-link {
    padding: 16px !important;
  }
}
.gridmap .noteunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .gridmap .noteunit {
    padding-left: 1.5rem;
  }
}
.gridmap .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.gridmap .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #b89b5e;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .gridmap .nav-link::before {
    left: 8px;
  }
}
.gridmap .nav-link:hover {
  opacity: 1;
}
.gridmap .nav-link:hover::before {
  opacity: 1;
}
.gridmap .field {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .gridmap .field {
    padding-left: 1rem;
  }
}
.gridmap .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.gridmap .navbar-caption:hover,
.gridmap .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .gridmap .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.gridmap .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #faf6f1;
  box-shadow: none;
  position: relative;
  border: 1px solid #f2ece2;
}
@media (max-width: 992px) {
  .gridmap .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .gridmap .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .gridmap .menu-container {
    margin: 16px;
  }
}
.gridmap .nav-item:focus,
.gridmap .nav-link:focus {
  outline: none;
}
.gridmap .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.gridmap .navbar .field img {
  width: auto;
}
.gridmap .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .gridmap .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .gridmap .navbar {
    min-height: 72px;
  }
  .gridmap .navbar .field img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .gridmap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .gridmap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .gridmap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.gridmap .navbar-expand-lg .noteunit .nav-link {
  padding: 0;
}
.gridmap ul.noteunit {
  flex-wrap: wrap;
}
.gridmap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.gridmap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b89b5e;
}
.gridmap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.gridmap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.gridmap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.gridmap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.gridmap .navbar-dropdown {
  padding: 0 1rem;
}
.gridmap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gridmap .navbar {
    height: 70px;
  }
  .gridmap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.gridmap .mockup-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .gridmap .mockup-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .gridmap .mockup-section-btn {
    padding-left: 0;
  }
}
.gridmap .mockup-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .gridmap .mockup-section-btn .btn {
    padding: 14px;
  }
}
.gridmap .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .gridmap .navbar-brand {
    margin-right: auto;
  }
  .gridmap .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #faf6f1;
  }
  .gridmap .noteunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .gridmap .navbar-collapse {
    padding: 1rem;
  }
}
.gridmap .navbar-brand,
.gridmap .navbar-toggler,
.gridmap .navbar-collapse {
  position: relative;
  z-index: 1;
}
.frame {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
  background-image: linear-gradient(135deg, #f6f1e8 10%, #f2ece2 80%, #efe8dd 130%);
}
.frame .row {
  justify-content: center;
}
.frame .layout .logo-wrapper {
  margin-bottom: 22px;
}
.frame .layout .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.frame .layout .mockup-section-title {
  margin-bottom: 22px;
}
.frame .layout .text-wrapper .boxareaunit {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .frame .layout .text-wrapper .boxareaunit {
    width: 100%;
  }
}
.frame .layout .mockup-section-btn {
  margin-top: 32px;
}
.frame .layout .mockup-section-btn .mockup-section-title {
  margin-top: 22px;
}
.frame .mockup-section-title {
  color: #ffffff;
}
.frame .boxareaunit,
.frame .text-wrapper {
  color: #1e1c1a;
  text-align: center;
}
.frame .mockup-section-title,
.frame .mockup-section-btn,
.frame .logo-wrapper {
  text-align: center;
  color: #000000;
}
.blockrow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
}
.blockrow .layout .boxareaunit {
  margin-bottom: 22px;
}
.blockrow .boxareaunit {
  color: #1e1c1a;
}
.blockrow .mockup-section-btn {
  text-align: center;
}
.shellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf6f1;
}
.shellbox .layout .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .shellbox .layout .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.shellbox .layout .mockup-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .mockup-section-title {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .nav-wrapper {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.shellbox .layout .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.shellbox .layout .nav-wrapper .list .item-wrap:hover,
.shellbox .layout .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.shellbox .layout .abstractbox {
  margin-bottom: 0;
  text-transform: uppercase;
}
.shellbox .mockup-section-title {
  color: #181824;
  text-align: center;
}
.shellbox .list,
.shellbox .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.shellbox .abstractbox {
  color: #000000;
  text-align: center;
}
.shellbox .mockup-section-title,
.shellbox .logo-wrapper {
  text-align: center;
  color: #000000;
}
.shellbox .list,
.shellbox .item-wrap {
  color: #1e1c1a;
}
.flowunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .flowunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.flowunit .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.flowunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.flowunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.flowunit .navbar-brand .field a {
  outline: none;
}
.flowunit .noteunit {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.flowunit .noteunit .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.flowunit .noteunit .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .flowunit .noteunit .nav-item .nav-link {
    padding: 16px !important;
  }
}
.flowunit .noteunit .nav-item .nav-link:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  .flowunit .noteunit {
    padding-left: 1.5rem;
  }
}
.flowunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.flowunit .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #b89b5e;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .flowunit .nav-link::before {
    left: 8px;
  }
}
.flowunit .nav-link:hover {
  opacity: 1;
}
.flowunit .nav-link:hover::before {
  opacity: 1;
}
.flowunit .field {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .flowunit .field {
    padding-left: 1rem;
  }
}
.flowunit .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.flowunit .navbar-caption:hover,
.flowunit .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .flowunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.flowunit .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #faf6f1;
  box-shadow: none;
  position: relative;
  border: 1px solid #f2ece2;
}
@media (max-width: 992px) {
  .flowunit .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .flowunit .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .flowunit .menu-container {
    margin: 16px;
  }
}
.flowunit .nav-item:focus,
.flowunit .nav-link:focus {
  outline: none;
}
.flowunit .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.flowunit .navbar .field img {
  width: auto;
}
.flowunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .flowunit .navbar .navbar-collapse {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .flowunit .navbar {
    min-height: 72px;
  }
  .flowunit .navbar .field img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .flowunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .flowunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .flowunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.flowunit .navbar-expand-lg .noteunit .nav-link {
  padding: 0;
}
.flowunit ul.noteunit {
  flex-wrap: wrap;
}
.flowunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.flowunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b89b5e;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.flowunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.flowunit .navbar-dropdown {
  padding: 0 1rem;
}
.flowunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flowunit .navbar {
    height: 70px;
  }
  .flowunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.flowunit .mockup-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .flowunit .mockup-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .flowunit .mockup-section-btn {
    padding-left: 0;
  }
}
.flowunit .mockup-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .flowunit .mockup-section-btn .btn {
    padding: 14px;
  }
}
.flowunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .flowunit .navbar-brand {
    margin-right: auto;
  }
  .flowunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #faf6f1;
  }
  .flowunit .noteunit .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .flowunit .navbar-collapse {
    padding: 1rem;
  }
}
.flowunit .navbar-brand,
.flowunit .navbar-toggler,
.flowunit .navbar-collapse {
  position: relative;
  z-index: 1;
}
.colbox {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("images/hard1.jpg");
}
.colbox .card-wrapper {
  padding: 120px 80px;
  background-color: #f2ece2;
}
@media (max-width: 1440px) {
  .colbox .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .colbox .card-wrapper {
    padding: 40px 20px;
  }
}
.colbox .card-wrapper .rowgrid {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .colbox .card-wrapper .rowgrid {
    margin-bottom: 20px;
  }
}
.colbox .card-wrapper .rowgrid .coverwrap {
  display: inline-block;
  padding: 6px 20px;
  background-color: #19171c;
  margin-bottom: 0;
}
.colbox .card-wrapper .mockup-section-title {
  margin-bottom: 20px;
}
.colbox .card-wrapper .text-wrapper .boxareaunit {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .colbox .card-wrapper .text-wrapper .boxareaunit {
    width: 80%;
  }
}
.colbox .mockup-section-title {
  color: #19171c;
}
.colbox .coverwrap,
.colbox .rowgrid {
  color: #ffffff;
  text-align: center;
}
.colbox .boxareaunit,
.colbox .text-wrapper {
  color: #19171c;
  text-align: center;
}
.colbox .mockup-section-title,
.colbox .mockup-section-btn {
  text-align: center;
}
.item {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2ece2;
}
@media (max-width: 992px) {
  .item .row {
    flex-direction: column-reverse;
  }
}
.item .mockup-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.item .mockup-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.item .mockup-section-btn .btn:focus {
  box-shadow: none;
}
.item .mockup-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.item .mockup-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #000000 !important;
}
.item .mockup-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.item .text-wrapper {
  margin-left: 160px;
  position: relative;
}
@media (max-width: 992px) {
  .item .text-wrapper {
    margin: 0 30px;
  }
}
.item .text-wrapper .mockup-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .item .text-wrapper .mockup-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .item .text-wrapper .boxareaunit {
    margin-bottom: 20px;
  }
}
.item .tagbox {
  margin-left: 200px;
}
@media (max-width: 992px) {
  .item .tagbox {
    margin: 0 30px 30px;
  }
}
.item .tagbox img {
  width: 100%;
  min-height: 760px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .item .tagbox img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .item .tagbox img {
    min-height: 100%;
  }
}
.item .mockup-section-title {
  color: #000000;
}
.item .boxareaunit {
  color: #000000;
  text-align: center;
}
.item .mockup-section-title,
.item .mockup-section-btn {
  text-align: center;
}
.topwrap {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("images/high1.jpg");
}
.topwrap .boxareaunit {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .topwrap .content {
    text-align: center;
  }
}
.topwrap .boxareaunit,
.topwrap .mockup-section-btn {
  color: #000000;
}
.floatbox {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #f2ece2;
}
.floatbox h1 {
  margin-bottom: 0.2rem;
}
.floatbox .container-fluid {
  padding: 0;
}
.floatbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 10;
}
.floatbox .structurebox {
  height: 100%;
}
.floatbox .col-lg-6 {
  padding: 0;
}
.floatbox .boxareaunit {
  color: #747474;
}
.floatbox hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.floatbox .mockup-section-subtitle {
  margin-bottom: 3.5rem;
}
.floatbox .mockup-section-subtitle-2 {
  margin-top: 4.2rem;
  color: #b89b5e;
}
.floatbox .structurebox::after {
  content: '';
  background-color: #b89b5e;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .floatbox .structurebox::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .floatbox .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .floatbox .rowwrap {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .floatbox .left-block {
    margin-top: 4.5rem;
  }
}
.floatbox .btn {
  color: #101010 !important;
}
.floatbox .btn:hover {
  color: #ffffff !important;
}
.floatbox .nestedbox:before {
  content: '';
  background-color: #b89b5e;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.floatbox .rowwrap,
.floatbox .mockup-section-title {
  text-align: center;
  color: #000000;
}
.floatbox .boxareaunit,
.floatbox .mockup-section-btn {
  text-align: center;
  color: #1e1c1a;
}
.nodeband {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/soft3.jpg");
}
.nodeband .row {
  justify-content: space-between;
}
.nodeband .layout {
  padding: 90px;
  border-radius: 3rem;
  background-color: #f6f1e8;
}
@media (max-width: 992px) {
  .nodeband .layout {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.nodeband .layout .mockup-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .nodeband .layout .mockup-section-title {
    margin-bottom: 20px;
  }
}
.nodeband .layout .boxareaunit {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .nodeband .layout .boxareaunit {
    margin-bottom: 20px;
  }
}
.nodeband .layout .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.nodeband .layout .logo-wrapper .logo-wrap .shellwrap {
  margin-right: 12px;
}
.nodeband .layout .logo-wrapper .logo-wrap .shellwrap img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nodeband .layout .logo-wrapper .logo-wrap .desc-wrapper .mockup-section-subtitle {
  margin-bottom: 0;
}
.nodeband .mockup-section-title {
  color: #000000;
}
.nodeband .mockup-section-subtitle {
  color: #000000;
}
.nodeband .boxareaunit {
  color: #1e1c1a;
  text-align: center;
}
.nodeband .mockup-section-title,
.nodeband .mockup-section-btn {
  text-align: center;
}
.shellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faf6f1;
}
.shellbox .layout .logo-wrapper img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .shellbox .layout .logo-wrapper img {
    margin-bottom: 32px;
  }
}
.shellbox .layout .mockup-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .mockup-section-title {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .shellbox .layout .nav-wrapper {
    margin-bottom: 24px;
  }
}
.shellbox .layout .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.shellbox .layout .nav-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all .3s ease;
  text-transform: uppercase;
}
.shellbox .layout .nav-wrapper .list .item-wrap:hover,
.shellbox .layout .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.shellbox .layout .abstractbox {
  margin-bottom: 0;
  text-transform: uppercase;
}
.shellbox .mockup-section-title {
  color: #181824;
  text-align: center;
}
.shellbox .list,
.shellbox .nav-wrapper {
  color: #9797b9;
  text-align: center;
}
.shellbox .abstractbox {
  color: #000000;
  text-align: center;
}
.shellbox .mockup-section-title,
.shellbox .logo-wrapper {
  text-align: center;
  color: #000000;
}
.shellbox .list,
.shellbox .item-wrap {
  color: #1e1c1a;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(-10%) scale(1.05);
  }
  70% {
    transform: translateY(5%) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10%) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
}
.trunk {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s ease;
}
.trunk.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: bounceIn 0.8s ease-out forwards;
}
.trunk p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#cookieBanner button,
.trunk button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow:
    5px 5px 10px rgba(0, 0, 0, 0.2),
    -5px -5px 10px rgba(255, 255, 255, 0.8);
  text-align: center;
}
#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}
#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.3),
    inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}
#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .trunk {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 16px !important;
    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    z-index: 2147483647 !important;
    transform: translateX(-50%) translateY(20px) scale(0.95) !important;
  }
  .trunk.show {
    transform: translateX(-50%) translateY(0) scale(1) !important;
  }
  #cookieBanner button,
  .trunk button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 480px) {
  .trunk {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }
  #cookieBanner button,
  .trunk button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}
@keyframes glow {
    0% {
        text-shadow: 0 0 5px #fff;
    }
    50% {
        text-shadow: 0 0 20px #ff0;
    }
    100% {
        text-shadow: 0 0 5px #fff;
    }
}
.navbar-brand {
    animation: glow 2s alternate;
}
.ttc-form {
  padding: 0 !important;
  background: transparent;
}
.ttc-form #customForm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  color: #3c2f1d;
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: #fefcf9 !important;
  border-radius: 10px;
  box-shadow: 0 10px 35px rgba(90, 60, 20, 0.08);
  padding: 42px;
  box-sizing: border-box;
  border: 1px solid #f1e8db;
}
.ttc-form #customForm * {
  color: #3c2f1d;
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  border: 1px solid #e3d5c3 !important;
  border-radius: 6px !important;
  padding: 14px 16px;
  margin-bottom: 18px;
  background: #fefcf9 !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: 6px !important;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #9d8e7a;
}
.ttc-form #customForm ::placeholder {
  color: #9d8e7a;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  background: #ffffff !important;
  border-color: #d4a46f !important;
  box-shadow: 0 0 0 3px rgba(212, 164, 111, 0.2) !important;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 6px !important;
  background: linear-gradient(90deg, #d4a46f, #e7c494);
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
}
.ttc-form #customForm .btn:hover {
  background: linear-gradient(90deg, #c79762, #ddb67f);
  transform: translateY(-1px);
}
.ttc-form #customForm small {
  font-size: 12px;
  color: #9d8e7a;
}
.ttc-form #customForm a {
  color: #b98554;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}
.ttc-form #customForm .sectionunit,
.ttc-form #customForm .layoutbox {
  border: 1px solid #e3d5c3;
  background: #fefcf9;
  padding: 16px;
  border-radius: 6px !important;
  margin-bottom: 18px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
.ttc-form #customForm .outerpad,
.ttc-form #customForm .panebox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #3c2f1d;
  font-family: inherit;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
}
.ttc-form #customForm .layoutgrid,
.ttc-form #customForm .contentgrid {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.ttc-form #customForm .alert {
  border-radius: 6px !important;
  font-size: 14px;
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 0 16px !important;
  }
  .ttc-form #customForm {
    padding: 24px 20px;
    margin: 16px 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 .sectionunit,
  .ttc-form #customForm .layoutbox {
    padding: 14px;
  }
  .ttc-form #customForm .outerpad,
  .ttc-form #customForm .panebox {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 420px) {
  .ttc-form #customForm {
    padding: 20px 15px;
  }
  .ttc-form #customForm .outerpad,
  .ttc-form #customForm .panebox {
    font-size: 13px;
    line-height: 1.4;
  }
}
.quiz-section {
  background-image: url("images/clear2.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
