@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-info-rgb: 13, 202, 240;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, 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;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.shellbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .shellbox {
    font-size: 5rem;
  }
}

.coverunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .coverunit {
    font-size: 4.5rem;
  }
}

.zonefield {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .zonefield {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
 .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.layoutrow {
  --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;
}
.layoutrow .nav-link.active, .layoutrow .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 .layoutrow {
    flex-direction: row;
  }
  .navbar-expand-lg .layoutrow .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);
}

.tile {
  --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);
}

.wrapgrid {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/soft3.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 .layoutnode {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .layoutnode img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .layoutnode.bitmap-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .bitmap-iconfont + .navbar-caption {
    vertical-align: -1px; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/soft3.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/soft3.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.bitmap-iconfont:hover {
  text-decoration: none;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.bitmap-section-title {
  font-style: normal;
  line-height: 1.3;
}

.bitmap-section-subtitle {
  line-height: 1.3;
}

.sidebox {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.shellbox,
.coverunit,
.zonefield,
.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;
}

/*! Base colors */
.formpad {
  color: #ffffff;
}

/*! Text-aligns */

.dompart {
  text-align: center;
}

/*! Font-weight  */

.outerpad {
  font-weight: 400;
}

.pathbox {
  font-weight: 500;
}

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.bitmap-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .bitmap-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .bitmap-iconfont,
.btn.btn-sm .bitmap-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .bitmap-iconfont,
.btn.btn-md .bitmap-iconfont {
  margin-left: 0.8rem;
}

.outerpad {
  font-weight: 400;
}

.pathbox {
  font-weight: 500;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.layout .navunit {
  min-height: 100vh;
}

.layout {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@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 .layoutnode 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 .layoutrow.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .bitmap-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .bitmap-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;
}

.navunit {
  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;
}

.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: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.item {
  position: relative;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/soft3.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: 'curve2';
  font-display: swap;
  src:  url('fonts/interaction2.eot');
  src:  url('fonts/interaction2.eot') format('embedded-opentype'),
    url('fonts/interaction2.woff2') format('woff2'),
    url('fonts/interaction2.woff') format('woff'),
    url('fonts/interaction2.ttf') format('truetype'),
    url('fonts/interaction2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="contrast-"], [class*=" contrast-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'curve2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contrast-iteration-letter:before {
  content: "\e945";
}
.contrast-iteration-map-pin:before {
  content: "\e94c";
}
.contrast-iteration-phone:before {
  content: "\e95b";
}
.contrast-iteration-star:before {
  content: "\e97b";
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/soft3.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;
}
body {
  font-family: Rethink Sans;
}
.shellbox {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.shellbox > .bitmap-iconfont {
  font-size: 3.75rem;
}
.coverunit {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.17;
}
.coverunit > .bitmap-iconfont {
  font-size: 3.5rem;
}
.zonefield {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
.zonefield > .bitmap-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .bitmap-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.286;
}
.display-7 > .bitmap-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .shellbox {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .shellbox {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .coverunit {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .zonefield {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary {
  background: linear-gradient(90deg, #060606, #060606 65%, #393939) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #060606 !important;
  border-color: #060606 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #202020 !important;
  border-color: #202020 !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #ff6200, #ff6200 65%, #ffa166) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6200 !important;
  border-color: #ff6200 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff8133 !important;
  border-color: #ff8133 !important;
  box-shadow: none;
}

.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff8133 !important;
  border-color: #ff8133 !important;
}
.btn-info {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(90deg, #af4300, #af4300 65%, #ff6f16) !important;
}
.btn-success,
.btn-success:active {
  background-color: #af4300 !important;
  border-color: #af4300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
  color: inherit;
  background-color: #e25700 !important;
  border-color: #e25700 !important;
  box-shadow: none;
}

.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e25700 !important;
  border-color: #e25700 !important;
}
.btn-warning {
  background: linear-gradient(90deg, #7e3000, #7e3000 65%, #e45700) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7e3000 !important;
  border-color: #7e3000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
  color: inherit;
  background-color: #b14300 !important;
  border-color: #b14300 !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b14300 !important;
  border-color: #b14300 !important;
}
.btn-danger {
  background: linear-gradient(90deg, #dc5400, #dc5400 65%, #ff8b43) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dc5400 !important;
  border-color: #dc5400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !important;
  box-shadow: none;
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !important;
}
.btn-white {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(90deg, #232323, #232323 65%, #565656) !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #060606;
  color: #060606;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #060606 !important;
  border-color: #060606 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6200;
  color: #ff6200;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.active {
  color: #a84100 !important;
  background-color: transparent !important;
  border-color: #a84100 !important;
  box-shadow: none !important;
}

.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6200 !important;
  border-color: #ff6200 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}

.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #af4300;
  color: #af4300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.active {
  color: #582200 !important;
  background-color: transparent !important;
  border-color: #582200 !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #af4300 !important;
  border-color: #af4300 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #7e3000;
  color: #7e3000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.active {
  color: #270f00 !important;
  background-color: transparent !important;
  border-color: #270f00 !important;
  box-shadow: none !important;
}

.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7e3000 !important;
  border-color: #7e3000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dc5400;
  color: #dc5400;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.active {
  color: #853300 !important;
  background-color: transparent !important;
  border-color: #853300 !important;
  box-shadow: none !important;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dc5400 !important;
  border-color: #dc5400 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}

.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #060606 !important;
}
.text-secondary {
  color: #ff6200 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #993b00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.tile {
  background-color: #70c770;
}
.wrapgrid {
  background-color: #dc5400;
}
.bitmap-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #060606;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.286;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .bitmap-iconfont {
  font-size: 1.25rem;
}
.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: #060606 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.286;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .bitmap-iconfont {
  font-size: 1.25rem;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.bitmap-section-btn .btn {
  padding: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
}
.bitmap-section-btn .btn .bitmap-iconfont {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 85%;
}
.bitmap-section-btn .btn:hover,
.bitmap-section-btn .btn:focus {
  transform: scale(1.04);
}
.bitmap-section-btn .btn:hover .bitmap-iconfont,
.bitmap-section-btn .btn:focus .bitmap-iconfont {
  transform: translateX(2px);
}
.bitmap-section-btn .btn-primary,
.bitmap-section-btn .btn-secondary,
.bitmap-section-btn .btn-success,
.bitmap-section-btn .btn-info,
.bitmap-section-btn .btn-warning,
.bitmap-section-btn .btn-danger,
.bitmap-section-btn .btn-black,
.bitmap-section-btn .btn-white {
  border: none !important;
}
.bitmap-section-btn .btn-primary-outline,
.bitmap-section-btn .btn-secondary-outline,
.bitmap-section-btn .btn-success-outline,
.bitmap-section-btn .btn-info-outline,
.bitmap-section-btn .btn-warning-outline,
.bitmap-section-btn .btn-danger-outline,
.bitmap-section-btn .btn-black-outline,
.bitmap-section-btn .btn-white-outline {
  border-width: 1px !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper,
.item-wrap {
  border-radius: 24px !important;
}
.form-control {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.subbox .navbar-dropdown {
  position: relative !important;
}
.subbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.subbox .nav-link {
  position: relative;
}
.subbox .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .subbox .container {
    flex-wrap: nowrap;
  }
}
.subbox .nav-item:focus,
.subbox .nav-link:focus {
  outline: none;
}
.subbox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.subbox .navbar .layoutnode img {
  width: auto;
  border-radius: 6px !important;
}
.subbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .subbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .subbox .navbar .layoutnode img {
    height: 3rem !important;
  }
  .subbox .navbar ul.layoutrow li {
    margin: auto;
  }
  .subbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .subbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.subbox .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.subbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.subbox .navbar-brand .navbar-caption:hover,
.subbox .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.subbox .navbar-brand .layoutnode a {
  outline: none;
}
.subbox .navbar-expand-lg .layoutrow .nav-link {
  padding: 0;
}
.subbox ul.layoutrow {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .subbox ul.layoutrow {
    padding: 0;
    background-color: #121212;
    border: none;
  }
}
.subbox button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.subbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.subbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.subbox button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.subbox button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.subbox button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.subbox .navbar-dropdown {
  padding: 0 1rem;
}
.subbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .subbox .navbar {
    height: 70px;
  }
  .subbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.subbox .layoutrow {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.subbox .nav-item {
  padding: 0;
  margin: 0;
}
.subbox .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.subbox .nav-item .nav-link::after {
  color: #ff6200 !important;
  transform: rotate(0);
  transition: .3s;
}
.subbox .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #ff6200 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.subbox .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .subbox .navbar {
    justify-content: flex-start !important;
  }
  .subbox .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .subbox .navbar-collapse .layoutrow {
    width: 100%;
    margin-bottom: 24px;
  }
  .subbox .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .subbox .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .subbox .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.subbox .holdlayer {
  min-height: 90px;
}
.layoutunit {
  background-image: url("images/soft1.jpg");
}
.layoutunit .holdlayer {
  margin: 0 -50px 50px;
}
.layoutunit .holdlayer .card {
  padding: 0 50px;
}
.layoutunit .holdlayer .card:last-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .layoutunit .holdlayer .drawunit {
    margin-bottom: 30px;
  }
}
.layoutunit .holdlayer .drawunit img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 1640px) {
  .layoutunit .holdlayer .drawunit img {
    height: 300px;
  }
}
@media (max-width: 1440px) {
  .layoutunit .holdlayer .drawunit img {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .layoutunit .holdlayer .drawunit img {
    height: 200px;
  }
}
@media (max-width: 992px) {
  .layoutunit .holdlayer .drawunit img {
    height: 300px;
  }
}
.layoutunit .holdlayer .text-wrapper .headbox .bitmap-section-title {
  margin-bottom: 20px;
}
.layoutunit .holdlayer .text-wrapper .text-wrap .sidebox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutunit .holdlayer .text-wrapper .text-wrap .sidebox {
    width: 100%;
  }
}
.layoutunit .holdlayer .bitmap-section-btn {
  margin-top: 20px;
}
.layoutunit .bitmap-section-title {
  color: #ffffff;
}
.layoutunit .bitmap-section-subtitle {
  color: #ffffff;
}
.layoutunit .sidebox {
  color: #ffffff;
}
.layoutunit .bitmap-section-title,
.layoutunit .headbox,
.layoutunit .bitmap-section-btn {
  color: #ff6200;
}
.spanlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #060606;
}
.spanlayer .row {
  justify-content: center;
}
.spanlayer .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .spanlayer .sidewrap {
    margin-bottom: 10px;
  }
}
.spanlayer .sidewrap .headbox {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .spanlayer .sidewrap .headbox {
    margin-bottom: 30px;
  }
}
.spanlayer .sidewrap .headbox .bitmap-section-title {
  margin-bottom: 0;
}
.spanlayer .sidewrap .headbox .bitmap-section-subtitle {
  margin-bottom: 0;
}
.spanlayer .sidewrap .text-wrapper .sidebox {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .spanlayer .sidewrap .text-wrapper .sidebox {
    margin-bottom: 30px;
    width: 100%;
  }
}
.spanlayer .drawunit {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .spanlayer .drawunit {
    display: block;
  }
}
.spanlayer .drawunit::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ff6200, transparent);
  filter: blur(100px);
}
.spanlayer .drawunit .topwrap {
  position: relative;
  z-index: 1;
}
.spanlayer .drawunit .topwrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .spanlayer .drawunit .topwrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .spanlayer .drawunit .topwrap img {
    height: 350px;
    width: 100%;
  }
}
.spanlayer .bitmap-section-title {
  color: #ff6200;
}
.spanlayer .bitmap-section-subtitle {
  color: #ffffff;
}
.spanlayer .sidebox {
  color: #ffffff;
}
.outer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #060606;
}
.outer .row {
  justify-content: center;
}
.outer .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .outer .sidewrap {
    margin-bottom: 10px;
  }
}
.outer .sidewrap .headbox {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .outer .sidewrap .headbox {
    margin-bottom: 30px;
  }
}
.outer .sidewrap .headbox .bitmap-section-title {
  margin-bottom: 0;
}
.outer .sidewrap .headbox .bitmap-section-subtitle {
  margin-bottom: 0;
}
.outer .sidewrap .text-wrapper .sidebox {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .outer .sidewrap .text-wrapper .sidebox {
    margin-bottom: 30px;
    width: 100%;
  }
}
.outer .drawunit {
  position: relative;
  display: flex;
  justify-content: flex-end;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .outer .drawunit {
    display: block;
  }
}
.outer .drawunit::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ff6200, transparent);
  filter: blur(100px);
  right: auto;
  left: 0;
}
.outer .drawunit .topwrap {
  position: relative;
  z-index: 1;
}
.outer .drawunit .topwrap img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .outer .drawunit .topwrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .outer .drawunit .topwrap img {
    height: 350px;
    width: 100%;
  }
}
.outer .bitmap-section-title {
  color: #ff6200;
}
.outer .bitmap-section-subtitle {
  color: #ffffff;
}
.outer .sidebox {
  color: #ffffff;
}
.shellunit {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("images/blue1.jpg");
}
.shellunit img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.shellunit .img-wrapper .bitmap-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ff6200, #060606);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shellunit .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .shellunit .card-wrapper {
    padding: 2rem 1rem;
  }
}
.shellunit .first:hover:before {
  content: none;
}
.shellunit .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ff6200, #060606);
  content: "";
}
.shellunit .last:hover:after {
  content: none;
}
.shellunit .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ff6200, #060606);
  content: "";
}
.shellunit .bitmap-section-text {
  color: #ffffff;
}
.shellunit .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.shellunit .card .img-wrapper {
  overflow: hidden;
}
.shellunit .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.shellunit .card:hover .bitmap-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.shellunit .card:hover .card-wrapper {
  background: linear-gradient(to left, #ff6200, #060606);
  color: #ffffff !important;
}
.shellunit .card:hover .card-wrapper .bitmap-section-text {
  color: #ffffff !important;
}
.zonelayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.zonelayer .container,
.zonelayer .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .zonelayer .container,
  .zonelayer .container-fluid {
    padding: 0 20px;
  }
}
.zonelayer a {
  display: block;
}
.zonelayer a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #dc5400;
  border-bottom: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    padding: 50px 0;
  }
}
.zonelayer a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .zonelayer a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper img {
    margin: 0 auto;
  }
}
.zonelayer .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer .copy-wrapper {
    border-right: none;
  }
}
.zonelayer .copy-wrapper .copyright {
  margin-bottom: 0;
}
.zonelayer .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper {
    height: auto;
  }
}
.zonelayer .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.zonelayer .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.zonelayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.zonelayer .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.zonelayer .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .card-wrapper {
    margin-bottom: 50px;
  }
}
.zonelayer .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #121212;
  border-radius: 24px;
}
.zonelayer .card-wrapper .card-wrap .bitmap-section-title {
  margin-bottom: 42px;
}
.zonelayer .card-wrapper .card-wrap .sidebox {
  margin-bottom: 42px;
}
.zonelayer .copyright {
  color: #ffffff;
  text-align: center;
}
.zonelayer .bitmap-section-title {
  color: #3d4045;
}
.zonelayer .sidebox {
  color: #ffffff;
  text-align: center;
}
.zonelayer .list {
  color: #ffffff;
}
.zonelayer .bitmap-section-btn {
  text-align: right;
}
.zonelayer .bitmap-section-title,
.zonelayer .bitmap-section-btn {
  color: #ff6200;
  text-align: center;
}
.subbox .navbar-dropdown {
  position: relative !important;
}
.subbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.subbox .nav-link {
  position: relative;
}
.subbox .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .subbox .container {
    flex-wrap: nowrap;
  }
}
.subbox .nav-item:focus,
.subbox .nav-link:focus {
  outline: none;
}
.subbox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.subbox .navbar .layoutnode img {
  width: auto;
  border-radius: 6px !important;
}
.subbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .subbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .subbox .navbar .layoutnode img {
    height: 3rem !important;
  }
  .subbox .navbar ul.layoutrow li {
    margin: auto;
  }
  .subbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .subbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.subbox .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.subbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.subbox .navbar-brand .navbar-caption:hover,
.subbox .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.subbox .navbar-brand .layoutnode a {
  outline: none;
}
.subbox .navbar-expand-lg .layoutrow .nav-link {
  padding: 0;
}
.subbox ul.layoutrow {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .subbox ul.layoutrow {
    padding: 0;
    background-color: #121212;
    border: none;
  }
}
.subbox button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.subbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.subbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.subbox button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.subbox button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.subbox button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.subbox .navbar-dropdown {
  padding: 0 1rem;
}
.subbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .subbox .navbar {
    height: 70px;
  }
  .subbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.subbox .layoutrow {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.subbox .nav-item {
  padding: 0;
  margin: 0;
}
.subbox .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.subbox .nav-item .nav-link::after {
  color: #ff6200 !important;
  transform: rotate(0);
  transition: .3s;
}
.subbox .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #ff6200 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.subbox .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .subbox .navbar {
    justify-content: flex-start !important;
  }
  .subbox .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .subbox .navbar-collapse .layoutrow {
    width: 100%;
    margin-bottom: 24px;
  }
  .subbox .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .subbox .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .subbox .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.subbox .holdlayer {
  min-height: 90px;
}
.sectional {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("images/blue2.jpg");
}
.sectional .sidewrap .bitmap-section-title {
  margin-bottom: 10px;
}
.sectional .sidewrap .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .sectional .sidewrap .text-wrapper {
    margin-bottom: 48px;
  }
}
.sectional .sidewrap .text-wrapper .sidebox {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #ff6200, #ff8133 65%, #ffa166);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .sectional .sidewrap .text-wrapper .sidebox {
    width: 100%;
  }
}
.sectional .bitmap-section-title {
  color: #ffffff;
}

.sectional .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.sectional .sidebox,
.sectional .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.sectional .bitmap-section-title,
.sectional .bitmap-section-btn {
  text-align: center;
}
.routebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.routebox .row.card {
  padding: 0 90px;
  background-color: #060606;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .routebox .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.routebox .row.card .bitmap-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .routebox .row.card .bitmap-section-title {
    margin: 32px 0 0 0;
  }
}
.routebox .row.card .drawunit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .routebox .row.card .drawunit {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .routebox .row.card .drawunit {
    display: block;
  }
}
.routebox .row.card .drawunit img {
  object-fit: cover;
  border-radius: 10px;
}
.routebox .row.card .drawunit img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .routebox .row.card .drawunit img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.routebox .row.card .drawunit img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .routebox .row.card .drawunit img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.routebox .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .routebox .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.routebox .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.routebox .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #ff6200;
  transition: all .3s ease;
}
.routebox .row.card .text-wrapper .sidebox {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.routebox .row.card .text-wrapper .bitmap-section-btn {
  position: relative;
  z-index: 1;
}
.routebox .bitmap-section-title {
  color: #ff6200;
}
.routebox .bitmap-section-subtitle {
  color: #101511;
  text-align: center;
}
.routebox .sidebox {
  color: #6e716f;
}
.routebox .sidebox,
.routebox .bitmap-section-btn {
  color: #ffffff;
}
.wrapbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.wrapbox .row {
  padding: 0 110px;
  position: relative;
}
.wrapbox .row::before {
  content: '';
  position: absolute;
  top: -5rem;
  right: 0;
  display: block;
  width: 45%;
  height: 140%;
  background-color: #060606;
  border-radius: 0 0 100% 0;
  right: auto;
  left: 0;
  border-radius: 0 0 0 100%;
}
@media (max-width: 992px) {
  .wrapbox .row::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .wrapbox .row {
    padding: 0 12px;
  }
}
.wrapbox .image {
  position: relative;
}
.wrapbox .image::before {
  content: '';
  display: block;
  background-color: #ff6200;
  position: absolute;
  top: -4rem;
  left: 6rem;
  width: 100px;
  height: 100px;
  z-index: 2;
  left: auto;
  right: 6rem;
}
@media (max-width: 992px) {
  .wrapbox .image::before {
    display: none;
  }
}
.wrapbox .image::after {
  content: '';
  display: block;
  background-color: #060606;
  position: absolute;
  top: -2.7rem;
  left: 7.3rem;
  width: 60px;
  height: 60px;
  border-radius: 0 100% 0 0;
  z-index: 3;
  left: auto;
  right: 7.3rem;
  border-radius: 100% 0 0 0;
}
@media (max-width: 992px) {
  .wrapbox .image::after {
    display: none;
  }
}
.wrapbox .drawunit {
  position: relative;
  padding-right: 85px;
  padding-right: 0;
  padding-left: 85px;
}
@media (max-width: 992px) {
  .wrapbox .drawunit {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .wrapbox .drawunit {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.wrapbox .drawunit img {
  max-width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 0 0 0 75%;
  z-index: 1;
  position: relative;
  border-radius: 0 0 75% 0;
}
.wrapbox .drawunit::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #dc5400;
  right: auto;
  left: 0;
}
@media (max-width: 992px) {
  .wrapbox .drawunit::before {
    display: none;
  }
}
.wrapbox .drawunit::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  right: 3rem;
  width: 60px;
  height: 60px;
  background-color: #121212;
  border-radius: 100%;
  right: auto;
  left: 3rem;
}
@media (max-width: 992px) {
  .wrapbox .drawunit::after {
    display: none;
  }
}
.wrapbox .text-wrapper {
  padding-left: 40px;
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .wrapbox .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .wrapbox .text-wrapper {
    padding: 0;
  }
}
.wrapbox .text-wrapper .bitmap-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .wrapbox .text-wrapper .bitmap-section-title {
    margin: 10px 0;
  }
}
.wrapbox .text-wrapper .sidebox {
  margin-bottom: 0;
}
.wrapbox .bitmap-section-title {
  color: #f3722f;
}
.wrapbox .sidebox {
  color: #ffffff;
}
.module {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.module .row.card {
  padding: 0 90px;
  background-color: #060606;
  border-radius: 60px;
  flex-direction: row;
}
@media (max-width: 768px) {
  .module .row.card {
    padding: 0 32px;
    margin: 0;
  }
}
.module .row.card .bitmap-section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 992px) {
  .module .row.card .bitmap-section-title {
    margin: 32px 0 0 0;
  }
}
.module .row.card .drawunit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 96px 0 -4rem 0;
}
@media (max-width: 992px) {
  .module .row.card .drawunit {
    margin: 32px 0 0 0;
  }
}
@media (max-width: 768px) {
  .module .row.card .drawunit {
    display: block;
  }
}
.module .row.card .drawunit img {
  object-fit: cover;
  border-radius: 10px;
}
.module .row.card .drawunit img:first-child {
  width: 220px;
  height: 296px;
  transform: rotate(330deg);
}
@media (max-width: 768px) {
  .module .row.card .drawunit img:first-child {
    transform: rotate(-5deg);
    margin: 0 auto 32px;
    width: 180px;
  }
}
.module .row.card .drawunit img:last-child {
  width: 260px;
  height: 350px;
  transform: rotate(31deg);
}
@media (max-width: 768px) {
  .module .row.card .drawunit img:last-child {
    transform: rotate(5deg);
    margin: 0 auto;
    width: 180px;
  }
}
.module .row.card .text-wrapper {
  position: relative;
  z-index: 1;
  padding: 105px 0 105px 0;
  height: 100%;
}
@media (max-width: 768px) {
  .module .row.card .text-wrapper {
    padding-top: 32px;
  }
}
.module .row.card .text-wrapper:hover::before {
  right: 40%;
  top: 40%;
}
.module .row.card .text-wrapper::before {
  content: '';
  position: absolute;
  right: 20%;
  top: 35%;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(75px) blur(75px);
  background-color: #ff6200;
  transition: all .3s ease;
}
.module .row.card .text-wrapper .sidebox {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.module .row.card .text-wrapper .bitmap-section-btn {
  position: relative;
  z-index: 1;
}
.module .bitmap-section-title {
  color: #ff6200;
}
.module .bitmap-section-subtitle {
  color: #101511;
  text-align: center;
}
.module .sidebox {
  color: #6e716f;
}
.module .sidebox,
.module .bitmap-section-btn {
  color: #ffffff;
}
.mainsegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.mainsegment .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .mainsegment .row {
    padding: 0 12px;
  }
}
.mainsegment .drawunit {
  position: relative;
}
.mainsegment .drawunit::before {
  content: '';
  display: block;
  background-color: #dc5400;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 150px;
}
@media (max-width: 992px) {
  .mainsegment .drawunit::before {
    display: none;
  }
}
.mainsegment .drawunit::after {
  content: '';
  display: block;
  background-color: #060606;
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 100px;
  height: 100px;
  border-radius: 0 100% 0 0;
}
@media (max-width: 992px) {
  .mainsegment .drawunit::after {
    display: none;
  }
}
.mainsegment .drawunit img {
  max-width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 0 0 0 100%;
}
.mainsegment .text-wrapper {
  padding: 60px 0 0 100px;
}
@media (max-width: 992px) {
  .mainsegment .text-wrapper {
    padding: 60px 0 0;
  }
}
.mainsegment .text-wrapper .bitmap-section-title {
  margin-bottom: 15px;
}
.mainsegment .text-wrapper .sidebox {
  margin-bottom: 0;
}
.mainsegment .bitmap-section-title {
  color: #ff6200;
}
.mainsegment .sidebox {
  color: #ffffff;
}
.zonelayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.zonelayer .container,
.zonelayer .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .zonelayer .container,
  .zonelayer .container-fluid {
    padding: 0 20px;
  }
}
.zonelayer a {
  display: block;
}
.zonelayer a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #dc5400;
  border-bottom: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    padding: 50px 0;
  }
}
.zonelayer a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .zonelayer a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper img {
    margin: 0 auto;
  }
}
.zonelayer .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer .copy-wrapper {
    border-right: none;
  }
}
.zonelayer .copy-wrapper .copyright {
  margin-bottom: 0;
}
.zonelayer .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper {
    height: auto;
  }
}
.zonelayer .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.zonelayer .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.zonelayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.zonelayer .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.zonelayer .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .card-wrapper {
    margin-bottom: 50px;
  }
}
.zonelayer .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #121212;
  border-radius: 24px;
}
.zonelayer .card-wrapper .card-wrap .bitmap-section-title {
  margin-bottom: 42px;
}
.zonelayer .card-wrapper .card-wrap .sidebox {
  margin-bottom: 42px;
}
.zonelayer .copyright {
  color: #ffffff;
  text-align: center;
}
.zonelayer .bitmap-section-title {
  color: #3d4045;
}
.zonelayer .sidebox {
  color: #ffffff;
  text-align: center;
}
.zonelayer .list {
  color: #ffffff;
}
.zonelayer .bitmap-section-btn {
  text-align: right;
}
.zonelayer .bitmap-section-title,
.zonelayer .bitmap-section-btn {
  color: #ff6200;
  text-align: center;
}
.subbox .navbar-dropdown {
  position: relative !important;
}
.subbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.subbox .nav-link {
  position: relative;
}
.subbox .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .subbox .container {
    flex-wrap: nowrap;
  }
}
.subbox .nav-item:focus,
.subbox .nav-link:focus {
  outline: none;
}
.subbox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.subbox .navbar .layoutnode img {
  width: auto;
  border-radius: 6px !important;
}
.subbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .subbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .subbox .navbar .layoutnode img {
    height: 3rem !important;
  }
  .subbox .navbar ul.layoutrow li {
    margin: auto;
  }
  .subbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .subbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.subbox .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.subbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.subbox .navbar-brand .navbar-caption:hover,
.subbox .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.subbox .navbar-brand .layoutnode a {
  outline: none;
}
.subbox .navbar-expand-lg .layoutrow .nav-link {
  padding: 0;
}
.subbox ul.layoutrow {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .subbox ul.layoutrow {
    padding: 0;
    background-color: #121212;
    border: none;
  }
}
.subbox button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.subbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.subbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.subbox button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.subbox button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.subbox button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.subbox .navbar-dropdown {
  padding: 0 1rem;
}
.subbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .subbox .navbar {
    height: 70px;
  }
  .subbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.subbox .layoutrow {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.subbox .nav-item {
  padding: 0;
  margin: 0;
}
.subbox .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.subbox .nav-item .nav-link::after {
  color: #ff6200 !important;
  transform: rotate(0);
  transition: .3s;
}
.subbox .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #ff6200 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.subbox .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .subbox .navbar {
    justify-content: flex-start !important;
  }
  .subbox .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .subbox .navbar-collapse .layoutrow {
    width: 100%;
    margin-bottom: 24px;
  }
  .subbox .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .subbox .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .subbox .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.subbox .holdlayer {
  min-height: 90px;
}
.moduleunit {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
@media (max-width: 992px) {
  .moduleunit .container {
    padding: 0 20px;
  }
}
.moduleunit .row {
  margin: 0;
}
@media (max-width: 992px) {
  .moduleunit .headbox {
    margin-bottom: 50px;
  }
}
.moduleunit .headbox .bitmap-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .moduleunit .headbox .bitmap-section-title {
    margin-bottom: 32px;
  }
}
.moduleunit .headbox .sidebox {
  margin-bottom: 32px;
}
.moduleunit .drawunit {
  position: relative;
}
.moduleunit .drawunit .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #ff6200 50%, #dc5400 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.moduleunit .drawunit img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .moduleunit .drawunit img {
    height: 350px;
  }
}
.moduleunit .bitmap-section-title {
  color: #ffffff;
}
.moduleunit .sidebox {
  color: #ffffff;
  text-align: center;
}
.moduleunit .bitmap-section-title,
.moduleunit .bitmap-section-btn {
  text-align: center;
  color: #ff6200;
}
.node {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.node .sidewrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .node .sidewrap {
    margin-bottom: 32px;
  }
}
.node .sidewrap .headbox {
  margin-bottom: 16px;
}
.node .sidewrap .headbox .bitmap-section-title {
  margin-bottom: 0;
}
.node .sidewrap .headbox .bitmap-section-subtitle {
  margin-bottom: 0;
}
.node .sidewrap .text-wrapper .sidebox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .node .sidewrap .text-wrapper .sidebox {
    width: 100%;
  }
}
.node .domcell {
  margin: 0 -8px;
  align-items: center;
}
.node .domcell .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.node .domcell .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.node .domcell .item .item-wrapper .modsegment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .3;
}
.node .domcell .item .item-wrapper .host {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #000000);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .node .domcell .item .item-wrapper .host {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .node .domcell .item .item-wrapper .host {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .node .domcell .item .item-wrapper .host {
    left: -160%;
  }
}
.node .domcell .item .item-wrapper .host.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #000000);
}
@media (max-width: 1200px) {
  .node .domcell .item .item-wrapper .host.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .node .domcell .item .item-wrapper .host.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .node .domcell .item .item-wrapper .host.reverse {
    left: auto;
    right: -160%;
  }
}
.node .domcell .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .node .domcell .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.node .domcell .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .node .domcell .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.node .domcell .item .item-wrapper .item-content .card-box .card-title_1,
.node .domcell .item .item-wrapper .item-content .card-box .card-title_2,
.node .domcell .item .item-wrapper .item-content .card-box .card-title_3,
.node .domcell .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.node .domcell .item .item-wrapper .item-content .card-box .card-text_1,
.node .domcell .item .item-wrapper .item-content .card-box .card-text_2,
.node .domcell .item .item-wrapper .item-content .card-box .card-text_3,
.node .domcell .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.node .domcell .item .item-wrapper .item-content .card-box .bitmap-section-btn {
  margin-top: 24px;
}
.node .domcell .item .item-wrapper .item-content .card-box .bitmap-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.node .domcell .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .node .domcell .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.node .domcell .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .node .domcell .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.node .domcell .item .item-wrapper .card_1 .card-box,
.node .domcell .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .node .domcell .item .item-wrapper .card_1 .card-box,
  .node .domcell .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.node .domcell .item .item-wrapper .card_1 {
  background-color: #592200;
  border-color: #7e3000;
}
.node .domcell .item .item-wrapper .card_2 {
  background-color: #7e3000;
  border-color: #af4300;
}
.node .domcell .item .item-wrapper .card_3 {
  background-color: #7e3000;
  border-color: #af4300;
}
.node .domcell .item .item-wrapper .card_4 {
  background-color: #592200;
  border-color: #7e3000;
}
.node .btn-wrapper {
  margin-right: 9%;
}
.node .innerwrap {
  color: #a6adbf;
  text-align: center;
}
.node .bitmap-section-title {
  color: #111111;
  text-align: center;
}
.node .bitmap-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.node .sidebox,
.node .text-wrapper {
  color: #666666;
  text-align: center;
}
.node .card-title_1 {
  color: #ffffff;
}
.node .card-title_2 {
  color: #ffffff;
}
.node .card-title_3 {
  color: #ffffff;
}
.node .card-title_4 {
  color: #ffffff;
}
.node .card-text_1 {
  color: #ffffff;
}
.node .card-text_2 {
  color: #ffffff;
}
.node .card-text_3 {
  color: #ffffff;
}
.node .card-text_4 {
  color: #ffffff;
}
.zonelayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.zonelayer .container,
.zonelayer .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .zonelayer .container,
  .zonelayer .container-fluid {
    padding: 0 20px;
  }
}
.zonelayer a {
  display: block;
}
.zonelayer a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #dc5400;
  border-bottom: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    padding: 50px 0;
  }
}
.zonelayer a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .zonelayer a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper img {
    margin: 0 auto;
  }
}
.zonelayer .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer .copy-wrapper {
    border-right: none;
  }
}
.zonelayer .copy-wrapper .copyright {
  margin-bottom: 0;
}
.zonelayer .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper {
    height: auto;
  }
}
.zonelayer .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.zonelayer .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.zonelayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.zonelayer .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.zonelayer .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .card-wrapper {
    margin-bottom: 50px;
  }
}
.zonelayer .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #121212;
  border-radius: 24px;
}
.zonelayer .card-wrapper .card-wrap .bitmap-section-title {
  margin-bottom: 42px;
}
.zonelayer .card-wrapper .card-wrap .sidebox {
  margin-bottom: 42px;
}
.zonelayer .copyright {
  color: #ffffff;
  text-align: center;
}
.zonelayer .bitmap-section-title {
  color: #3d4045;
}
.zonelayer .sidebox {
  color: #ffffff;
  text-align: center;
}
.zonelayer .list {
  color: #ffffff;
}
.zonelayer .bitmap-section-btn {
  text-align: right;
}
.zonelayer .bitmap-section-title,
.zonelayer .bitmap-section-btn {
  color: #ff6200;
  text-align: center;
}
.layouter .navbar-dropdown {
  position: relative !important;
}
.layouter .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layouter .nav-link {
  position: relative;
}
.layouter .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .layouter .container {
    flex-wrap: nowrap;
  }
}
.layouter .nav-item:focus,
.layouter .nav-link:focus {
  outline: none;
}
.layouter .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.layouter .navbar .layoutnode img {
  width: auto;
  border-radius: 6px !important;
}
.layouter .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layouter .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layouter .navbar .layoutnode img {
    height: 3rem !important;
  }
  .layouter .navbar ul.layoutrow li {
    margin: auto;
  }
  .layouter .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .layouter .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layouter .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.layouter .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.layouter .navbar-brand .navbar-caption:hover,
.layouter .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.layouter .navbar-brand .layoutnode a {
  outline: none;
}
.layouter .navbar-expand-lg .layoutrow .nav-link {
  padding: 0;
}
.layouter ul.layoutrow {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .layouter ul.layoutrow {
    padding: 0;
    background-color: #121212;
    border: none;
  }
}
.layouter button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.layouter button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layouter button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.layouter button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layouter button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layouter button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.layouter .navbar-dropdown {
  padding: 0 1rem;
}
.layouter a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layouter .navbar {
    height: 70px;
  }
  .layouter .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layouter .layoutrow {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.layouter .nav-item {
  padding: 0;
  margin: 0;
}
.layouter .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.layouter .nav-item .nav-link::after {
  color: #ff6200 !important;
  transform: rotate(0);
  transition: .3s;
}
.layouter .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #ff6200 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.layouter .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .layouter .navbar {
    justify-content: flex-start !important;
  }
  .layouter .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .layouter .navbar-collapse .layoutrow {
    width: 100%;
    margin-bottom: 24px;
  }
  .layouter .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .layouter .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .layouter .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.layouter .holdlayer {
  min-height: 90px;
}
.domlayer {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
@media (max-width: 992px) {
  .domlayer .container {
    padding: 0 20px;
  }
}
.domlayer .row {
  margin: 0;
}
@media (max-width: 992px) {
  .domlayer .headbox {
    margin-bottom: 50px;
  }
}
.domlayer .headbox .bitmap-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .domlayer .headbox .bitmap-section-title {
    margin-bottom: 32px;
  }
}
.domlayer .headbox .sidebox {
  margin-bottom: 32px;
}
.domlayer .drawunit {
  position: relative;
}
.domlayer .drawunit .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #ff6200 50%, #dc5400 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.domlayer .drawunit img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .domlayer .drawunit img {
    height: 350px;
  }
}
.domlayer .bitmap-section-title {
  color: #ffffff;
}
.domlayer .sidebox {
  color: #ffffff;
  text-align: center;
}
.domlayer .bitmap-section-title,
.domlayer .bitmap-section-btn {
  text-align: center;
  color: #ff6200;
}
.pack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.pack .sidewrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .pack .sidewrap {
    margin-bottom: 32px;
  }
}
.pack .sidewrap .headbox {
  margin-bottom: 16px;
}
.pack .sidewrap .headbox .bitmap-section-title {
  margin-bottom: 0;
}
.pack .sidewrap .headbox .bitmap-section-subtitle {
  margin-bottom: 0;
}
.pack .sidewrap .text-wrapper .sidebox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .pack .sidewrap .text-wrapper .sidebox {
    width: 100%;
  }
}
.pack .domcell {
  margin: 0 -8px;
  align-items: center;
}
.pack .domcell .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.pack .domcell .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.pack .domcell .item .item-wrapper .modsegment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .3;
}
.pack .domcell .item .item-wrapper .host {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #000000);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .pack .domcell .item .item-wrapper .host {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .pack .domcell .item .item-wrapper .host {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .pack .domcell .item .item-wrapper .host {
    left: -160%;
  }
}
.pack .domcell .item .item-wrapper .host.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #000000);
}
@media (max-width: 1200px) {
  .pack .domcell .item .item-wrapper .host.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .pack .domcell .item .item-wrapper .host.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .pack .domcell .item .item-wrapper .host.reverse {
    left: auto;
    right: -160%;
  }
}
.pack .domcell .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .pack .domcell .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.pack .domcell .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .pack .domcell .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.pack .domcell .item .item-wrapper .item-content .card-box .card-title_1,
.pack .domcell .item .item-wrapper .item-content .card-box .card-title_2,
.pack .domcell .item .item-wrapper .item-content .card-box .card-title_3,
.pack .domcell .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.pack .domcell .item .item-wrapper .item-content .card-box .card-text_1,
.pack .domcell .item .item-wrapper .item-content .card-box .card-text_2,
.pack .domcell .item .item-wrapper .item-content .card-box .card-text_3,
.pack .domcell .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.pack .domcell .item .item-wrapper .item-content .card-box .bitmap-section-btn {
  margin-top: 24px;
}
.pack .domcell .item .item-wrapper .item-content .card-box .bitmap-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.pack .domcell .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .pack .domcell .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.pack .domcell .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .pack .domcell .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.pack .domcell .item .item-wrapper .card_1 .card-box,
.pack .domcell .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .pack .domcell .item .item-wrapper .card_1 .card-box,
  .pack .domcell .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.pack .domcell .item .item-wrapper .card_1 {
  background-color: #592200;
  border-color: #000000;
}
.pack .domcell .item .item-wrapper .card_2 {
  background-color: #7e3000;
  border-color: #000000;
}
.pack .domcell .item .item-wrapper .card_3 {
  background-color: #7e3000;
  border-color: #000000;
}
.pack .domcell .item .item-wrapper .card_4 {
  background-color: #592200;
  border-color: #000000;
}
.pack .btn-wrapper {
  margin-right: 9%;
}
.pack .innerwrap {
  color: #a6adbf;
  text-align: center;
}
.pack .bitmap-section-title {
  color: #111111;
  text-align: center;
}
.pack .bitmap-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.pack .sidebox,
.pack .text-wrapper {
  color: #666666;
  text-align: center;
}
.pack .card-title_1 {
  color: #ffffff;
}
.pack .card-title_2 {
  color: #ffffff;
}
.pack .card-title_3 {
  color: #ffffff;
}
.pack .card-title_4 {
  color: #ffffff;
}
.pack .card-text_1 {
  color: #ffffff;
}
.pack .card-text_2 {
  color: #ffffff;
}
.pack .card-text_3 {
  color: #ffffff;
}
.pack .card-text_4 {
  color: #ffffff;
}
.zonelayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.zonelayer .container,
.zonelayer .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .zonelayer .container,
  .zonelayer .container-fluid {
    padding: 0 20px;
  }
}
.zonelayer a {
  display: block;
}
.zonelayer a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #dc5400;
  border-bottom: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    padding: 50px 0;
  }
}
.zonelayer a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .zonelayer a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper img {
    margin: 0 auto;
  }
}
.zonelayer .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer .copy-wrapper {
    border-right: none;
  }
}
.zonelayer .copy-wrapper .copyright {
  margin-bottom: 0;
}
.zonelayer .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper {
    height: auto;
  }
}
.zonelayer .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.zonelayer .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.zonelayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.zonelayer .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.zonelayer .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .card-wrapper {
    margin-bottom: 50px;
  }
}
.zonelayer .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #121212;
  border-radius: 24px;
}
.zonelayer .card-wrapper .card-wrap .bitmap-section-title {
  margin-bottom: 42px;
}
.zonelayer .card-wrapper .card-wrap .sidebox {
  margin-bottom: 42px;
}
.zonelayer .copyright {
  color: #ffffff;
  text-align: center;
}
.zonelayer .bitmap-section-title {
  color: #3d4045;
}
.zonelayer .sidebox {
  color: #ffffff;
  text-align: center;
}
.zonelayer .list {
  color: #ffffff;
}
.zonelayer .bitmap-section-btn {
  text-align: right;
}
.zonelayer .bitmap-section-title,
.zonelayer .bitmap-section-btn {
  color: #ff6200;
  text-align: center;
}
.layouter .navbar-dropdown {
  position: relative !important;
}
.layouter .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layouter .nav-link {
  position: relative;
}
.layouter .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .layouter .container {
    flex-wrap: nowrap;
  }
}
.layouter .nav-item:focus,
.layouter .nav-link:focus {
  outline: none;
}
.layouter .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.layouter .navbar .layoutnode img {
  width: auto;
  border-radius: 6px !important;
}
.layouter .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layouter .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layouter .navbar .layoutnode img {
    height: 3rem !important;
  }
  .layouter .navbar ul.layoutrow li {
    margin: auto;
  }
  .layouter .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .layouter .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layouter .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.layouter .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.layouter .navbar-brand .navbar-caption:hover,
.layouter .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.layouter .navbar-brand .layoutnode a {
  outline: none;
}
.layouter .navbar-expand-lg .layoutrow .nav-link {
  padding: 0;
}
.layouter ul.layoutrow {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .layouter ul.layoutrow {
    padding: 0;
    background-color: #121212;
    border: none;
  }
}
.layouter button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.layouter button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layouter button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.layouter button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layouter button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layouter button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.layouter .navbar-dropdown {
  padding: 0 1rem;
}
.layouter a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layouter .navbar {
    height: 70px;
  }
  .layouter .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layouter .layoutrow {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.layouter .nav-item {
  padding: 0;
  margin: 0;
}
.layouter .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.layouter .nav-item .nav-link::after {
  color: #ff6200 !important;
  transform: rotate(0);
  transition: .3s;
}
.layouter .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #ff6200 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.layouter .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .layouter .navbar {
    justify-content: flex-start !important;
  }
  .layouter .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .layouter .navbar-collapse .layoutrow {
    width: 100%;
    margin-bottom: 24px;
  }
  .layouter .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .layouter .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .layouter .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.layouter .holdlayer {
  min-height: 90px;
}
.view {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.view .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .view .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .view .container {
    padding: 0 20px;
  }
}
.view .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .view .row {
    padding: 50px 16px;
  }
}
.view .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #af4300;
  filter: blur(120px);
}
.view .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #7e3000;
  filter: blur(150px);
}
.view .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.view .row .drawunit {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.view .row .drawunit img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .view .row .drawunit img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.view .row .headbox {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .view .row .headbox {
    margin-bottom: 50px;
  }
}
.view .row .headbox .bitmap-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .view .row .headbox .bitmap-section-title {
    margin-bottom: 32px;
  }
}
.view .row .headbox .sidebox {
  margin-bottom: 32px;
}
.view .bitmap-section-title {
  color: #ffffff;
}
.view .sidebox {
  color: #ffffff;
  text-align: center;
}
.view .bitmap-section-title,
.view .bitmap-section-btn {
  text-align: center;
  color: #ff6200;
}
.splitbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #321300 0%, #000000 100%);
}
@media (max-width: 992px) {
  .splitbox {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #321300 0%, #000000 110%);
  }
}
.splitbox .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .splitbox .sidewrap {
    margin-bottom: 32px;
  }
}
.splitbox .sidewrap .innerwrap {
  margin-bottom: 32px;
}
.splitbox .sidewrap .headbox {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .splitbox .sidewrap .headbox {
    margin-bottom: 24px;
  }
}
.splitbox .sidewrap .headbox .bitmap-section-title {
  margin-bottom: 0;
}
.splitbox .sidewrap .headbox .bitmap-section-subtitle {
  margin-bottom: 0;
}
.splitbox .sidewrap .text-wrapper .sidebox {
  margin-bottom: 0;
}
.splitbox .sidewrap .bitmap-section-btn {
  margin-top: 24px;
}
.splitbox .drawunit {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .splitbox .drawunit {
    padding-left: 0;
  }
}
.splitbox .drawunit img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .splitbox .drawunit img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .splitbox .drawunit img {
    height: 350px;
  }
}
.splitbox .innerwrap {
  color: #a6adbf;
}
.splitbox .bitmap-section-title {
  color: #ff6200;
}
.splitbox .bitmap-section-subtitle {
  color: #ffffff;
}
.splitbox .sidebox,
.splitbox .text-wrapper {
  color: #666666;
}
.splitbox .sidebox,
.splitbox .text-wrapper,
.splitbox .bitmap-section-btn {
  color: #ffffff;
}
.gridtrack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
  position: relative;
  overflow: hidden;
}
.gridtrack::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #592200 -10%, transparent 70%);
}
@media (max-width: 768px) {
  .gridtrack .container {
    padding: 0 16px;
  }
}
.gridtrack .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.gridtrack .sidewrap .bitmap-section-title {
  margin-bottom: 50px;
}
.gridtrack .sidewrap .sidebox {
  margin-bottom: 0;
}
.gridtrack .bitmap-section-title {
  color: #ff6200;
  text-align: center;
}
.gridtrack .sidebox {
  color: #000000;
}
.gridtrack .sidebox {
  color: #ffffff;
}
.contentrow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.contentrow .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #060606;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .contentrow .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.contentrow .card-wrapper .corepad {
  position: absolute;
  left: -150px;
  bottom: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #7e3000, #af4300 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .contentrow .card-wrapper .corepad {
    width: 400px;
    height: 400px;
  }
}
.contentrow .card-wrapper .card {
  justify-content: center;
}
.contentrow .card-wrapper .sidewrap {
  position: relative;
  z-index: 1;
  width: 49%;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .contentrow .card-wrapper .sidewrap {
    padding: 0;
    width: 100%;
    margin-bottom: 22px;
  }
}
.contentrow .card-wrapper .sidewrap .dock {
  margin-bottom: 22px;
}
.contentrow .card-wrapper .sidewrap .dock .innerwrap {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff6200, #dc5400 50%, #ffffff);
}
.contentrow .card-wrapper .sidewrap .bitmap-section-title {
  margin-bottom: 22px;
}
.contentrow .card-wrapper .sidewrap .sidebox {
  margin-bottom: 0;
}
.contentrow .card-wrapper .sidewrap .bitmap-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .contentrow .card-wrapper .sidewrap .bitmap-section-btn {
    margin-top: 22px;
  }
}
.contentrow .card-wrapper .sidewrap .bitmap-section-btn .btn {
  margin-bottom: 0;
}
.contentrow .card-wrapper .drawunit {
  position: relative;
  z-index: 1;
  width: 48%;
}
@media (max-width: 992px) {
  .contentrow .card-wrapper .drawunit {
    width: 100%;
  }
}
.contentrow .card-wrapper .drawunit img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .contentrow .card-wrapper .drawunit img {
    height: 300px;
  }
}
.contentrow .innerwrap,
.contentrow .dock {
  color: #1a0b54;
}
.contentrow .bitmap-section-title {
  color: #1a0b54;
}
.contentrow .sidebox {
  color: #ffffff;
}
.contentrow .bitmap-section-title,
.contentrow .bitmap-section-btn {
  color: #ffffff;
}
.zonelayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.zonelayer .container,
.zonelayer .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .zonelayer .container,
  .zonelayer .container-fluid {
    padding: 0 20px;
  }
}
.zonelayer a {
  display: block;
}
.zonelayer a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #dc5400;
  border-bottom: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    padding: 50px 0;
  }
}
.zonelayer a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .zonelayer a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper img {
    margin: 0 auto;
  }
}
.zonelayer .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer .copy-wrapper {
    border-right: none;
  }
}
.zonelayer .copy-wrapper .copyright {
  margin-bottom: 0;
}
.zonelayer .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper {
    height: auto;
  }
}
.zonelayer .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.zonelayer .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.zonelayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.zonelayer .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.zonelayer .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .card-wrapper {
    margin-bottom: 50px;
  }
}
.zonelayer .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #121212;
  border-radius: 24px;
}
.zonelayer .card-wrapper .card-wrap .bitmap-section-title {
  margin-bottom: 42px;
}
.zonelayer .card-wrapper .card-wrap .sidebox {
  margin-bottom: 42px;
}
.zonelayer .copyright {
  color: #ffffff;
  text-align: center;
}
.zonelayer .bitmap-section-title {
  color: #3d4045;
}
.zonelayer .sidebox {
  color: #ffffff;
  text-align: center;
}
.zonelayer .list {
  color: #ffffff;
}
.zonelayer .bitmap-section-btn {
  text-align: right;
}
.zonelayer .bitmap-section-title,
.zonelayer .bitmap-section-btn {
  color: #ff6200;
  text-align: center;
}
.layouter .navbar-dropdown {
  position: relative !important;
}
.layouter .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layouter .nav-link {
  position: relative;
}
.layouter .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .layouter .container {
    flex-wrap: nowrap;
  }
}
.layouter .nav-item:focus,
.layouter .nav-link:focus {
  outline: none;
}
.layouter .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.layouter .navbar .layoutnode img {
  width: auto;
  border-radius: 6px !important;
}
.layouter .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layouter .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layouter .navbar .layoutnode img {
    height: 3rem !important;
  }
  .layouter .navbar ul.layoutrow li {
    margin: auto;
  }
  .layouter .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .layouter .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layouter .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.layouter .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.layouter .navbar-brand .navbar-caption:hover,
.layouter .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.layouter .navbar-brand .layoutnode a {
  outline: none;
}
.layouter .navbar-expand-lg .layoutrow .nav-link {
  padding: 0;
}
.layouter ul.layoutrow {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .layouter ul.layoutrow {
    padding: 0;
    background-color: #121212;
    border: none;
  }
}
.layouter button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.layouter button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layouter button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.layouter button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layouter button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layouter button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.layouter .navbar-dropdown {
  padding: 0 1rem;
}
.layouter a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layouter .navbar {
    height: 70px;
  }
  .layouter .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layouter .layoutrow {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.layouter .nav-item {
  padding: 0;
  margin: 0;
}
.layouter .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.layouter .nav-item .nav-link::after {
  color: #ff6200 !important;
  transform: rotate(0);
  transition: .3s;
}
.layouter .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #ff6200 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.layouter .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .layouter .navbar {
    justify-content: flex-start !important;
  }
  .layouter .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .layouter .navbar-collapse .layoutrow {
    width: 100%;
    margin-bottom: 24px;
  }
  .layouter .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .layouter .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .layouter .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.layouter .holdlayer {
  min-height: 90px;
}
.borderbox {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #000000;
  overflow: hidden;
}
.borderbox::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #af4300 10%, #7e3000 25%, #7e3000 100%);
  filter: blur(150px);
  pointer-events: none;
}
.borderbox::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.borderbox .sidewrap {
  position: relative;
  z-index: 1;
}
.borderbox .sidewrap .dock .innerwrap {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.borderbox .sidewrap .bitmap-section-title {
  margin-bottom: 24px;
}
.borderbox .sidewrap .text-wrapper .sidebox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .borderbox .sidewrap .text-wrapper .sidebox {
    width: 100%;
  }
}
.borderbox .sidewrap .bitmap-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .borderbox .sidewrap .bitmap-section-btn {
    margin-top: 10px;
  }
}
.borderbox .innerwrap,
.borderbox .dock {
  color: #ffffff;
  text-align: center;
}
.borderbox .bitmap-section-title {
  color: #ffffff;
}
.borderbox .sidebox,
.borderbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.borderbox .bitmap-section-title,
.borderbox .bitmap-section-btn {
  text-align: center;
  color: #ff6200;
}
.nodeunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.nodeunit .headbox {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nodeunit .headbox {
    margin-bottom: 32px;
  }
}
.nodeunit .headbox .innerwrap {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.nodeunit .headbox .bitmap-section-title {
  margin-bottom: 24px;
}
.nodeunit .headbox .text-wrapper .sidebox {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nodeunit .headbox .text-wrapper .sidebox {
    width: 100%;
  }
}
.nodeunit .sidewrap {
  padding: 12px;
  border: 1px solid #000000;
  background-color: #000000;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .nodeunit .sidewrap {
    padding: 6px;
  }
}
.nodeunit .innerwrap {
  color: #49496d;
  text-align: center;
}
.nodeunit .bitmap-section-title {
  color: #181824;
  text-align: center;
}
.nodeunit .sidebox,
.nodeunit .text-wrapper {
  color: #54547e;
  text-align: center;
}
.nodeunit label {
  text-transform: uppercase;
  color: #49496d;
}
.nodeunit .bitmap-section-title,
.nodeunit .bitmap-section-btn {
  text-align: center;
}
.padwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.padwrap .headbox {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .padwrap .headbox {
    margin-bottom: 48px;
  }
}
.padwrap .headbox .bitmap-section-title {
  margin-bottom: 24px;
}
.padwrap .headbox .text-wrapper .sidebox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .padwrap .headbox .text-wrapper .sidebox {
    width: 100%;
  }
}
.padwrap .domcell {
  margin: 0 -32px;
  justify-content: center;
}
.padwrap .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .padwrap .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.padwrap .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .padwrap .item:nth-child(2n) {
    margin-top: 0;
  }
}
.padwrap .item:nth-child(3n) {
  margin-top: 0;
}
.padwrap .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.padwrap .item .item-wrapper:hover .item-wrap .item-img .topwrap img,
.padwrap .item .item-wrapper:focus .item-wrap .item-img .topwrap img {
  border: 2px solid #af4300;
  background-color: #af4300;
}
.padwrap .item .item-wrapper .item-wrap {
  height: 100%;
}
.padwrap .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.padwrap .item .item-wrapper .item-wrap .item-img .topwrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .padwrap .item .item-wrapper .item-wrap .item-img .topwrap {
    margin-bottom: 16px;
  }
}
.padwrap .item .item-wrapper .item-wrap .item-img .topwrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .padwrap .item .item-wrapper .item-wrap .item-img .topwrap img {
    height: 350px;
  }
}
.padwrap .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.padwrap .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.padwrap .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.padwrap .bitmap-section-title {
  color: #ff6200;
  text-align: center;
}
.padwrap .sidebox,
.padwrap .text-wrapper {
  color: #ffffff;
  text-align: center;
}

.padwrap .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.padwrap .item-title {
  color: #ffffff;
}
.padwrap .item-text {
  color: #ffffff;
}
.zonelayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.zonelayer .container,
.zonelayer .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .zonelayer .container,
  .zonelayer .container-fluid {
    padding: 0 20px;
  }
}
.zonelayer a {
  display: block;
}
.zonelayer a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #dc5400;
  border-bottom: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    padding: 50px 0;
  }
}
.zonelayer a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .zonelayer a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper img {
    margin: 0 auto;
  }
}
.zonelayer .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer .copy-wrapper {
    border-right: none;
  }
}
.zonelayer .copy-wrapper .copyright {
  margin-bottom: 0;
}
.zonelayer .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper {
    height: auto;
  }
}
.zonelayer .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.zonelayer .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.zonelayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.zonelayer .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.zonelayer .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .card-wrapper {
    margin-bottom: 50px;
  }
}
.zonelayer .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #121212;
  border-radius: 24px;
}
.zonelayer .card-wrapper .card-wrap .bitmap-section-title {
  margin-bottom: 42px;
}
.zonelayer .card-wrapper .card-wrap .sidebox {
  margin-bottom: 42px;
}
.zonelayer .copyright {
  color: #ffffff;
  text-align: center;
}
.zonelayer .bitmap-section-title {
  color: #3d4045;
}
.zonelayer .sidebox {
  color: #ffffff;
  text-align: center;
}
.zonelayer .list {
  color: #ffffff;
}
.zonelayer .bitmap-section-btn {
  text-align: right;
}
.zonelayer .bitmap-section-title,
.zonelayer .bitmap-section-btn {
  color: #ff6200;
  text-align: center;
}
.layouter .navbar-dropdown {
  position: relative !important;
}
.layouter .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layouter .nav-link {
  position: relative;
}
.layouter .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .layouter .container {
    flex-wrap: nowrap;
  }
}
.layouter .nav-item:focus,
.layouter .nav-link:focus {
  outline: none;
}
.layouter .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.layouter .navbar .layoutnode img {
  width: auto;
  border-radius: 6px !important;
}
.layouter .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layouter .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layouter .navbar .layoutnode img {
    height: 3rem !important;
  }
  .layouter .navbar ul.layoutrow li {
    margin: auto;
  }
  .layouter .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .layouter .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layouter .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.layouter .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.layouter .navbar-brand .navbar-caption:hover,
.layouter .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.layouter .navbar-brand .layoutnode a {
  outline: none;
}
.layouter .navbar-expand-lg .layoutrow .nav-link {
  padding: 0;
}
.layouter ul.layoutrow {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .layouter ul.layoutrow {
    padding: 0;
    background-color: #121212;
    border: none;
  }
}
.layouter button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.layouter button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layouter button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.layouter button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layouter button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layouter button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.layouter .navbar-dropdown {
  padding: 0 1rem;
}
.layouter a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layouter .navbar {
    height: 70px;
  }
  .layouter .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layouter .layoutrow {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.layouter .nav-item {
  padding: 0;
  margin: 0;
}
.layouter .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.layouter .nav-item .nav-link::after {
  color: #ff6200 !important;
  transform: rotate(0);
  transition: .3s;
}
.layouter .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #ff6200 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.layouter .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .layouter .navbar {
    justify-content: flex-start !important;
  }
  .layouter .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .layouter .navbar-collapse .layoutrow {
    width: 100%;
    margin-bottom: 24px;
  }
  .layouter .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .layouter .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .layouter .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.layouter .holdlayer {
  min-height: 90px;
}
.pagebox {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.pagebox .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .pagebox .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .pagebox .col-text {
    order: 2;
  }
}
.pagebox .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .pagebox .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .pagebox .col-img {
    order: 1;
  }
}
.pagebox .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .pagebox .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.pagebox .sidebox {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .pagebox .sidebox {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.pagebox .bitmap-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .pagebox .bitmap-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .pagebox .bitmap-section-btn {
    width: 100%;
  }
}
.pagebox .drawunit {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 306px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .pagebox .drawunit {
    height: 216px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .pagebox .drawunit {
    height: auto;
  }
}
.pagebox .drawunit img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.pagebox .viewbox {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #321300 27%, #7e3000 50%, #121212 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .pagebox .viewbox {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.pagebox .card-title,
.pagebox .bitmap-section-btn {
  color: #ff6200;
}
.pagebox .sidebox {
  color: #ffffff;
}
.framewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.framewrap .row {
  justify-content: center;
}
.framewrap .bitmap-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #ff6200;
}
.framewrap .sidebox {
  display: inline;
  width: 100%;
}
.framewrap .sidebox:last-child {
  margin-bottom: 0px;
}
.framewrap .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.framewrap .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.framewrap .text,
.framewrap .article {
  color: #ffffff;
}
.zonelayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.zonelayer .container,
.zonelayer .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .zonelayer .container,
  .zonelayer .container-fluid {
    padding: 0 20px;
  }
}
.zonelayer a {
  display: block;
}
.zonelayer a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #dc5400;
  border-bottom: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    padding: 50px 0;
  }
}
.zonelayer a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .zonelayer a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper img {
    margin: 0 auto;
  }
}
.zonelayer .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer .copy-wrapper {
    border-right: none;
  }
}
.zonelayer .copy-wrapper .copyright {
  margin-bottom: 0;
}
.zonelayer .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper {
    height: auto;
  }
}
.zonelayer .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.zonelayer .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.zonelayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.zonelayer .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.zonelayer .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .card-wrapper {
    margin-bottom: 50px;
  }
}
.zonelayer .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #121212;
  border-radius: 24px;
}
.zonelayer .card-wrapper .card-wrap .bitmap-section-title {
  margin-bottom: 42px;
}
.zonelayer .card-wrapper .card-wrap .sidebox {
  margin-bottom: 42px;
}
.zonelayer .copyright {
  color: #ffffff;
  text-align: center;
}
.zonelayer .bitmap-section-title {
  color: #3d4045;
}
.zonelayer .sidebox {
  color: #ffffff;
  text-align: center;
}
.zonelayer .list {
  color: #ffffff;
}
.zonelayer .bitmap-section-btn {
  text-align: right;
}
.zonelayer .bitmap-section-title,
.zonelayer .bitmap-section-btn {
  color: #ff6200;
  text-align: center;
}
.rowsegmentbox .navbar-dropdown {
  position: relative !important;
}
.rowsegmentbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.rowsegmentbox .nav-link {
  position: relative;
}
.rowsegmentbox .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .rowsegmentbox .container {
    flex-wrap: nowrap;
  }
}
.rowsegmentbox .nav-item:focus,
.rowsegmentbox .nav-link:focus {
  outline: none;
}
.rowsegmentbox .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.rowsegmentbox .navbar .layoutnode img {
  width: auto;
  border-radius: 6px !important;
}
.rowsegmentbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .rowsegmentbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .rowsegmentbox .navbar .layoutnode img {
    height: 3rem !important;
  }
  .rowsegmentbox .navbar ul.layoutrow li {
    margin: auto;
  }
  .rowsegmentbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .rowsegmentbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.rowsegmentbox .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.rowsegmentbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.rowsegmentbox .navbar-brand .navbar-caption:hover,
.rowsegmentbox .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.rowsegmentbox .navbar-brand .layoutnode a {
  outline: none;
}
.rowsegmentbox .navbar-expand-lg .layoutrow .nav-link {
  padding: 0;
}
.rowsegmentbox ul.layoutrow {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .rowsegmentbox ul.layoutrow {
    padding: 0;
    background-color: #121212;
    border: none;
  }
}
.rowsegmentbox button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.rowsegmentbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.rowsegmentbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.rowsegmentbox button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.rowsegmentbox button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.rowsegmentbox button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.rowsegmentbox .navbar-dropdown {
  padding: 0 1rem;
}
.rowsegmentbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rowsegmentbox .navbar {
    height: 70px;
  }
  .rowsegmentbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rowsegmentbox .layoutrow {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.rowsegmentbox .nav-item {
  padding: 0;
  margin: 0;
}
.rowsegmentbox .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.rowsegmentbox .nav-item .nav-link::after {
  color: #ff6200 !important;
  transform: rotate(0);
  transition: .3s;
}
.rowsegmentbox .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #ff6200 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.rowsegmentbox .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .rowsegmentbox .navbar {
    justify-content: flex-start !important;
  }
  .rowsegmentbox .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .rowsegmentbox .navbar-collapse .layoutrow {
    width: 100%;
    margin-bottom: 24px;
  }
  .rowsegmentbox .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .rowsegmentbox .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .rowsegmentbox .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.rowsegmentbox .holdlayer {
  min-height: 90px;
}
.corewrap {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.corewrap .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .corewrap .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .corewrap .col-text {
    order: 2;
  }
}
.corewrap .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .corewrap .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .corewrap .col-img {
    order: 1;
  }
}
.corewrap .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .corewrap .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.corewrap .sidebox {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .corewrap .sidebox {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.corewrap .bitmap-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .corewrap .bitmap-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .corewrap .bitmap-section-btn {
    width: 100%;
  }
}
.corewrap .drawunit {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 306px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .corewrap .drawunit {
    height: 216px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .corewrap .drawunit {
    height: auto;
  }
}
.corewrap .drawunit img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.corewrap .viewbox {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #321300 27%, #7e3000 50%, #121212 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .corewrap .viewbox {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.corewrap .card-title,
.corewrap .bitmap-section-btn {
  color: #ff6200;
}
.corewrap .sidebox {
  color: #ffffff;
}
.flexunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.flexunit .row {
  justify-content: center;
}
.flexunit .bitmap-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #ff6200;
}
.flexunit .sidebox {
  display: inline;
  width: 100%;
}
.flexunit .sidebox:last-child {
  margin-bottom: 0px;
}
.flexunit .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.flexunit .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.flexunit .text,
.flexunit .article {
  color: #ffffff;
}
.zonelayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.zonelayer .container,
.zonelayer .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .zonelayer .container,
  .zonelayer .container-fluid {
    padding: 0 20px;
  }
}
.zonelayer a {
  display: block;
}
.zonelayer a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #dc5400;
  border-bottom: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    padding: 50px 0;
  }
}
.zonelayer a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .zonelayer a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper img {
    margin: 0 auto;
  }
}
.zonelayer .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer .copy-wrapper {
    border-right: none;
  }
}
.zonelayer .copy-wrapper .copyright {
  margin-bottom: 0;
}
.zonelayer .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper {
    height: auto;
  }
}
.zonelayer .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.zonelayer .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.zonelayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.zonelayer .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.zonelayer .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .card-wrapper {
    margin-bottom: 50px;
  }
}
.zonelayer .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #121212;
  border-radius: 24px;
}
.zonelayer .card-wrapper .card-wrap .bitmap-section-title {
  margin-bottom: 42px;
}
.zonelayer .card-wrapper .card-wrap .sidebox {
  margin-bottom: 42px;
}
.zonelayer .copyright {
  color: #ffffff;
  text-align: center;
}
.zonelayer .bitmap-section-title {
  color: #3d4045;
}
.zonelayer .sidebox {
  color: #ffffff;
  text-align: center;
}
.zonelayer .list {
  color: #ffffff;
}
.zonelayer .bitmap-section-btn {
  text-align: right;
}
.zonelayer .bitmap-section-title,
.zonelayer .bitmap-section-btn {
  color: #ff6200;
  text-align: center;
}
.cellunit .navbar-dropdown {
  position: relative !important;
}
.cellunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cellunit .nav-link {
  position: relative;
}
.cellunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cellunit .container {
    flex-wrap: nowrap;
  }
}
.cellunit .nav-item:focus,
.cellunit .nav-link:focus {
  outline: none;
}
.cellunit .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cellunit .navbar .layoutnode img {
  width: auto;
  border-radius: 6px !important;
}
.cellunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cellunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cellunit .navbar .layoutnode img {
    height: 3rem !important;
  }
  .cellunit .navbar ul.layoutrow li {
    margin: auto;
  }
  .cellunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cellunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cellunit .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cellunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cellunit .navbar-brand .navbar-caption:hover,
.cellunit .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cellunit .navbar-brand .layoutnode a {
  outline: none;
}
.cellunit .navbar-expand-lg .layoutrow .nav-link {
  padding: 0;
}
.cellunit ul.layoutrow {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cellunit ul.layoutrow {
    padding: 0;
    background-color: #121212;
    border: none;
  }
}
.cellunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cellunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cellunit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cellunit .navbar-dropdown {
  padding: 0 1rem;
}
.cellunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cellunit .navbar {
    height: 70px;
  }
  .cellunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cellunit .layoutrow {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cellunit .nav-item {
  padding: 0;
  margin: 0;
}
.cellunit .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cellunit .nav-item .nav-link::after {
  color: #ff6200 !important;
  transform: rotate(0);
  transition: .3s;
}
.cellunit .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #ff6200 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cellunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .cellunit .navbar {
    justify-content: flex-start !important;
  }
  .cellunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cellunit .navbar-collapse .layoutrow {
    width: 100%;
    margin-bottom: 24px;
  }
  .cellunit .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cellunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cellunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cellunit .holdlayer {
  min-height: 90px;
}
.colunit {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.colunit .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .colunit .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .colunit .col-text {
    order: 2;
  }
}
.colunit .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .colunit .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .colunit .col-img {
    order: 1;
  }
}
.colunit .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .colunit .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.colunit .sidebox {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .colunit .sidebox {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.colunit .bitmap-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .colunit .bitmap-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .colunit .bitmap-section-btn {
    width: 100%;
  }
}
.colunit .drawunit {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 306px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .colunit .drawunit {
    height: 216px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .colunit .drawunit {
    height: auto;
  }
}
.colunit .drawunit img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.colunit .viewbox {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #321300 27%, #7e3000 50%, #121212 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .colunit .viewbox {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.colunit .card-title,
.colunit .bitmap-section-btn {
  color: #ff6200;
}
.colunit .sidebox {
  color: #ffffff;
}
.rowgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.rowgrid .row {
  justify-content: center;
}
.rowgrid .bitmap-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #ff6200;
}
.rowgrid .sidebox {
  display: inline;
  width: 100%;
}
.rowgrid .sidebox:last-child {
  margin-bottom: 0px;
}
.rowgrid .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.rowgrid .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.rowgrid .text,
.rowgrid .article {
  color: #ffffff;
}
.zonelayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.zonelayer .container,
.zonelayer .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .zonelayer .container,
  .zonelayer .container-fluid {
    padding: 0 20px;
  }
}
.zonelayer a {
  display: block;
}
.zonelayer a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #dc5400;
  border-bottom: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    padding: 50px 0;
  }
}
.zonelayer a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .zonelayer a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper img {
    margin: 0 auto;
  }
}
.zonelayer .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer .copy-wrapper {
    border-right: none;
  }
}
.zonelayer .copy-wrapper .copyright {
  margin-bottom: 0;
}
.zonelayer .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper {
    height: auto;
  }
}
.zonelayer .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.zonelayer .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.zonelayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.zonelayer .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.zonelayer .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .card-wrapper {
    margin-bottom: 50px;
  }
}
.zonelayer .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #121212;
  border-radius: 24px;
}
.zonelayer .card-wrapper .card-wrap .bitmap-section-title {
  margin-bottom: 42px;
}
.zonelayer .card-wrapper .card-wrap .sidebox {
  margin-bottom: 42px;
}
.zonelayer .copyright {
  color: #ffffff;
  text-align: center;
}
.zonelayer .bitmap-section-title {
  color: #3d4045;
}
.zonelayer .sidebox {
  color: #ffffff;
  text-align: center;
}
.zonelayer .list {
  color: #ffffff;
}
.zonelayer .bitmap-section-btn {
  text-align: right;
}
.zonelayer .bitmap-section-title,
.zonelayer .bitmap-section-btn {
  color: #ff6200;
  text-align: center;
}
.cell .navbar-dropdown {
  position: relative !important;
}
.cell .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cell .nav-link {
  position: relative;
}
.cell .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cell .container {
    flex-wrap: nowrap;
  }
}
.cell .nav-item:focus,
.cell .nav-link:focus {
  outline: none;
}
.cell .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cell .navbar .layoutnode img {
  width: auto;
  border-radius: 6px !important;
}
.cell .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cell .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cell .navbar .layoutnode img {
    height: 3rem !important;
  }
  .cell .navbar ul.layoutrow li {
    margin: auto;
  }
  .cell .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cell .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cell .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cell .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cell .navbar-brand .navbar-caption:hover,
.cell .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cell .navbar-brand .layoutnode a {
  outline: none;
}
.cell .navbar-expand-lg .layoutrow .nav-link {
  padding: 0;
}
.cell ul.layoutrow {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cell ul.layoutrow {
    padding: 0;
    background-color: #121212;
    border: none;
  }
}
.cell button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cell button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cell button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cell button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cell button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cell button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cell .navbar-dropdown {
  padding: 0 1rem;
}
.cell a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cell .navbar {
    height: 70px;
  }
  .cell .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cell .layoutrow {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cell .nav-item {
  padding: 0;
  margin: 0;
}
.cell .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cell .nav-item .nav-link::after {
  color: #ff6200 !important;
  transform: rotate(0);
  transition: .3s;
}
.cell .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #ff6200 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cell .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .cell .navbar {
    justify-content: flex-start !important;
  }
  .cell .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cell .navbar-collapse .layoutrow {
    width: 100%;
    margin-bottom: 24px;
  }
  .cell .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cell .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cell .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cell .holdlayer {
  min-height: 90px;
}
.nodewrapunit {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.nodewrapunit .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .nodewrapunit .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .nodewrapunit .col-text {
    order: 2;
  }
}
.nodewrapunit .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .nodewrapunit .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .nodewrapunit .col-img {
    order: 1;
  }
}
.nodewrapunit .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .nodewrapunit .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.nodewrapunit .sidebox {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .nodewrapunit .sidebox {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.nodewrapunit .bitmap-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .nodewrapunit .bitmap-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .nodewrapunit .bitmap-section-btn {
    width: 100%;
  }
}
.nodewrapunit .drawunit {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 306px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .nodewrapunit .drawunit {
    height: 216px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .nodewrapunit .drawunit {
    height: auto;
  }
}
.nodewrapunit .drawunit img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.nodewrapunit .viewbox {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #321300 27%, #7e3000 50%, #121212 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .nodewrapunit .viewbox {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.nodewrapunit .card-title,
.nodewrapunit .bitmap-section-btn {
  color: #ff6200;
}
.nodewrapunit .sidebox {
  color: #ffffff;
}
.partgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.partgrid .row {
  justify-content: center;
}
.partgrid .bitmap-iconfont {
  font-size: 23px;
  margin-right: 17px;
  color: #ff6200;
}
.partgrid .sidebox {
  display: inline;
  width: 100%;
}
.partgrid .sidebox:last-child {
  margin-bottom: 0px;
}
.partgrid .text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.partgrid .line {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.partgrid .text,
.partgrid .article {
  color: #ffffff;
}
.zonelayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.zonelayer .container,
.zonelayer .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .zonelayer .container,
  .zonelayer .container-fluid {
    padding: 0 20px;
  }
}
.zonelayer a {
  display: block;
}
.zonelayer a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #dc5400;
  border-bottom: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper {
    padding: 50px 0;
  }
}
.zonelayer a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .zonelayer a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .zonelayer a .logo-wrapper img {
    margin: 0 auto;
  }
}
.zonelayer .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #dc5400;
}
@media (max-width: 992px) {
  .zonelayer .copy-wrapper {
    border-right: none;
  }
}
.zonelayer .copy-wrapper .copyright {
  margin-bottom: 0;
}
.zonelayer .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper {
    height: auto;
  }
}
.zonelayer .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.zonelayer .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.zonelayer .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zonelayer .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.zonelayer .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.zonelayer .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .zonelayer .card-wrapper {
    margin-bottom: 50px;
  }
}
.zonelayer .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #121212;
  border-radius: 24px;
}
.zonelayer .card-wrapper .card-wrap .bitmap-section-title {
  margin-bottom: 42px;
}
.zonelayer .card-wrapper .card-wrap .sidebox {
  margin-bottom: 42px;
}
.zonelayer .copyright {
  color: #ffffff;
  text-align: center;
}
.zonelayer .bitmap-section-title {
  color: #3d4045;
}
.zonelayer .sidebox {
  color: #ffffff;
  text-align: center;
}
.zonelayer .list {
  color: #ffffff;
}
.zonelayer .bitmap-section-btn {
  text-align: right;
}
.zonelayer .bitmap-section-title,
.zonelayer .bitmap-section-btn {
  color: #ff6200;
  text-align: center;
}


/* Base Cookie Banner */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(-10%) scale(1.05);
  }
  70% {
    transform: translateY(5%) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10%) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
}

.patternbox {
  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;
}

.patternbox.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: bounceIn 0.8s ease-out forwards;
}

.patternbox p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#cookieBanner button,
.patternbox button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow:
    5px 5px 10px rgba(0, 0, 0, 0.2),
    -5px -5px 10px rgba(255, 255, 255, 0.8);
  text-align: center;
}

#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}

#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.3),
    inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .patternbox {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 16px !important;
    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    z-index: 2147483647 !important;
    transform: translateX(-50%) translateY(20px) scale(0.95) !important;
  }

  .patternbox.show {
    transform: translateX(-50%) translateY(0) scale(1) !important;
  }

  #cookieBanner button,
  .patternbox button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .patternbox {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }

  #cookieBanner button,
  .patternbox button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromLeft 1s ease-out;
}
/* endlogoanimations */

/* cssform-start */

.ttc-form {
  padding: 0 !important;
  background: transparent;
}

.ttc-form #customForm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  color: #222;
  font-size: 16px;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.ttc-form #customForm .form-group {
  margin-bottom: 24px;
}

.ttc-form #customForm .form-group .form-control,
.ttc-form #customForm .form-group input.form-control,
.ttc-form #customForm .form-group textarea.form-control {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px;
  color: #222 !important;
  transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}

.ttc-form #customForm textarea.form-control {
  min-height: 160px !important;
  resize: vertical !important;
  border-radius: 0 !important;
}

.ttc-form #customForm .form-control:focus {
  outline: none !important;
  background: #fff !important;
  border-color: #3b6cff !important;
  box-shadow: 0 0 0 3px rgba(59,108,255,.2) !important;
}

.ttc-form #customForm ::placeholder {
  color: #555;
  opacity: 1;
}

.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border: none !important;
  border-radius: 0 !important;
  background: #3b6cff;
  color: #fff;
  cursor: pointer;
  transition: background .3s ease, transform .1s ease;
}

.ttc-form #customForm .btn:hover {
  background: #2f58e6;
  transform: translateY(-1px);
}

.ttc-form #customForm small {
  font-size: 12px;
  color: #666;
}

.ttc-form #customForm a {
  color: #c47b22;
  text-decoration: none;
}

.ttc-form #customForm a:hover {
  text-decoration: underline;
}

.ttc-form #customForm [data-for="captcha"],
.ttc-form #customForm [data-for^="consent_"] {
  margin-bottom: 20px;
}

.ttc-form #customForm .anchorbox,
.ttc-form #customForm .patternunit {
  width: 100%;
  border: 1px solid #c7c9ce !important;
  background: #f2f3f5 !important;
  padding: 14px 16px !important;
  border-radius: 0 !important;
  text-align: left;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05);
}

.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for^="consent_"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #2e2e2e;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
}

.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for^="consent_"] input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #3b6cff;
}

.ttc-form #customForm .alert {
  border-radius: 0 !important;
  font-size: 14px;
  padding: 14px 16px;
  background: rgba(70,200,95,.45) !important;
  border: 1px solid rgba(20,120,40,.7) !important;
  color: #0a2d12 !important;
  backdrop-filter: blur(8px);
}

@media (max-width: 767px) {
  .ttc-form {
    padding: 0 16px !important;
  }
  .ttc-form #customForm {
    padding: 24px 20px;
    margin: 20px auto 0;
    max-width: 100%;
  }
  .ttc-form #customForm .form-group .form-control {
    font-size: 15px;
    padding: 12px 14px !important;
  }
  .ttc-form #customForm .btn {
    width: 100%;
    font-size: 15px;
    padding: 14px 20px;
  }
}

@media (max-width: 420px) {
  .ttc-form #customForm {
    padding: 20px 15px;
  }
}
/* cssform-end */

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/soft3.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, #c41313, #cd6118);
  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);
}