@charset "UTF-8";
:root {
  --bs-primary-rgb: 13, 110, 253;
  --bs-info-rgb: 13, 202, 240;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
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;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[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;
}
.coverwrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .coverwrap {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-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-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .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;
}
.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);
}
.packlayer {
  --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;
}
.packlayer .nav-link.active, .packlayer .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 .packlayer {
    flex-direction: row;
  }
  .navbar-expand-lg .packlayer .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-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.pathunit {
  --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);
}
.patch {
  --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;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-end {
  align-items: flex-end !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-3 {
  margin-top: 1rem !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;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.text-center {
  text-align: center !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/photo1.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .col {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .col img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }
.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/photo1.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}
button {
  background-color: transparent;
  border-color: transparent;
}
section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}
a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
.spacing-section-title {
  font-style: normal;
  line-height: 1.3;
}
.spacing-section-subtitle {
  line-height: 1.3;
}
.bodysegment {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
.coverwrap,
.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;
}
.ridge {
  color: #ffffff;
}
.shelllayer {
  text-align: left;
}
.gridblock {
  text-align: center;
}
img {
  display: block;
  width: 100%;
}
.card {
  background-color: transparent;
  border: none;
}
.card-box {
  width: 100%;
}
.spacing-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 .spacing-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}
[type=submit] {
  -webkit-appearance: none;
}
.fieldwrap .unitband {
  min-height: 100vh;
}
.fieldwrap {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .col 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 .packlayer.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 .spacing-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;
}
.unitband {
  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: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.item {
  position: relative;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/photo1.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@font-face {
  font-family: 'pixel2';
  font-display: swap;
  src:  url('fonts/curve2.eot');
  src:  url('fonts/curve2.eot') format('embedded-opentype'),
    url('fonts/curve2.woff2') format('woff2'),
    url('fonts/curve2.woff') format('woff'),
    url('fonts/curve2.ttf') format('truetype'),
    url('fonts/curve2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/photo1.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.btn {
  border-width: 1px;
}
body {
  font-family: Inter Tight;
}
.coverwrap {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .coverwrap {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .coverwrap {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-primary,
.btn-primary:active {
  background-color: #f5f2ea !important;
  border-color: #f5f2ea !important;
  color: #756438 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:disabled {
  color: #756438 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.text-primary {
  color: #f5f2ea !important;
}
.text-info {
  color: #fafafa !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #d4c7a5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c7c7c7 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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;
}
.pathunit {
  background-color: #70c770;
}
.patch {
  background-color: #fa1800;
}
.spacing-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #f5f2ea;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 10px !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: #f5f2ea !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.spacing-section-btn .btn {
  padding: 11px 28px;
  border-radius: 15px !important;
  font-weight: 400;
}
.spacing-section-btn .btn-black {
  background-color: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: inset -4px 3px 9px 0px #f5f2ea, inset 3px -2px 8px 0px #ffcd7d;
  transition: all .5s ease;
}
.spacing-section-btn .btn-black:hover,
.spacing-section-btn .btn-black:focus,
.spacing-section-btn .btn-black.active {
  box-shadow: inset 0px 36px 25px 0px #f5f2ea, inset 0px -33px 25px 0px #ffcd7d;
  color: #756438 !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 24px !important;
}
.markbox {
  border-radius: 10px !important;
}
ul.packlayer,
ul.packlayer::before {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  ul.packlayer,
  ul.packlayer::before {
    border-radius: 24px !important;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.layoutunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .layoutunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.layoutunit .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;
}
.layoutunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layoutunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutunit .navbar-brand .col a {
  outline: none;
}
.layoutunit .packlayer {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.layoutunit .packlayer .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item {
    padding-left: 0 !important;
  }
}
.layoutunit .packlayer .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 4px 10px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item .nav-link {
    padding: 10px 0 !important;
    margin-left: 0 !important;
  }
}
.layoutunit .packlayer .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px !important;
  background-color: #ffffff;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 0.3s ease;
}
.layoutunit .packlayer .nav-item .nav-link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.layoutunit .packlayer .nav-item .nav-link:hover::before {
  transform: translateY(0);
  opacity: 1;
}
.layoutunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.layoutunit .col {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .layoutunit .col {
    padding-left: 0;
  }
}
.layoutunit .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .layoutunit .navbar-caption {
    border-right: none;
  }
}
.layoutunit .navbar-caption:hover {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .layoutunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.layoutunit .container,
.layoutunit .container-fluid {
  display: flex;
  min-height: 75px;
  padding: 0 32px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  background-color: #143234;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 10px 8px 0 #f5f2ea, inset 0 -5px 10px -4px #f5f2ea, 0 10px 10px -5px #f5f2ea;
}
@media (max-width: 992px) {
  .layoutunit .container,
  .layoutunit .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .layoutunit .container,
  .layoutunit .container-fluid {
    width: 90%;
    height: 56px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0rem;
  }
}
.layoutunit .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .layoutunit .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.layoutunit .nav-item:focus,
.layoutunit .nav-link:focus {
  outline: none;
}
.layoutunit .navbar {
  min-height: 75px;
  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;
}
.layoutunit .navbar .col img {
  width: auto;
  margin-right: 8px;
}
.layoutunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .layoutunit .navbar {
    min-height: 72px;
  }
  .layoutunit .navbar .col img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .layoutunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .layoutunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutunit .navbar-expand-lg .packlayer .nav-link {
  padding: 0;
}
.layoutunit ul.packlayer {
  flex-wrap: wrap;
}
.layoutunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutunit .navbar-dropdown {
  padding: 0 1rem;
}
.layoutunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutunit .navbar {
    height: 75px;
  }
  .layoutunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutunit .spacing-section-btn {
  margin: -0.6rem -0.6rem;
}
@media (max-width: 992px) {
  .layoutunit .spacing-section-btn {
    margin-top: 12px;
  }
}
.layoutunit .spacing-section-btn .btn {
  white-space: nowrap;
  width: auto;
  padding: 14px 18px;
}
.layoutunit .spacing-section-btn .btn:hover,
.layoutunit .spacing-section-btn .btn:focus {
  transform: none !important;
}
@media (max-width: 575px) {
  .layoutunit .spacing-section-btn .btn {
    width: auto !important;
  }
}
.layoutunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .layoutunit .navbar-brand {
    margin-right: auto;
  }
  .layoutunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #143234;
    backdrop-filter: blur(8px);
  }
  .layoutunit .packlayer .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .layoutunit .navbar-collapse {
    padding: 1rem;
  }
}
.boardwrap {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
  overflow: hidden;
}
.boardwrap::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0f2e24 10%, #0f2e24 25%, #f5f2ea 100%);
  filter: blur(150px);
  pointer-events: none;
}
.boardwrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #0f2e24 100%);
  pointer-events: none;
}
.boardwrap .gridunit {
  margin: 0 -30px;
}
.boardwrap .gridunit .card {
  padding: 0 30px;
}
.boardwrap .outline {
  position: relative;
  z-index: 1;
}
.boardwrap .outline .colunit .unitgrid {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.boardwrap .outline .spacing-section-title {
  margin-bottom: 24px;
}
.boardwrap .outline .text-wrapper .bodysegment {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .boardwrap .outline .text-wrapper .bodysegment {
    width: 100%;
  }
}
.boardwrap .outline .spacing-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .boardwrap .outline .spacing-section-btn {
    margin-top: 10px;
  }
}
.boardwrap .wrapsegment {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .boardwrap .wrapsegment {
    padding: 20px;
    margin-top: 40px;
  }
}
.boardwrap .wrapsegment .area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #f5f2ea;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.boardwrap .wrapsegment .spanbox {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .boardwrap .wrapsegment .spanbox {
    min-height: auto;
    height: 300px;
  }
}
.boardwrap .wrapsegment .spanbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.boardwrap .unitgrid,
.boardwrap .colunit {
  color: #ffffff;
}
.boardwrap .spacing-section-title {
  color: #ffffff;
}
.boardwrap .bodysegment,
.boardwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.boardwrap .spacing-section-title,
.boardwrap .spacing-section-btn {
  color: #ffffff;
  text-align: center;
}
.mainfield {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/sharp1.jpg");
}
@media (max-width: 768px) {
  .mainfield .container {
    padding: 0 16px;
  }
}
.mainfield .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.mainfield .clusterbox .spacing-section-title {
  margin-bottom: 50px;
}
.mainfield .clusterbox .bodysegment {
  margin-bottom: 0;
}
.mainfield .spacing-section-title {
  color: #000000;
  text-align: center;
}
.mainfield .bodysegment {
  color: #000000;
}
.mainfield .bodysegment {
  text-align: center;
  color: #000000;
}
.linedockbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.linedockbox .gridunit {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .linedockbox .gridunit {
    margin-bottom: 40px;
  }
}
.linedockbox .gridunit .colunit {
  padding-bottom: 12px;
  border-bottom: 1px solid #f5f2ea;
  margin-bottom: 24px;
}
.linedockbox .gridunit .colunit .line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.linedockbox .gridunit .colunit .line .unitgrid {
  margin-bottom: 0;
}
.linedockbox .gridunit .outline .spacing-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .linedockbox .gridunit .outline .spacing-section-title {
    margin-bottom: 20px;
  }
}
.linedockbox .gridunit .text-wrapper .bodysegment {
  margin-bottom: 0;
}
.linedockbox .gridunit .card {
  justify-content: center;
}
.linedockbox .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .linedockbox .item {
    margin-bottom: 20px;
  }
  .linedockbox .item:last-child {
    margin-bottom: 0;
  }
}
.linedockbox .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 20px;
  background-color: #0f2e24;
  border: 1px solid #f5f2ea;
  animation: none !important;
  overflow: hidden;
}
.linedockbox .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f5f2ea 10%, #0f2e24 25%, #f5f2ea 100%);
  filter: blur(50px);
  pointer-events: none;
}
.linedockbox .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(transparent 0, #0f2e24 80%);
  pointer-events: none;
}
.linedockbox .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 20px 0 40px 0;
}
@media (max-width: 992px) {
  .linedockbox .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.linedockbox .item .item-wrapper .item-img img {
  height: 260px;
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .linedockbox .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.linedockbox .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  backdrop-filter: blur(10px);
}
.linedockbox .item .item-wrapper .item-content .area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #f5f2ea;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.linedockbox .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.linedockbox .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 6px;
}
.linedockbox .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.linedockbox .item .item-wrapper .item-content .card-box .spacing-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .linedockbox .item .item-wrapper .item-content .card-box .spacing-section-btn {
    margin-top: 10px;
  }
}
.linedockbox .item .item-wrapper .item-content .card-box .spacing-section-btn .btn {
  margin-bottom: 0;
}
.linedockbox .item .card_2 .item-img img {
  height: 210px;
  width: 70%;
}
@media (max-width: 992px) {
  .linedockbox .item .card_2 .item-img img {
    width: 100%;
  }
}
.linedockbox .unitgrid {
  color: #9ba9c4;
}
.linedockbox .spacing-section-title {
  color: #ffffff;
  text-align: center;
}
.linedockbox .bodysegment,
.linedockbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.linedockbox .item-title {
  color: #ffffff;
}
.linedockbox .item-text {
  color: #ffffff;
  text-align: center;
}
.linedockbox .unitgrid,
.linedockbox .colunit {
  color: #ffffff;
}
.linedockbox .item-title,
.linedockbox .spacing-section-btn {
  text-align: center;
  color: #ffffff;
}
.piece {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/sharp1.jpg");
}
@media (max-width: 992px) and (max-width: 992px) {
  .piece .container {
    padding: 0 24px;
  }
}
.piece .card {
  justify-content: center;
}
.piece .outline {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .piece .outline {
    padding: 0 24px 24px;
  }
}
.piece .outline .spacing-section-title {
  margin-bottom: 16px;
}
.piece .outline .wrapunitbox {
  margin-bottom: 0;
}
.piece .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .piece .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.piece .text-wrapper .bodysegment {
  width: 45%;
}
@media (max-width: 992px) {
  .piece .text-wrapper .bodysegment {
    width: 100%;
    margin-bottom: 24px;
  }
  .piece .text-wrapper .bodysegment:last-child {
    margin-bottom: 0;
  }
}
.piece .spacing-section-title {
  color: #F9F6E0;
}
.piece .wrapunitbox {
  color: #000000;
  text-align: center;
}
.piece .bodysegment {
  color: #000000;
  text-align: center;
}
.piece .spacing-section-btn {
  text-align: right;
}
.piece .spacing-section-title,
.piece .spacing-section-btn {
  color: #000000;
  text-align: center;
}
.colwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0f2e24;
}
.colwrap .card-wrapper {
  display: flex;
  background-color: #0f2e24;
  overflow: hidden;
}
@media (max-width: 992px) {
  .colwrap .card-wrapper {
    display: block;
  }
}
.colwrap .card-wrapper .wrapsegment {
  position: relative;
  width: 55%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .colwrap .card-wrapper .wrapsegment {
    width: 100%;
    height: 300px;
  }
}
.colwrap .card-wrapper .wrapsegment img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
.colwrap .card-wrapper .clusterbox {
  width: 45%;
  padding: 64px;
}
@media (max-width: 1440px) {
  .colwrap .card-wrapper .clusterbox {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .colwrap .card-wrapper .clusterbox {
    padding: 24px 16px 16px 16px;
    width: 100%;
  }
}
.colwrap .card-wrapper .clusterbox .outline {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .colwrap .card-wrapper .clusterbox .outline {
    margin-bottom: 24px;
  }
}
.colwrap .card-wrapper .clusterbox .outline .spacing-section-title {
  margin-bottom: 0;
}
.colwrap .card-wrapper .clusterbox .outline .spacing-section-subtitle {
  margin-bottom: 0;
}
.colwrap .card-wrapper .clusterbox .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.colwrap .card-wrapper .clusterbox .list .item-wrap {
  margin-bottom: 16px;
}
.colwrap .card-wrapper .clusterbox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.colwrap .card-wrapper .clusterbox .spacing-section-btn {
  margin-top: 16px;
}
.colwrap .card-wrapper .clusterbox .spacing-section-btn .btn {
  margin-bottom: 0;
}
.colwrap .spacing-section-title {
  color: #ffffff;
}
.colwrap .spacing-section-subtitle {
  color: #808080;
}
.colwrap .list {
  color: #ffffff;
}
.colwrap .spacing-section-title,
.colwrap .spacing-section-btn {
  text-align: center;
}
.colwrap .list,
.colwrap .item-wrap {
  text-align: center;
}
.coverbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.coverbox .row {
  justify-content: center;
}
.coverbox .outline .spacing-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .outline .spacing-section-title {
    margin-bottom: 32px;
  }
}
.coverbox .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.coverbox .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.coverbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.coverbox .nav-wrapper .list .item-wrap:hover,
.coverbox .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.coverbox .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.coverbox .spacing-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .coverbox .spacing-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.coverbox .sectionrow {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .sectionrow {
    margin-bottom: 32px;
  }
}
.coverbox .nodewrapunit {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.coverbox .spacing-section-title {
  color: #ffffff;
}
.coverbox .list {
  color: #ffffff;
}
.layoutunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .layoutunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.layoutunit .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;
}
.layoutunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layoutunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutunit .navbar-brand .col a {
  outline: none;
}
.layoutunit .packlayer {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.layoutunit .packlayer .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item {
    padding-left: 0 !important;
  }
}
.layoutunit .packlayer .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 4px 10px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item .nav-link {
    padding: 10px 0 !important;
    margin-left: 0 !important;
  }
}
.layoutunit .packlayer .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px !important;
  background-color: #ffffff;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 0.3s ease;
}
.layoutunit .packlayer .nav-item .nav-link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.layoutunit .packlayer .nav-item .nav-link:hover::before {
  transform: translateY(0);
  opacity: 1;
}
.layoutunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.layoutunit .col {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .layoutunit .col {
    padding-left: 0;
  }
}
.layoutunit .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .layoutunit .navbar-caption {
    border-right: none;
  }
}
.layoutunit .navbar-caption:hover {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .layoutunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.layoutunit .container,
.layoutunit .container-fluid {
  display: flex;
  min-height: 75px;
  padding: 0 32px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  background-color: #143234;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 10px 8px 0 #f5f2ea, inset 0 -5px 10px -4px #f5f2ea, 0 10px 10px -5px #f5f2ea;
}
@media (max-width: 992px) {
  .layoutunit .container,
  .layoutunit .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .layoutunit .container,
  .layoutunit .container-fluid {
    width: 90%;
    height: 56px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0rem;
  }
}
.layoutunit .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .layoutunit .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.layoutunit .nav-item:focus,
.layoutunit .nav-link:focus {
  outline: none;
}
.layoutunit .navbar {
  min-height: 75px;
  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;
}
.layoutunit .navbar .col img {
  width: auto;
  margin-right: 8px;
}
.layoutunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .layoutunit .navbar {
    min-height: 72px;
  }
  .layoutunit .navbar .col img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .layoutunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .layoutunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutunit .navbar-expand-lg .packlayer .nav-link {
  padding: 0;
}
.layoutunit ul.packlayer {
  flex-wrap: wrap;
}
.layoutunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutunit .navbar-dropdown {
  padding: 0 1rem;
}
.layoutunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutunit .navbar {
    height: 75px;
  }
  .layoutunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutunit .spacing-section-btn {
  margin: -0.6rem -0.6rem;
}
@media (max-width: 992px) {
  .layoutunit .spacing-section-btn {
    margin-top: 12px;
  }
}
.layoutunit .spacing-section-btn .btn {
  white-space: nowrap;
  width: auto;
  padding: 14px 18px;
}
.layoutunit .spacing-section-btn .btn:hover,
.layoutunit .spacing-section-btn .btn:focus {
  transform: none !important;
}
@media (max-width: 575px) {
  .layoutunit .spacing-section-btn .btn {
    width: auto !important;
  }
}
.layoutunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .layoutunit .navbar-brand {
    margin-right: auto;
  }
  .layoutunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #143234;
    backdrop-filter: blur(8px);
  }
  .layoutunit .packlayer .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .layoutunit .navbar-collapse {
    padding: 1rem;
  }
}
.headwrap {
  padding-top: 10rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #f5f2ea;
  background-color: #0f2e24;
}
.headwrap .card {
  justify-content: center;
}
.headwrap .clusterbox {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .headwrap .clusterbox {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .headwrap .clusterbox {
    padding: 0;
    margin-bottom: 32px;
  }
}
.headwrap .clusterbox .spacing-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .headwrap .clusterbox .spacing-section-btn {
    margin-bottom: 22px;
  }
}
.headwrap .clusterbox .tag-wrapper {
  margin-bottom: 20px;
}
.headwrap .clusterbox .tag-wrapper .gripbox {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #f5f2ea;
}
.headwrap .clusterbox .spacing-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .headwrap .clusterbox .spacing-section-title {
    margin-bottom: 32px;
  }
}
.headwrap .clusterbox .text-wrapper .bodysegment {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .headwrap .clusterbox .text-wrapper .bodysegment {
    margin-bottom: 32px;
  }
}
.headwrap .wrapsegment {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .headwrap .wrapsegment {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .headwrap .wrapsegment {
    padding-right: 0;
  }
}
.headwrap .wrapsegment img {
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #f5f2ea;
  box-shadow: -10px 10px 0 0 #f5f2ea;
}
@media (max-width: 992px) {
  .headwrap .wrapsegment img {
    box-shadow: -5px 5px 0 0 #f5f2ea;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .headwrap .wrapsegment img {
    box-shadow: -5px 5px 0 0 #f5f2ea;
  }
}
.headwrap .spacing-section-title {
  color: #ffffff;
}
.headwrap .gripbox {
  color: #ffffff;
}
.headwrap .bodysegment {
  color: #ffffff;
}
.headwrap .spacing-section-title,
.headwrap .spacing-section-btn {
  text-align: center;
}
.headwrap .bodysegment,
.headwrap .text-wrapper {
  text-align: center;
}
.blockwrap {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f5f2ea;
}
.blockwrap .card-wrapper {
  background-color: #f5f2ea;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .blockwrap .card-wrapper {
    padding: 24px;
  }
}
.blockwrap .card-wrapper .outline .unitgrid {
  margin-bottom: 20px;
}
.blockwrap .card-wrapper .outline .spacing-section-title {
  margin-bottom: 0;
}
.blockwrap .card-wrapper .spacing-section-btn {
  margin-top: 10px;
}
.blockwrap .card-wrapper .spacing-section-btn .btn {
  margin-bottom: 0;
}
.blockwrap .card-wrapper .node {
  background-color: #0f2e24;
  padding: 40px 32px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .blockwrap .card-wrapper .node {
    padding: 24px;
  }
}
.blockwrap .card-wrapper .node .spacing-section-subtitle {
  margin-bottom: 40px;
}
.blockwrap .card-wrapper .node .framepad {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .blockwrap .card-wrapper .node .framepad {
    display: block;
  }
}
@media (max-width: 992px) {
  .blockwrap .card-wrapper .node .framepad .item {
    margin-bottom: 24px;
  }
}
.blockwrap .card-wrapper .node .framepad .item .item-wrapper .item-title {
  margin-bottom: 8px;
}
.blockwrap .card-wrapper .node .framepad .item .item-wrapper .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .blockwrap .card-wrapper .node .framepad .item .item-wrapper .text-wrapper .item-text {
    width: 100%;
  }
}
.blockwrap .card-wrapper .node .framepad .item .item-wrapper .spacing-section-btn {
  margin-top: 10px;
}
.blockwrap .card-wrapper .node .framepad .item .item-wrapper .spacing-section-btn .btn {
  margin-bottom: 0;
}
.blockwrap .unitgrid {
  color: #0027ba;
}
.blockwrap .spacing-section-title {
  color: #0027ba;
}
.blockwrap .spacing-section-subtitle {
  color: #0027ba;
}
.blockwrap .item-title {
  color: #0027ba;
}
.blockwrap .item-text {
  color: #0027ba;
}
.blockwrap .item-text,
.blockwrap .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.blockwrap .item-title {
  text-align: center;
  color: #ffffff;
}
.nest {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.nest .gridunit {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .nest .gridunit {
    margin-bottom: 40px;
  }
}
.nest .gridunit .colunit {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.nest .gridunit .colunit .line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.nest .gridunit .colunit .line .unitgrid {
  margin-bottom: 0;
}
.nest .gridunit .outline .spacing-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nest .gridunit .outline .spacing-section-title {
    margin-bottom: 20px;
  }
}
.nest .gridunit .text-wrapper .bodysegment {
  margin-bottom: 0;
}
.nest .gridunit .card {
  justify-content: center;
}
.nest .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nest .item {
    margin-bottom: 20px;
  }
  .nest .item:last-child {
    margin-bottom: 0;
  }
}
.nest .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 20px;
  background-color: #0f2e24;
  border: 1px solid #f5f2ea;
  animation: none !important;
  overflow: hidden;
}
.nest .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f5f2ea 10%, #0f2e24 25%, #f5f2ea 100%);
  filter: blur(50px);
  pointer-events: none;
}
.nest .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(transparent 0, #0f2e24 80%);
  pointer-events: none;
}
.nest .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 20px 0 40px 0;
}
@media (max-width: 992px) {
  .nest .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.nest .item .item-wrapper .item-img img {
  height: 260px;
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .nest .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.nest .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  backdrop-filter: blur(10px);
}
.nest .item .item-wrapper .item-content .area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #f5f2ea;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.nest .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.nest .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 6px;
}
.nest .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.nest .item .item-wrapper .item-content .card-box .spacing-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .nest .item .item-wrapper .item-content .card-box .spacing-section-btn {
    margin-top: 10px;
  }
}
.nest .item .item-wrapper .item-content .card-box .spacing-section-btn .btn {
  margin-bottom: 0;
}
.nest .item .card_2 .item-img img {
  height: 210px;
  width: 70%;
}
@media (max-width: 992px) {
  .nest .item .card_2 .item-img img {
    width: 100%;
  }
}
.nest .unitgrid {
  color: #9ba9c4;
}
.nest .spacing-section-title {
  color: #ffffff;
  text-align: center;
}
.nest .bodysegment,
.nest .text-wrapper {
  color: #ffffff;
}
.nest .item-title {
  color: #ffffff;
}
.nest .item-text {
  color: #ffffff;
  text-align: center;
}
.nest .item-title,
.nest .spacing-section-btn {
  text-align: center;
}
.bar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/sharp1.jpg");
}
.bar .node {
  justify-content: center;
  margin: 0 -40px;
}
.bar .node .item {
  position: relative;
  padding: 0 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .bar .node .item {
    margin-bottom: 40px;
  }
}
.bar .node .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.bar .node .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.bar .node .item .item-wrapper .spacing-section-btn {
  margin-top: 16px;
}
.bar .node .item .item-wrapper .spacing-section-btn .btn {
  margin-bottom: 0;
}
.bar .item-title {
  color: #ffffff;
}
.bar .item-text {
  color: #000000;
  text-align: center;
}
.bar .item-title,
.bar .spacing-section-btn {
  color: #000000;
  text-align: center;
}
.boxholder {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.boxholder .gridunit {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .boxholder .gridunit {
    margin-bottom: 40px;
  }
}
.boxholder .gridunit .colunit {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.boxholder .gridunit .colunit .line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.boxholder .gridunit .colunit .line .unitgrid {
  margin-bottom: 0;
}
.boxholder .gridunit .outline .spacing-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .boxholder .gridunit .outline .spacing-section-title {
    margin-bottom: 20px;
  }
}
.boxholder .gridunit .text-wrapper .bodysegment {
  margin-bottom: 0;
}
.boxholder .gridunit .card {
  justify-content: center;
}
.boxholder .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .boxholder .item {
    margin-bottom: 20px;
  }
  .boxholder .item:last-child {
    margin-bottom: 0;
  }
}
.boxholder .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 20px;
  background-color: #0f2e24;
  border: 1px solid #f5f2ea;
  animation: none !important;
  overflow: hidden;
}
.boxholder .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f5f2ea 10%, #0f2e24 25%, #f5f2ea 100%);
  filter: blur(50px);
  pointer-events: none;
}
.boxholder .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(transparent 0, #0f2e24 80%);
  pointer-events: none;
}
.boxholder .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 20px 0 40px 0;
}
@media (max-width: 992px) {
  .boxholder .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.boxholder .item .item-wrapper .item-img img {
  height: 260px;
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .boxholder .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.boxholder .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  backdrop-filter: blur(10px);
}
.boxholder .item .item-wrapper .item-content .area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #f5f2ea;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.boxholder .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.boxholder .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 6px;
}
.boxholder .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.boxholder .item .item-wrapper .item-content .card-box .spacing-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .boxholder .item .item-wrapper .item-content .card-box .spacing-section-btn {
    margin-top: 10px;
  }
}
.boxholder .item .item-wrapper .item-content .card-box .spacing-section-btn .btn {
  margin-bottom: 0;
}
.boxholder .item .card_2 .item-img img {
  height: 210px;
  width: 70%;
}
@media (max-width: 992px) {
  .boxholder .item .card_2 .item-img img {
    width: 100%;
  }
}
.boxholder .unitgrid {
  color: #9ba9c4;
}
.boxholder .spacing-section-title {
  color: #ffffff;
  text-align: center;
}
.boxholder .bodysegment,
.boxholder .text-wrapper {
  color: #9ba9c4;
}
.boxholder .item-title {
  color: #ffffff;
}
.boxholder .item-text {
  color: #ffffff;
  text-align: center;
}
.boxholder .item-title,
.boxholder .spacing-section-btn {
  text-align: center;
  color: #ffffff;
}
.coverbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.coverbox .row {
  justify-content: center;
}
.coverbox .outline .spacing-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .outline .spacing-section-title {
    margin-bottom: 32px;
  }
}
.coverbox .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.coverbox .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.coverbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.coverbox .nav-wrapper .list .item-wrap:hover,
.coverbox .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.coverbox .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.coverbox .spacing-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .coverbox .spacing-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.coverbox .sectionrow {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .sectionrow {
    margin-bottom: 32px;
  }
}
.coverbox .nodewrapunit {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.coverbox .spacing-section-title {
  color: #ffffff;
}
.coverbox .list {
  color: #ffffff;
}
.layoutunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .layoutunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.layoutunit .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;
}
.layoutunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layoutunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutunit .navbar-brand .col a {
  outline: none;
}
.layoutunit .packlayer {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.layoutunit .packlayer .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item {
    padding-left: 0 !important;
  }
}
.layoutunit .packlayer .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 4px 10px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item .nav-link {
    padding: 10px 0 !important;
    margin-left: 0 !important;
  }
}
.layoutunit .packlayer .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px !important;
  background-color: #ffffff;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 0.3s ease;
}
.layoutunit .packlayer .nav-item .nav-link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.layoutunit .packlayer .nav-item .nav-link:hover::before {
  transform: translateY(0);
  opacity: 1;
}
.layoutunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.layoutunit .col {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .layoutunit .col {
    padding-left: 0;
  }
}
.layoutunit .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .layoutunit .navbar-caption {
    border-right: none;
  }
}
.layoutunit .navbar-caption:hover {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .layoutunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.layoutunit .container,
.layoutunit .container-fluid {
  display: flex;
  min-height: 75px;
  padding: 0 32px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  background-color: #143234;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 10px 8px 0 #f5f2ea, inset 0 -5px 10px -4px #f5f2ea, 0 10px 10px -5px #f5f2ea;
}
@media (max-width: 992px) {
  .layoutunit .container,
  .layoutunit .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .layoutunit .container,
  .layoutunit .container-fluid {
    width: 90%;
    height: 56px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0rem;
  }
}
.layoutunit .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .layoutunit .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.layoutunit .nav-item:focus,
.layoutunit .nav-link:focus {
  outline: none;
}
.layoutunit .navbar {
  min-height: 75px;
  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;
}
.layoutunit .navbar .col img {
  width: auto;
  margin-right: 8px;
}
.layoutunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .layoutunit .navbar {
    min-height: 72px;
  }
  .layoutunit .navbar .col img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .layoutunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .layoutunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutunit .navbar-expand-lg .packlayer .nav-link {
  padding: 0;
}
.layoutunit ul.packlayer {
  flex-wrap: wrap;
}
.layoutunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutunit .navbar-dropdown {
  padding: 0 1rem;
}
.layoutunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutunit .navbar {
    height: 75px;
  }
  .layoutunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutunit .spacing-section-btn {
  margin: -0.6rem -0.6rem;
}
@media (max-width: 992px) {
  .layoutunit .spacing-section-btn {
    margin-top: 12px;
  }
}
.layoutunit .spacing-section-btn .btn {
  white-space: nowrap;
  width: auto;
  padding: 14px 18px;
}
.layoutunit .spacing-section-btn .btn:hover,
.layoutunit .spacing-section-btn .btn:focus {
  transform: none !important;
}
@media (max-width: 575px) {
  .layoutunit .spacing-section-btn .btn {
    width: auto !important;
  }
}
.layoutunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .layoutunit .navbar-brand {
    margin-right: auto;
  }
  .layoutunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #143234;
    backdrop-filter: blur(8px);
  }
  .layoutunit .packlayer .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .layoutunit .navbar-collapse {
    padding: 1rem;
  }
}
.scaffold {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("images/photo12.jpg");
}
.scaffold .card {
  justify-content: flex-end;
}
.scaffold .clusterbox .unitgrid {
  margin-bottom: 32px;
}
.scaffold .clusterbox .spacing-section-title {
  margin-bottom: 32px;
}
.scaffold .clusterbox .bodysegment {
  margin-bottom: 0;
}
.scaffold .clusterbox .spacing-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.scaffold .unitgrid {
  color: #ffffff;
}
.scaffold .spacing-section-title {
  color: #ffffff;
  text-align: center;
}
.scaffold .bodysegment {
  color: #ffffff;
}
.scaffold .bodysegment,
.scaffold .spacing-section-btn {
  color: #ffffff;
  text-align: center;
}
.plane {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f5f2ea;
}
.plane .card-wrapper {
  background-color: #f5f2ea;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .plane .card-wrapper {
    padding: 24px;
  }
}
.plane .card-wrapper .outline .unitgrid {
  margin-bottom: 20px;
}
.plane .card-wrapper .outline .spacing-section-title {
  margin-bottom: 0;
}
.plane .card-wrapper .spacing-section-btn {
  margin-top: 10px;
}
.plane .card-wrapper .spacing-section-btn .btn {
  margin-bottom: 0;
}
.plane .card-wrapper .node {
  background-color: #0f2e24;
  padding: 40px 32px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .plane .card-wrapper .node {
    padding: 24px;
  }
}
.plane .card-wrapper .node .spacing-section-subtitle {
  margin-bottom: 40px;
}
.plane .card-wrapper .node .framepad {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .plane .card-wrapper .node .framepad {
    display: block;
  }
}
@media (max-width: 992px) {
  .plane .card-wrapper .node .framepad .item {
    margin-bottom: 24px;
  }
}
.plane .card-wrapper .node .framepad .item .item-wrapper .item-title {
  margin-bottom: 8px;
}
.plane .card-wrapper .node .framepad .item .item-wrapper .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .plane .card-wrapper .node .framepad .item .item-wrapper .text-wrapper .item-text {
    width: 100%;
  }
}
.plane .card-wrapper .node .framepad .item .item-wrapper .spacing-section-btn {
  margin-top: 10px;
}
.plane .card-wrapper .node .framepad .item .item-wrapper .spacing-section-btn .btn {
  margin-bottom: 0;
}
.plane .unitgrid {
  color: #0027ba;
}
.plane .spacing-section-title {
  color: #0027ba;
}
.plane .spacing-section-subtitle {
  color: #0027ba;
}
.plane .item-title {
  color: #0027ba;
}
.plane .item-text {
  color: #0027ba;
}
.plane .item-title {
  color: #ffffff;
  text-align: center;
}
.plane .item-text,
.plane .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.outerwrap {
  padding-top: 5rem;
  background-color: #0f2e24;
  overflow: hidden;
}
.outerwrap .clusterbox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #f5f2ea;
}
@media (max-width: 425px) {
  .outerwrap .clusterbox {
    padding-left: 0;
    padding-right: 0;
  }
}
.outerwrap .clusterbox .area {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #f5f2ea;
  pointer-events: none;
}
@media (max-width: 425px) {
  .outerwrap .clusterbox .area {
    display: none;
  }
}
.outerwrap .clusterbox .border_1 {
  left: 0;
}
.outerwrap .clusterbox .border_2 {
  right: 0;
}
.outerwrap .node {
  margin: 0 -10px;
}
.outerwrap .node .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .outerwrap .node .item:last-child {
    margin-bottom: 0;
  }
}
.outerwrap .node .item:hover .item-wrapper,
.outerwrap .node .item:focus .item-wrapper {
  box-shadow: inset 0 10px 8px 0 #f5f2ea, inset 0 -5px 10px -4px #f5f2ea, 1px 10px 20px -5px #f5f2ea;
  transform: translateY(-3px);
}
.outerwrap .node .item:hover .item-wrapper .item-img::before,
.outerwrap .node .item:focus .item-wrapper .item-img::before {
  opacity: .4;
}
.outerwrap .node .item:hover .item-wrapper .item-img::after,
.outerwrap .node .item:focus .item-wrapper .item-img::after {
  opacity: .1;
}
.outerwrap .node .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  background-color: #0f2e24;
  box-shadow: inset 0 10px 8px 0 #f5f2ea, inset 0 -5px 10px -4px #f5f2ea, 0 10px 10px -5px #f5f2ea;
  overflow: hidden;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .outerwrap .node .item .item-wrapper {
    padding: 20px;
  }
}
.outerwrap .node .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
}
.outerwrap .node .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 5px 15px 0 #0f2e24, inset 0 -10px 15px 0 #0f2e24;
  transition: all .3s ease;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
.outerwrap .node .item .item-wrapper .item-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f2ea;
  opacity: 0;
  transition: all .3s ease;
  pointer-events: none;
  z-index: 1;
}
.outerwrap .node .item .item-wrapper .item-img img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .outerwrap .node .item .item-wrapper .item-img img {
    height: 320px;
  }
}
.outerwrap .node .item .item-wrapper .item-role {
  margin-bottom: 0;
}
.outerwrap .node .item .item-wrapper .item-text {
  margin-bottom: 0;
  margin-top: 12px;
}
.outerwrap .node .item .item-wrapper .spacing-section-btn {
  margin-top: 10px;
}
.outerwrap .node .item .item-wrapper .spacing-section-btn .btn {
  margin-bottom: 0;
}
.outerwrap .item-role {
  color: #ffffff;
  text-align: center;
}
.outerwrap .item-text {
  color: #ffffff;
  text-align: center;
}
.stacksegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/sharp1.jpg");
}
.stacksegment .node {
  justify-content: center;
  margin: 0 -40px;
}
.stacksegment .node .item {
  position: relative;
  padding: 0 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .stacksegment .node .item {
    margin-bottom: 40px;
  }
}
.stacksegment .node .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.stacksegment .node .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.stacksegment .node .item .item-wrapper .spacing-section-btn {
  margin-top: 16px;
}
.stacksegment .node .item .item-wrapper .spacing-section-btn .btn {
  margin-bottom: 0;
}
.stacksegment .item-title {
  color: #ffffff;
}
.stacksegment .item-text {
  color: #000000;
  text-align: center;
}
.stacksegment .item-title,
.stacksegment .spacing-section-btn {
  color: #000000;
  text-align: center;
}
.drawwrap {
  padding-top: 4rem;
  background-color: #0f2e24;
  overflow: hidden;
}
.drawwrap .clusterbox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #f5f2ea;
}
@media (max-width: 425px) {
  .drawwrap .clusterbox {
    padding-left: 0;
    padding-right: 0;
  }
}
.drawwrap .clusterbox .area {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #f5f2ea;
  pointer-events: none;
}
@media (max-width: 425px) {
  .drawwrap .clusterbox .area {
    display: none;
  }
}
.drawwrap .clusterbox .border_1 {
  left: 0;
}
.drawwrap .clusterbox .border_2 {
  right: 0;
}
.drawwrap .clusterbox .outline {
  margin-bottom: 40px;
}
.drawwrap .clusterbox .outline .colunit {
  margin-bottom: 16px;
}
.drawwrap .clusterbox .outline .colunit .line {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.drawwrap .clusterbox .outline .colunit .line .unitgrid {
  margin-bottom: 0;
}
.drawwrap .clusterbox .outline .spacing-section-title {
  margin-bottom: 16px;
}
.drawwrap .clusterbox .outline .text-wrapper .bodysegment {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .drawwrap .clusterbox .outline .text-wrapper .bodysegment {
    width: 100%;
  }
}
.drawwrap .node {
  margin: 0 -10px;
}
.drawwrap .node .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .drawwrap .node .item:last-child {
    margin-bottom: 0;
  }
}
.drawwrap .node .item:hover .item-wrapper,
.drawwrap .node .item:focus .item-wrapper {
  box-shadow: inset 0 10px 8px 0 #f5f2ea, inset 0 -5px 10px -4px #f5f2ea, 1px 10px 20px -5px #f5f2ea;
  transform: translateY(-3px);
}
.drawwrap .node .item:hover .item-wrapper .item-img::before,
.drawwrap .node .item:focus .item-wrapper .item-img::before {
  opacity: .4;
}
.drawwrap .node .item:hover .item-wrapper .item-img::after,
.drawwrap .node .item:focus .item-wrapper .item-img::after {
  opacity: .1;
}
.drawwrap .node .item:hover .item-wrapper .item-title,
.drawwrap .node .item:focus .item-wrapper .item-title {
  color: #f5f2ea;
}
.drawwrap .node .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  background-color: #0f2e24;
  box-shadow: inset 0 10px 8px 0 #f5f2ea, inset 0 -5px 10px -4px #f5f2ea, 0 10px 10px -5px #f5f2ea;
  overflow: hidden;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .drawwrap .node .item .item-wrapper {
    padding: 20px;
  }
}
.drawwrap .node .item .item-wrapper .item-img {
  margin-bottom: 20px;
  position: relative;
}
.drawwrap .node .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 5px 15px 0 #0f2e24, inset 0 -10px 15px 0 #0f2e24;
  transition: all .3s ease;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
.drawwrap .node .item .item-wrapper .item-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f2ea;
  opacity: 0;
  transition: all .3s ease;
  pointer-events: none;
  z-index: 1;
}
.drawwrap .node .item .item-wrapper .item-img img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .drawwrap .node .item .item-wrapper .item-img img {
    height: 320px;
  }
}
.drawwrap .node .item .item-wrapper .item-date {
  margin-bottom: 8px;
}
.drawwrap .node .item .item-wrapper .item-title {
  margin-bottom: 0;
  transition: all .3s ease;
}
.drawwrap .node .item .item-wrapper .item-text {
  margin-bottom: 0;
  margin-top: 12px;
}
.drawwrap .node .item .item-wrapper .spacing-section-btn {
  margin-top: 10px;
}
.drawwrap .node .item .item-wrapper .spacing-section-btn .btn {
  margin-bottom: 0;
}
.drawwrap .unitgrid,
.drawwrap .colunit {
  color: #334155;
  text-align: center;
}
.drawwrap .spacing-section-title {
  color: #0f172a;
  text-align: center;
}
.drawwrap .bodysegment,
.drawwrap .text-wrapper {
  color: #475569;
  text-align: center;
}
.drawwrap .item-date {
  color: #ffffff;
  text-align: center;
}
.drawwrap .item-title {
  color: #0f172a;
}
.drawwrap .item-text {
  color: #475569;
}
.drawwrap .item-title,
.drawwrap .spacing-section-btn {
  text-align: center;
  color: #ffffff;
}
.coverbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.coverbox .row {
  justify-content: center;
}
.coverbox .outline .spacing-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .outline .spacing-section-title {
    margin-bottom: 32px;
  }
}
.coverbox .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.coverbox .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.coverbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.coverbox .nav-wrapper .list .item-wrap:hover,
.coverbox .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.coverbox .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.coverbox .spacing-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .coverbox .spacing-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.coverbox .sectionrow {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .sectionrow {
    margin-bottom: 32px;
  }
}
.coverbox .nodewrapunit {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.coverbox .spacing-section-title {
  color: #ffffff;
}
.coverbox .list {
  color: #ffffff;
}
.layoutunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .layoutunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.layoutunit .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;
}
.layoutunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layoutunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutunit .navbar-brand .col a {
  outline: none;
}
.layoutunit .packlayer {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.layoutunit .packlayer .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item {
    padding-left: 0 !important;
  }
}
.layoutunit .packlayer .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 4px 10px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item .nav-link {
    padding: 10px 0 !important;
    margin-left: 0 !important;
  }
}
.layoutunit .packlayer .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px !important;
  background-color: #ffffff;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 0.3s ease;
}
.layoutunit .packlayer .nav-item .nav-link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.layoutunit .packlayer .nav-item .nav-link:hover::before {
  transform: translateY(0);
  opacity: 1;
}
.layoutunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.layoutunit .col {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .layoutunit .col {
    padding-left: 0;
  }
}
.layoutunit .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .layoutunit .navbar-caption {
    border-right: none;
  }
}
.layoutunit .navbar-caption:hover {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .layoutunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.layoutunit .container,
.layoutunit .container-fluid {
  display: flex;
  min-height: 75px;
  padding: 0 32px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  background-color: #143234;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 10px 8px 0 #f5f2ea, inset 0 -5px 10px -4px #f5f2ea, 0 10px 10px -5px #f5f2ea;
}
@media (max-width: 992px) {
  .layoutunit .container,
  .layoutunit .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .layoutunit .container,
  .layoutunit .container-fluid {
    width: 90%;
    height: 56px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0rem;
  }
}
.layoutunit .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .layoutunit .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.layoutunit .nav-item:focus,
.layoutunit .nav-link:focus {
  outline: none;
}
.layoutunit .navbar {
  min-height: 75px;
  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;
}
.layoutunit .navbar .col img {
  width: auto;
  margin-right: 8px;
}
.layoutunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .layoutunit .navbar {
    min-height: 72px;
  }
  .layoutunit .navbar .col img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .layoutunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .layoutunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutunit .navbar-expand-lg .packlayer .nav-link {
  padding: 0;
}
.layoutunit ul.packlayer {
  flex-wrap: wrap;
}
.layoutunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutunit .navbar-dropdown {
  padding: 0 1rem;
}
.layoutunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutunit .navbar {
    height: 75px;
  }
  .layoutunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutunit .spacing-section-btn {
  margin: -0.6rem -0.6rem;
}
@media (max-width: 992px) {
  .layoutunit .spacing-section-btn {
    margin-top: 12px;
  }
}
.layoutunit .spacing-section-btn .btn {
  white-space: nowrap;
  width: auto;
  padding: 14px 18px;
}
.layoutunit .spacing-section-btn .btn:hover,
.layoutunit .spacing-section-btn .btn:focus {
  transform: none !important;
}
@media (max-width: 575px) {
  .layoutunit .spacing-section-btn .btn {
    width: auto !important;
  }
}
.layoutunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .layoutunit .navbar-brand {
    margin-right: auto;
  }
  .layoutunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #143234;
    backdrop-filter: blur(8px);
  }
  .layoutunit .packlayer .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .layoutunit .navbar-collapse {
    padding: 1rem;
  }
}
.sectioncore {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background-color: #0f2e24;
}
.sectioncore .framepad {
  justify-content: space-between;
}
.sectioncore .framepad .card {
  justify-content: center;
}
.sectioncore .outline .wrapunitbox {
  margin-bottom: 15px;
}
.sectioncore .outline .spacing-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .sectioncore .outline .spacing-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .sectioncore .outline {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .sectioncore .clusterbox {
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .sectioncore .wrapsegment {
    margin-bottom: 32px;
  }
}
.sectioncore .wrapsegment img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .sectioncore .wrapsegment img {
    height: 350px;
  }
}
.sectioncore .spacing-section-title {
  color: #ffffff;
  text-align: center;
}
.sectioncore .bodysegment {
  color: #000000;
}
.sectioncore .bodysegment,
.sectioncore .spacing-section-btn {
  color: #fdfde1;
}
.sectioncore .wrapunitbox {
  color: #fdfde1;
}
.sectioncore .spacing-section-subtitle {
  color: #ffffff;
}
.sectioncore .wrapunitbox,
.sectioncore .spacing-section-btn {
  color: #ffffff;
  text-align: center;
}
.sectioncore .bodysegment,
.sectioncore .spacing-section-btn mb-4 {
  text-align: center;
  color: #ffffff;
}
.sublayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/sharp1.jpg");
}
.sublayer .clusterbox .outline .spacing-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .sublayer .clusterbox .outline .spacing-section-title {
    width: 100%;
  }
}
.sublayer .clusterbox .text-wrapper .bodysegment {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #000000, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .sublayer .clusterbox .text-wrapper .bodysegment {
    width: 100%;
  }
}
.sublayer .clusterbox .spacing-section-btn {
  margin-top: 16px;
}
.sublayer .spacing-section-title {
  color: #000000;
}
.sublayer .bodysegment,
.sublayer .text-wrapper {
  color: #000000;
  text-align: center;
}
.sublayer .spacing-section-title,
.sublayer .outline,
.sublayer .spacing-section-btn {
  text-align: center;
}
.notch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.notch .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .notch .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .notch .container {
    padding: 0 16px;
  }
}
.notch .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .notch .clusterbox {
    margin-bottom: 32px;
  }
}
.notch .clusterbox .spacing-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .notch .clusterbox .spacing-section-title {
    margin-bottom: 32px;
  }
}
.notch .clusterbox .text-wrapper .bodysegment {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .notch .clusterbox .text-wrapper .bodysegment {
    width: 100%;
  }
}
.notch .wrapsegment {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .notch .wrapsegment {
    margin-left: 0;
  }
}
.notch .wrapsegment img {
  height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 6px 8px 0 0 #f5f2ea;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .notch .wrapsegment img {
    height: 350px;
  }
}
.notch .spacing-section-title {
  color: #ffffff;
}
.notch .bodysegment {
  color: #ffffff;
}
.notch .spacing-section-title,
.notch .spacing-section-btn {
  text-align: center;
}
.notch .bodysegment,
.notch .text-wrapper {
  text-align: center;
}
.modlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/sharp1.jpg");
}
@media (max-width: 768px) {
  .modlayer .container {
    padding: 0 16px;
  }
}
.modlayer .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.modlayer .clusterbox .spacing-section-title {
  margin-bottom: 50px;
}
.modlayer .clusterbox .bodysegment {
  margin-bottom: 0;
}
.modlayer .spacing-section-title {
  color: #000000;
  text-align: center;
}
.modlayer .bodysegment {
  color: #000000;
}
.modlayer .bodysegment {
  text-align: center;
}
.coverbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.coverbox .row {
  justify-content: center;
}
.coverbox .outline .spacing-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .outline .spacing-section-title {
    margin-bottom: 32px;
  }
}
.coverbox .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.coverbox .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.coverbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.coverbox .nav-wrapper .list .item-wrap:hover,
.coverbox .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.coverbox .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.coverbox .spacing-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .coverbox .spacing-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.coverbox .sectionrow {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .sectionrow {
    margin-bottom: 32px;
  }
}
.coverbox .nodewrapunit {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.coverbox .spacing-section-title {
  color: #ffffff;
}
.coverbox .list {
  color: #ffffff;
}
.layoutunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .layoutunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.layoutunit .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;
}
.layoutunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layoutunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutunit .navbar-brand .col a {
  outline: none;
}
.layoutunit .packlayer {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.layoutunit .packlayer .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item {
    padding-left: 0 !important;
  }
}
.layoutunit .packlayer .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 4px 10px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item .nav-link {
    padding: 10px 0 !important;
    margin-left: 0 !important;
  }
}
.layoutunit .packlayer .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px !important;
  background-color: #ffffff;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 0.3s ease;
}
.layoutunit .packlayer .nav-item .nav-link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.layoutunit .packlayer .nav-item .nav-link:hover::before {
  transform: translateY(0);
  opacity: 1;
}
.layoutunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.layoutunit .col {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .layoutunit .col {
    padding-left: 0;
  }
}
.layoutunit .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .layoutunit .navbar-caption {
    border-right: none;
  }
}
.layoutunit .navbar-caption:hover {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .layoutunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.layoutunit .container,
.layoutunit .container-fluid {
  display: flex;
  min-height: 75px;
  padding: 0 32px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  background-color: #143234;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 10px 8px 0 #f5f2ea, inset 0 -5px 10px -4px #f5f2ea, 0 10px 10px -5px #f5f2ea;
}
@media (max-width: 992px) {
  .layoutunit .container,
  .layoutunit .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .layoutunit .container,
  .layoutunit .container-fluid {
    width: 90%;
    height: 56px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0rem;
  }
}
.layoutunit .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .layoutunit .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.layoutunit .nav-item:focus,
.layoutunit .nav-link:focus {
  outline: none;
}
.layoutunit .navbar {
  min-height: 75px;
  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;
}
.layoutunit .navbar .col img {
  width: auto;
  margin-right: 8px;
}
.layoutunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .layoutunit .navbar {
    min-height: 72px;
  }
  .layoutunit .navbar .col img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .layoutunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .layoutunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutunit .navbar-expand-lg .packlayer .nav-link {
  padding: 0;
}
.layoutunit ul.packlayer {
  flex-wrap: wrap;
}
.layoutunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutunit .navbar-dropdown {
  padding: 0 1rem;
}
.layoutunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutunit .navbar {
    height: 75px;
  }
  .layoutunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutunit .spacing-section-btn {
  margin: -0.6rem -0.6rem;
}
@media (max-width: 992px) {
  .layoutunit .spacing-section-btn {
    margin-top: 12px;
  }
}
.layoutunit .spacing-section-btn .btn {
  white-space: nowrap;
  width: auto;
  padding: 14px 18px;
}
.layoutunit .spacing-section-btn .btn:hover,
.layoutunit .spacing-section-btn .btn:focus {
  transform: none !important;
}
@media (max-width: 575px) {
  .layoutunit .spacing-section-btn .btn {
    width: auto !important;
  }
}
.layoutunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .layoutunit .navbar-brand {
    margin-right: auto;
  }
  .layoutunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #143234;
    backdrop-filter: blur(8px);
  }
  .layoutunit .packlayer .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .layoutunit .navbar-collapse {
    padding: 1rem;
  }
}
.padwrap {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #0f2e24;
}
.padwrap .row {
  align-items: center;
}
@media (max-width: 991px) {
  .padwrap .row {
    flex-direction: column-reverse;
  }
  .padwrap .wrapsegment {
    margin-bottom: 2rem;
  }
  .padwrap .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .padwrap .card-wrapper {
    padding-right: 2rem;
  }
}
.padwrap .wrapsegment img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.padwrap .bodysegment,
.padwrap .spacing-section-btn {
  color: #ffffff;
  text-align: center;
}
.padwrap .card-title {
  color: #ffffff;
  text-align: center;
}
.cellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/sharp1.jpg");
}
@media (max-width: 992px) and (max-width: 992px) {
  .cellbox .container {
    padding: 0 24px;
  }
}
.cellbox .card {
  justify-content: center;
}
.cellbox .outline {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cellbox .outline {
    padding: 0 24px 24px;
  }
}
.cellbox .outline .spacing-section-title {
  margin-bottom: 16px;
}
.cellbox .outline .wrapunitbox {
  margin-bottom: 0;
}
.cellbox .text-wrapper {
  border-top: 1px solid #0f2e24;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cellbox .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cellbox .text-wrapper .bodysegment {
  width: 45%;
}
@media (max-width: 992px) {
  .cellbox .text-wrapper .bodysegment {
    width: 100%;
    margin-bottom: 24px;
  }
  .cellbox .text-wrapper .bodysegment:last-child {
    margin-bottom: 0;
  }
}
.cellbox .spacing-section-title {
  color: #F9F6E0;
}
.cellbox .wrapunitbox {
  color: #000000;
}
.cellbox .bodysegment {
  color: #000000;
  text-align: center;
}
.cellbox .spacing-section-btn {
  text-align: right;
}
.cellbox .spacing-section-title,
.cellbox .spacing-section-btn {
  color: #000000;
  text-align: center;
}
.floatunit {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #0f2e24;
}
.floatunit .clusterbox {
  background: #0f2e24;
}
@media (max-width: 991px) {
  .floatunit .clusterbox .wrapsegment {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .floatunit .clusterbox {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .floatunit .clusterbox {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .floatunit .clusterbox {
    padding: 5rem 3rem;
  }
  .floatunit .clusterbox .text-wrapper {
    padding-left: 2rem;
  }
}
.floatunit .wrapsegment img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.floatunit .card-title {
  color: #ffffff;
  text-align: center;
}
.floatunit .bodysegment,
.floatunit .spacing-section-btn {
  color: #ffffff;
  text-align: center;
}
.formgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/sharp1.jpg");
}
.formgrid .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .formgrid .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .formgrid .container {
    padding: 0 16px;
  }
}
.formgrid .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.formgrid .clusterbox .spacing-section-title {
  margin-bottom: 50px;
}
.formgrid .clusterbox .bodysegment {
  margin-bottom: 0;
}
.formgrid .spacing-section-title {
  color: #000000;
  text-align: center;
}
.formgrid .bodysegment {
  color: #000000;
}
.formgrid .bodysegment {
  text-align: center;
}
.sectionlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.sectionlayer .tilewrap {
  position: relative;
}
.sectionlayer .slotunit {
  display: flex;
  flex-wrap: wrap;
}
.sectionlayer .wrapsegment img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionlayer .spacing-section-title,
.sectionlayer .spacing-section-subtitle,
.sectionlayer .nodemapunit {
  text-align: center;
}
.sectionlayer .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #f5f2ea;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .sectionlayer .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .sectionlayer .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.sectionlayer .row:after {
  content: "";
  position: absolute;
  background-color: #f5f2ea;
  width: 2px;
}
@media (max-width: 767px) {
  .sectionlayer .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .sectionlayer .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .sectionlayer .timeline-date-wrapper,
  .sectionlayer .timeline-text-wrapper,
  .sectionlayer .wrapsegment {
    padding: 0rem;
    padding-left: 2rem;
  }
  .sectionlayer .spacing-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .sectionlayer .timeline-date-wrapper,
  .sectionlayer .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .sectionlayer .timeline-date-wrapper,
  .sectionlayer .timeline-text-wrapper,
  .sectionlayer .wrapsegment {
    padding: 2rem;
  }
}
.sectionlayer .spacing-timeline-title {
  color: #ffffff;
  text-align: center;
}
.sectionlayer .bodysegment {
  color: #ffffff;
  text-align: center;
}
.sectionlayer .spacing-section-title {
  color: #ffffff;
}
.coverbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.coverbox .row {
  justify-content: center;
}
.coverbox .outline .spacing-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .outline .spacing-section-title {
    margin-bottom: 32px;
  }
}
.coverbox .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.coverbox .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.coverbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.coverbox .nav-wrapper .list .item-wrap:hover,
.coverbox .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.coverbox .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.coverbox .spacing-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .coverbox .spacing-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.coverbox .sectionrow {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .sectionrow {
    margin-bottom: 32px;
  }
}
.coverbox .nodewrapunit {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.coverbox .spacing-section-title {
  color: #ffffff;
}
.coverbox .list {
  color: #ffffff;
}
.layoutunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .layoutunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.layoutunit .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;
}
.layoutunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layoutunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutunit .navbar-brand .col a {
  outline: none;
}
.layoutunit .packlayer {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.layoutunit .packlayer .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item {
    padding-left: 0 !important;
  }
}
.layoutunit .packlayer .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 4px 10px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item .nav-link {
    padding: 10px 0 !important;
    margin-left: 0 !important;
  }
}
.layoutunit .packlayer .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px !important;
  background-color: #ffffff;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 0.3s ease;
}
.layoutunit .packlayer .nav-item .nav-link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.layoutunit .packlayer .nav-item .nav-link:hover::before {
  transform: translateY(0);
  opacity: 1;
}
.layoutunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.layoutunit .col {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .layoutunit .col {
    padding-left: 0;
  }
}
.layoutunit .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .layoutunit .navbar-caption {
    border-right: none;
  }
}
.layoutunit .navbar-caption:hover {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .layoutunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.layoutunit .container,
.layoutunit .container-fluid {
  display: flex;
  min-height: 75px;
  padding: 0 32px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  background-color: #143234;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 10px 8px 0 #f5f2ea, inset 0 -5px 10px -4px #f5f2ea, 0 10px 10px -5px #f5f2ea;
}
@media (max-width: 992px) {
  .layoutunit .container,
  .layoutunit .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .layoutunit .container,
  .layoutunit .container-fluid {
    width: 90%;
    height: 56px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0rem;
  }
}
.layoutunit .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .layoutunit .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.layoutunit .nav-item:focus,
.layoutunit .nav-link:focus {
  outline: none;
}
.layoutunit .navbar {
  min-height: 75px;
  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;
}
.layoutunit .navbar .col img {
  width: auto;
  margin-right: 8px;
}
.layoutunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .layoutunit .navbar {
    min-height: 72px;
  }
  .layoutunit .navbar .col img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .layoutunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .layoutunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutunit .navbar-expand-lg .packlayer .nav-link {
  padding: 0;
}
.layoutunit ul.packlayer {
  flex-wrap: wrap;
}
.layoutunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutunit .navbar-dropdown {
  padding: 0 1rem;
}
.layoutunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutunit .navbar {
    height: 75px;
  }
  .layoutunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutunit .spacing-section-btn {
  margin: -0.6rem -0.6rem;
}
@media (max-width: 992px) {
  .layoutunit .spacing-section-btn {
    margin-top: 12px;
  }
}
.layoutunit .spacing-section-btn .btn {
  white-space: nowrap;
  width: auto;
  padding: 14px 18px;
}
.layoutunit .spacing-section-btn .btn:hover,
.layoutunit .spacing-section-btn .btn:focus {
  transform: none !important;
}
@media (max-width: 575px) {
  .layoutunit .spacing-section-btn .btn {
    width: auto !important;
  }
}
.layoutunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .layoutunit .navbar-brand {
    margin-right: auto;
  }
  .layoutunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #143234;
    backdrop-filter: blur(8px);
  }
  .layoutunit .packlayer .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .layoutunit .navbar-collapse {
    padding: 1rem;
  }
}
.unitbox {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.unitbox .card {
  justify-content: center;
}
.unitbox .clusterbox {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .unitbox .clusterbox {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.unitbox .clusterbox .colunit {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .unitbox .clusterbox .colunit {
    margin-bottom: 22px;
  }
}
.unitbox .clusterbox .colunit .unitgrid {
  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);
}
.unitbox .clusterbox .spacing-section-title {
  margin-bottom: 22px;
}
.unitbox .clusterbox .bodysegment {
  margin-bottom: 0;
}
.unitbox .unitgrid,
.unitbox .colunit {
  color: #ffffff;
}
.unitbox .spacing-section-title {
  color: #ffffff;
  text-align: center;
}
.unitbox .bodysegment {
  color: #ffffff;
  text-align: center;
}
.unitbox label {
  color: #a997ce;
}
.flowsegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/sharp1.jpg");
}
.flowsegment .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.flowsegment .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .flowsegment .item-mb {
    margin-bottom: 1rem;
  }
}
.flowsegment .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.flowsegment .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.flowsegment .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.flowsegment .item-wrapper {
  background: #f5f2ea;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #0f2e24;
  transition: all 0.3s ease;
}
.flowsegment .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.flowsegment .item-wrapper:hover {
  background-color: #f5f2ea;
  box-shadow: 5px 5px 0 0 #0f2e24;
}
.flowsegment .spacing-section-title {
  color: #000000;
  text-align: center;
}
.flowsegment .spacing-section-subtitle {
  color: #000000;
}
.flowsegment .card-title {
  color: #000000;
  text-align: center;
}
.flowsegment .card-text,
.flowsegment .item .spacing-section-btn {
  color: #000000;
  text-align: center;
}
.coverbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.coverbox .row {
  justify-content: center;
}
.coverbox .outline .spacing-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .outline .spacing-section-title {
    margin-bottom: 32px;
  }
}
.coverbox .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.coverbox .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.coverbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.coverbox .nav-wrapper .list .item-wrap:hover,
.coverbox .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.coverbox .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.coverbox .spacing-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .coverbox .spacing-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.coverbox .sectionrow {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .sectionrow {
    margin-bottom: 32px;
  }
}
.coverbox .nodewrapunit {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.coverbox .spacing-section-title {
  color: #ffffff;
}
.coverbox .list {
  color: #ffffff;
}
.layoutunit {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .layoutunit .navbar-toggler {
    transform: scale(0.8);
  }
}
.layoutunit .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;
}
.layoutunit .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layoutunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutunit .navbar-brand .col a {
  outline: none;
}
.layoutunit .packlayer {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.layoutunit .packlayer .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item {
    padding-left: 0 !important;
  }
}
.layoutunit .packlayer .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 4px 10px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item .nav-link {
    padding: 10px 0 !important;
    margin-left: 0 !important;
  }
}
.layoutunit .packlayer .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px !important;
  background-color: #ffffff;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 0.3s ease;
}
.layoutunit .packlayer .nav-item .nav-link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .layoutunit .packlayer .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.layoutunit .packlayer .nav-item .nav-link:hover::before {
  transform: translateY(0);
  opacity: 1;
}
.layoutunit .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.layoutunit .col {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .layoutunit .col {
    padding-left: 0;
  }
}
.layoutunit .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .layoutunit .navbar-caption {
    border-right: none;
  }
}
.layoutunit .navbar-caption:hover {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .layoutunit .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.layoutunit .container,
.layoutunit .container-fluid {
  display: flex;
  min-height: 75px;
  padding: 0 32px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  background-color: #143234;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 10px 8px 0 #f5f2ea, inset 0 -5px 10px -4px #f5f2ea, 0 10px 10px -5px #f5f2ea;
}
@media (max-width: 992px) {
  .layoutunit .container,
  .layoutunit .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .layoutunit .container,
  .layoutunit .container-fluid {
    width: 90%;
    height: 56px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0rem;
  }
}
.layoutunit .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .layoutunit .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.layoutunit .nav-item:focus,
.layoutunit .nav-link:focus {
  outline: none;
}
.layoutunit .navbar {
  min-height: 75px;
  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;
}
.layoutunit .navbar .col img {
  width: auto;
  margin-right: 8px;
}
.layoutunit .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .layoutunit .navbar {
    min-height: 72px;
  }
  .layoutunit .navbar .col img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .layoutunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .layoutunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutunit .navbar-expand-lg .packlayer .nav-link {
  padding: 0;
}
.layoutunit ul.packlayer {
  flex-wrap: wrap;
}
.layoutunit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutunit .navbar-dropdown {
  padding: 0 1rem;
}
.layoutunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutunit .navbar {
    height: 75px;
  }
  .layoutunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutunit .spacing-section-btn {
  margin: -0.6rem -0.6rem;
}
@media (max-width: 992px) {
  .layoutunit .spacing-section-btn {
    margin-top: 12px;
  }
}
.layoutunit .spacing-section-btn .btn {
  white-space: nowrap;
  width: auto;
  padding: 14px 18px;
}
.layoutunit .spacing-section-btn .btn:hover,
.layoutunit .spacing-section-btn .btn:focus {
  transform: none !important;
}
@media (max-width: 575px) {
  .layoutunit .spacing-section-btn .btn {
    width: auto !important;
  }
}
.layoutunit .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .layoutunit .navbar-brand {
    margin-right: auto;
  }
  .layoutunit .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #143234;
    backdrop-filter: blur(8px);
  }
  .layoutunit .packlayer .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .layoutunit .navbar-collapse {
    padding: 1rem;
  }
}
.contentgrid {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.contentgrid .card-wrapper {
  background: #f5f2ea;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .contentgrid .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contentgrid .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .contentgrid .card-wrapper {
    padding: 4rem;
  }
}
.contentgrid .bodysegment,
.contentgrid .spacing-section-btn {
  color: #000000;
  text-align: left;
}
.contentgrid .card-title,
.contentgrid .card-box {
  text-align: center;
  color: #000000;
}
.coverbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.coverbox .row {
  justify-content: center;
}
.coverbox .outline .spacing-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .outline .spacing-section-title {
    margin-bottom: 32px;
  }
}
.coverbox .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.coverbox .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.coverbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.coverbox .nav-wrapper .list .item-wrap:hover,
.coverbox .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.coverbox .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.coverbox .spacing-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .coverbox .spacing-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.coverbox .sectionrow {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .coverbox .sectionrow {
    margin-bottom: 32px;
  }
}
.coverbox .nodewrapunit {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.coverbox .spacing-section-title {
  color: #ffffff;
}
.coverbox .list {
  color: #ffffff;
}
.hold {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .hold .navbar-toggler {
    transform: scale(0.8);
  }
}
.hold .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;
}
.hold .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hold .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.hold .navbar-brand .col a {
  outline: none;
}
.hold .packlayer {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.hold .packlayer .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .hold .packlayer .nav-item {
    padding-left: 0 !important;
  }
}
.hold .packlayer .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 4px 10px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .hold .packlayer .nav-item .nav-link {
    padding: 10px 0 !important;
    margin-left: 0 !important;
  }
}
.hold .packlayer .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px !important;
  background-color: #ffffff;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 0.3s ease;
}
.hold .packlayer .nav-item .nav-link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .hold .packlayer .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.hold .packlayer .nav-item .nav-link:hover::before {
  transform: translateY(0);
  opacity: 1;
}
.hold .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.hold .col {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .hold .col {
    padding-left: 0;
  }
}
.hold .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .hold .navbar-caption {
    border-right: none;
  }
}
.hold .navbar-caption:hover {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .hold .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.hold .container,
.hold .container-fluid {
  display: flex;
  min-height: 75px;
  padding: 0 32px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  background-color: #143234;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 10px 8px 0 #f5f2ea, inset 0 -5px 10px -4px #f5f2ea, 0 10px 10px -5px #f5f2ea;
}
@media (max-width: 992px) {
  .hold .container,
  .hold .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .hold .container,
  .hold .container-fluid {
    width: 90%;
    height: 56px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0rem;
  }
}
.hold .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .hold .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.hold .nav-item:focus,
.hold .nav-link:focus {
  outline: none;
}
.hold .navbar {
  min-height: 75px;
  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;
}
.hold .navbar .col img {
  width: auto;
  margin-right: 8px;
}
.hold .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .hold .navbar {
    min-height: 72px;
  }
  .hold .navbar .col img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .hold .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hold .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .hold .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.hold .navbar-expand-lg .packlayer .nav-link {
  padding: 0;
}
.hold ul.packlayer {
  flex-wrap: wrap;
}
.hold button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.hold button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.hold button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hold button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hold button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hold button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hold .navbar-dropdown {
  padding: 0 1rem;
}
.hold a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hold .navbar {
    height: 75px;
  }
  .hold .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hold .spacing-section-btn {
  margin: -0.6rem -0.6rem;
}
@media (max-width: 992px) {
  .hold .spacing-section-btn {
    margin-top: 12px;
  }
}
.hold .spacing-section-btn .btn {
  white-space: nowrap;
  width: auto;
  padding: 14px 18px;
}
.hold .spacing-section-btn .btn:hover,
.hold .spacing-section-btn .btn:focus {
  transform: none !important;
}
@media (max-width: 575px) {
  .hold .spacing-section-btn .btn {
    width: auto !important;
  }
}
.hold .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .hold .navbar-brand {
    margin-right: auto;
  }
  .hold .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #143234;
    backdrop-filter: blur(8px);
  }
  .hold .packlayer .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .hold .navbar-collapse {
    padding: 1rem;
  }
}
.mainsegment {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.mainsegment .card-wrapper {
  background: #f5f2ea;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .mainsegment .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mainsegment .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .mainsegment .card-wrapper {
    padding: 4rem;
  }
}
.mainsegment .bodysegment,
.mainsegment .spacing-section-btn {
  color: #000000;
  text-align: left;
}
.mainsegment .card-title,
.mainsegment .card-box {
  text-align: center;
  color: #000000;
}
.modularbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.modularbox .row {
  justify-content: center;
}
.modularbox .outline .spacing-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .modularbox .outline .spacing-section-title {
    margin-bottom: 32px;
  }
}
.modularbox .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .modularbox .nav-wrapper {
    margin-bottom: 32px;
  }
}
.modularbox .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.modularbox .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.modularbox .nav-wrapper .list .item-wrap:hover,
.modularbox .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.modularbox .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.modularbox .spacing-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .modularbox .spacing-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.modularbox .sectionrow {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .modularbox .sectionrow {
    margin-bottom: 32px;
  }
}
.modularbox .nodewrapunit {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.modularbox .spacing-section-title {
  color: #ffffff;
}
.modularbox .list {
  color: #ffffff;
}
.footwrap {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .footwrap .navbar-toggler {
    transform: scale(0.8);
  }
}
.footwrap .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;
}
.footwrap .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.footwrap .navbar-brand .col a {
  outline: none;
}
.footwrap .packlayer {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.footwrap .packlayer .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .footwrap .packlayer .nav-item {
    padding-left: 0 !important;
  }
}
.footwrap .packlayer .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 4px 10px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .footwrap .packlayer .nav-item .nav-link {
    padding: 10px 0 !important;
    margin-left: 0 !important;
  }
}
.footwrap .packlayer .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px !important;
  background-color: #ffffff;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 0.3s ease;
}
.footwrap .packlayer .nav-item .nav-link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .footwrap .packlayer .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.footwrap .packlayer .nav-item .nav-link:hover::before {
  transform: translateY(0);
  opacity: 1;
}
.footwrap .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.footwrap .col {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .footwrap .col {
    padding-left: 0;
  }
}
.footwrap .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .footwrap .navbar-caption {
    border-right: none;
  }
}
.footwrap .navbar-caption:hover {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .footwrap .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.footwrap .container,
.footwrap .container-fluid {
  display: flex;
  min-height: 75px;
  padding: 0 32px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  background-color: #143234;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 10px 8px 0 #f5f2ea, inset 0 -5px 10px -4px #f5f2ea, 0 10px 10px -5px #f5f2ea;
}
@media (max-width: 992px) {
  .footwrap .container,
  .footwrap .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .footwrap .container,
  .footwrap .container-fluid {
    width: 90%;
    height: 56px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0rem;
  }
}
.footwrap .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .footwrap .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.footwrap .nav-item:focus,
.footwrap .nav-link:focus {
  outline: none;
}
.footwrap .navbar {
  min-height: 75px;
  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;
}
.footwrap .navbar .col img {
  width: auto;
  margin-right: 8px;
}
.footwrap .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footwrap .navbar {
    min-height: 72px;
  }
  .footwrap .navbar .col img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .footwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .footwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .footwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.footwrap .navbar-expand-lg .packlayer .nav-link {
  padding: 0;
}
.footwrap ul.packlayer {
  flex-wrap: wrap;
}
.footwrap button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.footwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.footwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.footwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.footwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.footwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.footwrap .navbar-dropdown {
  padding: 0 1rem;
}
.footwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footwrap .navbar {
    height: 75px;
  }
  .footwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.footwrap .spacing-section-btn {
  margin: -0.6rem -0.6rem;
}
@media (max-width: 992px) {
  .footwrap .spacing-section-btn {
    margin-top: 12px;
  }
}
.footwrap .spacing-section-btn .btn {
  white-space: nowrap;
  width: auto;
  padding: 14px 18px;
}
.footwrap .spacing-section-btn .btn:hover,
.footwrap .spacing-section-btn .btn:focus {
  transform: none !important;
}
@media (max-width: 575px) {
  .footwrap .spacing-section-btn .btn {
    width: auto !important;
  }
}
.footwrap .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .footwrap .navbar-brand {
    margin-right: auto;
  }
  .footwrap .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #143234;
    backdrop-filter: blur(8px);
  }
  .footwrap .packlayer .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .footwrap .navbar-collapse {
    padding: 1rem;
  }
}
.headbox {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.headbox .card-wrapper {
  background: #f5f2ea;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .headbox .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .headbox .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .headbox .card-wrapper {
    padding: 4rem;
  }
}
.headbox .bodysegment,
.headbox .spacing-section-btn {
  color: #000000;
  text-align: left;
}
.headbox .card-title,
.headbox .card-box {
  text-align: center;
  color: #000000;
}
.tilenode {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.tilenode .row {
  justify-content: center;
}
.tilenode .outline .spacing-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tilenode .outline .spacing-section-title {
    margin-bottom: 32px;
  }
}
.tilenode .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tilenode .nav-wrapper {
    margin-bottom: 32px;
  }
}
.tilenode .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tilenode .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.tilenode .nav-wrapper .list .item-wrap:hover,
.tilenode .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.tilenode .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.tilenode .spacing-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .tilenode .spacing-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.tilenode .sectionrow {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tilenode .sectionrow {
    margin-bottom: 32px;
  }
}
.tilenode .nodewrapunit {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.tilenode .spacing-section-title {
  color: #ffffff;
}
.tilenode .list {
  color: #ffffff;
}
.element {
  z-index: 1000;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .element .navbar-toggler {
    transform: scale(0.8);
  }
}
.element .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;
}
.element .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.element .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.element .navbar-brand .col a {
  outline: none;
}
.element .packlayer {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.element .packlayer .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .element .packlayer .nav-item {
    padding-left: 0 !important;
  }
}
.element .packlayer .nav-item .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 4px 10px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .element .packlayer .nav-item .nav-link {
    padding: 10px 0 !important;
    margin-left: 0 !important;
  }
}
.element .packlayer .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px !important;
  background-color: #ffffff;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 0.3s ease;
}
.element .packlayer .nav-item .nav-link:hover {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .element .packlayer .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.element .packlayer .nav-item .nav-link:hover::before {
  transform: translateY(0);
  opacity: 1;
}
.element .nav-link {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.element .col {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px) {
  .element .col {
    padding-left: 0;
  }
}
.element .navbar-caption {
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .element .navbar-caption {
    border-right: none;
  }
}
.element .navbar-caption:hover {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .element .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.element .container,
.element .container-fluid {
  display: flex;
  min-height: 75px;
  padding: 0 32px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  background-color: #143234;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 10px 8px 0 #f5f2ea, inset 0 -5px 10px -4px #f5f2ea, 0 10px 10px -5px #f5f2ea;
}
@media (max-width: 992px) {
  .element .container,
  .element .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .element .container,
  .element .container-fluid {
    width: 90%;
    height: 56px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0rem;
  }
}
.element .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .element .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.element .nav-item:focus,
.element .nav-link:focus {
  outline: none;
}
.element .navbar {
  min-height: 75px;
  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;
}
.element .navbar .col img {
  width: auto;
  margin-right: 8px;
}
.element .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .element .navbar {
    min-height: 72px;
  }
  .element .navbar .col img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .element .navbar .nav-item .nav-link::before {
    display: none;
  }
  .element .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .element .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.element .navbar-expand-lg .packlayer .nav-link {
  padding: 0;
}
.element ul.packlayer {
  flex-wrap: wrap;
}
.element button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.element button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.element button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.element button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.element button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.element button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.element .navbar-dropdown {
  padding: 0 1rem;
}
.element a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .element .navbar {
    height: 75px;
  }
  .element .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.element .spacing-section-btn {
  margin: -0.6rem -0.6rem;
}
@media (max-width: 992px) {
  .element .spacing-section-btn {
    margin-top: 12px;
  }
}
.element .spacing-section-btn .btn {
  white-space: nowrap;
  width: auto;
  padding: 14px 18px;
}
.element .spacing-section-btn .btn:hover,
.element .spacing-section-btn .btn:focus {
  transform: none !important;
}
@media (max-width: 575px) {
  .element .spacing-section-btn .btn {
    width: auto !important;
  }
}
.element .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .element .navbar-brand {
    margin-right: auto;
  }
  .element .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #143234;
    backdrop-filter: blur(8px);
  }
  .element .packlayer .nav-item .nav-link::after {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .element .navbar-collapse {
    padding: 1rem;
  }
}
.box {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.box .card-wrapper {
  background: #f5f2ea;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .box .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .box .card-wrapper {
    padding: 4rem;
  }
}
.box .bodysegment,
.box .spacing-section-btn {
  color: #000000;
  text-align: left;
}
.box .card-title,
.box .card-box {
  text-align: center;
  color: #000000;
}
.containerwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f2e24;
}
.containerwrap .row {
  justify-content: center;
}
.containerwrap .outline .spacing-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .containerwrap .outline .spacing-section-title {
    margin-bottom: 32px;
  }
}
.containerwrap .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .containerwrap .nav-wrapper {
    margin-bottom: 32px;
  }
}
.containerwrap .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.containerwrap .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.containerwrap .nav-wrapper .list .item-wrap:hover,
.containerwrap .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.containerwrap .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.containerwrap .spacing-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .containerwrap .spacing-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.containerwrap .sectionrow {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .containerwrap .sectionrow {
    margin-bottom: 32px;
  }
}
.containerwrap .nodewrapunit {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.containerwrap .spacing-section-title {
  color: #ffffff;
}
.containerwrap .list {
  color: #ffffff;
}
@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);
  }
}
.coverunit {
  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;
}
.coverunit.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: bounceIn 0.8s ease-out forwards;
}
.coverunit p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#cookieBanner button,
.coverunit 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) {
  .coverunit {
    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;
  }
  .coverunit.show {
    transform: translateX(-50%) translateY(0) scale(1) !important;
  }
  #cookieBanner button,
  .coverunit button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 480px) {
  .coverunit {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }
  #cookieBanner button,
  .coverunit button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}
@keyframes flipIn {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}
.navbar-brand {
    animation: flipIn 1s ease-out;
}
.ttc-form {
  padding: 0 !important;
  background: transparent;
}
.ttc-form #customForm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  color: #222;
  font-size: 16px;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.ttc-form #customForm .form-group {
  margin-bottom: 24px;
}
.ttc-form #customForm .form-group .form-control,
.ttc-form #customForm .form-group input.form-control,
.ttc-form #customForm .form-group textarea.form-control {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px;
  color: #222 !important;
  transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.ttc-form #customForm textarea.form-control {
  min-height: 160px !important;
  resize: vertical !important;
  border-radius: 0 !important;
}
.ttc-form #customForm .form-control:focus {
  outline: none !important;
  background: #fff !important;
  border-color: #3b6cff !important;
  box-shadow: 0 0 0 3px rgba(59,108,255,.2) !important;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #555;
  opacity: 1;
}
.ttc-form #customForm ::placeholder {
  color: #555;
  opacity: 1;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border: none !important;
  border-radius: 0 !important;
  background: #3b6cff;
  color: #fff;
  cursor: pointer;
  transition: background .3s ease, transform .1s ease;
}
.ttc-form #customForm .btn:hover {
  background: #2f58e6;
  transform: translateY(-1px);
}
.ttc-form #customForm small {
  font-size: 12px;
  color: #666;
}
.ttc-form #customForm a {
  color: #c47b22;
  text-decoration: none;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}
.ttc-form #customForm [data-for="captcha"],
.ttc-form #customForm [data-for^="consent_"] {
  margin-bottom: 20px;
}
.ttc-form #customForm .sidebox,
.ttc-form #customForm .domwrap {
  width: 100%;
  border: 1px solid #c7c9ce !important;
  background: #f2f3f5 !important;
  padding: 14px 16px !important;
  border-radius: 0 !important;
  text-align: left;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05);
}
.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for^="consent_"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #2e2e2e;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
}
.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for^="consent_"] input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #3b6cff;
}
.ttc-form #customForm .alert {
  border-radius: 0 !important;
  font-size: 14px;
  padding: 14px 16px;
  background: rgba(70,200,95,.45) !important;
  border: 1px solid rgba(20,120,40,.7) !important;
  color: #0a2d12 !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 0 16px !important;
  }
  .ttc-form #customForm {
    padding: 24px 20px;
    margin: 20px auto 0;
    max-width: 100%;
  }
  .ttc-form #customForm .form-group .form-control {
    font-size: 15px;
    padding: 12px 14px !important;
  }
  .ttc-form #customForm .btn {
    width: 100%;
    font-size: 15px;
    padding: 14px 20px;
  }
}
@media (max-width: 420px) {
  .ttc-form #customForm {
    padding: 20px 15px;
  }
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/photo1.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #008040, #005128);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
