@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-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-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 h4, .h4, 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;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
blockquote {
  margin: 0 0 1rem;
}
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
.corewrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .corewrap {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.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::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.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-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
 .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.collapse:not(.show) {
  display: none;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.areawrap {
  --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;
}
.areawrap .nav-link.active, .areawrap .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 .areawrap {
    flex-direction: row;
  }
  .navbar-expand-lg .areawrap .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);
}
.splitunit {
  --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);
}
.sectioncore {
  --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);
  }
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
:root {
  --bs-btn-close-filter: ;
}
:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) ;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.d-flex {
  display: flex !important;
}
.w-100 {
  width: 100% !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
.m-auto {
  margin: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.text-center {
  text-align: center !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/blur1.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 .canvas {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .canvas img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .canvas.identity-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .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 .identity-iconfont + .navbar-caption {
    vertical-align: -1px; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }
.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/blur1.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";
@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/blur1.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.identity-iconfont:hover {
  text-decoration: none;
}
a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
.identity-section-title {
  font-style: normal;
  line-height: 1.3;
}
.identity-section-subtitle {
  line-height: 1.3;
}
.partunit {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2,
h4,
.corewrap,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}
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;
}
.splitlayer {
  color: #ffffff;
}
.slotwrap {
  text-align: left;
}
img {
  display: block;
  width: 100%;
}
.card {
  background-color: transparent;
  border: none;
}
.card-box {
  width: 100%;
}
.identity-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}
.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}
nav .identity-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}
.btn .identity-iconfont,
.btn.btn-sm .identity-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}
.btn.btn-md .identity-iconfont,
.btn.btn-md .identity-iconfont {
  margin-left: 0.8rem;
}
[type=submit] {
  -webkit-appearance: none;
}
.trackbox {
  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 .canvas 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 .areawrap.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}
.nav-link .identity-iconfont {
  margin-right: 0.5rem;
}
.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}
.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}
.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.justify-content-center {
  -webkit-justify-content: center;
}
.card-wrapper {
  -webkit-flex: 1;
}
.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 .identity-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;
}
blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}
ul,
blockquote {
  margin-bottom: 2.3125rem;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 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/blur1.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: 'filter2';
  font-display: swap;
  src:  url('fonts/slider2.eot');
  src:  url('fonts/slider2.eot') format('embedded-opentype'),
    url('fonts/slider2.woff2') format('woff2'),
    url('fonts/slider2.woff') format('woff'),
    url('fonts/slider2.ttf') format('truetype'),
    url('fonts/slider2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="export-"], [class*=" export-"] {
  font-family: 'filter2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.export-curve-success:before {
  content: "\e97c";
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/blur1.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;
}
.corewrap {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.corewrap > .identity-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .identity-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .identity-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .corewrap {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .corewrap {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary,
.btn-primary:active {
  background-color: #1fb5aa !important;
  border-color: #1fb5aa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2cdbce !important;
  border-color: #2cdbce !important;
  box-shadow: none;
}
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2cdbce !important;
  border-color: #2cdbce !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffcd7d !important;
  border-color: #ffcd7d !important;
  color: #4a2e00 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffe1b0 !important;
  border-color: #ffe1b0 !important;
  box-shadow: none;
}
.btn-secondary:disabled {
  color: #4a2e00 !important;
  background-color: #ffe1b0 !important;
  border-color: #ffe1b0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ba9c4 !important;
  border-color: #9ba9c4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bbc5d7 !important;
  border-color: #bbc5d7 !important;
  box-shadow: none;
}
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bbc5d7 !important;
  border-color: #bbc5d7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6a00 !important;
  border-color: #ff6a00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff8833 !important;
  border-color: #ff8833 !important;
  box-shadow: none;
}
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff8833 !important;
  border-color: #ff8833 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fa1800 !important;
  border-color: #fa1800 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff422e !important;
  border-color: #ff422e !important;
  box-shadow: none;
}
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff422e !important;
  border-color: #ff422e !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white:disabled {
  color: #666666 !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.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;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1fb5aa;
  color: #1fb5aa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #126b64 !important;
  background-color: transparent !important;
  border-color: #126b64 !important;
  box-shadow: none !important;
}
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1fb5aa !important;
  border-color: #1fb5aa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffcd7d;
  color: #ffcd7d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffac26 !important;
  background-color: transparent !important;
  border-color: #ffac26 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:disabled {
  color: #7d4d00 !important;
  background-color: #ffcd7d !important;
  border-color: #ffcd7d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-info-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9ba9c4;
  color: #9ba9c4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #647aa4 !important;
  background-color: transparent !important;
  border-color: #647aa4 !important;
  box-shadow: none !important;
}
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ba9c4 !important;
  border-color: #9ba9c4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff6a00;
  color: #ff6a00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a84600 !important;
  background-color: transparent !important;
  border-color: #a84600 !important;
  box-shadow: none !important;
}
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6a00 !important;
  border-color: #ff6a00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fa1800;
  color: #fa1800;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a31000 !important;
  background-color: transparent !important;
  border-color: #a31000 !important;
  box-shadow: none !important;
}
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fa1800 !important;
  border-color: #fa1800 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #1fb5aa !important;
}
.text-info {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #105e58 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c7c7c7 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.splitunit {
  background-color: #70c770;
}
.sectioncore {
  background-color: #fa1800;
}
.identity-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #1fb5aa;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .identity-iconfont {
  font-size: 1.375rem;
}
.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: #1fb5aa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .identity-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #1fb5aa;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.identity-section-btn .btn {
  padding: 11px 28px;
  border-radius: 15px !important;
  font-weight: 400;
}
.identity-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 #1fb5aa, inset 3px -2px 8px 0px #ffcd7d;
  transition: all .5s ease;
}
.identity-section-btn .btn-black:hover,
.identity-section-btn .btn-black:focus,
.identity-section-btn .btn-black.focus,
.identity-section-btn .btn-black.active {
  box-shadow: inset 0px 36px 25px 0px #1fb5aa, inset 0px -33px 25px 0px #ffcd7d;
  color: #ffffff !important;
}
.identity-section-btn .btn-white {
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  box-shadow: inset -4px 3px 9px 0px #1fb5aa, inset 3px -2px 8px 0px #ffcd7d;
  transition: all .5s ease;
}
.identity-section-btn .btn-white:hover,
.identity-section-btn .btn-white:focus,
.identity-section-btn .btn-white.focus,
.identity-section-btn .btn-white.active {
  box-shadow: inset 0px 36px 25px 0px #1fb5aa, inset 0px -33px 25px 0px #ffcd7d;
  color: #ffffff !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 24px !important;
}
.buildbox {
  border-radius: 10px !important;
}
ul.areawrap,
ul.areawrap::before {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  ul.areawrap,
  ul.areawrap::before {
    border-radius: 24px !important;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.tilepad {
  background-color: transparent;
}
.tilepad .navbar-dropdown {
  background-color: #050505 !important;
  padding: 0;
}
.tilepad .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .tilepad .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .tilepad .menu_box .navbar-collapse {
    background-color: #050505 !important;
    transition: all 0s ease 0s;
  }
}
.tilepad .navbar-dropdown {
  position: relative !important;
}
.tilepad .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tilepad .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tilepad ul.areawrap {
    padding-bottom: 1.5rem;
  }
  .tilepad li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tilepad .areawrap.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.tilepad .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .tilepad .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .tilepad .nav-item {
    margin: 0 !important;
  }
}
.tilepad .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.tilepad .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.tilepad .nav-item .nav-link:hover,
.tilepad .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.tilepad .nav-item .nav-link:hover::before,
.tilepad .nav-item .nav-link:focus::before {
  width: 100%;
}
.tilepad .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tilepad .container {
  display: flex;
  margin: auto;
}
.tilepad .areawrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tilepad .areawrap {
    margin: 0;
  }
}
.tilepad .nav-item:focus,
.tilepad .nav-link:focus {
  outline: none;
}
.tilepad .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tilepad .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tilepad .navbar .canvas img {
  object-fit: contain;
  border-radius: 0 !important;
}
.tilepad .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilepad .navbar .nav-item {
    padding: .5rem 0;
  }
  .tilepad .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .tilepad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilepad .navbar .canvas img {
    height: 3rem !important;
  }
  .tilepad .navbar ul.areawrap {
    overflow: hidden;
  }
  .tilepad .navbar ul.areawrap li {
    margin: 0;
  }
  .tilepad .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .tilepad .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilepad .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.tilepad .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.tilepad .navbar-brand .canvas a {
  outline: none;
}
.tilepad .navbar-expand-lg .areawrap .nav-link {
  margin: 8px 12px !important;
}
.tilepad ul.areawrap {
  flex-wrap: wrap;
  padding: 0;
}
.tilepad button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #050505;
  background: #ffffff;
}
.tilepad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilepad a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilepad .navbar {
    height: 70px;
  }
  .tilepad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilepad .navbar-dropdown .canvas {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .tilepad .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.tilepad .navbar-caption:hover {
  color: #fafafa;
}
.tilepad .identity-section-subtitle {
  color: #000000;
  text-align: center;
}
.tilepad .navbar-caption {
  color: #ffffff;
}
.tilepad .partunit {
  color: #000000;
  text-align: center;
}
.tilepad .identity-section-subtitle,
.tilepad .identity-section-btn {
  text-align: center;
}
.tilepad a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.matrix {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #0b0f12;
}
.matrix .bodyunit {
  justify-content: space-between;
}
.matrix .bodyunit .card {
  justify-content: center;
}
.matrix .cellbox .outline {
  margin-bottom: 15px;
}
.matrix .cellbox .identity-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .matrix .cellbox .identity-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .matrix .cellbox {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .matrix .contentrow {
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .matrix .sidebox {
    margin-bottom: 32px;
  }
}
.matrix .sidebox img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #1fb5aa;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .matrix .sidebox img {
    height: 350px;
  }
}
.matrix .identity-section-title {
  color: #4de6d8;
  text-align: center;
}
.matrix .partunit {
  color: #000000;
}
.matrix .partunit,
.matrix .identity-section-btn {
  color: #fdfde1;
}
.matrix .outline {
  color: #fdfde1;
}
.matrix .identity-section-subtitle {
  color: #ffffff;
}
.matrix .outline,
.matrix .identity-section-btn {
  color: #ffffff;
  text-align: center;
}
.matrix .partunit,
.matrix .identity-section-btn mb-4 {
  text-align: center;
  color: #ffffff;
}
.gridcell {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0b0f12;
}
.gridcell .row {
  align-items: center;
}
@media (max-width: 991px) {
  .gridcell .row {
    flex-direction: column-reverse;
  }
  .gridcell .sidebox {
    margin-bottom: 2rem;
  }
  .gridcell .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .gridcell .card-wrapper {
    padding-right: 2rem;
  }
}
.gridcell .sidebox img {
  width: 100%;
  object-fit: cover;
}
.gridcell .card-title {
  text-align: center;
  color: #1fb5aa;
}
.gridcell .partunit,
.gridcell .identity-section-btn {
  color: #ffffff;
  text-align: center;
}
.unitsegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
  position: relative;
  overflow: hidden;
}
.unitsegment::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #1fb5aa -10%, transparent 70%);
}
.unitsegment .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .unitsegment .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .unitsegment .container {
    padding: 0 16px;
  }
}
.unitsegment .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.unitsegment .contentrow .identity-section-title {
  margin-bottom: 50px;
}
.unitsegment .contentrow .partunit {
  margin-bottom: 0;
}
.unitsegment .identity-section-title {
  color: #1fb5aa;
  text-align: center;
}
.unitsegment .partunit {
  color: #000000;
}
.unitsegment .partunit {
  color: #ffffff;
  text-align: center;
}
.layout {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.layout .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .layout .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .layout .container {
    padding: 0 30px;
  }
}
.layout .gridunitbox .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.layout .gridunitbox .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .layout .gridunitbox .item .item-wrapper {
    display: block;
  }
}
.layout .gridunitbox .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .layout .gridunitbox .item .item-wrapper .item-img {
    width: 100%;
  }
}
.layout .gridunitbox .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .layout .gridunitbox .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.layout .gridunitbox .item .item-wrapper .card {
  justify-content: center;
}
.layout .gridunitbox .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .layout .gridunitbox .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.layout .gridunitbox .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.layout .gridunitbox .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.layout .item-title {
  color: #144031;
}
.layout .item-text {
  color: #ffffff;
  text-align: center;
}
.layout .item-title,
.layout .identity-section-btn {
  color: #1fb5aa;
  text-align: center;
}
.mainfield {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.mainfield .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #0b0f12 -30%, #1fb5aa 20%, #0b0f12 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .mainfield .card-wrapper {
    padding: 16px;
  }
}
.mainfield .card-wrapper .identity-section-title {
  margin-bottom: 22px;
}
.mainfield .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mainfield .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.mainfield .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.mainfield .identity-section-title {
  color: #ffffff;
  text-align: center;
}
.mainfield .list {
  color: #ffffff;
  text-align: center;
}
.module {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050505;
}
.module .container,
.module .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .module .container,
  .module .container-fluid {
    padding: 0 20px;
  }
}
.module a {
  display: block;
}
.module a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1fb5aa;
  border-bottom: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    padding: 50px 0;
  }
}
.module a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .module a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper img {
    margin: 0 auto;
  }
}
.module .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module .copy-wrapper {
    border-right: none;
  }
}
.module .copy-wrapper .copyright {
  margin-bottom: 0;
}
.module .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .list-wrapper {
    height: auto;
  }
}
.module .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.module .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.module .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.module .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.module .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .card-wrapper {
    margin-bottom: 50px;
  }
}
.module .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0b0f12;
  border-radius: 24px;
}
.module .card-wrapper .card-wrap .identity-section-title {
  margin-bottom: 42px;
}
.module .card-wrapper .card-wrap .partunit {
  margin-bottom: 42px;
}
.module .copyright {
  color: #ffffff;
  text-align: center;
}
.module .identity-section-title {
  color: #3d4045;
}
.module .partunit {
  color: #ffffff;
  text-align: center;
}
.module .list {
  color: #ffffff;
}
.module .identity-section-btn {
  text-align: right;
}
.tilepad {
  background-color: transparent;
}
.tilepad .navbar-dropdown {
  background-color: #050505 !important;
  padding: 0;
}
.tilepad .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .tilepad .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .tilepad .menu_box .navbar-collapse {
    background-color: #050505 !important;
    transition: all 0s ease 0s;
  }
}
.tilepad .navbar-dropdown {
  position: relative !important;
}
.tilepad .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tilepad .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tilepad ul.areawrap {
    padding-bottom: 1.5rem;
  }
  .tilepad li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tilepad .areawrap.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.tilepad .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .tilepad .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .tilepad .nav-item {
    margin: 0 !important;
  }
}
.tilepad .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.tilepad .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.tilepad .nav-item .nav-link:hover,
.tilepad .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.tilepad .nav-item .nav-link:hover::before,
.tilepad .nav-item .nav-link:focus::before {
  width: 100%;
}
.tilepad .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tilepad .container {
  display: flex;
  margin: auto;
}
.tilepad .areawrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tilepad .areawrap {
    margin: 0;
  }
}
.tilepad .nav-item:focus,
.tilepad .nav-link:focus {
  outline: none;
}
.tilepad .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tilepad .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tilepad .navbar .canvas img {
  object-fit: contain;
  border-radius: 0 !important;
}
.tilepad .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilepad .navbar .nav-item {
    padding: .5rem 0;
  }
  .tilepad .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .tilepad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilepad .navbar .canvas img {
    height: 3rem !important;
  }
  .tilepad .navbar ul.areawrap {
    overflow: hidden;
  }
  .tilepad .navbar ul.areawrap li {
    margin: 0;
  }
  .tilepad .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .tilepad .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilepad .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.tilepad .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.tilepad .navbar-brand .canvas a {
  outline: none;
}
.tilepad .navbar-expand-lg .areawrap .nav-link {
  margin: 8px 12px !important;
}
.tilepad ul.areawrap {
  flex-wrap: wrap;
  padding: 0;
}
.tilepad button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #050505;
  background: #ffffff;
}
.tilepad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilepad a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilepad .navbar {
    height: 70px;
  }
  .tilepad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilepad .navbar-dropdown .canvas {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .tilepad .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.tilepad .navbar-caption:hover {
  color: #fafafa;
}
.tilepad .identity-section-subtitle {
  color: #000000;
  text-align: center;
}
.tilepad .navbar-caption {
  color: #ffffff;
}
.tilepad .partunit {
  color: #000000;
  text-align: center;
}
.tilepad .identity-section-subtitle,
.tilepad .identity-section-btn {
  text-align: center;
}
.tilepad a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.wrapunitbox {
  background-color: #0b0f12;
}
.wrapunitbox .row {
  margin: 0 -20px;
}
.wrapunitbox .row .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .wrapunitbox .contentrow {
    margin-bottom: 40px;
  }
}
.wrapunitbox .contentrow .rowsegmentbox {
  margin-bottom: 24px;
}
.wrapunitbox .contentrow .rowsegmentbox .bodybox {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px 6px;
  background-color: #ffffff;
}
.wrapunitbox .contentrow .rowsegmentbox .bodybox .interfacewrap {
  margin-bottom: 0;
}
.wrapunitbox .contentrow .identity-section-title {
  margin-bottom: 24px;
}
.wrapunitbox .contentrow .partunit {
  margin-bottom: 0;
}
.wrapunitbox .contentrow .identity-section-btn {
  margin-top: 16px;
}
.wrapunitbox .contentrow .identity-section-btn .btn {
  margin-bottom: 0;
}
.wrapunitbox .sidebox {
  padding: 24px;
  background-color: #1fb5aa;
}
@media (max-width: 992px) {
  .wrapunitbox .sidebox {
    padding: 16px;
  }
}
.wrapunitbox .sidebox img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .wrapunitbox .sidebox img {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .wrapunitbox .sidebox img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .wrapunitbox .sidebox img {
    height: 350px;
  }
}
.wrapunitbox .identity-section-title {
  color: #ffffff;
}
.wrapunitbox .interfacewrap {
  color: #000000;
}
.wrapunitbox .partunit {
  color: #ffffff;
  text-align: center;
}
.wrapunitbox .identity-section-title,
.wrapunitbox .identity-section-btn {
  text-align: center;
  color: #1fb5aa;
}
.clusterbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.clusterbox .identity-section-title {
  color: #131313;
}
.clusterbox .identity-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.clusterbox .zoneunit {
  margin-top: 5px;
  row-gap: 30px;
}
.clusterbox .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.clusterbox .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #1fb5aa;
  box-shadow: 4px 4px 0 #1fb5aa;
  background: #0b0f12;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .clusterbox .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .clusterbox .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.clusterbox .card-title {
  color: #131313;
}
.clusterbox .card-text {
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
}
.clusterbox .card-title {
  text-align: center;
  color: #1fb5aa;
}
.viewbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #0b0f12;
}
.viewbox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .viewbox .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .viewbox .container {
    padding: 0 30px;
  }
}
.viewbox .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.viewbox .desc-wrapper .outline {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .viewbox .desc-wrapper .outline {
    margin-bottom: 30px;
  }
}
.viewbox .text-wrapper .partunit {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .viewbox .text-wrapper .partunit {
    margin-bottom: 30px;
  }
}
.viewbox .gridunitbox .item {
  margin-bottom: 40px;
}
.viewbox .gridunitbox .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .viewbox .gridunitbox .item:nth-child(2n) {
    padding-top: 0;
  }
}
.viewbox .gridunitbox .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .viewbox .gridunitbox .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .viewbox .gridunitbox .item {
    margin-bottom: 40px;
  }
}
.viewbox .gridunitbox .item .item-wrapper {
  background-color: #0b0f12;
  border-radius: 0 !important;
}
.viewbox .gridunitbox .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .viewbox .gridunitbox .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.viewbox .gridunitbox .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.viewbox .gridunitbox .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .viewbox .gridunitbox .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.viewbox .gridunitbox .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.viewbox .gridunitbox .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.viewbox .outline {
  color: #c7fcb5;
}
.viewbox .partunit {
  color: #c7fcb5;
}
.viewbox .item-title {
  color: #144031;
}
.viewbox .item-text {
  color: #ffffff;
  text-align: center;
}
.viewbox .item-title,
.viewbox .identity-section-btn {
  text-align: center;
  color: #1fb5aa;
}
.zonepad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.zonepad .identity-section-title {
  color: #131313;
}
.zonepad .identity-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.zonepad .zoneunit {
  margin-top: 5px;
  row-gap: 30px;
}
.zonepad .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.zonepad .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #1fb5aa;
  box-shadow: 4px 4px 0 #1fb5aa;
  background: #0b0f12;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .zonepad .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .zonepad .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.zonepad .card-title {
  color: #131313;
}
.zonepad .card-text {
  margin-top: 10px;
  color: #ffffff;
  text-align: center;
}
.zonepad .card-title {
  text-align: center;
  color: #1fb5aa;
}
.clipwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #0b0f12;
}
.clipwrap .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .clipwrap .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .clipwrap .container {
    padding: 0 30px;
  }
}
.clipwrap .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.clipwrap .desc-wrapper .outline {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .clipwrap .desc-wrapper .outline {
    margin-bottom: 30px;
  }
}
.clipwrap .text-wrapper .partunit {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .clipwrap .text-wrapper .partunit {
    margin-bottom: 30px;
  }
}
.clipwrap .gridunitbox .item {
  margin-bottom: 40px;
}
.clipwrap .gridunitbox .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .clipwrap .gridunitbox .item:nth-child(2n) {
    padding-top: 0;
  }
}
.clipwrap .gridunitbox .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .clipwrap .gridunitbox .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .clipwrap .gridunitbox .item {
    margin-bottom: 40px;
  }
}
.clipwrap .gridunitbox .item .item-wrapper {
  background-color: #0b0f12;
  border-radius: 0 !important;
}
.clipwrap .gridunitbox .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .clipwrap .gridunitbox .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.clipwrap .gridunitbox .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.clipwrap .gridunitbox .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .clipwrap .gridunitbox .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.clipwrap .gridunitbox .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.clipwrap .gridunitbox .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.clipwrap .outline {
  color: #c7fcb5;
}
.clipwrap .partunit {
  color: #c7fcb5;
}
.clipwrap .item-title {
  color: #144031;
}
.clipwrap .item-text {
  color: #ffffff;
  text-align: center;
}
.clipwrap .item-title,
.clipwrap .identity-section-btn {
  text-align: center;
  color: #1fb5aa;
}
.module {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050505;
}
.module .container,
.module .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .module .container,
  .module .container-fluid {
    padding: 0 20px;
  }
}
.module a {
  display: block;
}
.module a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1fb5aa;
  border-bottom: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    padding: 50px 0;
  }
}
.module a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .module a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper img {
    margin: 0 auto;
  }
}
.module .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module .copy-wrapper {
    border-right: none;
  }
}
.module .copy-wrapper .copyright {
  margin-bottom: 0;
}
.module .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .list-wrapper {
    height: auto;
  }
}
.module .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.module .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.module .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.module .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.module .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .card-wrapper {
    margin-bottom: 50px;
  }
}
.module .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0b0f12;
  border-radius: 24px;
}
.module .card-wrapper .card-wrap .identity-section-title {
  margin-bottom: 42px;
}
.module .card-wrapper .card-wrap .partunit {
  margin-bottom: 42px;
}
.module .copyright {
  color: #ffffff;
  text-align: center;
}
.module .identity-section-title {
  color: #3d4045;
}
.module .partunit {
  color: #ffffff;
  text-align: center;
}
.module .list {
  color: #ffffff;
}
.module .identity-section-btn {
  text-align: right;
}
.tilepad {
  background-color: transparent;
}
.tilepad .navbar-dropdown {
  background-color: #050505 !important;
  padding: 0;
}
.tilepad .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .tilepad .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .tilepad .menu_box .navbar-collapse {
    background-color: #050505 !important;
    transition: all 0s ease 0s;
  }
}
.tilepad .navbar-dropdown {
  position: relative !important;
}
.tilepad .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tilepad .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tilepad ul.areawrap {
    padding-bottom: 1.5rem;
  }
  .tilepad li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tilepad .areawrap.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.tilepad .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .tilepad .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .tilepad .nav-item {
    margin: 0 !important;
  }
}
.tilepad .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.tilepad .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.tilepad .nav-item .nav-link:hover,
.tilepad .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.tilepad .nav-item .nav-link:hover::before,
.tilepad .nav-item .nav-link:focus::before {
  width: 100%;
}
.tilepad .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tilepad .container {
  display: flex;
  margin: auto;
}
.tilepad .areawrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tilepad .areawrap {
    margin: 0;
  }
}
.tilepad .nav-item:focus,
.tilepad .nav-link:focus {
  outline: none;
}
.tilepad .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tilepad .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tilepad .navbar .canvas img {
  object-fit: contain;
  border-radius: 0 !important;
}
.tilepad .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilepad .navbar .nav-item {
    padding: .5rem 0;
  }
  .tilepad .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .tilepad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilepad .navbar .canvas img {
    height: 3rem !important;
  }
  .tilepad .navbar ul.areawrap {
    overflow: hidden;
  }
  .tilepad .navbar ul.areawrap li {
    margin: 0;
  }
  .tilepad .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .tilepad .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilepad .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.tilepad .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.tilepad .navbar-brand .canvas a {
  outline: none;
}
.tilepad .navbar-expand-lg .areawrap .nav-link {
  margin: 8px 12px !important;
}
.tilepad ul.areawrap {
  flex-wrap: wrap;
  padding: 0;
}
.tilepad button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #050505;
  background: #ffffff;
}
.tilepad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilepad a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilepad .navbar {
    height: 70px;
  }
  .tilepad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilepad .navbar-dropdown .canvas {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .tilepad .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.tilepad .navbar-caption:hover {
  color: #fafafa;
}
.tilepad .identity-section-subtitle {
  color: #000000;
  text-align: center;
}
.tilepad .navbar-caption {
  color: #ffffff;
}
.tilepad .partunit {
  color: #000000;
  text-align: center;
}
.tilepad .identity-section-subtitle,
.tilepad .identity-section-btn {
  text-align: center;
}
.tilepad a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cellunitwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.cellunitwrap .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cellunitwrap .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cellunitwrap .container {
    padding: 0 16px;
  }
}
.cellunitwrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cellunitwrap .contentrow {
    margin-bottom: 32px;
  }
}
.cellunitwrap .contentrow .identity-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cellunitwrap .contentrow .identity-section-title {
    margin-bottom: 32px;
  }
}
.cellunitwrap .contentrow .text-wrapper .partunit {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cellunitwrap .contentrow .text-wrapper .partunit {
    width: 100%;
  }
}
.cellunitwrap .sidebox {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cellunitwrap .sidebox {
    margin-left: 0;
  }
}
.cellunitwrap .sidebox img {
  height: 660px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #1fb5aa;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cellunitwrap .sidebox img {
    height: 350px;
  }
}
.cellunitwrap .identity-section-title {
  color: #ffffff;
}
.cellunitwrap .partunit {
  color: #ffffff;
}
.cellunitwrap .identity-section-title,
.cellunitwrap .identity-section-btn {
  text-align: center;
  color: #1fb5aa;
}
.cellunitwrap .partunit,
.cellunitwrap .text-wrapper {
  text-align: center;
}
.modsegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.modsegment .cellbox .identity-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .modsegment .cellbox .identity-section-title {
    margin-bottom: 32px;
  }
}
.modsegment .bodyunit {
  justify-content: center;
  margin: 0 -10px;
  row-gap: 25px;
}
.modsegment .bodyunit .card {
  padding: 0 10px;
}
.modsegment .bodyunit .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .modsegment .bodyunit .card_2 {
    padding-top: 0;
  }
}
.modsegment .bodyunit .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .modsegment .bodyunit .card_3 {
    padding-top: 0;
  }
}
.modsegment .card .item-wrapper {
  background-color: #0b0f12;
  transition: all 0.3s ease;
}
.modsegment .card .item-wrapper .card-box {
  padding: 3rem 1.5rem;
  min-height: 500px;
}
@media (max-width: 992px) {
  .modsegment .card .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.modsegment .card .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.modsegment .card .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.66;
}
.modsegment .card .item-wrapper:hover {
  box-shadow: 5px 5px 0 0 #1fb5aa;
  transform: translateY(-1.15rem);
}
.modsegment .identity-section-title {
  color: #000000;
}
.modsegment .item-title {
  color: #1fb5aa;
  text-align: center;
}
.modsegment .item-text {
  color: #ffffff;
  text-align: center;
}
.packunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.packunit .cellbox .identity-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .packunit .cellbox .identity-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.packunit .gridunitbox {
  margin: 0 -10px;
}
.packunit .gridunitbox .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .packunit .gridunitbox .item {
    margin-bottom: 16px;
  }
}
.packunit .gridunitbox .item:hover .item-wrapper .item-img img,
.packunit .gridunitbox .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.packunit .gridunitbox .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .packunit .gridunitbox .item .item-wrapper {
    padding: 16px;
  }
}
.packunit .gridunitbox .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .packunit .gridunitbox .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.packunit .gridunitbox .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.packunit .gridunitbox .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.packunit .gridunitbox .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.packunit .gridunitbox .item .item-wrapper .card-box .identity-section-btn .btn {
  margin-bottom: 0;
}
.packunit .gridunitbox .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #1fb5aa, #0b0f12 50%);
}
.packunit .gridunitbox .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #1fb5aa, #0b0f12 50%);
}
.packunit .gridunitbox .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #1fb5aa, #0b0f12 50%);
}
.packunit .identity-section-title,
.packunit .cellbox {
  color: #ffffff;
  text-align: center;
}
.packunit .item-title {
  color: #ffffff;
}
.packunit .item-text {
  color: #ffffff;
  text-align: center;
}
.packunit .item-title,
.packunit .identity-section-btn {
  text-align: center;
  color: #1fb5aa;
}
.dockbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.dockbox .cellbox .identity-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .dockbox .cellbox .identity-section-title {
    margin-bottom: 32px;
  }
}
.dockbox .bodyunit {
  justify-content: center;
  margin: 0 -10px;
  row-gap: 25px;
}
.dockbox .bodyunit .card {
  padding: 0 10px;
}
.dockbox .bodyunit .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .dockbox .bodyunit .card_2 {
    padding-top: 0;
  }
}
.dockbox .bodyunit .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .dockbox .bodyunit .card_3 {
    padding-top: 0;
  }
}
.dockbox .card .item-wrapper {
  background-color: #0b0f12;
  transition: all 0.3s ease;
}
.dockbox .card .item-wrapper .card-box {
  padding: 3rem 1.5rem;
  min-height: 500px;
}
@media (max-width: 992px) {
  .dockbox .card .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.dockbox .card .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.dockbox .card .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.66;
}
.dockbox .card .item-wrapper:hover {
  box-shadow: 5px 5px 0 0 #1fb5aa;
  transform: translateY(-1.15rem);
}
.dockbox .identity-section-title {
  color: #000000;
}
.dockbox .item-title {
  color: #1fb5aa;
  text-align: center;
}
.dockbox .item-text {
  color: #ffffff;
  text-align: center;
}
.shellunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.shellunit .cellbox .identity-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .shellunit .cellbox .identity-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.shellunit .gridunitbox {
  margin: 0 -10px;
}
.shellunit .gridunitbox .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .shellunit .gridunitbox .item {
    margin-bottom: 16px;
  }
}
.shellunit .gridunitbox .item:hover .item-wrapper .item-img img,
.shellunit .gridunitbox .item:focus .item-wrapper .item-img img {
  transform: translateX(52px);
}
.shellunit .gridunitbox .item .item-wrapper {
  padding: 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .shellunit .gridunitbox .item .item-wrapper {
    padding: 16px;
  }
}
.shellunit .gridunitbox .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .shellunit .gridunitbox .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.shellunit .gridunitbox .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  transition: all .3s ease;
}
.shellunit .gridunitbox .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.shellunit .gridunitbox .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.shellunit .gridunitbox .item .item-wrapper .card-box .identity-section-btn .btn {
  margin-bottom: 0;
}
.shellunit .gridunitbox .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #1fb5aa, #0b0f12 50%);
}
.shellunit .gridunitbox .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #1fb5aa, #0b0f12 50%);
}
.shellunit .gridunitbox .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 80% 0%, #1fb5aa, #0b0f12 50%);
}
.shellunit .identity-section-title,
.shellunit .cellbox {
  color: #ffffff;
  text-align: center;
}
.shellunit .item-title {
  color: #ffffff;
}
.shellunit .item-text {
  color: #ffffff;
  text-align: center;
}
.shellunit .item-title,
.shellunit .identity-section-btn {
  text-align: center;
  color: #1fb5aa;
}
.module {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050505;
}
.module .container,
.module .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .module .container,
  .module .container-fluid {
    padding: 0 20px;
  }
}
.module a {
  display: block;
}
.module a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1fb5aa;
  border-bottom: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    padding: 50px 0;
  }
}
.module a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .module a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper img {
    margin: 0 auto;
  }
}
.module .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module .copy-wrapper {
    border-right: none;
  }
}
.module .copy-wrapper .copyright {
  margin-bottom: 0;
}
.module .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .list-wrapper {
    height: auto;
  }
}
.module .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.module .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.module .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.module .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.module .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .card-wrapper {
    margin-bottom: 50px;
  }
}
.module .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0b0f12;
  border-radius: 24px;
}
.module .card-wrapper .card-wrap .identity-section-title {
  margin-bottom: 42px;
}
.module .card-wrapper .card-wrap .partunit {
  margin-bottom: 42px;
}
.module .copyright {
  color: #ffffff;
  text-align: center;
}
.module .identity-section-title {
  color: #3d4045;
}
.module .partunit {
  color: #ffffff;
  text-align: center;
}
.module .list {
  color: #ffffff;
}
.module .identity-section-btn {
  text-align: right;
}
.tilepad {
  background-color: transparent;
}
.tilepad .navbar-dropdown {
  background-color: #050505 !important;
  padding: 0;
}
.tilepad .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .tilepad .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .tilepad .menu_box .navbar-collapse {
    background-color: #050505 !important;
    transition: all 0s ease 0s;
  }
}
.tilepad .navbar-dropdown {
  position: relative !important;
}
.tilepad .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tilepad .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tilepad ul.areawrap {
    padding-bottom: 1.5rem;
  }
  .tilepad li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tilepad .areawrap.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.tilepad .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .tilepad .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .tilepad .nav-item {
    margin: 0 !important;
  }
}
.tilepad .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.tilepad .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.tilepad .nav-item .nav-link:hover,
.tilepad .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.tilepad .nav-item .nav-link:hover::before,
.tilepad .nav-item .nav-link:focus::before {
  width: 100%;
}
.tilepad .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tilepad .container {
  display: flex;
  margin: auto;
}
.tilepad .areawrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tilepad .areawrap {
    margin: 0;
  }
}
.tilepad .nav-item:focus,
.tilepad .nav-link:focus {
  outline: none;
}
.tilepad .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tilepad .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tilepad .navbar .canvas img {
  object-fit: contain;
  border-radius: 0 !important;
}
.tilepad .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilepad .navbar .nav-item {
    padding: .5rem 0;
  }
  .tilepad .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .tilepad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilepad .navbar .canvas img {
    height: 3rem !important;
  }
  .tilepad .navbar ul.areawrap {
    overflow: hidden;
  }
  .tilepad .navbar ul.areawrap li {
    margin: 0;
  }
  .tilepad .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .tilepad .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilepad .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.tilepad .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.tilepad .navbar-brand .canvas a {
  outline: none;
}
.tilepad .navbar-expand-lg .areawrap .nav-link {
  margin: 8px 12px !important;
}
.tilepad ul.areawrap {
  flex-wrap: wrap;
  padding: 0;
}
.tilepad button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #050505;
  background: #ffffff;
}
.tilepad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilepad a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilepad .navbar {
    height: 70px;
  }
  .tilepad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilepad .navbar-dropdown .canvas {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .tilepad .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.tilepad .navbar-caption:hover {
  color: #fafafa;
}
.tilepad .identity-section-subtitle {
  color: #000000;
  text-align: center;
}
.tilepad .navbar-caption {
  color: #ffffff;
}
.tilepad .partunit {
  color: #000000;
  text-align: center;
}
.tilepad .identity-section-subtitle,
.tilepad .identity-section-btn {
  text-align: center;
}
.tilepad a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.boxarea {
  background-color: #0b0f12;
}
.boxarea .card {
  justify-content: center;
}
.boxarea .contentrow .identity-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .boxarea .contentrow .identity-section-title {
    text-align: center;
  }
}
.boxarea .contentrow .text-wrapper {
  margin-bottom: 30px;
}
.boxarea .contentrow .text-wrapper .partunit {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .boxarea .contentrow .text-wrapper .partunit {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .boxarea .contentrow .identity-section-btn {
    text-align: center;
  }
}
.boxarea .sidebox {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .boxarea .sidebox {
    margin-top: 30px;
    justify-content: center;
  }
}
.boxarea .sidebox img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .boxarea .sidebox img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .boxarea .sidebox img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.boxarea .identity-section-title {
  color: #f24d4a;
}
.boxarea .partunit {
  color: #f24d4a;
}
.boxarea .identity-section-title,
.boxarea .identity-section-btn {
  text-align: center;
  color: #1fb5aa;
}
.boxarea .partunit,
.boxarea .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.layoutbase {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.layoutbase .card-wrapper {
  background: #0b0f12;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .layoutbase .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layoutbase .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .layoutbase .card-wrapper {
    padding: 4rem;
  }
}
.layoutbase .partunit,
.layoutbase .identity-section-btn {
  color: #ffffff;
}
.layoutbase .card-title,
.layoutbase .card-box {
  text-align: center;
  color: #1fb5aa;
}
.view {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0b0f12;
}
.view .contentrow {
  background: #0b0f12;
}
@media (max-width: 991px) {
  .view .contentrow .sidebox {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .view .contentrow {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .view .contentrow {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .view .contentrow {
    padding: 5rem 3rem;
  }
  .view .contentrow .text-wrapper {
    padding-left: 2rem;
  }
}
.view .sidebox img {
  width: 100%;
  object-fit: cover;
}
.view .partunit,
.view .identity-section-btn {
  color: #ffffff;
  text-align: center;
}
.view .card-title {
  color: #1fb5aa;
  text-align: center;
}
.docklayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.docklayer blockquote {
  border-color: #1fb5aa;
  border-radius: 4px;
  background-color: #0b0f12;
}
.docklayer .partunit {
  color: #ffffff;
  text-align: center;
}
.docklayer .identity-section-title {
  color: #1fb5aa;
  text-align: center;
}
.levelwrap {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0b0f12;
}
.levelwrap .contentrow {
  background: #0b0f12;
}
@media (max-width: 991px) {
  .levelwrap .contentrow .row {
    flex-direction: column-reverse;
  }
  .levelwrap .contentrow .sidebox {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .levelwrap .contentrow {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .levelwrap .contentrow {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .levelwrap .contentrow {
    padding: 5rem 3rem;
  }
  .levelwrap .contentrow .text-wrapper {
    padding-right: 2rem;
  }
}
.levelwrap .sidebox img {
  width: 100%;
  object-fit: cover;
}
.levelwrap .card-title {
  text-align: center;
  color: #1fb5aa;
}
.levelwrap .partunit,
.levelwrap .identity-section-btn {
  text-align: center;
  color: #ffffff;
}
.module {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050505;
}
.module .container,
.module .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .module .container,
  .module .container-fluid {
    padding: 0 20px;
  }
}
.module a {
  display: block;
}
.module a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1fb5aa;
  border-bottom: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    padding: 50px 0;
  }
}
.module a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .module a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper img {
    margin: 0 auto;
  }
}
.module .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module .copy-wrapper {
    border-right: none;
  }
}
.module .copy-wrapper .copyright {
  margin-bottom: 0;
}
.module .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .list-wrapper {
    height: auto;
  }
}
.module .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.module .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.module .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.module .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.module .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .card-wrapper {
    margin-bottom: 50px;
  }
}
.module .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0b0f12;
  border-radius: 24px;
}
.module .card-wrapper .card-wrap .identity-section-title {
  margin-bottom: 42px;
}
.module .card-wrapper .card-wrap .partunit {
  margin-bottom: 42px;
}
.module .copyright {
  color: #ffffff;
  text-align: center;
}
.module .identity-section-title {
  color: #3d4045;
}
.module .partunit {
  color: #ffffff;
  text-align: center;
}
.module .list {
  color: #ffffff;
}
.module .identity-section-btn {
  text-align: right;
}
.tilepad {
  background-color: transparent;
}
.tilepad .navbar-dropdown {
  background-color: #050505 !important;
  padding: 0;
}
.tilepad .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .tilepad .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .tilepad .menu_box .navbar-collapse {
    background-color: #050505 !important;
    transition: all 0s ease 0s;
  }
}
.tilepad .navbar-dropdown {
  position: relative !important;
}
.tilepad .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tilepad .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tilepad ul.areawrap {
    padding-bottom: 1.5rem;
  }
  .tilepad li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tilepad .areawrap.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.tilepad .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .tilepad .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .tilepad .nav-item {
    margin: 0 !important;
  }
}
.tilepad .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.tilepad .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.tilepad .nav-item .nav-link:hover,
.tilepad .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.tilepad .nav-item .nav-link:hover::before,
.tilepad .nav-item .nav-link:focus::before {
  width: 100%;
}
.tilepad .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tilepad .container {
  display: flex;
  margin: auto;
}
.tilepad .areawrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tilepad .areawrap {
    margin: 0;
  }
}
.tilepad .nav-item:focus,
.tilepad .nav-link:focus {
  outline: none;
}
.tilepad .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tilepad .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tilepad .navbar .canvas img {
  object-fit: contain;
  border-radius: 0 !important;
}
.tilepad .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilepad .navbar .nav-item {
    padding: .5rem 0;
  }
  .tilepad .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .tilepad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilepad .navbar .canvas img {
    height: 3rem !important;
  }
  .tilepad .navbar ul.areawrap {
    overflow: hidden;
  }
  .tilepad .navbar ul.areawrap li {
    margin: 0;
  }
  .tilepad .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .tilepad .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilepad .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.tilepad .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.tilepad .navbar-brand .canvas a {
  outline: none;
}
.tilepad .navbar-expand-lg .areawrap .nav-link {
  margin: 8px 12px !important;
}
.tilepad ul.areawrap {
  flex-wrap: wrap;
  padding: 0;
}
.tilepad button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #050505;
  background: #ffffff;
}
.tilepad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilepad a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilepad .navbar {
    height: 70px;
  }
  .tilepad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilepad .navbar-dropdown .canvas {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .tilepad .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.tilepad .navbar-caption:hover {
  color: #fafafa;
}
.tilepad .identity-section-subtitle {
  color: #000000;
  text-align: center;
}
.tilepad .navbar-caption {
  color: #ffffff;
}
.tilepad .partunit {
  color: #000000;
  text-align: center;
}
.tilepad .identity-section-subtitle,
.tilepad .identity-section-btn {
  text-align: center;
}
.tilepad a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.topwrap {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0b0f12;
}
.topwrap .identity-section-title {
  padding-bottom: 5rem;
  color: #1fb5aa;
  text-align: center;
}
@media (max-width: 767px) {
  .topwrap .identity-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .topwrap .text-wrapper {
    padding: 0 3rem;
  }
}
.topwrap img {
  border-radius: 3rem;
}
.topwrap .partunit,
.topwrap .identity-section-btn {
  color: #ffffff;
  text-align: center;
}
.wrapperbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
@media (max-width: 992px) and (max-width: 992px) {
  .wrapperbox .container {
    padding: 0 24px;
  }
}
.wrapperbox .card {
  justify-content: center;
}
.wrapperbox .cellbox {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .wrapperbox .cellbox {
    padding: 0 24px 24px;
  }
}
.wrapperbox .cellbox .identity-section-title {
  margin-bottom: 16px;
}
.wrapperbox .cellbox .outline {
  margin-bottom: 0;
}
.wrapperbox .text-wrapper {
  border-top: 1px solid #1fb5aa;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .wrapperbox .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.wrapperbox .text-wrapper .partunit {
  width: 45%;
}
@media (max-width: 992px) {
  .wrapperbox .text-wrapper .partunit {
    width: 100%;
    margin-bottom: 24px;
  }
  .wrapperbox .text-wrapper .partunit:last-child {
    margin-bottom: 0;
  }
}
.wrapperbox .identity-section-title {
  color: #F9F6E0;
}
.wrapperbox .outline {
  color: #ffffff;
}
.wrapperbox .partunit {
  color: #ffffff;
  text-align: center;
}
.wrapperbox .identity-section-btn {
  text-align: right;
}
.wrapperbox .identity-section-title,
.wrapperbox .identity-section-btn {
  text-align: center;
  color: #1fb5aa;
}
.stack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.stack .card-wrapper {
  border-radius: 4px;
  background: #0b0f12;
}
@media (min-width: 992px) {
  .stack .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .stack .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .stack .text-box {
    padding: 1rem;
  }
}
.stack .sidebox img {
  width: 100%;
  object-fit: cover;
}
.stack .nodebox {
  color: #1fb5aa;
  text-align: center;
}
.stack .partunit,
.stack .identity-section-btn {
  color: #ffffff;
  text-align: center;
}
.tracebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0b0f12;
}
.tracebox .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .tracebox .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .tracebox .container {
    padding: 0 16px;
  }
}
.tracebox .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .tracebox .row {
    margin: 0 10px;
  }
}
.tracebox .row .card {
  position: relative;
  padding: 0;
}
.tracebox .row .card .nodewrap {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #1fb5aa;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .tracebox .row .card .nodewrap {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .tracebox .row .card .nodewrap {
    display: none;
  }
}
.tracebox .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0b0f12;
  color: #1fb5aa;
  border-radius: 100%;
  border: 5px solid #1fb5aa;
  z-index: 1;
}
@media (max-width: 1300px) {
  .tracebox .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .tracebox .row .card .icon-decor {
    display: none;
  }
}
.tracebox .cellbox {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .tracebox .cellbox {
    width: 100%;
  }
}
.tracebox .cellbox .identity-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tracebox .cellbox .identity-section-title {
    margin-bottom: 20px;
  }
}
.tracebox .cellbox .partunit {
  margin-bottom: 0;
}
.tracebox .identity-section-title {
  color: #1fb5aa;
  text-align: center;
}
.tracebox .partunit {
  color: #fdfcfc;
  text-align: center;
}
.stepunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.stepunit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .stepunit .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .stepunit .container {
    padding: 0 30px;
  }
}
.stepunit .contentrow {
  display: flex;
}
@media (max-width: 992px) {
  .stepunit .contentrow {
    display: block;
  }
}
.stepunit .contentrow .card {
  justify-content: center;
}
.stepunit .contentrow .outerpad {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #0b0f12;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .stepunit .contentrow .outerpad {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.stepunit .contentrow .outerpad .identity-section-title {
  margin-bottom: 35px;
}
.stepunit .contentrow .outerpad .partunit {
  margin-bottom: 40px;
}
.stepunit .contentrow .sidebox {
  width: 50%;
}
@media (max-width: 992px) {
  .stepunit .contentrow .sidebox {
    width: 100%;
  }
}
.stepunit .contentrow .sidebox img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .stepunit .contentrow .sidebox img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.stepunit .identity-section-title {
  color: #144031;
}
.stepunit .partunit {
  color: #ffffff;
  text-align: center;
}
.stepunit .identity-section-title,
.stepunit .identity-section-btn {
  color: #1fb5aa;
  text-align: center;
}
.module {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050505;
}
.module .container,
.module .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .module .container,
  .module .container-fluid {
    padding: 0 20px;
  }
}
.module a {
  display: block;
}
.module a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1fb5aa;
  border-bottom: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    padding: 50px 0;
  }
}
.module a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .module a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper img {
    margin: 0 auto;
  }
}
.module .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module .copy-wrapper {
    border-right: none;
  }
}
.module .copy-wrapper .copyright {
  margin-bottom: 0;
}
.module .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .list-wrapper {
    height: auto;
  }
}
.module .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.module .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.module .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.module .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.module .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .card-wrapper {
    margin-bottom: 50px;
  }
}
.module .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0b0f12;
  border-radius: 24px;
}
.module .card-wrapper .card-wrap .identity-section-title {
  margin-bottom: 42px;
}
.module .card-wrapper .card-wrap .partunit {
  margin-bottom: 42px;
}
.module .copyright {
  color: #ffffff;
  text-align: center;
}
.module .identity-section-title {
  color: #3d4045;
}
.module .partunit {
  color: #ffffff;
  text-align: center;
}
.module .list {
  color: #ffffff;
}
.module .identity-section-btn {
  text-align: right;
}
.tilepad {
  background-color: transparent;
}
.tilepad .navbar-dropdown {
  background-color: #050505 !important;
  padding: 0;
}
.tilepad .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .tilepad .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .tilepad .menu_box .navbar-collapse {
    background-color: #050505 !important;
    transition: all 0s ease 0s;
  }
}
.tilepad .navbar-dropdown {
  position: relative !important;
}
.tilepad .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tilepad .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tilepad ul.areawrap {
    padding-bottom: 1.5rem;
  }
  .tilepad li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tilepad .areawrap.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.tilepad .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .tilepad .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .tilepad .nav-item {
    margin: 0 !important;
  }
}
.tilepad .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.tilepad .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.tilepad .nav-item .nav-link:hover,
.tilepad .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.tilepad .nav-item .nav-link:hover::before,
.tilepad .nav-item .nav-link:focus::before {
  width: 100%;
}
.tilepad .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tilepad .container {
  display: flex;
  margin: auto;
}
.tilepad .areawrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tilepad .areawrap {
    margin: 0;
  }
}
.tilepad .nav-item:focus,
.tilepad .nav-link:focus {
  outline: none;
}
.tilepad .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tilepad .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tilepad .navbar .canvas img {
  object-fit: contain;
  border-radius: 0 !important;
}
.tilepad .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilepad .navbar .nav-item {
    padding: .5rem 0;
  }
  .tilepad .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .tilepad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilepad .navbar .canvas img {
    height: 3rem !important;
  }
  .tilepad .navbar ul.areawrap {
    overflow: hidden;
  }
  .tilepad .navbar ul.areawrap li {
    margin: 0;
  }
  .tilepad .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .tilepad .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilepad .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.tilepad .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.tilepad .navbar-brand .canvas a {
  outline: none;
}
.tilepad .navbar-expand-lg .areawrap .nav-link {
  margin: 8px 12px !important;
}
.tilepad ul.areawrap {
  flex-wrap: wrap;
  padding: 0;
}
.tilepad button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #050505;
  background: #ffffff;
}
.tilepad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilepad a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilepad .navbar {
    height: 70px;
  }
  .tilepad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilepad .navbar-dropdown .canvas {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .tilepad .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.tilepad .navbar-caption:hover {
  color: #fafafa;
}
.tilepad .identity-section-subtitle {
  color: #000000;
  text-align: center;
}
.tilepad .navbar-caption {
  color: #ffffff;
}
.tilepad .partunit {
  color: #000000;
  text-align: center;
}
.tilepad .identity-section-subtitle,
.tilepad .identity-section-btn {
  text-align: center;
}
.tilepad a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.gridnode {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.gridnode .contentrow {
  display: flex;
  justify-content: center;
}
.gridnode .contentrow .card-wrapper {
  padding: 70px;
  background-color: #0b0f12;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .gridnode .contentrow .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.gridnode .contentrow .card-wrapper .cellbox {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .gridnode .contentrow .card-wrapper .cellbox {
    margin-bottom: 40px;
  }
}
.gridnode .contentrow .card-wrapper .cellbox .identity-section-title {
  margin-bottom: 20px;
}
.gridnode .contentrow .card-wrapper .cellbox .text-wrapper .partunit {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .gridnode .contentrow .card-wrapper .cellbox .text-wrapper .partunit {
    width: 100%;
  }
}
.gridnode .identity-section-title {
  color: #323432;
  text-align: center;
}
.gridnode .partunit,
.gridnode .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.gridlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.gridlayer .card-wrapper {
  background: #0b0f12;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .gridlayer .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gridlayer .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .gridlayer .card-wrapper {
    padding: 4rem;
  }
}
.gridlayer .partunit,
.gridlayer .identity-section-btn {
  color: #ffffff;
}
.gridlayer .card-title,
.gridlayer .card-box {
  text-align: center;
  color: #1fb5aa;
}
.pathunit {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0b0f12;
}
.pathunit .contentrow {
  background: #0b0f12;
}
@media (max-width: 991px) {
  .pathunit .contentrow .row {
    flex-direction: column-reverse;
  }
  .pathunit .contentrow .sidebox {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .pathunit .contentrow {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pathunit .contentrow {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .pathunit .contentrow {
    padding: 5rem 3rem;
  }
  .pathunit .contentrow .text-wrapper {
    padding-right: 2rem;
  }
}
.pathunit .sidebox img {
  width: 100%;
  object-fit: cover;
}
.pathunit .partunit,
.pathunit .identity-section-btn {
  color: #ffffff;
  text-align: center;
}
.pathunit .card-title {
  color: #1fb5aa;
  text-align: center;
}
.module {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050505;
}
.module .container,
.module .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .module .container,
  .module .container-fluid {
    padding: 0 20px;
  }
}
.module a {
  display: block;
}
.module a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1fb5aa;
  border-bottom: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    padding: 50px 0;
  }
}
.module a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .module a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper img {
    margin: 0 auto;
  }
}
.module .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module .copy-wrapper {
    border-right: none;
  }
}
.module .copy-wrapper .copyright {
  margin-bottom: 0;
}
.module .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .list-wrapper {
    height: auto;
  }
}
.module .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.module .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.module .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.module .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.module .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .card-wrapper {
    margin-bottom: 50px;
  }
}
.module .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0b0f12;
  border-radius: 24px;
}
.module .card-wrapper .card-wrap .identity-section-title {
  margin-bottom: 42px;
}
.module .card-wrapper .card-wrap .partunit {
  margin-bottom: 42px;
}
.module .copyright {
  color: #ffffff;
  text-align: center;
}
.module .identity-section-title {
  color: #3d4045;
}
.module .partunit {
  color: #ffffff;
  text-align: center;
}
.module .list {
  color: #ffffff;
}
.module .identity-section-btn {
  text-align: right;
}
.tilepad {
  background-color: transparent;
}
.tilepad .navbar-dropdown {
  background-color: #050505 !important;
  padding: 0;
}
.tilepad .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .tilepad .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .tilepad .menu_box .navbar-collapse {
    background-color: #050505 !important;
    transition: all 0s ease 0s;
  }
}
.tilepad .navbar-dropdown {
  position: relative !important;
}
.tilepad .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tilepad .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tilepad ul.areawrap {
    padding-bottom: 1.5rem;
  }
  .tilepad li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tilepad .areawrap.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.tilepad .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .tilepad .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .tilepad .nav-item {
    margin: 0 !important;
  }
}
.tilepad .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.tilepad .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.tilepad .nav-item .nav-link:hover,
.tilepad .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.tilepad .nav-item .nav-link:hover::before,
.tilepad .nav-item .nav-link:focus::before {
  width: 100%;
}
.tilepad .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tilepad .container {
  display: flex;
  margin: auto;
}
.tilepad .areawrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tilepad .areawrap {
    margin: 0;
  }
}
.tilepad .nav-item:focus,
.tilepad .nav-link:focus {
  outline: none;
}
.tilepad .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tilepad .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tilepad .navbar .canvas img {
  object-fit: contain;
  border-radius: 0 !important;
}
.tilepad .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .tilepad .navbar .nav-item {
    padding: .5rem 0;
  }
  .tilepad .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .tilepad .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tilepad .navbar .canvas img {
    height: 3rem !important;
  }
  .tilepad .navbar ul.areawrap {
    overflow: hidden;
  }
  .tilepad .navbar ul.areawrap li {
    margin: 0;
  }
  .tilepad .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .tilepad .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tilepad .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.tilepad .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.tilepad .navbar-brand .canvas a {
  outline: none;
}
.tilepad .navbar-expand-lg .areawrap .nav-link {
  margin: 8px 12px !important;
}
.tilepad ul.areawrap {
  flex-wrap: wrap;
  padding: 0;
}
.tilepad button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #050505;
  background: #ffffff;
}
.tilepad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tilepad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tilepad a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tilepad .navbar {
    height: 70px;
  }
  .tilepad .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilepad .navbar-dropdown .canvas {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .tilepad .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.tilepad .navbar-caption:hover {
  color: #fafafa;
}
.tilepad .identity-section-subtitle {
  color: #000000;
  text-align: center;
}
.tilepad .navbar-caption {
  color: #ffffff;
}
.tilepad .partunit {
  color: #000000;
  text-align: center;
}
.tilepad .identity-section-subtitle,
.tilepad .identity-section-btn {
  text-align: center;
}
.tilepad a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.plane {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.plane blockquote {
  border-color: #1fb5aa;
  border-radius: 4px;
  background-color: #0b0f12;
}
.plane .identity-section-title {
  color: #1fb5aa;
  text-align: center;
}
.plane .partunit {
  color: #ffffff;
  text-align: left;
}
.module {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050505;
}
.module .container,
.module .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .module .container,
  .module .container-fluid {
    padding: 0 20px;
  }
}
.module a {
  display: block;
}
.module a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1fb5aa;
  border-bottom: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    padding: 50px 0;
  }
}
.module a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .module a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper img {
    margin: 0 auto;
  }
}
.module .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module .copy-wrapper {
    border-right: none;
  }
}
.module .copy-wrapper .copyright {
  margin-bottom: 0;
}
.module .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .list-wrapper {
    height: auto;
  }
}
.module .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.module .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.module .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.module .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.module .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .card-wrapper {
    margin-bottom: 50px;
  }
}
.module .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0b0f12;
  border-radius: 24px;
}
.module .card-wrapper .card-wrap .identity-section-title {
  margin-bottom: 42px;
}
.module .card-wrapper .card-wrap .partunit {
  margin-bottom: 42px;
}
.module .copyright {
  color: #ffffff;
  text-align: center;
}
.module .identity-section-title {
  color: #3d4045;
}
.module .partunit {
  color: #ffffff;
  text-align: center;
}
.module .list {
  color: #ffffff;
}
.module .identity-section-btn {
  text-align: right;
}
.pagebox {
  background-color: transparent;
}
.pagebox .navbar-dropdown {
  background-color: #050505 !important;
  padding: 0;
}
.pagebox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .pagebox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .pagebox .menu_box .navbar-collapse {
    background-color: #050505 !important;
    transition: all 0s ease 0s;
  }
}
.pagebox .navbar-dropdown {
  position: relative !important;
}
.pagebox .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.pagebox .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .pagebox ul.areawrap {
    padding-bottom: 1.5rem;
  }
  .pagebox li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .pagebox .areawrap.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.pagebox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .pagebox .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .pagebox .nav-item {
    margin: 0 !important;
  }
}
.pagebox .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.pagebox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.pagebox .nav-item .nav-link:hover,
.pagebox .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.pagebox .nav-item .nav-link:hover::before,
.pagebox .nav-item .nav-link:focus::before {
  width: 100%;
}
.pagebox .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.pagebox .container {
  display: flex;
  margin: auto;
}
.pagebox .areawrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .pagebox .areawrap {
    margin: 0;
  }
}
.pagebox .nav-item:focus,
.pagebox .nav-link:focus {
  outline: none;
}
.pagebox .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .pagebox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.pagebox .navbar .canvas img {
  object-fit: contain;
  border-radius: 0 !important;
}
.pagebox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .pagebox .navbar .nav-item {
    padding: .5rem 0;
  }
  .pagebox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .pagebox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .pagebox .navbar .canvas img {
    height: 3rem !important;
  }
  .pagebox .navbar ul.areawrap {
    overflow: hidden;
  }
  .pagebox .navbar ul.areawrap li {
    margin: 0;
  }
  .pagebox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .pagebox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.pagebox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.pagebox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.pagebox .navbar-brand .canvas a {
  outline: none;
}
.pagebox .navbar-expand-lg .areawrap .nav-link {
  margin: 8px 12px !important;
}
.pagebox ul.areawrap {
  flex-wrap: wrap;
  padding: 0;
}
.pagebox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #050505;
  background: #ffffff;
}
.pagebox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.pagebox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.pagebox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.pagebox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.pagebox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.pagebox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pagebox .navbar {
    height: 70px;
  }
  .pagebox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.pagebox .navbar-dropdown .canvas {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .pagebox .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.pagebox .navbar-caption:hover {
  color: #fafafa;
}
.pagebox .identity-section-subtitle {
  color: #000000;
  text-align: center;
}
.pagebox .navbar-caption {
  color: #ffffff;
}
.pagebox .partunit {
  color: #000000;
  text-align: center;
}
.pagebox .identity-section-subtitle,
.pagebox .identity-section-btn {
  text-align: center;
}
.pagebox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.maparea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.maparea blockquote {
  border-color: #1fb5aa;
  border-radius: 4px;
  background-color: #0b0f12;
}
.maparea .identity-section-title {
  color: #1fb5aa;
  text-align: center;
}
.maparea .partunit {
  color: #ffffff;
  text-align: left;
}
.module {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050505;
}
.module .container,
.module .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .module .container,
  .module .container-fluid {
    padding: 0 20px;
  }
}
.module a {
  display: block;
}
.module a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1fb5aa;
  border-bottom: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    padding: 50px 0;
  }
}
.module a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .module a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper img {
    margin: 0 auto;
  }
}
.module .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module .copy-wrapper {
    border-right: none;
  }
}
.module .copy-wrapper .copyright {
  margin-bottom: 0;
}
.module .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .list-wrapper {
    height: auto;
  }
}
.module .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.module .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.module .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.module .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.module .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .card-wrapper {
    margin-bottom: 50px;
  }
}
.module .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0b0f12;
  border-radius: 24px;
}
.module .card-wrapper .card-wrap .identity-section-title {
  margin-bottom: 42px;
}
.module .card-wrapper .card-wrap .partunit {
  margin-bottom: 42px;
}
.module .copyright {
  color: #ffffff;
  text-align: center;
}
.module .identity-section-title {
  color: #3d4045;
}
.module .partunit {
  color: #ffffff;
  text-align: center;
}
.module .list {
  color: #ffffff;
}
.module .identity-section-btn {
  text-align: right;
}
.panebox {
  background-color: transparent;
}
.panebox .navbar-dropdown {
  background-color: #050505 !important;
  padding: 0;
}
.panebox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .panebox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .panebox .menu_box .navbar-collapse {
    background-color: #050505 !important;
    transition: all 0s ease 0s;
  }
}
.panebox .navbar-dropdown {
  position: relative !important;
}
.panebox .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.panebox .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .panebox ul.areawrap {
    padding-bottom: 1.5rem;
  }
  .panebox li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .panebox .areawrap.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.panebox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .panebox .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .panebox .nav-item {
    margin: 0 !important;
  }
}
.panebox .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.panebox .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.panebox .nav-item .nav-link:hover,
.panebox .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.panebox .nav-item .nav-link:hover::before,
.panebox .nav-item .nav-link:focus::before {
  width: 100%;
}
.panebox .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.panebox .container {
  display: flex;
  margin: auto;
}
.panebox .areawrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .panebox .areawrap {
    margin: 0;
  }
}
.panebox .nav-item:focus,
.panebox .nav-link:focus {
  outline: none;
}
.panebox .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .panebox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.panebox .navbar .canvas img {
  object-fit: contain;
  border-radius: 0 !important;
}
.panebox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .panebox .navbar .nav-item {
    padding: .5rem 0;
  }
  .panebox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .panebox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .panebox .navbar .canvas img {
    height: 3rem !important;
  }
  .panebox .navbar ul.areawrap {
    overflow: hidden;
  }
  .panebox .navbar ul.areawrap li {
    margin: 0;
  }
  .panebox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .panebox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.panebox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.panebox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.panebox .navbar-brand .canvas a {
  outline: none;
}
.panebox .navbar-expand-lg .areawrap .nav-link {
  margin: 8px 12px !important;
}
.panebox ul.areawrap {
  flex-wrap: wrap;
  padding: 0;
}
.panebox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #050505;
  background: #ffffff;
}
.panebox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.panebox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.panebox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.panebox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.panebox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.panebox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .panebox .navbar {
    height: 70px;
  }
  .panebox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.panebox .navbar-dropdown .canvas {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .panebox .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.panebox .navbar-caption:hover {
  color: #fafafa;
}
.panebox .identity-section-subtitle {
  color: #000000;
  text-align: center;
}
.panebox .navbar-caption {
  color: #ffffff;
}
.panebox .partunit {
  color: #000000;
  text-align: center;
}
.panebox .identity-section-subtitle,
.panebox .identity-section-btn {
  text-align: center;
}
.panebox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.ridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.ridge blockquote {
  border-color: #1fb5aa;
  border-radius: 4px;
  background-color: #0b0f12;
}
.ridge .identity-section-title {
  color: #1fb5aa;
  text-align: center;
}
.ridge .partunit {
  color: #ffffff;
  text-align: left;
}
.module {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050505;
}
.module .container,
.module .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .module .container,
  .module .container-fluid {
    padding: 0 20px;
  }
}
.module a {
  display: block;
}
.module a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1fb5aa;
  border-bottom: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    padding: 50px 0;
  }
}
.module a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .module a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper img {
    margin: 0 auto;
  }
}
.module .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module .copy-wrapper {
    border-right: none;
  }
}
.module .copy-wrapper .copyright {
  margin-bottom: 0;
}
.module .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .list-wrapper {
    height: auto;
  }
}
.module .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.module .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.module .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.module .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.module .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .card-wrapper {
    margin-bottom: 50px;
  }
}
.module .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0b0f12;
  border-radius: 24px;
}
.module .card-wrapper .card-wrap .identity-section-title {
  margin-bottom: 42px;
}
.module .card-wrapper .card-wrap .partunit {
  margin-bottom: 42px;
}
.module .copyright {
  color: #ffffff;
  text-align: center;
}
.module .identity-section-title {
  color: #3d4045;
}
.module .partunit {
  color: #ffffff;
  text-align: center;
}
.module .list {
  color: #ffffff;
}
.module .identity-section-btn {
  text-align: right;
}
.rowsegment {
  background-color: transparent;
}
.rowsegment .navbar-dropdown {
  background-color: #050505 !important;
  padding: 0;
}
.rowsegment .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .rowsegment .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .rowsegment .menu_box .navbar-collapse {
    background-color: #050505 !important;
    transition: all 0s ease 0s;
  }
}
.rowsegment .navbar-dropdown {
  position: relative !important;
}
.rowsegment .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.rowsegment .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .rowsegment ul.areawrap {
    padding-bottom: 1.5rem;
  }
  .rowsegment li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .rowsegment .areawrap.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.rowsegment .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .rowsegment .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .rowsegment .nav-item {
    margin: 0 !important;
  }
}
.rowsegment .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.rowsegment .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.rowsegment .nav-item .nav-link:hover,
.rowsegment .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.rowsegment .nav-item .nav-link:hover::before,
.rowsegment .nav-item .nav-link:focus::before {
  width: 100%;
}
.rowsegment .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.rowsegment .container {
  display: flex;
  margin: auto;
}
.rowsegment .areawrap {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .rowsegment .areawrap {
    margin: 0;
  }
}
.rowsegment .nav-item:focus,
.rowsegment .nav-link:focus {
  outline: none;
}
.rowsegment .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .rowsegment .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.rowsegment .navbar .canvas img {
  object-fit: contain;
  border-radius: 0 !important;
}
.rowsegment .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .rowsegment .navbar .nav-item {
    padding: .5rem 0;
  }
  .rowsegment .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .rowsegment .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rowsegment .navbar .canvas img {
    height: 3rem !important;
  }
  .rowsegment .navbar ul.areawrap {
    overflow: hidden;
  }
  .rowsegment .navbar ul.areawrap li {
    margin: 0;
  }
  .rowsegment .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .rowsegment .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rowsegment .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.rowsegment .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.rowsegment .navbar-brand .canvas a {
  outline: none;
}
.rowsegment .navbar-expand-lg .areawrap .nav-link {
  margin: 8px 12px !important;
}
.rowsegment ul.areawrap {
  flex-wrap: wrap;
  padding: 0;
}
.rowsegment button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #050505;
  background: #ffffff;
}
.rowsegment button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.rowsegment button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.rowsegment button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.rowsegment button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.rowsegment button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.rowsegment a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rowsegment .navbar {
    height: 70px;
  }
  .rowsegment .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rowsegment .navbar-dropdown .canvas {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .rowsegment .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.rowsegment .navbar-caption:hover {
  color: #fafafa;
}
.rowsegment .identity-section-subtitle {
  color: #000000;
  text-align: center;
}
.rowsegment .navbar-caption {
  color: #ffffff;
}
.rowsegment .partunit {
  color: #000000;
  text-align: center;
}
.rowsegment .identity-section-subtitle,
.rowsegment .identity-section-btn {
  text-align: center;
}
.rowsegment a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.contentbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0f12;
}
.contentbox blockquote {
  border-color: #1fb5aa;
  border-radius: 4px;
  background-color: #0b0f12;
}
.contentbox .identity-section-title {
  color: #1fb5aa;
  text-align: center;
}
.contentbox .partunit {
  color: #ffffff;
  text-align: left;
}
.module {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050505;
}
.module .container,
.module .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .module .container,
  .module .container-fluid {
    padding: 0 20px;
  }
}
.module a {
  display: block;
}
.module a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #1fb5aa;
  border-bottom: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper {
    padding: 50px 0;
  }
}
.module a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .module a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .module a .logo-wrapper img {
    margin: 0 auto;
  }
}
.module .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #1fb5aa;
}
@media (max-width: 992px) {
  .module .copy-wrapper {
    border-right: none;
  }
}
.module .copy-wrapper .copyright {
  margin-bottom: 0;
}
.module .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .list-wrapper {
    height: auto;
  }
}
.module .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.module .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.module .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .module .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.module .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.module .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .module .card-wrapper {
    margin-bottom: 50px;
  }
}
.module .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #0b0f12;
  border-radius: 24px;
}
.module .card-wrapper .card-wrap .identity-section-title {
  margin-bottom: 42px;
}
.module .card-wrapper .card-wrap .partunit {
  margin-bottom: 42px;
}
.module .copyright {
  color: #ffffff;
  text-align: center;
}
.module .identity-section-title {
  color: #3d4045;
}
.module .partunit {
  color: #ffffff;
  text-align: center;
}
.module .list {
  color: #ffffff;
}
.module .identity-section-btn {
  text-align: right;
}
@keyframes coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}
@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}
.treebox {
  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;
  box-sizing: border-box;
}
.treebox.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: coolIn 0.8s ease-out forwards;
}
.treebox p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#cookieBanner button,
.treebox 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);
  transform: scale(1);
  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) {
  .treebox {
    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) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  .treebox.show {
    transform: translateX(-50%) translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    animation: coolIn 0.8s ease-out forwards !important;
  }
  #cookieBanner button,
  .treebox button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 480px) {
  .treebox {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }
  #cookieBanner button,
  .treebox button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}

.ttc-form {
  padding: 0 !important;
  background: transparent;
}
.ttc-form #customForm {
  width: 100%;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  background: #f3f3f0;
  border-radius: 18px;
  padding: 24px 20px;
  margin: 0;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  box-sizing: border-box;
  border: 1px solid #ececec;
}
.ttc-form #customForm * {
  color: #111111;
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0 !important;
  padding: 16px 14px;
  margin: 0;
  background: #ffffff !important;
  box-shadow: none !important;
  font-size: 16px;
  transition: border-color .15s ease, background-color .15s ease;
}
.ttc-form #customForm .form-control + .form-control {
  border-top: 0 !important;
}
.ttc-form #customForm .form-group {
  margin-bottom: 0;
  padding: 0 14px;
}
.ttc-form #customForm textarea.form-control {
  min-height: 180px;
  resize: vertical;
}
.ttc-form #customForm ::placeholder {
  color: #8b8b8b;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  background: #fff !important;
  border-color: #111111 !important;
}
.ttc-form #customForm .btn {
  display: block;
  width: 100%;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  border: 2px solid #111111;
  border-radius: 0 !important;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  transition: background-color .12s ease, color .12s ease, transform .08s ease;
  text-transform: uppercase;
}
.ttc-form #customForm .btn:hover {
  background: #000000;
  transform: translateY(-1px);
}
.ttc-form #customForm small {
  display: block;
  font-size: 12px;
  color: #666666;
  padding: 12px 14px;
  border-top: 1px solid #ececec;
  background: #fafafa;
}
.ttc-form #customForm a {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 2px;
  overflow-wrap: break-word;
}
.ttc-form #customForm a:hover {
  text-decoration-thickness: 2px;
}
.ttc-form #customForm [data-for="captcha"] > div,
.ttc-form #customForm [data-for="consent_processing"] > div,
.ttc-form #customForm [data-for="consent_contact"] > div {
  background: #fcfcfc;
  padding: 16px 14px;
  border-radius: 0;
  width: 100%;
  text-align: left;
  border: 1px solid #dcdcdc;
  margin: 0;
}
.ttc-form #customForm [data-for="consent_processing"] > div {
  border-top: 0;
}
.ttc-form #customForm [data-for="consent_contact"] > div {
  border-top: 0;
}
.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for="consent_processing"] label,
.ttc-form #customForm [data-for="consent_contact"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #222222;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
}
.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_processing"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_contact"] input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #111111;
}
.ttc-form #customForm .alert {
  border-radius: 0;
  font-size: 14px;
  padding: 14px 16px;
  background: #c4eacb;
  border: 1px solid #3aa54f;
  color: #0a3a14;
}
@media (min-width: 992px) {
  .ttc-form {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 0 14px !important;
  }
  .ttc-form #customForm {
    padding: 20px 14px;
  }
  .ttc-form #customForm .form-control {
    font-size: 15px;
    padding: 14px 12px;
  }
  .ttc-form #customForm .btn {
    font-size: 13px;
    padding: 16px 16px;
  }
}
@media (max-width: 420px) {
  .ttc-form #customForm {
    padding: 18px 10px;
  }
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/blur1.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, #006200, #008a00);
  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);
}
@media (min-width:992px){
.navbar.navbar-expand-lg .menu_box{
display:flex;
align-items:center;
flex-wrap:nowrap
}
.navbar.navbar-expand-lg .navbar-brand{
flex:0 0 auto;
white-space:nowrap
}
.navbar.navbar-expand-lg .navbar-collapse{
flex:1 1 auto;
display:flex;
justify-content:flex-end;
align-items:center
}
.navbar.navbar-expand-lg ul.areawrap.nav-dropdown{
display:flex;
flex-direction:row;
flex-wrap:nowrap;
align-items:center;
justify-content:flex-end;
white-space:nowrap;
gap:18px
}
.navbar.navbar-expand-lg ul.areawrap.nav-dropdown .nav-link{
white-space:nowrap;
padding-left:.6rem;
padding-right:.6rem
}
}

@media (min-width:992px) and (max-width:1200px){
.navbar.navbar-expand-lg ul.areawrap.nav-dropdown{
gap:12px
}
.navbar.navbar-expand-lg ul.areawrap.nav-dropdown .nav-link{
font-size:0.95rem;
padding-left:.45rem;
padding-right:.45rem
}
}

@media (max-width:991.98px){
.navbar-collapse{
justify-content:flex-start
}
ul.areawrap.nav-dropdown{
display:block;
white-space:normal
}
ul.areawrap.nav-dropdown .nav-link{
white-space:normal
}
}
