@charset "UTF-8";
:root {
  --bs-primary-rgb: 13, 110, 253;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --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, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
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;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
.grid {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .grid {
    font-size: 5rem;
  }
}
.colbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .colbox {
    font-size: 4.5rem;
  }
}
.layouter {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .layouter {
    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;
  }
}
.figure {
  display: inline-block;
}
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-lg {
  --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);
}
.collapse:not(.show) {
  display: none;
}
.dropdown {
  position: relative;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.clusterbox {
  --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;
}
 .clusterbox .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 .clusterbox {
    flex-direction: row;
  }
  .navbar-expand-lg .clusterbox .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);
}
.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);
}
.neutralbox {
  --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);
}
.stackcol {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
:root {
  --bs-btn-close-filter: ;
}
:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) ;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.d-flex {
  display: flex !important;
}
.element {
  box-shadow: none !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.text-center {
  text-align: center !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/sharp2.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 .region {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .region img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }
.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/sharp2.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/sharp2.jpg") center / cover no-repeat;
}
.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}
.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}
button {
  background-color: transparent;
  border-color: transparent;
}
section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}
a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
.tool-section-title {
  font-style: normal;
  line-height: 1.3;
}
.tool-section-subtitle {
  line-height: 1.3;
}
.tool-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
.grid,
.colbox,
.layouter,
.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;
}
.tool-white {
  color: #ffffff;
}
.boxholder {
  text-align: left;
}
.gridwrapunit {
  text-align: center;
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}
img {
  display: block;
  width: 100%;
}
.card {
  background-color: transparent;
  border: none;
}
.card-box {
  width: 100%;
}
.tool-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}
.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
nav .tool-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}
[type=submit] {
  -webkit-appearance: none;
}
.tool-fullscreen .tool-overlay {
  min-height: 100vh;
}
.tool-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .region 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 .clusterbox.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}
.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}
.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}
.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.justify-content-center {
  -webkit-justify-content: center;
}
.card-wrapper {
  -webkit-flex: 1;
}
.form-group:focus {
  outline: none;
}
.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}
form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
form .tool-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;
}
.tool-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
ul {
  margin-bottom: 2.3125rem;
}
.mt-4 {
  margin-top: 2rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.item {
  position: relative;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/sharp2.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: 'framework2';
  font-display: swap;
  src:  url('fonts/curve2.eot');
  src:  url('fonts/curve2.eot') format('embedded-opentype'),
    url('fonts/curve2.woff2') format('woff2'),
    url('fonts/curve2.woff') format('woff'),
    url('fonts/curve2.ttf') format('truetype'),
    url('fonts/curve2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/sharp2.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: 2px;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
body {
  font-family: Bricolage Grotesque;
}
.grid {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.colbox {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.layouter {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1;
}
.display-5 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-7 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1rem;
  line-height: 160%;
}
@media (max-width: 992px) {
  .grid {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .grid {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .colbox {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .layouter {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
.btn-primary,
.btn-primary:active {
  background-color: #e8e12a !important;
  border-color: #e8e12a !important;
  color: #111102 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #ede758 !important;
  border-color: #ede758 !important;
  box-shadow: none;
}
.btn-primary:disabled {
  color: #111102 !important;
  background-color: #ede758 !important;
  border-color: #ede758 !important;
}
.text-primary {
  color: #e8e12a !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9b9611 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c7c7c7 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.neutralbox {
  background-color: #70c770;
}
.stackcol {
  background-color: #ae3a3a;
}
.tool-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #e8e12a;
}
.form-control {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1rem;
  line-height: 160%;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e8e12a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 1rem;
  line-height: 160%;
  font-weight: 400;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.tool-section-btn .btn {
  box-shadow: none;
  padding: 15px 30px;
  min-width: 150px;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.tool-section-btn .btn:hover,
.tool-section-btn .btn:focus {
  transform: scale(1.03);
  border: none !important;
  box-shadow: none;
}
img {
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.notch {
  background-color: transparent;
}
.notch .navbar-dropdown {
  background-color: #191b1d !important;
  padding: 0;
}
.notch .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .notch .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .notch .menu_box .navbar-collapse {
    background-color: #191b1d !important;
    transition: all 0s ease 0s;
  }
}
.notch .navbar-dropdown {
  position: relative !important;
}
.notch .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.notch .btn:hover {
  box-shadow: none;
}
.notch .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .notch .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .notch .nav-item {
    margin: 0 !important;
  }
}
.notch .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.notch .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e8e12a;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.notch .nav-item .nav-link:hover::before,
.notch .nav-item .nav-link:focus::before {
  width: 100%;
}
.notch .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.notch .container {
  display: flex;
  margin: auto;
}
.notch .clusterbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .notch .clusterbox {
    margin: 0;
  }
}
.notch .nav-item:focus,
.notch .nav-link:focus {
  outline: none;
}
.notch .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .notch .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.notch .navbar .region img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.notch .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .notch .navbar .nav-item {
    padding: .5rem 0;
  }
  .notch .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .notch .navbar .nav-item .nav-link::before {
    display: none;
  }
  .notch .navbar .region img {
    height: 3rem !important;
  }
  .notch .navbar ul.clusterbox {
    overflow: hidden;
  }
  .notch .navbar ul.clusterbox li {
    margin: 0;
  }
  .notch .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .notch .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.notch .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;
}
.notch .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.notch .navbar-brand .region a {
  outline: none;
}
.notch .navbar-expand-lg .clusterbox .nav-link {
  margin: 8px 12px !important;
}
.notch ul.clusterbox {
  flex-wrap: wrap;
  padding: 0;
}
.notch button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #191b1d;
  background: #191b1d;
}
.notch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.notch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.notch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.notch a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .notch .navbar {
    height: 70px;
  }
  .notch .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.notch .navbar-dropdown .region {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .notch .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.notch .navbar-caption:hover {
  color: #e8e12a;
}
@media (min-width: 992px) {
  .notch .clusterbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.notch .tool-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.notch .navbar-caption {
  color: #202020;
}
.notch .tool-text {
  color: #ffffff;
  text-align: center;
}
.notch .tool-section-subtitle,
.notch .tool-section-btn {
  text-align: center;
}
.notch a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.wrapgrid {
  overflow: hidden;
  background-image: url("images/ploor1.jpg");
}
.wrapgrid .tool-overlay {
  backdrop-filter: blur(3.5px);
}
.wrapgrid .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #000000 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .wrapgrid .card-wrapper {
    padding: 2rem 1rem;
  }
}
.wrapgrid .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #000000;
  border-radius: 30px;
}
.wrapgrid .col-12 {
  position: relative;
}
.wrapgrid .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, transparent 0%, #131313 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .wrapgrid .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.wrapgrid .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #131313;
  border-radius: 50%;
}
.wrapgrid .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.wrapgrid .tool-section-title {
  color: #ffffff;
  text-align: center;
}
.wrapgrid .tool-text,
.wrapgrid .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.bodybox {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0a0a0a;
}
.bodybox .container {
  max-width: 1300px;
}
.bodybox .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .bodybox .text-wrapper {
    padding: 3rem;
  }
}
.bodybox .row {
  background: #101010;
}
@media (max-width: 991px) {
  .bodybox .alignunit {
    margin-bottom: 1rem;
  }
}
.bodybox .alignunit {
  padding: 0;
}
.bodybox .alignunit img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bodybox .tool-section-title {
  color: #ffffff;
  text-align: center;
}
.bodybox .tool-text,
.bodybox .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.bodybox .tool-section-subtitle {
  color: #ffffff;
}
.navbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.navbox .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .navbox .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .navbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .navbox .container {
    padding: 0 16px;
  }
}
.navbox .row {
  justify-content: space-between;
}
.navbox .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .navbox .alignunit {
    margin-bottom: 48px;
  }
}
.navbox .alignunit img {
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 7px 20px #e8e12a;
  border-radius: .5em !important;
}
.navbox .areaunit {
  position: relative;
}
.navbox .areaunit .tool-section-title {
  margin-bottom: 32px;
}
.navbox .areaunit .tool-text {
  margin-bottom: 32px;
}
.navbox .tool-text {
  color: #333333;
}
.navbox .tool-section-title,
.navbox .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.navbox .tool-text {
  color: #ffffff;
  text-align: center;
}
.host {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.host .zonecore {
  background: #0a0a0a;
}
.host .tileunit {
  background: #0a0a0a;
}
.host .stepbox {
  background: #0a0a0a;
}
.host .card-wrapper {
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .host .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.host .tool-section-title {
  color: #ffffff;
}
.host .card-title,
.host .card-box {
  color: #ffffff;
}
.unit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.unit .container,
.unit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .unit .container,
  .unit .container-fluid {
    padding: 0 20px;
  }
}
.unit a {
  display: block;
}
.unit a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #e8e12a;
  border-bottom: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    padding: 50px 0;
  }
}
.unit a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .unit a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper img {
    margin: 0 auto;
  }
}
.unit .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-right: none;
  }
}
.unit .copy-wrapper .copyright {
  margin-bottom: 0;
}
.unit .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .list-wrapper {
    height: auto;
  }
}
.unit .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.unit .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.unit .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.unit .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.unit .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .card-wrapper {
    margin-bottom: 50px;
  }
}
.unit .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #000000;
  border-radius: 24px;
}
.unit .card-wrapper .card-wrap .tool-section-title {
  margin-bottom: 42px;
}
.unit .card-wrapper .card-wrap .tool-text {
  margin-bottom: 42px;
}
.unit .copyright {
  color: #ffffff;
  text-align: center;
}
.unit .tool-section-title {
  color: #3d4045;
}
.unit .tool-text {
  color: #ffffff;
  text-align: center;
}
.unit .list {
  color: #ffffff;
}
.unit .tool-section-btn {
  text-align: right;
}
.unit .tool-section-title,
.unit .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.notch {
  background-color: transparent;
}
.notch .navbar-dropdown {
  background-color: #191b1d !important;
  padding: 0;
}
.notch .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .notch .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .notch .menu_box .navbar-collapse {
    background-color: #191b1d !important;
    transition: all 0s ease 0s;
  }
}
.notch .navbar-dropdown {
  position: relative !important;
}
.notch .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.notch .btn:hover {
  box-shadow: none;
}
.notch .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .notch .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .notch .nav-item {
    margin: 0 !important;
  }
}
.notch .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.notch .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e8e12a;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.notch .nav-item .nav-link:hover::before,
.notch .nav-item .nav-link:focus::before {
  width: 100%;
}
.notch .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.notch .container {
  display: flex;
  margin: auto;
}
.notch .clusterbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .notch .clusterbox {
    margin: 0;
  }
}
.notch .nav-item:focus,
.notch .nav-link:focus {
  outline: none;
}
.notch .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .notch .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.notch .navbar .region img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.notch .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .notch .navbar .nav-item {
    padding: .5rem 0;
  }
  .notch .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .notch .navbar .nav-item .nav-link::before {
    display: none;
  }
  .notch .navbar .region img {
    height: 3rem !important;
  }
  .notch .navbar ul.clusterbox {
    overflow: hidden;
  }
  .notch .navbar ul.clusterbox li {
    margin: 0;
  }
  .notch .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .notch .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.notch .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;
}
.notch .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.notch .navbar-brand .region a {
  outline: none;
}
.notch .navbar-expand-lg .clusterbox .nav-link {
  margin: 8px 12px !important;
}
.notch ul.clusterbox {
  flex-wrap: wrap;
  padding: 0;
}
.notch button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #191b1d;
  background: #191b1d;
}
.notch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.notch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.notch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.notch a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .notch .navbar {
    height: 70px;
  }
  .notch .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.notch .navbar-dropdown .region {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .notch .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.notch .navbar-caption:hover {
  color: #e8e12a;
}
@media (min-width: 992px) {
  .notch .clusterbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.notch .tool-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.notch .navbar-caption {
  color: #202020;
}
.notch .tool-text {
  color: #ffffff;
  text-align: center;
}
.notch .tool-section-subtitle,
.notch .tool-section-btn {
  text-align: center;
}
.notch a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.shellwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101010;
  overflow: hidden;
}
.shellwrap .areaunit {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .shellwrap .areaunit {
    padding: 0 16px;
  }
}
.shellwrap .areaunit::before,
.shellwrap .areaunit::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #e8e12a;
}
.shellwrap .areaunit::before {
  left: 0;
}
.shellwrap .areaunit::after {
  right: 0;
}
.shellwrap .padsegment {
  width: -webkit-fill-available;
  min-width: -moz-available;
  align-items: center;
}
.shellwrap .tool-section-title {
  margin-bottom: 32px;
  color: #0a0a0a;
}
.shellwrap .text-wrapper .tool-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .shellwrap .text-wrapper .tool-text {
    width: 100%;
  }
}
.shellwrap .tool-section-btn {
  margin-top: 24px;
}
.shellwrap .alignunit {
  position: relative;
}
@media (max-width: 992px) {
  .shellwrap .alignunit {
    margin-top: 32px;
  }
}
.shellwrap .alignunit .packwrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.shellwrap .alignunit .packwrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #101010;
  box-shadow: 0 -28px 0 #101010;
  transform: none;
}
.shellwrap .alignunit .packwrap .tilebox {
  background-color: transparent;
  box-shadow: none;
}
.shellwrap .alignunit .decor_1 {
  top: -1px;
  left: -1px;
}
.shellwrap .alignunit .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.shellwrap .alignunit .mainsegment img {
  height: 575px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .shellwrap .alignunit .mainsegment img {
    height: 300px;
  }
}
.shellwrap .tool-text {
  color: #0a0a0a;
}
.shellwrap .tool-section-title,
.shellwrap .tool-section-btn,
.shellwrap .modlayer {
  color: #ffffff;
  text-align: center;
}
.shellwrap .tool-text,
.shellwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.segment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
}
.segment .row {
  margin: 0 -45px;
}
.segment .row .card {
  padding: 0 45px;
  justify-content: center;
}
.segment .alignunit {
  padding-left: 66px;
  padding-left: 0;
}
@media (max-width: 1440px) {
  .segment .alignunit {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .segment .alignunit {
    margin-bottom: 32px;
  }
}
.segment .alignunit img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #e8e12a;
  box-shadow: 0 16px 0 #e8e12a;
  background-color: #e8e12a;
}
@media (max-width: 1440px) {
  .segment .alignunit img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .segment .alignunit img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .segment .alignunit img {
    height: 300px;
  }
}
.segment .areaunit {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .segment .areaunit {
    padding-left: 0;
  }
}
.segment .areaunit .modlayer .tool-section-title {
  margin-bottom: 22px;
  text-shadow: 0 5px 0 #101010;
}
.segment .areaunit .text-wrapper .tool-text {
  margin-bottom: 12px;
}
.segment .areaunit .tool-section-btn .btn {
  margin-bottom: 0;
}
.segment .tool-section-title {
  color: #fffaf0;
}
.segment .tool-text {
  color: #fffaf0;
}
.segment .tool-section-title,
.segment .tool-section-btn {
  text-align: center;
  color: #ffffff;
}
.segment .tool-text,
.segment .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.splitunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
@media (max-width: 992px) {
  .splitunit .container {
    padding: 0 15px;
  }
}
.splitunit .areaunit {
  position: relative;
}
.splitunit .areaunit .tool-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .splitunit .areaunit .tool-section-title {
    margin-bottom: 40px;
  }
}
.splitunit .areaunit .padsegment {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .splitunit .areaunit .padsegment {
    display: block;
  }
}
.splitunit .areaunit .padsegment .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .splitunit .areaunit .padsegment .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.splitunit .areaunit .padsegment .text-wrapper .tool-text {
  margin-bottom: 0;
}
.splitunit .areaunit .padsegment .alignunit {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .splitunit .areaunit .padsegment .alignunit {
    width: 100%;
  }
}
.splitunit .areaunit .padsegment .alignunit .packwrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #e8e12a;
  transform: skewX(-20deg);
}
.splitunit .areaunit .padsegment .alignunit img {
  position: relative;
  z-index: 1;
  height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .splitunit .areaunit .padsegment .alignunit img {
    height: 350px;
  }
}
.splitunit .tool-text {
  color: #f7f5f6;
}
.splitunit .tool-section-title {
  color: #ffffff;
  text-align: center;
}
.splitunit .tool-text {
  text-align: center;
}
.nodemap {
  background-image: url("images/bright1.jpg");
  margin-top: -3px;
  border-bottom: 3px solid #e8e12a;
  border-top: 3px solid #e8e12a;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.nodemap .row {
  align-items: center;
}
.nodemap .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #0a0a0a;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nodemap .content {
  position: relative;
  border: 3px solid #e8e12a;
  padding: 40px;
}
.nodemap .label {
  position: absolute;
  border-radius: 20px;
  background-color: #e8e12a;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .nodemap .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .nodemap .card {
    height: 300px;
  }
}
.nodemap .tool-section-title,
.nodemap .tool-section-btn {
  color: #ffffff;
}
.nodemap .tool-text {
  color: #ffffff;
}
.unit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.unit .container,
.unit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .unit .container,
  .unit .container-fluid {
    padding: 0 20px;
  }
}
.unit a {
  display: block;
}
.unit a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #e8e12a;
  border-bottom: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    padding: 50px 0;
  }
}
.unit a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .unit a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper img {
    margin: 0 auto;
  }
}
.unit .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-right: none;
  }
}
.unit .copy-wrapper .copyright {
  margin-bottom: 0;
}
.unit .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .list-wrapper {
    height: auto;
  }
}
.unit .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.unit .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.unit .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.unit .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.unit .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .card-wrapper {
    margin-bottom: 50px;
  }
}
.unit .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #000000;
  border-radius: 24px;
}
.unit .card-wrapper .card-wrap .tool-section-title {
  margin-bottom: 42px;
}
.unit .card-wrapper .card-wrap .tool-text {
  margin-bottom: 42px;
}
.unit .copyright {
  color: #ffffff;
  text-align: center;
}
.unit .tool-section-title {
  color: #3d4045;
}
.unit .tool-text {
  color: #ffffff;
  text-align: center;
}
.unit .list {
  color: #ffffff;
}
.unit .tool-section-btn {
  text-align: right;
}
.unit .tool-section-title,
.unit .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.notch {
  background-color: transparent;
}
.notch .navbar-dropdown {
  background-color: #191b1d !important;
  padding: 0;
}
.notch .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .notch .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .notch .menu_box .navbar-collapse {
    background-color: #191b1d !important;
    transition: all 0s ease 0s;
  }
}
.notch .navbar-dropdown {
  position: relative !important;
}
.notch .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.notch .btn:hover {
  box-shadow: none;
}
.notch .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .notch .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .notch .nav-item {
    margin: 0 !important;
  }
}
.notch .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.notch .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e8e12a;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.notch .nav-item .nav-link:hover::before,
.notch .nav-item .nav-link:focus::before {
  width: 100%;
}
.notch .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.notch .container {
  display: flex;
  margin: auto;
}
.notch .clusterbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .notch .clusterbox {
    margin: 0;
  }
}
.notch .nav-item:focus,
.notch .nav-link:focus {
  outline: none;
}
.notch .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .notch .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.notch .navbar .region img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.notch .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .notch .navbar .nav-item {
    padding: .5rem 0;
  }
  .notch .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .notch .navbar .nav-item .nav-link::before {
    display: none;
  }
  .notch .navbar .region img {
    height: 3rem !important;
  }
  .notch .navbar ul.clusterbox {
    overflow: hidden;
  }
  .notch .navbar ul.clusterbox li {
    margin: 0;
  }
  .notch .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .notch .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.notch .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;
}
.notch .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.notch .navbar-brand .region a {
  outline: none;
}
.notch .navbar-expand-lg .clusterbox .nav-link {
  margin: 8px 12px !important;
}
.notch ul.clusterbox {
  flex-wrap: wrap;
  padding: 0;
}
.notch button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #191b1d;
  background: #191b1d;
}
.notch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.notch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.notch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.notch a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .notch .navbar {
    height: 70px;
  }
  .notch .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.notch .navbar-dropdown .region {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .notch .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.notch .navbar-caption:hover {
  color: #e8e12a;
}
@media (min-width: 992px) {
  .notch .clusterbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.notch .tool-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.notch .navbar-caption {
  color: #202020;
}
.notch .tool-text {
  color: #ffffff;
  text-align: center;
}
.notch .tool-section-subtitle,
.notch .tool-section-btn {
  text-align: center;
}
.notch a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.corepad {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0a0a0a;
}
.corepad .row {
  margin: 0 -6px;
}
.corepad .card {
  padding: 0 6px;
}
.corepad .alignunit {
  position: relative;
  height: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .corepad .alignunit {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 400px;
  }
}
.corepad .alignunit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.corepad .card-wrapper {
  height: 100%;
  padding: 54px 100px;
  background-color: #101010;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .corepad .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .corepad .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.corepad .card-wrapper .modlayer .tool-section-title {
  margin-bottom: 24px;
}
.corepad .card-wrapper .modlayer .tool-text {
  margin-bottom: 0;
}
.corepad .card-wrapper .modlayer .tool-section-btn {
  margin-top: 200px;
}
@media (max-width: 1440px) {
  .corepad .card-wrapper .modlayer .tool-section-btn {
    margin-top: 100px;
  }
}
@media (max-width: 992px) {
  .corepad .card-wrapper .modlayer .tool-section-btn {
    margin-top: 24px;
  }
}
.corepad .card-wrapper .modlayer .tool-section-btn .btn {
  margin-bottom: 0;
}
.corepad .tool-section-title {
  color: #000000;
}
.corepad .tool-text {
  color: #ffffff;
  text-align: center;
}
.corepad .tool-section-title,
.corepad .tool-section-btn {
  text-align: center;
}
.corepad .tool-section-title,
.corepad .tool-section-btn,
.corepad .logo-wrapper {
  color: #ffffff;
}
.elementbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.elementbox .tilenode {
  margin: 0 -20px;
}
.elementbox .tilenode .item {
  padding: 0 20px;
}
.elementbox .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .elementbox .item:last-child {
    margin-bottom: 0;
  }
}
.elementbox .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.elementbox .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .elementbox .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.elementbox .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.elementbox .item .item-wrapper .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.elementbox .item .item-wrapper .tool-section-btn {
  width: 100%;
  margin-top: 16px;
}
.elementbox .item .item-wrapper .tool-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.elementbox .item-title {
  color: #ffffff;
}
.elementbox .item-text {
  color: #ffffff;
  text-align: center;
}
.elementbox .item-title,
.elementbox .tool-section-btn {
  text-align: center;
}
.shiftbox {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0a0a0a;
}
.shiftbox .modlayer {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .shiftbox .modlayer {
    margin-bottom: 32px;
  }
}
.shiftbox .modlayer .tool-section-title {
  margin-bottom: 24px;
}
.shiftbox .modlayer .text-wrapper .tool-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .shiftbox .modlayer .text-wrapper .tool-text {
    width: 100%;
  }
}
.shiftbox .packwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.shiftbox .packwrap .decor-wrap_1 {
  width: 20%;
  height: 1px;
  background-image: linear-gradient(90deg, #c0b90f, #e8e12a 50%, #c0b90f);
  box-shadow: 0 0.5px 0.0625rem 0 #e8e12a;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .shiftbox .packwrap .decor-wrap_1 {
    margin-bottom: 20px;
  }
}
.shiftbox .packwrap .decor-wrap_2 {
  width: 38%;
  height: 1px;
  background-image: linear-gradient(90deg, #c0b90f, #e8e12a 50%, #c0b90f);
  box-shadow: 0 0.5px 0.0625rem 0 #e8e12a;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .shiftbox .packwrap .decor-wrap_2 {
    margin-bottom: 20px;
  }
}
.shiftbox .packwrap .decor-wrap_3 {
  width: 75%;
  height: 1px;
  background-image: linear-gradient(90deg, #c0b90f, #e8e12a 50%, #c0b90f);
  box-shadow: 0 0.5px 0.0625rem 0 #e8e12a;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .shiftbox .packwrap .decor-wrap_3 {
    margin-bottom: 20px;
  }
}
.shiftbox .tilenode {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .shiftbox .tilenode {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .shiftbox .tilenode {
    display: block;
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .shiftbox .tilenode {
    margin-bottom: 20px;
  }
}
.shiftbox .tilenode .moduleunit {
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  display: flex;
  position: absolute;
  inset: auto 0% -1.5rem;
}
.shiftbox .tilenode .moduleunit .gradient_1 {
  background-color: #101010;
  filter: blur(4rem);
  border-radius: 50vw;
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -4rem;
}
.shiftbox .tilenode .moduleunit .gradient_2 {
  background-color: #191b1d;
  filter: blur(4rem);
  border-radius: 50vw;
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -4rem;
}
.shiftbox .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .shiftbox .item {
    margin-bottom: 16px;
  }
}
.shiftbox .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #e8e12a;
  background-color: #101010;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .shiftbox .item .item-wrapper {
    padding: 6px;
  }
}
.shiftbox .item .item-wrapper .card-box {
  padding: 24px;
  background-color: #0a0a0a;
  border: 1px solid #e8e12a;
  height: 100%;
}
@media (max-width: 992px) {
  .shiftbox .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.shiftbox .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.shiftbox .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.shiftbox .item .item-wrapper .card-box .tool-section-btn {
  width: 100%;
  margin-top: 16px;
}
.shiftbox .item .item-wrapper .card-box .tool-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.shiftbox .tool-section-title {
  color: #181824;
}
.shiftbox .tool-text,
.shiftbox .text-wrapper {
  color: #54547e;
  text-align: center;
}
.shiftbox .tool-section-title {
  text-align: center;
}
.shiftbox .item-title {
  color: #181824;
}
.shiftbox .item-text {
  color: #ffffff;
  text-align: center;
}
.shiftbox .item-title,
.shiftbox .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.packlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.packlayer .tilenode {
  margin: 0 -20px;
}
.packlayer .tilenode .item {
  padding: 0 20px;
}
.packlayer .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .packlayer .item:last-child {
    margin-bottom: 0;
  }
}
.packlayer .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.packlayer .item .item-wrapper .item-img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .packlayer .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.packlayer .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.packlayer .item .item-wrapper .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.packlayer .item .item-wrapper .tool-section-btn {
  width: 100%;
  margin-top: 16px;
}
.packlayer .item .item-wrapper .tool-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.packlayer .item-title {
  color: #ffffff;
}
.packlayer .item-text {
  color: #ffffff;
  text-align: center;
}
.packlayer .item-title,
.packlayer .tool-section-btn {
  text-align: center;
}
.modtrack {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0a0a0a;
}
.modtrack .modlayer {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .modtrack .modlayer {
    margin-bottom: 32px;
  }
}
.modtrack .modlayer .tool-section-title {
  margin-bottom: 24px;
}
.modtrack .modlayer .text-wrapper .tool-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .modtrack .modlayer .text-wrapper .tool-text {
    width: 100%;
  }
}
.modtrack .packwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.modtrack .packwrap .decor-wrap_1 {
  width: 20%;
  height: 1px;
  background-image: linear-gradient(90deg, #c0b90f, #e8e12a 50%, #c0b90f);
  box-shadow: 0 0.5px 0.0625rem 0 #e8e12a;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .modtrack .packwrap .decor-wrap_1 {
    margin-bottom: 20px;
  }
}
.modtrack .packwrap .decor-wrap_2 {
  width: 38%;
  height: 1px;
  background-image: linear-gradient(90deg, #c0b90f, #e8e12a 50%, #c0b90f);
  box-shadow: 0 0.5px 0.0625rem 0 #e8e12a;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .modtrack .packwrap .decor-wrap_2 {
    margin-bottom: 20px;
  }
}
.modtrack .packwrap .decor-wrap_3 {
  width: 75%;
  height: 1px;
  background-image: linear-gradient(90deg, #c0b90f, #e8e12a 50%, #c0b90f);
  box-shadow: 0 0.5px 0.0625rem 0 #e8e12a;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .modtrack .packwrap .decor-wrap_3 {
    margin-bottom: 20px;
  }
}
.modtrack .tilenode {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .modtrack .tilenode {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .modtrack .tilenode {
    display: block;
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .modtrack .tilenode {
    margin-bottom: 20px;
  }
}
.modtrack .tilenode .moduleunit {
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  display: flex;
  position: absolute;
  inset: auto 0% -1.5rem;
}
.modtrack .tilenode .moduleunit .gradient_1 {
  background-color: #101010;
  filter: blur(4rem);
  border-radius: 50vw;
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -4rem;
}
.modtrack .tilenode .moduleunit .gradient_2 {
  background-color: #131313;
  filter: blur(4rem);
  border-radius: 50vw;
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -4rem;
}
.modtrack .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .modtrack .item {
    margin-bottom: 16px;
  }
}
.modtrack .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #e8e12a;
  background-color: #101010;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .modtrack .item .item-wrapper {
    padding: 6px;
  }
}
.modtrack .item .item-wrapper .card-box {
  padding: 24px;
  background-color: #0a0a0a;
  border: 1px solid #e8e12a;
  height: 100%;
}
@media (max-width: 992px) {
  .modtrack .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.modtrack .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.modtrack .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.modtrack .item .item-wrapper .card-box .tool-section-btn {
  width: 100%;
  margin-top: 16px;
}
.modtrack .item .item-wrapper .card-box .tool-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.modtrack .tool-section-title {
  color: #181824;
}
.modtrack .tool-text,
.modtrack .text-wrapper {
  color: #54547e;
  text-align: center;
}
.modtrack .tool-section-title {
  text-align: center;
}
.modtrack .item-title {
  color: #181824;
}
.modtrack .item-text {
  color: #ffffff;
  text-align: center;
}
.modtrack .item-title,
.modtrack .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.unit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.unit .container,
.unit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .unit .container,
  .unit .container-fluid {
    padding: 0 20px;
  }
}
.unit a {
  display: block;
}
.unit a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #e8e12a;
  border-bottom: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    padding: 50px 0;
  }
}
.unit a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .unit a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper img {
    margin: 0 auto;
  }
}
.unit .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-right: none;
  }
}
.unit .copy-wrapper .copyright {
  margin-bottom: 0;
}
.unit .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .list-wrapper {
    height: auto;
  }
}
.unit .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.unit .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.unit .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.unit .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.unit .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .card-wrapper {
    margin-bottom: 50px;
  }
}
.unit .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #000000;
  border-radius: 24px;
}
.unit .card-wrapper .card-wrap .tool-section-title {
  margin-bottom: 42px;
}
.unit .card-wrapper .card-wrap .tool-text {
  margin-bottom: 42px;
}
.unit .copyright {
  color: #ffffff;
  text-align: center;
}
.unit .tool-section-title {
  color: #3d4045;
}
.unit .tool-text {
  color: #ffffff;
  text-align: center;
}
.unit .list {
  color: #ffffff;
}
.unit .tool-section-btn {
  text-align: right;
}
.unit .tool-section-title,
.unit .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.notch {
  background-color: transparent;
}
.notch .navbar-dropdown {
  background-color: #191b1d !important;
  padding: 0;
}
.notch .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .notch .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .notch .menu_box .navbar-collapse {
    background-color: #191b1d !important;
    transition: all 0s ease 0s;
  }
}
.notch .navbar-dropdown {
  position: relative !important;
}
.notch .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.notch .btn:hover {
  box-shadow: none;
}
.notch .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .notch .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .notch .nav-item {
    margin: 0 !important;
  }
}
.notch .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.notch .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e8e12a;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.notch .nav-item .nav-link:hover::before,
.notch .nav-item .nav-link:focus::before {
  width: 100%;
}
.notch .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.notch .container {
  display: flex;
  margin: auto;
}
.notch .clusterbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .notch .clusterbox {
    margin: 0;
  }
}
.notch .nav-item:focus,
.notch .nav-link:focus {
  outline: none;
}
.notch .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .notch .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.notch .navbar .region img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.notch .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .notch .navbar .nav-item {
    padding: .5rem 0;
  }
  .notch .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .notch .navbar .nav-item .nav-link::before {
    display: none;
  }
  .notch .navbar .region img {
    height: 3rem !important;
  }
  .notch .navbar ul.clusterbox {
    overflow: hidden;
  }
  .notch .navbar ul.clusterbox li {
    margin: 0;
  }
  .notch .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .notch .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.notch .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;
}
.notch .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.notch .navbar-brand .region a {
  outline: none;
}
.notch .navbar-expand-lg .clusterbox .nav-link {
  margin: 8px 12px !important;
}
.notch ul.clusterbox {
  flex-wrap: wrap;
  padding: 0;
}
.notch button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #191b1d;
  background: #191b1d;
}
.notch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.notch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.notch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.notch a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .notch .navbar {
    height: 70px;
  }
  .notch .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.notch .navbar-dropdown .region {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .notch .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.notch .navbar-caption:hover {
  color: #e8e12a;
}
@media (min-width: 992px) {
  .notch .clusterbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.notch .tool-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.notch .navbar-caption {
  color: #202020;
}
.notch .tool-text {
  color: #ffffff;
  text-align: center;
}
.notch .tool-section-subtitle,
.notch .tool-section-btn {
  text-align: center;
}
.notch a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.routebox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0a0a0a;
}
.routebox .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .routebox .container-fluid {
    padding: 0 12px;
  }
}
.routebox .container-fluid .row {
  padding: 0;
}
.routebox .row {
  border: 3px solid #e8e12a;
  border-radius: 5px;
}
.routebox .card {
  padding: 80px 28px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .routebox .card {
    border-left: 1px solid #e8e12a;
    border-left: none;
    border-right: 2px solid #e8e12a;
  }
}
@media (max-width: 992px) {
  .routebox .card {
    padding: 48px 20px;
  }
}
.routebox .card .alignunit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.routebox .card .alignunit .foldbox {
  display: block;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  position: static;
  width: 50%;
}
@media (max-width: 1200px) {
  .routebox .card .alignunit .foldbox {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .routebox .card .alignunit .foldbox {
    height: 250px;
  }
}
.routebox .card .alignunit img {
  position: absolute;
  top: 5rem;
  right: 6rem;
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .routebox .card .alignunit img {
    right: 0;
  }
}
.routebox .card .alignunit img:nth-child(2) {
  right: auto;
  top: 11rem;
  left: 6rem;
}
@media (max-width: 992px) {
  .routebox .card .alignunit img:nth-child(2) {
    top: 6rem;
    left: 0;
  }
}
.routebox .card .alignunit img:last-child {
  top: auto;
  bottom: 8rem;
}
@media (max-width: 992px) {
  .routebox .card .alignunit img:last-child {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .routebox .card .alignunit img {
    width: 100px;
    height: 100px;
  }
}
.routebox .card:last-child {
  justify-content: flex-end;
  height: auto;
}
@media (min-width: 992px) {
  .routebox .card:last-child {
    border-left: none;
    border-right: 2px solid #e8e12a;
    border-right: none;
    border-left: 1px solid #e8e12a;
  }
}
.routebox .card .modlayer {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .routebox .card .modlayer {
    margin-bottom: 48px;
  }
}
.routebox .card .modlayer .tool-section-title {
  margin-bottom: 0;
}
.routebox .card .modlayer .tool-section-subtitle {
  line-height: 48px;
  margin-bottom: 0;
}
.routebox .card .text-wrapper .tool-text {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .routebox .card .text-wrapper .tool-section-btn .btn {
    width: 95%;
    min-height: 83px;
    border-radius: 70px;
  }
}
.routebox .tool-section-title {
  color: #ffffff;
  text-align: center;
}
.routebox .tool-section-subtitle {
  color: #d2d2d2;
}
.routebox .tool-text {
  color: #ffffff;
  text-align: center;
}
.dompart {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101010;
  overflow: hidden;
}
.dompart .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .dompart .container {
    padding: 0 15px;
  }
}
.dompart .modlayer {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .dompart .modlayer {
    margin-bottom: 40px;
  }
}
.dompart .modlayer .tool-section-title {
  margin-bottom: 0;
}
.dompart .tilenode {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .dompart .tilenode {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .dompart .tilenode {
    display: block;
  }
}
@media (max-width: 768px) {
  .dompart .tilenode .item {
    margin-bottom: 15px;
  }
}
.dompart .tilenode .item:hover .item-wrapper::before,
.dompart .tilenode .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.dompart .tilenode .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #0a0a0a;
  border: 1px solid #e8e12a;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .dompart .tilenode .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .dompart .tilenode .item .item-wrapper {
    height: auto;
  }
}
.dompart .tilenode .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #e8e12a -20%, #0a0a0a 50%, #101010 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .dompart .tilenode .item .item-wrapper::before {
    display: none;
  }
}
.dompart .tilenode .item .item-wrapper .card-box {
  position: relative;
}
.dompart .tilenode .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.dompart .tilenode .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.dompart .tilenode .item .item-wrapper .tool-section-btn {
  width: 100%;
  margin-top: 20px;
}
.dompart .tool-section-title {
  color: #ffffff;
  text-align: center;
}
.dompart .item-title {
  color: #f2ac2b;
}
.dompart .item-text {
  color: #ffffff;
  text-align: center;
}
.dompart .item-title,
.dompart .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.group {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
}
.group .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .group .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .group .container {
    padding: 0 25px;
  }
}
.group .row {
  justify-content: center;
  margin: 0;
}
.group .row .card {
  padding: 0;
}
.group .modlayer {
  margin-bottom: 50px;
}
.group .modlayer .tool-section-title {
  margin-bottom: 10px;
}
.group .modlayer .tool-text {
  margin-bottom: 0;
}
.group .item {
  padding: 0;
}
.group .item:nth-child(3n) .item-wrapper {
  flex-direction: row-reverse;
}
.group .item:nth-child(4n) .item-wrapper {
  flex-direction: row-reverse;
}
.group .item .item-wrapper {
  display: flex;
  border-radius: 0 !important;
}
.group .item .item-wrapper:hover .item-img img,
.group .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .group .item .item-wrapper {
    display: block;
  }
}
.group .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .group .item .item-wrapper .item-img {
    width: 100%;
    height: 350px;
  }
}
.group .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
.group .item .item-wrapper .item-content {
  width: 50%;
  padding: 30px;
  background-color: #101010;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .group .item .item-wrapper .item-content {
    min-height: auto;
    width: 100%;
  }
}
.group .item .item-wrapper .item-content .base .item-subtitle {
  margin-bottom: 10px;
}
.group .item .item-wrapper .item-content .base .item-title {
  margin-bottom: 20px;
  cursor: pointer;
}
.group .tool-section-btn {
  margin-top: 60px;
}
.group .tool-section-title {
  color: #000000;
}
.group .tool-text {
  color: #000000;
  text-align: center;
}
.group .item-title {
  color: #ffffff;
  text-align: center;
}
.group .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.group .tool-section-title,
.group .tool-section-btn {
  text-align: center;
}
.stepwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101010;
  overflow: hidden;
}
.stepwrap .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .stepwrap .container {
    padding: 0 15px;
  }
}
.stepwrap .modlayer {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .stepwrap .modlayer {
    margin-bottom: 40px;
  }
}
.stepwrap .modlayer .tool-section-title {
  margin-bottom: 0;
}
.stepwrap .tilenode {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .stepwrap .tilenode {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .stepwrap .tilenode {
    display: block;
  }
}
@media (max-width: 768px) {
  .stepwrap .tilenode .item {
    margin-bottom: 15px;
  }
}
.stepwrap .tilenode .item:hover .item-wrapper::before,
.stepwrap .tilenode .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.stepwrap .tilenode .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #0a0a0a;
  border: 1px solid #e8e12a;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .stepwrap .tilenode .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .stepwrap .tilenode .item .item-wrapper {
    height: auto;
  }
}
.stepwrap .tilenode .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #e8e12a -20%, #0a0a0a 50%, #101010 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .stepwrap .tilenode .item .item-wrapper::before {
    display: none;
  }
}
.stepwrap .tilenode .item .item-wrapper .card-box {
  position: relative;
}
.stepwrap .tilenode .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.stepwrap .tilenode .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.stepwrap .tilenode .item .item-wrapper .tool-section-btn {
  width: 100%;
  margin-top: 20px;
}
.stepwrap .tool-section-title {
  color: #ffffff;
  text-align: center;
}
.stepwrap .item-title {
  color: #f2ac2b;
}
.stepwrap .item-text {
  color: #ffffff;
  text-align: center;
}
.stepwrap .item-title,
.stepwrap .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.depthbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
}
@media (max-width: 992px) {
  .depthbox .container {
    padding: 0 25px;
  }
}
.depthbox .row {
  justify-content: center;
  margin: 0;
}
.depthbox .row .card {
  padding: 0;
}
.depthbox .modlayer {
  margin-bottom: 50px;
}
.depthbox .modlayer .tool-section-title {
  margin-bottom: 10px;
}
.depthbox .modlayer .tool-text {
  margin-bottom: 0;
}
.depthbox .item {
  padding: 0;
}
.depthbox .item:nth-child(3n) .item-wrapper {
  flex-direction: row-reverse;
}
.depthbox .item:nth-child(4n) .item-wrapper {
  flex-direction: row-reverse;
}
.depthbox .item .item-wrapper {
  display: flex;
  border-radius: 0 !important;
}
.depthbox .item .item-wrapper:hover .item-img img,
.depthbox .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .depthbox .item .item-wrapper {
    display: block;
  }
}
.depthbox .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .depthbox .item .item-wrapper .item-img {
    width: 100%;
    height: 350px;
  }
}
.depthbox .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
.depthbox .item .item-wrapper .item-content {
  width: 50%;
  padding: 30px;
  background-color: #101010;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .depthbox .item .item-wrapper .item-content {
    min-height: auto;
    width: 100%;
  }
}
.depthbox .item .item-wrapper .item-content .base .item-subtitle {
  margin-bottom: 10px;
}
.depthbox .item .item-wrapper .item-content .base .item-title {
  margin-bottom: 20px;
  cursor: pointer;
}
.depthbox .tool-section-btn {
  margin-top: 60px;
}
.depthbox .tool-section-title {
  color: #000000;
}
.depthbox .tool-text {
  color: #000000;
  text-align: center;
}
.depthbox .item-title {
  color: #ffffff;
  text-align: center;
}
.depthbox .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.depthbox .tool-section-title,
.depthbox .tool-section-btn {
  text-align: center;
}
.unit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.unit .container,
.unit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .unit .container,
  .unit .container-fluid {
    padding: 0 20px;
  }
}
.unit a {
  display: block;
}
.unit a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #e8e12a;
  border-bottom: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    padding: 50px 0;
  }
}
.unit a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .unit a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper img {
    margin: 0 auto;
  }
}
.unit .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-right: none;
  }
}
.unit .copy-wrapper .copyright {
  margin-bottom: 0;
}
.unit .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .list-wrapper {
    height: auto;
  }
}
.unit .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.unit .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.unit .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.unit .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.unit .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .card-wrapper {
    margin-bottom: 50px;
  }
}
.unit .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #000000;
  border-radius: 24px;
}
.unit .card-wrapper .card-wrap .tool-section-title {
  margin-bottom: 42px;
}
.unit .card-wrapper .card-wrap .tool-text {
  margin-bottom: 42px;
}
.unit .copyright {
  color: #ffffff;
  text-align: center;
}
.unit .tool-section-title {
  color: #3d4045;
}
.unit .tool-text {
  color: #ffffff;
  text-align: center;
}
.unit .list {
  color: #ffffff;
}
.unit .tool-section-btn {
  text-align: right;
}
.unit .tool-section-title,
.unit .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.notch {
  background-color: transparent;
}
.notch .navbar-dropdown {
  background-color: #191b1d !important;
  padding: 0;
}
.notch .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .notch .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .notch .menu_box .navbar-collapse {
    background-color: #191b1d !important;
    transition: all 0s ease 0s;
  }
}
.notch .navbar-dropdown {
  position: relative !important;
}
.notch .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.notch .btn:hover {
  box-shadow: none;
}
.notch .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .notch .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .notch .nav-item {
    margin: 0 !important;
  }
}
.notch .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.notch .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e8e12a;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.notch .nav-item .nav-link:hover::before,
.notch .nav-item .nav-link:focus::before {
  width: 100%;
}
.notch .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.notch .container {
  display: flex;
  margin: auto;
}
.notch .clusterbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .notch .clusterbox {
    margin: 0;
  }
}
.notch .nav-item:focus,
.notch .nav-link:focus {
  outline: none;
}
.notch .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .notch .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.notch .navbar .region img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.notch .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .notch .navbar .nav-item {
    padding: .5rem 0;
  }
  .notch .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .notch .navbar .nav-item .nav-link::before {
    display: none;
  }
  .notch .navbar .region img {
    height: 3rem !important;
  }
  .notch .navbar ul.clusterbox {
    overflow: hidden;
  }
  .notch .navbar ul.clusterbox li {
    margin: 0;
  }
  .notch .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .notch .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.notch .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;
}
.notch .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.notch .navbar-brand .region a {
  outline: none;
}
.notch .navbar-expand-lg .clusterbox .nav-link {
  margin: 8px 12px !important;
}
.notch ul.clusterbox {
  flex-wrap: wrap;
  padding: 0;
}
.notch button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #191b1d;
  background: #191b1d;
}
.notch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.notch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.notch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.notch a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .notch .navbar {
    height: 70px;
  }
  .notch .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.notch .navbar-dropdown .region {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .notch .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.notch .navbar-caption:hover {
  color: #e8e12a;
}
@media (min-width: 992px) {
  .notch .clusterbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.notch .tool-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.notch .navbar-caption {
  color: #202020;
}
.notch .tool-text {
  color: #ffffff;
  text-align: center;
}
.notch .tool-section-subtitle,
.notch .tool-section-btn {
  text-align: center;
}
.notch a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.patternunit {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0a0a0a;
}
.patternunit .frame {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e8e12a;
}
.patternunit .padsegment {
  margin: 0;
}
.patternunit .padsegment .card {
  padding: 0;
}
.patternunit .areaunit {
  padding: 190px 28px 190px 120px;
  height: 100%;
  padding: 190px 120px 190px 28px;
  border-right: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
}
@media (max-width: 1640px) {
  .patternunit .areaunit {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .patternunit .areaunit {
    padding: 40px 0;
  }
}
@media (max-width: 1640px) {
  .patternunit .areaunit {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .patternunit .areaunit {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .patternunit .areaunit {
    border-right: none;
    border-top: 1px solid #e8e12a;
  }
}
@media (max-width: 992px) {
  .patternunit .areaunit {
    border-left: none;
    border-top: 1px solid #e8e12a;
  }
}
.patternunit .areaunit .tool-section-title {
  margin-bottom: 16px;
}
.patternunit .areaunit .tool-text {
  margin-bottom: 16px;
}
.patternunit .areaunit .tool-section-btn {
  width: 100%;
}
.patternunit .areaunit .tool-section-btn .btn {
  width: 100%;
}
.patternunit .alignunit {
  height: 100%;
}
.patternunit .alignunit img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .patternunit .alignunit img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.patternunit .tool-section-title {
  color: #150764;
}
.patternunit .tool-text {
  color: #ffffff;
  text-align: center;
}
.patternunit .tool-section-title,
.patternunit .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #101010;
}
.inner .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e8e12a 0, #0a0a0a 43%, #e8e12a 100%);
}
.inner .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e8e12a 0, #0a0a0a 43%, #e8e12a 100%);
}
.inner .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #e8e12a 0, #0a0a0a 43%, #e8e12a 100%);
}
.inner .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .inner .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .inner .container {
    padding: 0 30px;
  }
}
.inner .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.inner .areaunit .tool-section-title {
  margin-bottom: 40px;
}
.inner .areaunit .text-wrapper .tool-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .inner .areaunit .text-wrapper .tool-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.inner .tool-section-title {
  color: #ffffff;
}
.inner .tool-text,
.inner .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.inner .tool-section-title,
.inner .tool-section-btn {
  text-align: center;
}
.unit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.unit .container,
.unit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .unit .container,
  .unit .container-fluid {
    padding: 0 20px;
  }
}
.unit a {
  display: block;
}
.unit a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #e8e12a;
  border-bottom: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    padding: 50px 0;
  }
}
.unit a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .unit a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper img {
    margin: 0 auto;
  }
}
.unit .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-right: none;
  }
}
.unit .copy-wrapper .copyright {
  margin-bottom: 0;
}
.unit .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .list-wrapper {
    height: auto;
  }
}
.unit .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.unit .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.unit .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.unit .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.unit .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .card-wrapper {
    margin-bottom: 50px;
  }
}
.unit .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #000000;
  border-radius: 24px;
}
.unit .card-wrapper .card-wrap .tool-section-title {
  margin-bottom: 42px;
}
.unit .card-wrapper .card-wrap .tool-text {
  margin-bottom: 42px;
}
.unit .copyright {
  color: #ffffff;
  text-align: center;
}
.unit .tool-section-title {
  color: #3d4045;
}
.unit .tool-text {
  color: #ffffff;
  text-align: center;
}
.unit .list {
  color: #ffffff;
}
.unit .tool-section-btn {
  text-align: right;
}
.unit .tool-section-title,
.unit .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.notch {
  background-color: transparent;
}
.notch .navbar-dropdown {
  background-color: #191b1d !important;
  padding: 0;
}
.notch .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .notch .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .notch .menu_box .navbar-collapse {
    background-color: #191b1d !important;
    transition: all 0s ease 0s;
  }
}
.notch .navbar-dropdown {
  position: relative !important;
}
.notch .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.notch .btn:hover {
  box-shadow: none;
}
.notch .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .notch .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .notch .nav-item {
    margin: 0 !important;
  }
}
.notch .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.notch .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e8e12a;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.notch .nav-item .nav-link:hover::before,
.notch .nav-item .nav-link:focus::before {
  width: 100%;
}
.notch .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.notch .container {
  display: flex;
  margin: auto;
}
.notch .clusterbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .notch .clusterbox {
    margin: 0;
  }
}
.notch .nav-item:focus,
.notch .nav-link:focus {
  outline: none;
}
.notch .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .notch .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.notch .navbar .region img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.notch .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .notch .navbar .nav-item {
    padding: .5rem 0;
  }
  .notch .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .notch .navbar .nav-item .nav-link::before {
    display: none;
  }
  .notch .navbar .region img {
    height: 3rem !important;
  }
  .notch .navbar ul.clusterbox {
    overflow: hidden;
  }
  .notch .navbar ul.clusterbox li {
    margin: 0;
  }
  .notch .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .notch .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.notch .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;
}
.notch .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.notch .navbar-brand .region a {
  outline: none;
}
.notch .navbar-expand-lg .clusterbox .nav-link {
  margin: 8px 12px !important;
}
.notch ul.clusterbox {
  flex-wrap: wrap;
  padding: 0;
}
.notch button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #191b1d;
  background: #191b1d;
}
.notch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.notch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.notch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.notch a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .notch .navbar {
    height: 70px;
  }
  .notch .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.notch .navbar-dropdown .region {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .notch .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.notch .navbar-caption:hover {
  color: #e8e12a;
}
@media (min-width: 992px) {
  .notch .clusterbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.notch .tool-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.notch .navbar-caption {
  color: #202020;
}
.notch .tool-text {
  color: #ffffff;
  text-align: center;
}
.notch .tool-section-subtitle,
.notch .tool-section-btn {
  text-align: center;
}
.notch a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.panebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
}
.panebox .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .panebox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .panebox .container {
    padding: 0 12px;
  }
}
.panebox .modlayer .tool-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .panebox .modlayer .tool-section-title {
    margin-bottom: 24px;
  }
}
.panebox .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #e8e12a;
  box-shadow: 4px 4px #e8e12a;
  background-color: #101010;
}
@media (max-width: 992px) {
  .panebox .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.panebox .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .panebox .card-wrapper .card-wrap {
    display: block;
  }
}
.panebox .card-wrapper .card-wrap .tool-text {
  margin-bottom: 0;
}
.panebox .tool-section-title {
  color: #ffffff;
  text-align: center;
}
.panebox .tool-section-subtitle {
  color: #222222;
}
.panebox .tool-text {
  color: #ffffff;
  text-align: center;
}
.panebox .list {
  color: #222222;
}
.zoneunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101010;
  background-image: linear-gradient(#101010 70%, #0a0a0a 110%);
}
.zoneunit .row {
  justify-content: center;
}
.zoneunit .tool-section-btn {
  text-align: right;
}
.zoneunit label {
  color: #ffffff;
}
.unit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.unit .container,
.unit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .unit .container,
  .unit .container-fluid {
    padding: 0 20px;
  }
}
.unit a {
  display: block;
}
.unit a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #e8e12a;
  border-bottom: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    padding: 50px 0;
  }
}
.unit a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .unit a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper img {
    margin: 0 auto;
  }
}
.unit .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-right: none;
  }
}
.unit .copy-wrapper .copyright {
  margin-bottom: 0;
}
.unit .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .list-wrapper {
    height: auto;
  }
}
.unit .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.unit .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.unit .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.unit .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.unit .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .card-wrapper {
    margin-bottom: 50px;
  }
}
.unit .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #000000;
  border-radius: 24px;
}
.unit .card-wrapper .card-wrap .tool-section-title {
  margin-bottom: 42px;
}
.unit .card-wrapper .card-wrap .tool-text {
  margin-bottom: 42px;
}
.unit .copyright {
  color: #ffffff;
  text-align: center;
}
.unit .tool-section-title {
  color: #3d4045;
}
.unit .tool-text {
  color: #ffffff;
  text-align: center;
}
.unit .list {
  color: #ffffff;
}
.unit .tool-section-btn {
  text-align: right;
}
.unit .tool-section-title,
.unit .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.notch {
  background-color: transparent;
}
.notch .navbar-dropdown {
  background-color: #191b1d !important;
  padding: 0;
}
.notch .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .notch .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .notch .menu_box .navbar-collapse {
    background-color: #191b1d !important;
    transition: all 0s ease 0s;
  }
}
.notch .navbar-dropdown {
  position: relative !important;
}
.notch .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.notch .btn:hover {
  box-shadow: none;
}
.notch .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .notch .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .notch .nav-item {
    margin: 0 !important;
  }
}
.notch .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.notch .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e8e12a;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.notch .nav-item .nav-link:hover::before,
.notch .nav-item .nav-link:focus::before {
  width: 100%;
}
.notch .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.notch .container {
  display: flex;
  margin: auto;
}
.notch .clusterbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .notch .clusterbox {
    margin: 0;
  }
}
.notch .nav-item:focus,
.notch .nav-link:focus {
  outline: none;
}
.notch .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .notch .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.notch .navbar .region img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.notch .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .notch .navbar .nav-item {
    padding: .5rem 0;
  }
  .notch .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .notch .navbar .nav-item .nav-link::before {
    display: none;
  }
  .notch .navbar .region img {
    height: 3rem !important;
  }
  .notch .navbar ul.clusterbox {
    overflow: hidden;
  }
  .notch .navbar ul.clusterbox li {
    margin: 0;
  }
  .notch .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .notch .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.notch .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;
}
.notch .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.notch .navbar-brand .region a {
  outline: none;
}
.notch .navbar-expand-lg .clusterbox .nav-link {
  margin: 8px 12px !important;
}
.notch ul.clusterbox {
  flex-wrap: wrap;
  padding: 0;
}
.notch button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #191b1d;
  background: #191b1d;
}
.notch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.notch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.notch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.notch a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .notch .navbar {
    height: 70px;
  }
  .notch .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.notch .navbar-dropdown .region {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .notch .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.notch .navbar-caption:hover {
  color: #e8e12a;
}
@media (min-width: 992px) {
  .notch .clusterbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.notch .tool-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.notch .navbar-caption {
  color: #202020;
}
.notch .tool-text {
  color: #ffffff;
  text-align: center;
}
.notch .tool-section-subtitle,
.notch .tool-section-btn {
  text-align: center;
}
.notch a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.linewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.linewrap .row {
  justify-content: center;
}
.linewrap .tool-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.linewrap .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .linewrap .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .linewrap .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.linewrap .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.linewrap .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  opacity: .5;
  pointer-events: none;
}
.linewrap .card-wrapper .tool-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .linewrap .card-wrapper .tool-section-subtitle {
    margin-bottom: 24px;
  }
}
.linewrap .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.linewrap .card-wrapper .text-wrapper .tool-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .linewrap .card-wrapper .text-wrapper .tool-text {
    width: 100%;
  }
}
.linewrap .card-wrapper .tool-section-btn {
  position: relative;
  z-index: 1;
}
.linewrap .card-wrapper .tool-section-btn .btn {
  margin-bottom: 0;
}
.linewrap .tool-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.linewrap .tool-text,
.linewrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.linewrap .tool-section-title,
.linewrap .tool-section-btn {
  text-align: center;
  color: #ffffff;
}
.grip {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.grip .tool-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.grip .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.grip .tool-text {
  text-align: justify;
  color: #ffffff;
}
.unit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.unit .container,
.unit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .unit .container,
  .unit .container-fluid {
    padding: 0 20px;
  }
}
.unit a {
  display: block;
}
.unit a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #e8e12a;
  border-bottom: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    padding: 50px 0;
  }
}
.unit a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .unit a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper img {
    margin: 0 auto;
  }
}
.unit .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-right: none;
  }
}
.unit .copy-wrapper .copyright {
  margin-bottom: 0;
}
.unit .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .list-wrapper {
    height: auto;
  }
}
.unit .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.unit .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.unit .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.unit .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.unit .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .card-wrapper {
    margin-bottom: 50px;
  }
}
.unit .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #000000;
  border-radius: 24px;
}
.unit .card-wrapper .card-wrap .tool-section-title {
  margin-bottom: 42px;
}
.unit .card-wrapper .card-wrap .tool-text {
  margin-bottom: 42px;
}
.unit .copyright {
  color: #ffffff;
  text-align: center;
}
.unit .tool-section-title {
  color: #3d4045;
}
.unit .tool-text {
  color: #ffffff;
  text-align: center;
}
.unit .list {
  color: #ffffff;
}
.unit .tool-section-btn {
  text-align: right;
}
.unit .tool-section-title,
.unit .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.notch {
  background-color: transparent;
}
.notch .navbar-dropdown {
  background-color: #191b1d !important;
  padding: 0;
}
.notch .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .notch .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .notch .menu_box .navbar-collapse {
    background-color: #191b1d !important;
    transition: all 0s ease 0s;
  }
}
.notch .navbar-dropdown {
  position: relative !important;
}
.notch .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.notch .btn:hover {
  box-shadow: none;
}
.notch .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .notch .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .notch .nav-item {
    margin: 0 !important;
  }
}
.notch .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.notch .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e8e12a;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.notch .nav-item .nav-link:hover::before,
.notch .nav-item .nav-link:focus::before {
  width: 100%;
}
.notch .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.notch .container {
  display: flex;
  margin: auto;
}
.notch .clusterbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .notch .clusterbox {
    margin: 0;
  }
}
.notch .nav-item:focus,
.notch .nav-link:focus {
  outline: none;
}
.notch .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .notch .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.notch .navbar .region img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.notch .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .notch .navbar .nav-item {
    padding: .5rem 0;
  }
  .notch .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .notch .navbar .nav-item .nav-link::before {
    display: none;
  }
  .notch .navbar .region img {
    height: 3rem !important;
  }
  .notch .navbar ul.clusterbox {
    overflow: hidden;
  }
  .notch .navbar ul.clusterbox li {
    margin: 0;
  }
  .notch .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .notch .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.notch .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;
}
.notch .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.notch .navbar-brand .region a {
  outline: none;
}
.notch .navbar-expand-lg .clusterbox .nav-link {
  margin: 8px 12px !important;
}
.notch ul.clusterbox {
  flex-wrap: wrap;
  padding: 0;
}
.notch button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #191b1d;
  background: #191b1d;
}
.notch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.notch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.notch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.notch a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .notch .navbar {
    height: 70px;
  }
  .notch .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.notch .navbar-dropdown .region {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .notch .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.notch .navbar-caption:hover {
  color: #e8e12a;
}
@media (min-width: 992px) {
  .notch .clusterbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.notch .tool-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.notch .navbar-caption {
  color: #202020;
}
.notch .tool-text {
  color: #ffffff;
  text-align: center;
}
.notch .tool-section-subtitle,
.notch .tool-section-btn {
  text-align: center;
}
.notch a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.mapwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.mapwrap .row {
  justify-content: center;
}
.mapwrap .tool-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.mapwrap .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .mapwrap .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .mapwrap .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.mapwrap .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.mapwrap .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  opacity: .5;
  pointer-events: none;
}
.mapwrap .card-wrapper .tool-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .mapwrap .card-wrapper .tool-section-subtitle {
    margin-bottom: 24px;
  }
}
.mapwrap .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.mapwrap .card-wrapper .text-wrapper .tool-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .mapwrap .card-wrapper .text-wrapper .tool-text {
    width: 100%;
  }
}
.mapwrap .card-wrapper .tool-section-btn {
  position: relative;
  z-index: 1;
}
.mapwrap .card-wrapper .tool-section-btn .btn {
  margin-bottom: 0;
}
.mapwrap .tool-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.mapwrap .tool-text,
.mapwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.mapwrap .tool-section-title,
.mapwrap .tool-section-btn {
  text-align: center;
  color: #ffffff;
}
.flexbox {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.flexbox .tool-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.flexbox .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.flexbox .tool-text {
  text-align: justify;
  color: #ffffff;
}
.unit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.unit .container,
.unit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .unit .container,
  .unit .container-fluid {
    padding: 0 20px;
  }
}
.unit a {
  display: block;
}
.unit a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #e8e12a;
  border-bottom: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    padding: 50px 0;
  }
}
.unit a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .unit a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper img {
    margin: 0 auto;
  }
}
.unit .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-right: none;
  }
}
.unit .copy-wrapper .copyright {
  margin-bottom: 0;
}
.unit .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .list-wrapper {
    height: auto;
  }
}
.unit .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.unit .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.unit .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.unit .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.unit .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .card-wrapper {
    margin-bottom: 50px;
  }
}
.unit .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #000000;
  border-radius: 24px;
}
.unit .card-wrapper .card-wrap .tool-section-title {
  margin-bottom: 42px;
}
.unit .card-wrapper .card-wrap .tool-text {
  margin-bottom: 42px;
}
.unit .copyright {
  color: #ffffff;
  text-align: center;
}
.unit .tool-section-title {
  color: #3d4045;
}
.unit .tool-text {
  color: #ffffff;
  text-align: center;
}
.unit .list {
  color: #ffffff;
}
.unit .tool-section-btn {
  text-align: right;
}
.unit .tool-section-title,
.unit .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.notch {
  background-color: transparent;
}
.notch .navbar-dropdown {
  background-color: #191b1d !important;
  padding: 0;
}
.notch .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .notch .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .notch .menu_box .navbar-collapse {
    background-color: #191b1d !important;
    transition: all 0s ease 0s;
  }
}
.notch .navbar-dropdown {
  position: relative !important;
}
.notch .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.notch .btn:hover {
  box-shadow: none;
}
.notch .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .notch .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .notch .nav-item {
    margin: 0 !important;
  }
}
.notch .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.notch .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e8e12a;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.notch .nav-item .nav-link:hover::before,
.notch .nav-item .nav-link:focus::before {
  width: 100%;
}
.notch .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.notch .container {
  display: flex;
  margin: auto;
}
.notch .clusterbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .notch .clusterbox {
    margin: 0;
  }
}
.notch .nav-item:focus,
.notch .nav-link:focus {
  outline: none;
}
.notch .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .notch .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.notch .navbar .region img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.notch .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .notch .navbar .nav-item {
    padding: .5rem 0;
  }
  .notch .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .notch .navbar .nav-item .nav-link::before {
    display: none;
  }
  .notch .navbar .region img {
    height: 3rem !important;
  }
  .notch .navbar ul.clusterbox {
    overflow: hidden;
  }
  .notch .navbar ul.clusterbox li {
    margin: 0;
  }
  .notch .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .notch .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.notch .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;
}
.notch .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.notch .navbar-brand .region a {
  outline: none;
}
.notch .navbar-expand-lg .clusterbox .nav-link {
  margin: 8px 12px !important;
}
.notch ul.clusterbox {
  flex-wrap: wrap;
  padding: 0;
}
.notch button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #191b1d;
  background: #191b1d;
}
.notch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.notch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.notch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.notch a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .notch .navbar {
    height: 70px;
  }
  .notch .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.notch .navbar-dropdown .region {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .notch .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.notch .navbar-caption:hover {
  color: #e8e12a;
}
@media (min-width: 992px) {
  .notch .clusterbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.notch .tool-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.notch .navbar-caption {
  color: #202020;
}
.notch .tool-text {
  color: #ffffff;
  text-align: center;
}
.notch .tool-section-subtitle,
.notch .tool-section-btn {
  text-align: center;
}
.notch a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.sublayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.sublayer .row {
  justify-content: center;
}
.sublayer .tool-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.sublayer .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .sublayer .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .sublayer .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.sublayer .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.sublayer .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  opacity: .5;
  pointer-events: none;
}
.sublayer .card-wrapper .tool-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .sublayer .card-wrapper .tool-section-subtitle {
    margin-bottom: 24px;
  }
}
.sublayer .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.sublayer .card-wrapper .text-wrapper .tool-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .sublayer .card-wrapper .text-wrapper .tool-text {
    width: 100%;
  }
}
.sublayer .card-wrapper .tool-section-btn {
  position: relative;
  z-index: 1;
}
.sublayer .card-wrapper .tool-section-btn .btn {
  margin-bottom: 0;
}
.sublayer .tool-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.sublayer .tool-text,
.sublayer .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.sublayer .tool-section-title,
.sublayer .tool-section-btn {
  text-align: center;
  color: #ffffff;
}
.headbox {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.headbox .tool-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.headbox .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.headbox .tool-text {
  text-align: justify;
  color: #ffffff;
}
.unit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.unit .container,
.unit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .unit .container,
  .unit .container-fluid {
    padding: 0 20px;
  }
}
.unit a {
  display: block;
}
.unit a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #e8e12a;
  border-bottom: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    padding: 50px 0;
  }
}
.unit a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .unit a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper img {
    margin: 0 auto;
  }
}
.unit .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-right: none;
  }
}
.unit .copy-wrapper .copyright {
  margin-bottom: 0;
}
.unit .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .list-wrapper {
    height: auto;
  }
}
.unit .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.unit .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.unit .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.unit .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.unit .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .card-wrapper {
    margin-bottom: 50px;
  }
}
.unit .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #000000;
  border-radius: 24px;
}
.unit .card-wrapper .card-wrap .tool-section-title {
  margin-bottom: 42px;
}
.unit .card-wrapper .card-wrap .tool-text {
  margin-bottom: 42px;
}
.unit .copyright {
  color: #ffffff;
  text-align: center;
}
.unit .tool-section-title {
  color: #3d4045;
}
.unit .tool-text {
  color: #ffffff;
  text-align: center;
}
.unit .list {
  color: #ffffff;
}
.unit .tool-section-btn {
  text-align: right;
}
.unit .tool-section-title,
.unit .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
.notch {
  background-color: transparent;
}
.notch .navbar-dropdown {
  background-color: #191b1d !important;
  padding: 0;
}
.notch .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .notch .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .notch .menu_box .navbar-collapse {
    background-color: #191b1d !important;
    transition: all 0s ease 0s;
  }
}
.notch .navbar-dropdown {
  position: relative !important;
}
.notch .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.notch .btn:hover {
  box-shadow: none;
}
.notch .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .notch .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .notch .nav-item {
    margin: 0 !important;
  }
}
.notch .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.notch .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e8e12a;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.notch .nav-item .nav-link:hover::before,
.notch .nav-item .nav-link:focus::before {
  width: 100%;
}
.notch .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.notch .container {
  display: flex;
  margin: auto;
}
.notch .clusterbox {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .notch .clusterbox {
    margin: 0;
  }
}
.notch .nav-item:focus,
.notch .nav-link:focus {
  outline: none;
}
.notch .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .notch .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.notch .navbar .region img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.notch .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .notch .navbar .nav-item {
    padding: .5rem 0;
  }
  .notch .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .notch .navbar .nav-item .nav-link::before {
    display: none;
  }
  .notch .navbar .region img {
    height: 3rem !important;
  }
  .notch .navbar ul.clusterbox {
    overflow: hidden;
  }
  .notch .navbar ul.clusterbox li {
    margin: 0;
  }
  .notch .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .notch .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.notch .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;
}
.notch .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.notch .navbar-brand .region a {
  outline: none;
}
.notch .navbar-expand-lg .clusterbox .nav-link {
  margin: 8px 12px !important;
}
.notch ul.clusterbox {
  flex-wrap: wrap;
  padding: 0;
}
.notch button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #191b1d;
  background: #191b1d;
}
.notch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.notch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.notch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.notch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.notch a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .notch .navbar {
    height: 70px;
  }
  .notch .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.notch .navbar-dropdown .region {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .notch .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.notch .navbar-caption:hover {
  color: #e8e12a;
}
@media (min-width: 992px) {
  .notch .clusterbox.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.notch .tool-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.notch .navbar-caption {
  color: #202020;
}
.notch .tool-text {
  color: #ffffff;
  text-align: center;
}
.notch .tool-section-subtitle,
.notch .tool-section-btn {
  text-align: center;
}
.notch a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.viewlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.viewlayer .row {
  justify-content: center;
}
.viewlayer .tool-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.viewlayer .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .viewlayer .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .viewlayer .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.viewlayer .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.viewlayer .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  opacity: .5;
  pointer-events: none;
}
.viewlayer .card-wrapper .tool-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .viewlayer .card-wrapper .tool-section-subtitle {
    margin-bottom: 24px;
  }
}
.viewlayer .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.viewlayer .card-wrapper .text-wrapper .tool-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .viewlayer .card-wrapper .text-wrapper .tool-text {
    width: 100%;
  }
}
.viewlayer .card-wrapper .tool-section-btn {
  position: relative;
  z-index: 1;
}
.viewlayer .card-wrapper .tool-section-btn .btn {
  margin-bottom: 0;
}
.viewlayer .tool-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.viewlayer .tool-text,
.viewlayer .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.viewlayer .tool-section-title,
.viewlayer .tool-section-btn {
  text-align: center;
  color: #ffffff;
}
.traceunit {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #101010;
}
.traceunit .tool-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.traceunit .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.traceunit .tool-text {
  text-align: justify;
  color: #ffffff;
}
.unit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191b1d;
}
.unit .container,
.unit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .unit .container,
  .unit .container-fluid {
    padding: 0 20px;
  }
}
.unit a {
  display: block;
}
.unit a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #e8e12a;
  border-bottom: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper {
    padding: 50px 0;
  }
}
.unit a .logo-wrapper img {
  height: 250px;
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .unit a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .unit a .logo-wrapper img {
    margin: 0 auto;
  }
}
.unit .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #e8e12a;
  border-right: none;
  border-left: 1px solid #e8e12a;
  padding: 24px 0 24px 24px;
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-left: none;
  }
}
@media (max-width: 992px) {
  .unit .copy-wrapper {
    border-right: none;
  }
}
.unit .copy-wrapper .copyright {
  margin-bottom: 0;
}
.unit .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .list-wrapper {
    height: auto;
  }
}
.unit .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.unit .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.unit .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unit .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.unit .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.unit .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .unit .card-wrapper {
    margin-bottom: 50px;
  }
}
.unit .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #000000;
  border-radius: 24px;
}
.unit .card-wrapper .card-wrap .tool-section-title {
  margin-bottom: 42px;
}
.unit .card-wrapper .card-wrap .tool-text {
  margin-bottom: 42px;
}
.unit .copyright {
  color: #ffffff;
  text-align: center;
}
.unit .tool-section-title {
  color: #3d4045;
}
.unit .tool-text {
  color: #ffffff;
  text-align: center;
}
.unit .list {
  color: #ffffff;
}
.unit .tool-section-btn {
  text-align: right;
}
.unit .tool-section-title,
.unit .tool-section-btn {
  color: #ffffff;
  text-align: center;
}
@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);
  }
}
.rowgrid {
  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;
}
.rowgrid.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: coolIn 0.8s ease-out forwards;
}
.rowgrid p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#cookieBanner button,
.rowgrid 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) {
  .rowgrid {
    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;
  }
  .rowgrid.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,
  .rowgrid button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 480px) {
  .rowgrid {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }
  #cookieBanner button,
  .rowgrid button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}
@keyframes blurIn {
    0% {
        filter: blur(10px);
        opacity: 0;
    }
    100% {
        filter: blur(0);
        opacity: 1;
    }
}
.navbar-brand {
    animation: blurIn 1s ease-out;
}
.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 ::-moz-placeholder {
  color: #8b8b8b;
}
.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/sharp2.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, #ffa54a, #ffc488);
  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);
}
