@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}


tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.layoutunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .layoutunit {
    font-size: 5rem;
  }
}

.sidewrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .sidewrap {
    font-size: 4.5rem;
  }
}

.zonecore {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .zonecore {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .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-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.corewrap {
  --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;
}
.corewrap .nav-link.active, .corewrap .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 .corewrap {
    flex-direction: row;
  }
  .navbar-expand-lg .corewrap .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.shellcell {
  --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);
}

.stack {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

:root {
  --bs-btn-close-filter: ;
}

/* 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;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.text-center {
  text-align: center !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-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/blue1.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 .blockwrap {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .blockwrap img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/blue1.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/blue1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.collaboration-section-title {
  font-style: normal;
  line-height: 1.3;
}

.collaboration-section-subtitle {
  line-height: 1.3;
}

.shelllayer {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
.layoutunit,
.sidewrap,
.zonecore,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */
.stackbox {
  color: #ffffff;
}

/*! Text-aligns */

.packwrap {
  text-align: center;
}

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.collaboration-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

nav .collaboration-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.gridblock .shiftbox {
  min-height: 100vh;
}

.gridblock {
  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 .blockwrap 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 .corewrap.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .collaboration-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;
}

.shiftbox {
  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;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.item {
  position: relative;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/blue1.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: 'grid2';
  font-display: swap;
  src:  url('fonts/collaboration2.eot');
  src:  url('fonts/collaboration2.eot') format('embedded-opentype'),
    url('fonts/collaboration2.woff2') format('woff2'),
    url('fonts/collaboration2.woff') format('woff'),
    url('fonts/collaboration2.ttf') format('truetype'),
    url('fonts/collaboration2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/blue1.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: Geist;
}
.layoutunit {
  font-family: 'Geist', sans-serif;
  font-size: 4rem;
  line-height: 1.15;
}
.sidewrap {
  font-family: 'Geist', sans-serif;
  font-size: 2.5rem;
  line-height: 1.15;
}
.zonecore {
  font-family: 'Geist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 {
  font-family: 'Geist', sans-serif;
  font-size: 1.8rem;
  line-height: 1.45;
}
.display-7 {
  font-family: 'Geist', sans-serif;
  font-size: 1.05rem;
  line-height: 1.4;
}
/* ---- 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) {
  .layoutunit {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .layoutunit {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .sidewrap {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .zonecore {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.45 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .layoutunit {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .sidewrap {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .zonecore {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.45 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffdf7d !important;
  border-color: #ffdf7d !important;
  color: #171100 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: #ffd963 !important;
  background-color: #ffd963 !important;
  border-color: #ffd963 !important;
  box-shadow: inset -500px 0 0 #171100;
  transition: all .8s ease;
}

.btn-primary:disabled {
  color: #171100 !important;
  background-color: #ffd963 !important;
  border-color: #ffd963 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffdf7d;
  color: #ffdf7d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.active {
  color: #ffca26 !important;
  background-color: transparent !important;
  border-color: #ffca26 !important;
  box-shadow: none !important;
}

.btn-primary-outline:disabled {
  color: #7d5e00 !important;
  background-color: #ffdf7d !important;
  border-color: #ffdf7d !important;
}
.text-primary {
  color: #ffdf7d !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffc617 !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;
}
.shellcell {
  background-color: #70c770;
}
.stack {
  background-color: #d54c59;
}
.collaboration-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #ffdf7d;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Geist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffdf7d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Geist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.collaboration-section-btn .btn {
  font-weight: 500;
  padding: 0 30px;
  min-height: 48px;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}

.collaboration-section-subtitle::before {
  border-radius: 24px !important;
}
.navwrap {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.layoutwrap .navbar-dropdown {
  position: relative !important;
}
.layoutwrap .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .layoutwrap .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.layoutwrap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutwrap .nav-link {
  position: relative;
}
.layoutwrap .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .layoutwrap .container {
    flex-wrap: nowrap;
  }
}
.layoutwrap .nav-item:focus,
.layoutwrap .nav-link:focus {
  outline: none;
}
.layoutwrap .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.layoutwrap .navbar .blockwrap img {
  width: auto;
  border-radius: 6px !important;
}
.layoutwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutwrap .navbar .blockwrap img {
    height: 3rem !important;
  }
  .layoutwrap .navbar ul.corewrap li {
    margin: auto;
  }
  .layoutwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .layoutwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutwrap .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;
}
.layoutwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.layoutwrap .navbar-brand .navbar-caption:hover,
.layoutwrap .navbar-brand .navbar-caption:focus {
  color: #ffdf7d !important;
}
.layoutwrap .navbar-brand .blockwrap a {
  outline: none;
}
.layoutwrap .navbar-expand-lg .corewrap .nav-link {
  padding: 0;
}
.layoutwrap ul.corewrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .layoutwrap ul.corewrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.layoutwrap 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.layoutwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.layoutwrap .navbar-dropdown {
  padding: 0 1rem;
}
.layoutwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutwrap .navbar {
    height: 70px;
  }
  .layoutwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutwrap .corewrap {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.layoutwrap .nav-item {
  padding: 0;
  margin: 0;
}
.layoutwrap .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.layoutwrap .nav-item .nav-link::after {
  color: #ffdf7d !important;
  transform: rotate(0);
  transition: .3s;
}
.layoutwrap .nav-item .nav-link:hover {
  background-color: #ffdf7d;
  color: #121212 !important;
}
.layoutwrap .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.layoutwrap .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .layoutwrap .navbar {
    justify-content: flex-start !important;
  }
  .layoutwrap .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .layoutwrap .navbar-collapse .corewrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .layoutwrap .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .layoutwrap .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .layoutwrap .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.layoutwrap .tilewrap {
  min-height: 110px;
}
.layoutwrap .collaboration-section-btn .btn::after,
.layoutwrap .collaboration-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.layoutwrap .collaboration-section-btn .btn:hover,
.layoutwrap .collaboration-section-btn .btn:focus {
  color: #ffffff !important;
}
.layoutwrap .collaboration-section-btn .btn:hover::after,
.layoutwrap .collaboration-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.interfacewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("images/thick1.jpg");
}
.interfacewrap .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .interfacewrap .container-fluid {
    padding: 0 20px;
  }
}
.interfacewrap .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .interfacewrap .container {
    padding: 0 20px;
  }
  .interfacewrap .container .row {
    padding: 0;
  }
}
.interfacewrap .row {
  justify-content: center;
}
.interfacewrap .tilegrid {
  position: relative;
}
.interfacewrap .tilegrid .boxgrid {
  position: absolute;
  top: 4rem;
  left: -30%;
  height: 100px;
  width: 100%;
  background-color: #121212;
}
@media (max-width: 768px) {
  .interfacewrap .tilegrid .boxgrid {
    width: 100%;
  }
}
.interfacewrap .tilegrid .collaboration-section-subtitle {
  position: relative;
  margin-bottom: 20px;
}
.interfacewrap .tilegrid .collaboration-section-title {
  position: relative;
  margin-bottom: 20px;
}
.interfacewrap .text-wrapper {
  position: relative;
}
.interfacewrap .text-wrapper .shelllayer {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .interfacewrap .text-wrapper .shelllayer {
    margin-bottom: 32px;
  }
}
.interfacewrap .collaboration-section-title {
  color: #ffffff;
}
.interfacewrap .shelllayer {
  color: #222222;
}
.interfacewrap .shelllayer,
.interfacewrap .collaboration-section-btn {
  color: #ffdf7d;
  text-align: center;
}
.interfacewrap .collaboration-section-subtitle {
  color: #ffdf7d;
}
.holder {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.holder .tilegrid {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .holder .tilegrid {
    margin-bottom: 40px;
  }
}
.holder .tilegrid .collaboration-section-title {
  margin-bottom: 16px;
}
.holder .tilegrid .shelllayer {
  margin-bottom: 0;
}
.holder .formunit {
  justify-content: center;
  margin: 0 -12px;
}
.holder .formunit .item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .holder .formunit .item {
    margin-bottom: 16px;
  }
}
.holder .formunit .item .card_1 {
  background-color: #ffdf7d;
  overflow: hidden;
  position: relative;
}
.holder .formunit .item .card_1 .sectioncore {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #000000 100%);
  pointer-events: none;
  z-index: 2;
}
.holder .formunit .item .card_1 .item-content {
  padding: 40px;
}
@media (max-width: 992px) {
  .holder .formunit .item .card_1 .item-content {
    padding: 16px;
  }
}
.holder .formunit .item .card_1 .item-content .item-title_1 {
  margin-bottom: 16px;
}
.holder .formunit .item .card_1 .item-content .item-text_1 {
  margin-bottom: 0;
}
.holder .formunit .item .card_1 .item-content .collaboration-section-btn {
  margin-top: 16px;
}
.holder .formunit .item .card_1 .item-content .collaboration-section-btn .btn {
  margin-bottom: 0;
}
.holder .formunit .item .card_1 .item-img {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .holder .formunit .item .card_1 .item-img {
    padding: 8px 16px 16px 16px;
  }
}
.holder .formunit .item .card_1 .item-img img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .holder .formunit .item .card_1 .item-img img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .holder .formunit .item .card_1 .item-img img {
    height: 300px;
  }
}
.holder .formunit .item .card_2 {
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.holder .formunit .item .card_2 .section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  opacity: 1;
  pointer-events: none;
}
.holder .formunit .item .card_2 .sectioncore {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #000000 100%);
  pointer-events: none;
  z-index: 2;
}
.holder .formunit .item .card_2 .item-content {
  position: relative;
  z-index: 1;
  background-color: #121212;
}
.holder .formunit .item .card_2 .item-content .card-box {
  padding: 40px;
}
@media (max-width: 992px) {
  .holder .formunit .item .card_2 .item-content .card-box {
    padding: 16px;
  }
}
.holder .formunit .item .card_2 .item-content .card-box .item-title_2 {
  margin-bottom: 16px;
}
.holder .formunit .item .card_2 .item-content .card-box .item-text_2 {
  margin-bottom: 0;
}
.holder .formunit .item .card_2 .item-content .card-box .collaboration-section-btn {
  margin-top: 16px;
}
.holder .formunit .item .card_2 .item-content .card-box .collaboration-section-btn .btn {
  margin-bottom: 0;
}
.holder .formunit .item .card_2 .item-content .item-img {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .holder .formunit .item .card_2 .item-content .item-img {
    padding: 8px 16px 16px 16px;
  }
}
.holder .formunit .item .card_2 .item-content .item-img img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .holder .formunit .item .card_2 .item-content .item-img img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .holder .formunit .item .card_2 .item-content .item-img img {
    height: 300px;
  }
}
.holder .collaboration-section-title {
  color: #ffffff;
  text-align: center;
}
.holder .shelllayer {
  color: #ffdf7d;
  text-align: center;
}
.holder .item-title_1 {
  color: #000000;
}
.holder .item-title_2 {
  color: #ffffff;
}
.holder .item-text_1 {
  color: #000000;
  text-align: center;
}
.holder .item-text_2 {
  color: #ffdf7d;
  text-align: center;
}
.holder .item-title_2,
.holder .collaboration-section-btn {
  text-align: center;
}
.holder .item-title_1,
.holder .collaboration-section-btn {
  text-align: center;
}
.nodeband {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.nodeband .spanbox {
  display: flex;
  justify-content: center;
}
.nodeband .spanbox .card-wrapper {
  background-color: #000000;
  border: 2px solid #121212;
  width: 58%;
  padding: 82px;
  -webkit-flex: inherit;
  background-image: linear-gradient(transparent 50%, #121212);
}
@media (max-width: 1440px) {
  .nodeband .spanbox .card-wrapper {
    width: 68%;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .nodeband .spanbox .card-wrapper {
    width: 100%;
    padding: 22px;
  }
}
.nodeband .spanbox .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeband .spanbox .card-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
.nodeband .spanbox .card-wrapper .logo-wrapper img {
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
.nodeband .spanbox .card-wrapper .tilegrid .collaboration-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .nodeband .spanbox .card-wrapper .tilegrid .collaboration-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.nodeband .spanbox .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nodeband .spanbox .card-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.nodeband .spanbox .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.nodeband .spanbox .card-wrapper .list .item-wrap:hover,
.nodeband .spanbox .card-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.nodeband .collaboration-section-title {
  color: #3a001d;
}
.nodeband .list {
  color: #3a001d;
  text-align: center;
}
.nodeband .collaboration-section-title,
.nodeband .tilegrid,
.nodeband .logo-wrapper {
  text-align: center;
}
.nodeband .collaboration-section-title,
.nodeband .collaboration-section-btn,
.nodeband .logo-wrapper,
.nodeband .tilegrid {
  color: #ffdf7d;
}
.nodeband .list,
.nodeband .item-wrap {
  color: #ffffff;
}
.cellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cellbox .stepunit {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #bd992a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cellbox .stepunit {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cellbox .stepunit {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cellbox .stepunit {
    display: none;
  }
}
.cellbox .tilegrid {
  position: relative;
  z-index: 1;
}
.cellbox .tilegrid .collaboration-section-title {
  margin-bottom: 20px;
}
.cellbox .tilegrid .rowwrap {
  margin-bottom: 0;
}
.cellbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper {
    margin-top: 32px;
  }
}
.cellbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cellbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cellbox .nav-wrapper .list .item-wrap:hover,
.cellbox .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cellbox .collaboration-section-title {
  color: #ffffff;
  text-align: center;
}
.cellbox .rowwrap {
  color: #ffffff;
  text-align: center;
}
.cellbox .list {
  color: #ffffff;
}
.layoutwrap .navbar-dropdown {
  position: relative !important;
}
.layoutwrap .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .layoutwrap .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.layoutwrap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutwrap .nav-link {
  position: relative;
}
.layoutwrap .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .layoutwrap .container {
    flex-wrap: nowrap;
  }
}
.layoutwrap .nav-item:focus,
.layoutwrap .nav-link:focus {
  outline: none;
}
.layoutwrap .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.layoutwrap .navbar .blockwrap img {
  width: auto;
  border-radius: 6px !important;
}
.layoutwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutwrap .navbar .blockwrap img {
    height: 3rem !important;
  }
  .layoutwrap .navbar ul.corewrap li {
    margin: auto;
  }
  .layoutwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .layoutwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutwrap .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;
}
.layoutwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.layoutwrap .navbar-brand .navbar-caption:hover,
.layoutwrap .navbar-brand .navbar-caption:focus {
  color: #ffdf7d !important;
}
.layoutwrap .navbar-brand .blockwrap a {
  outline: none;
}
.layoutwrap .navbar-expand-lg .corewrap .nav-link {
  padding: 0;
}
.layoutwrap ul.corewrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .layoutwrap ul.corewrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.layoutwrap 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.layoutwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.layoutwrap .navbar-dropdown {
  padding: 0 1rem;
}
.layoutwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutwrap .navbar {
    height: 70px;
  }
  .layoutwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutwrap .corewrap {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.layoutwrap .nav-item {
  padding: 0;
  margin: 0;
}
.layoutwrap .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.layoutwrap .nav-item .nav-link::after {
  color: #ffdf7d !important;
  transform: rotate(0);
  transition: .3s;
}
.layoutwrap .nav-item .nav-link:hover {
  background-color: #ffdf7d;
  color: #121212 !important;
}
.layoutwrap .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.layoutwrap .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .layoutwrap .navbar {
    justify-content: flex-start !important;
  }
  .layoutwrap .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .layoutwrap .navbar-collapse .corewrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .layoutwrap .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .layoutwrap .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .layoutwrap .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.layoutwrap .tilewrap {
  min-height: 110px;
}
.layoutwrap .collaboration-section-btn .btn::after,
.layoutwrap .collaboration-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.layoutwrap .collaboration-section-btn .btn:hover,
.layoutwrap .collaboration-section-btn .btn:focus {
  color: #ffffff !important;
}
.layoutwrap .collaboration-section-btn .btn:hover::after,
.layoutwrap .collaboration-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.bandbox {
  padding-top: 12rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #000000;
}
.bandbox .framebox {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #121212;
}
@media (max-width: 992px) {
  .bandbox .container {
    padding: 0 15px;
  }
}
.bandbox .row {
  position: relative;
  z-index: 1;
}
.bandbox .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .bandbox .spanbox {
    margin-bottom: 40px;
  }
}
.bandbox .spanbox .collaboration-section-title {
  margin-bottom: 30px;
}
.bandbox .spanbox .shelllayer {
  margin-bottom: 30px;
}
.bandbox .casing {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .bandbox .casing {
    padding: 0;
  }
}
.bandbox .casing img {
  height: 408px;
  width: 65%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .bandbox .casing img {
    width: 100%;
    transform: none;
  }
}
.bandbox .casing img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .bandbox .casing img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.bandbox .collaboration-section-title {
  color: #30262b;
}
.bandbox .shelllayer {
  color: #ffffff;
  text-align: center;
}
.bandbox .collaboration-section-title,
.bandbox .collaboration-section-btn {
  text-align: center;
  color: #ffdf7d;
}
.platebox {
  padding-top: 5rem;
  padding-bottom: 11rem;
  background-color: #121212;
  overflow: hidden;
}
@media (max-width: 768px) {
  .platebox .container {
    padding: 0 16px;
  }
}
.platebox .row {
  justify-content: center;
}
.platebox .spanbox {
  position: relative;
}
.platebox .spanbox .shelllayer {
  margin-bottom: 0;
}
.platebox .spanbox .shelllayer span {
  color: #f1634f;
}
.platebox .spanbox .stepunit {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #323232 -10%, transparent 70%);
}
.platebox .shelllayer {
  color: #000000;
}
.platebox .shelllayer {
  text-align: center;
  color: #ffdf7d;
}
.shellwrap {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #121212;
  position: relative;
  overflow: hidden;
}
.shellwrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #323232 -10%, transparent 70%);
}
@media (max-width: 768px) {
  .shellwrap .container {
    padding: 0 16px;
  }
}
.shellwrap .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.shellwrap .spanbox .collaboration-section-title {
  margin-bottom: 50px;
}
.shellwrap .spanbox .shelllayer {
  margin-bottom: 0;
}
.shellwrap .collaboration-section-title {
  color: #f1634f;
}
.shellwrap .shelllayer {
  color: #000000;
}
.shellwrap .shelllayer {
  color: #ffffff;
}
.nodemapunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.nodemapunit .spanbox {
  padding: 10px;
  border-top: 10px solid #ffdf7d;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #121212;
}
.nodemapunit .spanbox .tilewrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .nodemapunit .spanbox .tilewrap {
    padding: 10px 10px 30px;
  }
}
.nodemapunit .spanbox .tilewrap .collaboration-section-title {
  margin-bottom: 20px;
}
.nodemapunit .spanbox .tilewrap .text-wrapper .shelllayer {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .nodemapunit .spanbox .tilewrap .text-wrapper .shelllayer {
    width: 100%;
  }
}
.nodemapunit .casing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .nodemapunit .casing {
    grid-template-columns: 1fr;
  }
}
.nodemapunit .casing .gridcore img {
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .nodemapunit .casing .gridcore img {
    height: 300px;
  }
}
.nodemapunit .collaboration-section-title {
  color: #000c3f;
}
.nodemapunit .shelllayer {
  color: #000c3f;
}
.nodemapunit .shelllayer,
.nodemapunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.nodemapunit .collaboration-section-title,
.nodemapunit .collaboration-section-btn {
  color: #ffdf7d;
  text-align: center;
}
.group {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
@media (max-width: 992px) {
  .group .container {
    padding: 0 22px;
  }
}
.group .tilegrid .collaboration-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .group .tilegrid .collaboration-section-title {
    margin-bottom: 32px;
  }
}
.group .text-wrapper .shelllayer {
  margin-bottom: 0;
}
.group .collaboration-section-title {
  color: #ffdf7d;
}
.group .shelllayer {
  color: #ffffff;
}
.cellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cellbox .stepunit {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #bd992a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cellbox .stepunit {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cellbox .stepunit {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cellbox .stepunit {
    display: none;
  }
}
.cellbox .tilegrid {
  position: relative;
  z-index: 1;
}
.cellbox .tilegrid .collaboration-section-title {
  margin-bottom: 20px;
}
.cellbox .tilegrid .rowwrap {
  margin-bottom: 0;
}
.cellbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper {
    margin-top: 32px;
  }
}
.cellbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cellbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cellbox .nav-wrapper .list .item-wrap:hover,
.cellbox .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cellbox .collaboration-section-title {
  color: #ffffff;
  text-align: center;
}
.cellbox .rowwrap {
  color: #ffffff;
  text-align: center;
}
.cellbox .list {
  color: #ffffff;
}
.layoutwrap .navbar-dropdown {
  position: relative !important;
}
.layoutwrap .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .layoutwrap .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.layoutwrap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutwrap .nav-link {
  position: relative;
}
.layoutwrap .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .layoutwrap .container {
    flex-wrap: nowrap;
  }
}
.layoutwrap .nav-item:focus,
.layoutwrap .nav-link:focus {
  outline: none;
}
.layoutwrap .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.layoutwrap .navbar .blockwrap img {
  width: auto;
  border-radius: 6px !important;
}
.layoutwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutwrap .navbar .blockwrap img {
    height: 3rem !important;
  }
  .layoutwrap .navbar ul.corewrap li {
    margin: auto;
  }
  .layoutwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .layoutwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutwrap .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;
}
.layoutwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.layoutwrap .navbar-brand .navbar-caption:hover,
.layoutwrap .navbar-brand .navbar-caption:focus {
  color: #ffdf7d !important;
}
.layoutwrap .navbar-brand .blockwrap a {
  outline: none;
}
.layoutwrap .navbar-expand-lg .corewrap .nav-link {
  padding: 0;
}
.layoutwrap ul.corewrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .layoutwrap ul.corewrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.layoutwrap 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.layoutwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.layoutwrap .navbar-dropdown {
  padding: 0 1rem;
}
.layoutwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutwrap .navbar {
    height: 70px;
  }
  .layoutwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutwrap .corewrap {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.layoutwrap .nav-item {
  padding: 0;
  margin: 0;
}
.layoutwrap .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.layoutwrap .nav-item .nav-link::after {
  color: #ffdf7d !important;
  transform: rotate(0);
  transition: .3s;
}
.layoutwrap .nav-item .nav-link:hover {
  background-color: #ffdf7d;
  color: #121212 !important;
}
.layoutwrap .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.layoutwrap .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .layoutwrap .navbar {
    justify-content: flex-start !important;
  }
  .layoutwrap .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .layoutwrap .navbar-collapse .corewrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .layoutwrap .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .layoutwrap .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .layoutwrap .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.layoutwrap .tilewrap {
  min-height: 110px;
}
.layoutwrap .collaboration-section-btn .btn::after,
.layoutwrap .collaboration-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.layoutwrap .collaboration-section-btn .btn:hover,
.layoutwrap .collaboration-section-btn .btn:focus {
  color: #ffffff !important;
}
.layoutwrap .collaboration-section-btn .btn:hover::after,
.layoutwrap .collaboration-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.gridunitbox {
  background-color: #000000;
  overflow: hidden;
}
.gridunitbox .card {
  position: relative;
}
.gridunitbox .card .areawrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #bd992a, #dcba4f 50%, #bd992a);
  filter: blur(4rem);
  pointer-events: none;
}
.gridunitbox .card .areawrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.gridunitbox .spanbox {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .gridunitbox .spanbox {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .gridunitbox .spanbox {
    width: 100%;
  }
}
.gridunitbox .spanbox .fieldcore {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .gridunitbox .spanbox .fieldcore {
    margin-bottom: 28px;
  }
}
.gridunitbox .spanbox .collaboration-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .gridunitbox .spanbox .collaboration-section-title {
    margin-bottom: 18px;
  }
}
.gridunitbox .spanbox .shelllayer {
  margin-bottom: 0;
}
.gridunitbox .spanbox .collaboration-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .gridunitbox .spanbox .collaboration-section-btn {
    margin-top: 18px;
  }
}

.gridunitbox .fieldcore {
  color: #ffffff;
  text-align: center;
}
.gridunitbox .collaboration-section-title {
  color: #ffffff;
}
.gridunitbox .shelllayer {
  color: #ffffff;
  text-align: center;
}
.gridunitbox .collaboration-section-title,
.gridunitbox .collaboration-section-btn {
  text-align: center;
  color: #ffdf7d;
}
.field {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.field .tilegrid {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .field .tilegrid {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .field .tilegrid {
    width: 100%;
    margin-bottom: 28px;
  }
}
.field .tilegrid .collaboration-section-title {
  margin-bottom: 0;
}
.field .tilegrid .modtrack .collaboration-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.field .tilegrid .shelllayer {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .field .tilegrid .shelllayer {
    margin-top: 18px;
  }
}
.field .formunit .item {
  margin-bottom: 82px;
}
.field .formunit .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .field .formunit .item {
    margin-bottom: 46px;
  }
  .field .formunit .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .field .formunit .item {
    margin-bottom: 16px;
  }
  .field .formunit .item:last-child {
    margin-bottom: 16px;
  }
}
.field .formunit .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #dcba4f, #000000 110%);
}
@media (max-width: 1440px) {
  .field .formunit .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .field .formunit .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.field .formunit .item .item-wrapper .fieldcore {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.field .formunit .item .item-wrapper .fieldcore .padsegment {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #121212;
}
@media (max-width: 992px) {
  .field .formunit .item .item-wrapper .fieldcore .padsegment {
    padding: 10px 16px;
  }
}
.field .formunit .item .item-wrapper .fieldcore .padsegment .item-label {
  margin-bottom: 0;
}
.field .formunit .item .item-wrapper .card-box {
  position: relative;
}
.field .formunit .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.field .formunit .item .item-wrapper .card-box .collaboration-section-btn {
  margin-top: 22px;
}
.field .formunit .item .item-wrapper .card-box .collaboration-section-btn .btn {
  margin-bottom: 0;
}
.field .casing {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .field .casing {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .field .casing {
    padding: 0;
  }
}
.field .casing img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .field .casing img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .field .casing img {
    height: 300px;
  }
}
.field .collaboration-section-title {
  color: #ffffff;
  text-align: center;
}
.field .collaboration-section-subtitle,
.field .modtrack {
  color: #ffffff;
  text-align: center;
}
.field .shelllayer {
  color: #a997ce;
  text-align: center;
}
.field .item-label {
  color: #ffffff;
}
.field .item-text {
  color: #a997ce;
}
.field .item-text,
.field .collaboration-section-btn {
  text-align: center;
  color: #ffffff;
}
.field .item-label,
.field .fieldcore {
  text-align: center;
  color: #ffdf7d;
}
.wrapperbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.wrapperbox .tilegrid .collaboration-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .wrapperbox .tilegrid .collaboration-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .wrapperbox .tilegrid .collaboration-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.wrapperbox .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #ffdf7d;
  margin-bottom: 20px;
}
.wrapperbox .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #ffdf7d;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .wrapperbox .border-wrapper_2 {
    margin-top: 0;
  }
}
.wrapperbox .formunit {
  margin: 0 -5px;
}
.wrapperbox .formunit .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .wrapperbox .formunit .item {
    margin-bottom: 20px;
  }
}
.wrapperbox .formunit .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #121212;
}
.wrapperbox .formunit .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.wrapperbox .formunit .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .wrapperbox .formunit .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.wrapperbox .formunit .item .item-wrapper .collaboration-section-btn {
  margin-top: 20px;
}
.wrapperbox .formunit .item .item-wrapper .collaboration-section-btn .btn {
  margin-bottom: 0;
}
.wrapperbox .collaboration-section-title {
  color: #093388;
}
.wrapperbox .item-title {
  color: #093388;
}
.wrapperbox .item-text {
  color: #58595b;
}
.wrapperbox .item-text,
.wrapperbox .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.wrapperbox .item-title,
.wrapperbox .collaboration-section-btn {
  text-align: center;
  color: #ffdf7d;
}
.headwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.headwrap .tilegrid {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .headwrap .tilegrid {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .headwrap .tilegrid {
    width: 100%;
    margin-bottom: 28px;
  }
}
.headwrap .tilegrid .collaboration-section-title {
  margin-bottom: 0;
}
.headwrap .tilegrid .modtrack .collaboration-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.headwrap .tilegrid .shelllayer {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .headwrap .tilegrid .shelllayer {
    margin-top: 18px;
  }
}
.headwrap .formunit .item {
  margin-bottom: 82px;
}
.headwrap .formunit .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .headwrap .formunit .item {
    margin-bottom: 46px;
  }
  .headwrap .formunit .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .headwrap .formunit .item {
    margin-bottom: 16px;
  }
  .headwrap .formunit .item:last-child {
    margin-bottom: 16px;
  }
}
.headwrap .formunit .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #dcba4f, #000000 110%);
}
@media (max-width: 1440px) {
  .headwrap .formunit .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .headwrap .formunit .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.headwrap .formunit .item .item-wrapper .fieldcore {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.headwrap .formunit .item .item-wrapper .fieldcore .padsegment {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #121212;
}
@media (max-width: 992px) {
  .headwrap .formunit .item .item-wrapper .fieldcore .padsegment {
    padding: 10px 16px;
  }
}
.headwrap .formunit .item .item-wrapper .fieldcore .padsegment .item-label {
  margin-bottom: 0;
}
.headwrap .formunit .item .item-wrapper .card-box {
  position: relative;
}
.headwrap .formunit .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.headwrap .formunit .item .item-wrapper .card-box .collaboration-section-btn {
  margin-top: 22px;
}
.headwrap .formunit .item .item-wrapper .card-box .collaboration-section-btn .btn {
  margin-bottom: 0;
}
.headwrap .casing {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .headwrap .casing {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .headwrap .casing {
    padding: 0;
  }
}
.headwrap .casing img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .headwrap .casing img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .headwrap .casing img {
    height: 300px;
  }
}
.headwrap .collaboration-section-title {
  color: #ffffff;
  text-align: center;
}
.headwrap .collaboration-section-subtitle,
.headwrap .modtrack {
  color: #ffffff;
  text-align: center;
}
.headwrap .shelllayer {
  color: #a997ce;
  text-align: center;
}
.headwrap .item-label {
  color: #ffffff;
}
.headwrap .item-text {
  color: #a997ce;
}
.headwrap .item-text,
.headwrap .collaboration-section-btn {
  text-align: center;
  color: #ffffff;
}
.headwrap .item-label,
.headwrap .fieldcore {
  text-align: center;
  color: #ffdf7d;
}
.padwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.padwrap .tilegrid .collaboration-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .padwrap .tilegrid .collaboration-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .padwrap .tilegrid .collaboration-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.padwrap .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #ffdf7d;
  margin-bottom: 20px;
}
.padwrap .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #ffdf7d;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .padwrap .border-wrapper_2 {
    margin-top: 0;
  }
}
.padwrap .formunit {
  margin: 0 -5px;
}
.padwrap .formunit .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .padwrap .formunit .item {
    margin-bottom: 20px;
  }
}
.padwrap .formunit .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #121212;
}
.padwrap .formunit .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.padwrap .formunit .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .padwrap .formunit .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.padwrap .formunit .item .item-wrapper .collaboration-section-btn {
  margin-top: 20px;
}
.padwrap .formunit .item .item-wrapper .collaboration-section-btn .btn {
  margin-bottom: 0;
}
.padwrap .collaboration-section-title {
  color: #093388;
}
.padwrap .item-title {
  color: #093388;
}
.padwrap .item-text {
  color: #58595b;
}
.padwrap .item-text,
.padwrap .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.padwrap .item-title,
.padwrap .collaboration-section-btn {
  text-align: center;
  color: #ffdf7d;
}
.cellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cellbox .stepunit {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #bd992a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cellbox .stepunit {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cellbox .stepunit {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cellbox .stepunit {
    display: none;
  }
}
.cellbox .tilegrid {
  position: relative;
  z-index: 1;
}
.cellbox .tilegrid .collaboration-section-title {
  margin-bottom: 20px;
}
.cellbox .tilegrid .rowwrap {
  margin-bottom: 0;
}
.cellbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper {
    margin-top: 32px;
  }
}
.cellbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cellbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cellbox .nav-wrapper .list .item-wrap:hover,
.cellbox .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cellbox .collaboration-section-title {
  color: #ffffff;
  text-align: center;
}
.cellbox .rowwrap {
  color: #ffffff;
  text-align: center;
}
.cellbox .list {
  color: #ffffff;
}
.layoutwrap .navbar-dropdown {
  position: relative !important;
}
.layoutwrap .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .layoutwrap .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.layoutwrap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutwrap .nav-link {
  position: relative;
}
.layoutwrap .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .layoutwrap .container {
    flex-wrap: nowrap;
  }
}
.layoutwrap .nav-item:focus,
.layoutwrap .nav-link:focus {
  outline: none;
}
.layoutwrap .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.layoutwrap .navbar .blockwrap img {
  width: auto;
  border-radius: 6px !important;
}
.layoutwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutwrap .navbar .blockwrap img {
    height: 3rem !important;
  }
  .layoutwrap .navbar ul.corewrap li {
    margin: auto;
  }
  .layoutwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .layoutwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutwrap .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;
}
.layoutwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.layoutwrap .navbar-brand .navbar-caption:hover,
.layoutwrap .navbar-brand .navbar-caption:focus {
  color: #ffdf7d !important;
}
.layoutwrap .navbar-brand .blockwrap a {
  outline: none;
}
.layoutwrap .navbar-expand-lg .corewrap .nav-link {
  padding: 0;
}
.layoutwrap ul.corewrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .layoutwrap ul.corewrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.layoutwrap 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.layoutwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.layoutwrap .navbar-dropdown {
  padding: 0 1rem;
}
.layoutwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutwrap .navbar {
    height: 70px;
  }
  .layoutwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutwrap .corewrap {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.layoutwrap .nav-item {
  padding: 0;
  margin: 0;
}
.layoutwrap .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.layoutwrap .nav-item .nav-link::after {
  color: #ffdf7d !important;
  transform: rotate(0);
  transition: .3s;
}
.layoutwrap .nav-item .nav-link:hover {
  background-color: #ffdf7d;
  color: #121212 !important;
}
.layoutwrap .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.layoutwrap .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .layoutwrap .navbar {
    justify-content: flex-start !important;
  }
  .layoutwrap .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .layoutwrap .navbar-collapse .corewrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .layoutwrap .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .layoutwrap .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .layoutwrap .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.layoutwrap .tilewrap {
  min-height: 110px;
}
.layoutwrap .collaboration-section-btn .btn::after,
.layoutwrap .collaboration-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.layoutwrap .collaboration-section-btn .btn:hover,
.layoutwrap .collaboration-section-btn .btn:focus {
  color: #ffffff !important;
}
.layoutwrap .collaboration-section-btn .btn:hover::after,
.layoutwrap .collaboration-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.moduleunit {
  background-image: url("images/thick2.jpg");
}
.moduleunit .card-wrapper {
  padding: 60px;
  background-color: #000000;
  border-top: 3px solid #ffdf7d;
  box-shadow: 0 8px 15px -8px #ffdf7d;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .moduleunit .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .moduleunit .card-wrapper {
    padding: 24px;
  }
}
.moduleunit .card-wrapper .fieldcore {
  margin-bottom: 32px;
}
.moduleunit .card-wrapper .fieldcore .padsegment {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.moduleunit .card-wrapper .tilegrid .collaboration-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #dcba4f, #ffe8a3 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .moduleunit .card-wrapper .tilegrid .collaboration-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #dcba4f, #ffe8a3 40%);
  }
}
.moduleunit .card-wrapper .text-wrapper .shelllayer {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .moduleunit .card-wrapper .text-wrapper .shelllayer {
    width: 100%;
  }
}
.moduleunit .card-wrapper .collaboration-section-btn {
  margin-top: 22px;
}

.moduleunit .fieldcore {
  color: #000000;
  text-align: center;
}
.moduleunit .collaboration-section-title {
  color: #000000;
}
.moduleunit .shelllayer,
.moduleunit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.moduleunit .collaboration-section-title,
.moduleunit .tilegrid,
.moduleunit .collaboration-section-btn {
  text-align: center;
}
.flexunit {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.flexunit .tilegrid .collaboration-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .flexunit .tilegrid .collaboration-section-title {
    margin-bottom: 32px;
  }
}
.flexunit .formunit {
  justify-content: center;
  margin: 0 -10px;
}
.flexunit .formunit .item {
  padding: 0 10px;
}
.flexunit .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .flexunit .item {
    margin-bottom: 16px;
  }
}
.flexunit .item .item-wrapper {
  padding: 10px;
  background-color: #121212;
  height: 100%;
}
.flexunit .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.flexunit .item .item-wrapper .item-img img {
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
.flexunit .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .flexunit .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.flexunit .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.flexunit .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.flexunit .collaboration-section-title {
  color: #ffffff;
  text-align: center;
}
.flexunit .item-title {
  color: #000c3f;
}
.flexunit .item-text {
  color: #ffffff;
  text-align: center;
}
.flexunit .item-title,
.flexunit .collaboration-section-btn {
  color: #ffdf7d;
  text-align: center;
}
.spanunit {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.spanunit .spanbox {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .spanunit .spanbox {
    margin-bottom: 32px;
  }
}
.spanunit .spanbox .collaboration-section-title {
  margin-bottom: 0;
}
.spanunit .spanbox .collaboration-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.spanunit .formunit {
  justify-content: center;
  margin: 0 -8px;
}
.spanunit .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.spanunit .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .spanunit .item .item-wrapper {
    padding: 20px 16px;
  }
}
.spanunit .item .item-wrapper .card-box .blocklayer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 992px) {
  .spanunit .item .item-wrapper .card-box .blocklayer {
    display: block;
    margin-bottom: 24px;
  }
}
.spanunit .item .item-wrapper .card-box .blocklayer .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .spanunit .item .item-wrapper .card-box .blocklayer .item-title {
    padding-right: 0;
  }
}
.spanunit .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.spanunit .item .card_1 {
  background: linear-gradient(315deg, #000000, #333333);
}
.spanunit .item .card_2 {
  background: linear-gradient(315deg, #000000, #333333);
}
.spanunit .item .card_3 {
  background: linear-gradient(315deg, #000000, #333333);
}
.spanunit .collaboration-section-title {
  color: #272b2e;
  text-align: center;
}
.spanunit .item-title {
  color: #ffdf7d;
  text-align: center;
}
.spanunit .item-text {
  color: #ffffff;
}
.spanunit .item-text {
  text-align: center;
}
.piece {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.piece .tilegrid .collaboration-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .piece .tilegrid .collaboration-section-title {
    margin-bottom: 32px;
  }
}
.piece .formunit {
  justify-content: center;
  margin: 0 -10px;
}
.piece .formunit .item {
  padding: 0 10px;
}
.piece .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .piece .item {
    margin-bottom: 16px;
  }
}
.piece .item .item-wrapper {
  padding: 10px;
  background-color: #121212;
  height: 100%;
}
.piece .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.piece .item .item-wrapper .item-img img {
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
.piece .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .piece .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.piece .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.piece .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.piece .collaboration-section-title {
  color: #ffffff;
  text-align: center;
}
.piece .item-title {
  color: #000c3f;
}
.piece .item-text {
  color: #ffffff;
  text-align: center;
}
.piece .item-title,
.piece .collaboration-section-btn {
  color: #ffdf7d;
  text-align: center;
}
.dockwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.dockwrap .spanbox {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .dockwrap .spanbox {
    margin-bottom: 32px;
  }
}
.dockwrap .spanbox .collaboration-section-title {
  margin-bottom: 0;
}
.dockwrap .spanbox .collaboration-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.dockwrap .formunit {
  justify-content: center;
  margin: 0 -8px;
}
.dockwrap .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.dockwrap .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .dockwrap .item .item-wrapper {
    padding: 20px 16px;
  }
}
.dockwrap .item .item-wrapper .card-box .blocklayer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 992px) {
  .dockwrap .item .item-wrapper .card-box .blocklayer {
    display: block;
    margin-bottom: 24px;
  }
}
.dockwrap .item .item-wrapper .card-box .blocklayer .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .dockwrap .item .item-wrapper .card-box .blocklayer .item-title {
    padding-right: 0;
  }
}
.dockwrap .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.dockwrap .item .card_1 {
  background: linear-gradient(315deg, #000000, #333333);
}
.dockwrap .item .card_2 {
  background: linear-gradient(315deg, #000000, #333333);
}
.dockwrap .item .card_3 {
  background: linear-gradient(315deg, #000000, #333333);
}
.dockwrap .collaboration-section-title {
  color: #272b2e;
  text-align: center;
}
.dockwrap .item-title {
  color: #ffdf7d;
  text-align: center;
}
.dockwrap .item-text {
  color: #ffffff;
}
.dockwrap .item-text {
  text-align: center;
}
.cellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cellbox .stepunit {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #bd992a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cellbox .stepunit {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cellbox .stepunit {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cellbox .stepunit {
    display: none;
  }
}
.cellbox .tilegrid {
  position: relative;
  z-index: 1;
}
.cellbox .tilegrid .collaboration-section-title {
  margin-bottom: 20px;
}
.cellbox .tilegrid .rowwrap {
  margin-bottom: 0;
}
.cellbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper {
    margin-top: 32px;
  }
}
.cellbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cellbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cellbox .nav-wrapper .list .item-wrap:hover,
.cellbox .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cellbox .collaboration-section-title {
  color: #ffffff;
  text-align: center;
}
.cellbox .rowwrap {
  color: #ffffff;
  text-align: center;
}
.cellbox .list {
  color: #ffffff;
}
.layoutwrap .navbar-dropdown {
  position: relative !important;
}
.layoutwrap .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .layoutwrap .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.layoutwrap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutwrap .nav-link {
  position: relative;
}
.layoutwrap .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .layoutwrap .container {
    flex-wrap: nowrap;
  }
}
.layoutwrap .nav-item:focus,
.layoutwrap .nav-link:focus {
  outline: none;
}
.layoutwrap .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.layoutwrap .navbar .blockwrap img {
  width: auto;
  border-radius: 6px !important;
}
.layoutwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutwrap .navbar .blockwrap img {
    height: 3rem !important;
  }
  .layoutwrap .navbar ul.corewrap li {
    margin: auto;
  }
  .layoutwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .layoutwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutwrap .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;
}
.layoutwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.layoutwrap .navbar-brand .navbar-caption:hover,
.layoutwrap .navbar-brand .navbar-caption:focus {
  color: #ffdf7d !important;
}
.layoutwrap .navbar-brand .blockwrap a {
  outline: none;
}
.layoutwrap .navbar-expand-lg .corewrap .nav-link {
  padding: 0;
}
.layoutwrap ul.corewrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .layoutwrap ul.corewrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.layoutwrap 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.layoutwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.layoutwrap .navbar-dropdown {
  padding: 0 1rem;
}
.layoutwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutwrap .navbar {
    height: 70px;
  }
  .layoutwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutwrap .corewrap {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.layoutwrap .nav-item {
  padding: 0;
  margin: 0;
}
.layoutwrap .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.layoutwrap .nav-item .nav-link::after {
  color: #ffdf7d !important;
  transform: rotate(0);
  transition: .3s;
}
.layoutwrap .nav-item .nav-link:hover {
  background-color: #ffdf7d;
  color: #121212 !important;
}
.layoutwrap .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.layoutwrap .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .layoutwrap .navbar {
    justify-content: flex-start !important;
  }
  .layoutwrap .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .layoutwrap .navbar-collapse .corewrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .layoutwrap .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .layoutwrap .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .layoutwrap .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.layoutwrap .tilewrap {
  min-height: 110px;
}
.layoutwrap .collaboration-section-btn .btn::after,
.layoutwrap .collaboration-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.layoutwrap .collaboration-section-btn .btn:hover,
.layoutwrap .collaboration-section-btn .btn:focus {
  color: #ffffff !important;
}
.layoutwrap .collaboration-section-btn .btn:hover::after,
.layoutwrap .collaboration-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.layoutrow {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.layoutrow .container {
  padding-left: 10px;
  padding-right: 10px;
}
.layoutrow .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.layoutrow .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.layoutrow .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .layoutrow .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .layoutrow .col-img {
    padding: 30px !important;
  }
}
.layoutrow .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.layoutrow .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .layoutrow .text-wrapper {
    margin-bottom: 30px;
  }
}
.layoutrow .collaboration-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.layoutrow .collaboration-section-subtitle {
  color: #ffdf7d;
  margin-bottom: 22px;
  text-align: center;
}
.layoutrow .collaboration-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.layoutrow .shelllayer {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .layoutrow .shelllayer {
    padding-right: 0;
  }
}
.layoutrow .collaboration-section-btn {
  margin-top: 20px;
}
.layoutrow .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #ffdf7d, #1c1c1c);
}
.layoutrow .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.layoutrow .img-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.75026795;
}
.layoutrow .shelllayer,
.layoutrow .collaboration-section-btn {
  color: #ffffff;
  text-align: center;
}
.cellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cellbox .stepunit {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #bd992a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cellbox .stepunit {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cellbox .stepunit {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cellbox .stepunit {
    display: none;
  }
}
.cellbox .tilegrid {
  position: relative;
  z-index: 1;
}
.cellbox .tilegrid .collaboration-section-title {
  margin-bottom: 20px;
}
.cellbox .tilegrid .rowwrap {
  margin-bottom: 0;
}
.cellbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper {
    margin-top: 32px;
  }
}
.cellbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cellbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cellbox .nav-wrapper .list .item-wrap:hover,
.cellbox .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cellbox .collaboration-section-title {
  color: #ffffff;
  text-align: center;
}
.cellbox .rowwrap {
  color: #ffffff;
  text-align: center;
}
.cellbox .list {
  color: #ffffff;
}
.layoutwrap .navbar-dropdown {
  position: relative !important;
}
.layoutwrap .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .layoutwrap .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.layoutwrap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutwrap .nav-link {
  position: relative;
}
.layoutwrap .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .layoutwrap .container {
    flex-wrap: nowrap;
  }
}
.layoutwrap .nav-item:focus,
.layoutwrap .nav-link:focus {
  outline: none;
}
.layoutwrap .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.layoutwrap .navbar .blockwrap img {
  width: auto;
  border-radius: 6px !important;
}
.layoutwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutwrap .navbar .blockwrap img {
    height: 3rem !important;
  }
  .layoutwrap .navbar ul.corewrap li {
    margin: auto;
  }
  .layoutwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .layoutwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutwrap .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;
}
.layoutwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.layoutwrap .navbar-brand .navbar-caption:hover,
.layoutwrap .navbar-brand .navbar-caption:focus {
  color: #ffdf7d !important;
}
.layoutwrap .navbar-brand .blockwrap a {
  outline: none;
}
.layoutwrap .navbar-expand-lg .corewrap .nav-link {
  padding: 0;
}
.layoutwrap ul.corewrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .layoutwrap ul.corewrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.layoutwrap 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.layoutwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.layoutwrap .navbar-dropdown {
  padding: 0 1rem;
}
.layoutwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutwrap .navbar {
    height: 70px;
  }
  .layoutwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutwrap .corewrap {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.layoutwrap .nav-item {
  padding: 0;
  margin: 0;
}
.layoutwrap .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.layoutwrap .nav-item .nav-link::after {
  color: #ffdf7d !important;
  transform: rotate(0);
  transition: .3s;
}
.layoutwrap .nav-item .nav-link:hover {
  background-color: #ffdf7d;
  color: #121212 !important;
}
.layoutwrap .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.layoutwrap .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .layoutwrap .navbar {
    justify-content: flex-start !important;
  }
  .layoutwrap .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .layoutwrap .navbar-collapse .corewrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .layoutwrap .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .layoutwrap .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .layoutwrap .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.layoutwrap .tilewrap {
  min-height: 110px;
}
.layoutwrap .collaboration-section-btn .btn::after,
.layoutwrap .collaboration-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.layoutwrap .collaboration-section-btn .btn:hover,
.layoutwrap .collaboration-section-btn .btn:focus {
  color: #ffffff !important;
}
.layoutwrap .collaboration-section-btn .btn:hover::after,
.layoutwrap .collaboration-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.host {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #ffdf7d 110%);
}
.host .row {
  justify-content: center;
}
.host .collaboration-section-btn {
  text-align: right;
}
.host label {
  color: #ffffff;
}
.cellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cellbox .stepunit {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #bd992a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cellbox .stepunit {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cellbox .stepunit {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cellbox .stepunit {
    display: none;
  }
}
.cellbox .tilegrid {
  position: relative;
  z-index: 1;
}
.cellbox .tilegrid .collaboration-section-title {
  margin-bottom: 20px;
}
.cellbox .tilegrid .rowwrap {
  margin-bottom: 0;
}
.cellbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper {
    margin-top: 32px;
  }
}
.cellbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cellbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cellbox .nav-wrapper .list .item-wrap:hover,
.cellbox .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cellbox .collaboration-section-title {
  color: #ffffff;
  text-align: center;
}
.cellbox .rowwrap {
  color: #ffffff;
  text-align: center;
}
.cellbox .list {
  color: #ffffff;
}
.layoutwrap .navbar-dropdown {
  position: relative !important;
}
.layoutwrap .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .layoutwrap .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.layoutwrap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.layoutwrap .nav-link {
  position: relative;
}
.layoutwrap .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .layoutwrap .container {
    flex-wrap: nowrap;
  }
}
.layoutwrap .nav-item:focus,
.layoutwrap .nav-link:focus {
  outline: none;
}
.layoutwrap .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.layoutwrap .navbar .blockwrap img {
  width: auto;
  border-radius: 6px !important;
}
.layoutwrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutwrap .navbar .blockwrap img {
    height: 3rem !important;
  }
  .layoutwrap .navbar ul.corewrap li {
    margin: auto;
  }
  .layoutwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .layoutwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutwrap .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;
}
.layoutwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.layoutwrap .navbar-brand .navbar-caption:hover,
.layoutwrap .navbar-brand .navbar-caption:focus {
  color: #ffdf7d !important;
}
.layoutwrap .navbar-brand .blockwrap a {
  outline: none;
}
.layoutwrap .navbar-expand-lg .corewrap .nav-link {
  padding: 0;
}
.layoutwrap ul.corewrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .layoutwrap ul.corewrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.layoutwrap 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.layoutwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.layoutwrap button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.layoutwrap .navbar-dropdown {
  padding: 0 1rem;
}
.layoutwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutwrap .navbar {
    height: 70px;
  }
  .layoutwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutwrap .corewrap {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.layoutwrap .nav-item {
  padding: 0;
  margin: 0;
}
.layoutwrap .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.layoutwrap .nav-item .nav-link::after {
  color: #ffdf7d !important;
  transform: rotate(0);
  transition: .3s;
}
.layoutwrap .nav-item .nav-link:hover {
  background-color: #ffdf7d;
  color: #121212 !important;
}
.layoutwrap .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.layoutwrap .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .layoutwrap .navbar {
    justify-content: flex-start !important;
  }
  .layoutwrap .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .layoutwrap .navbar-collapse .corewrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .layoutwrap .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .layoutwrap .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .layoutwrap .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.layoutwrap .tilewrap {
  min-height: 110px;
}
.layoutwrap .collaboration-section-btn .btn::after,
.layoutwrap .collaboration-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.layoutwrap .collaboration-section-btn .btn:hover,
.layoutwrap .collaboration-section-btn .btn:focus {
  color: #ffffff !important;
}
.layoutwrap .collaboration-section-btn .btn:hover::after,
.layoutwrap .collaboration-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.unit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/shallow1.jpg");
}
.unit .tilegrid {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .unit .tilegrid {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .unit .tilegrid {
    width: 100%;
  }
}
.unit .tilegrid .fieldcore {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .unit .tilegrid .fieldcore {
    margin-bottom: 28px;
  }
}
.unit .tilegrid .fieldcore .padsegment {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .unit .tilegrid .fieldcore .padsegment {
    padding: 10px 16px;
  }
}
.unit .tilegrid .collaboration-section-title {
  margin-bottom: 0;
}
.unit .tilegrid .modtrack .collaboration-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffe8a3, #dcba4f 50%, #ffdf7d);
}
.unit .tilegrid .shelllayer {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unit .tilegrid .shelllayer {
    margin-top: 18px;
  }
}
.unit .tilegrid .collaboration-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .unit .tilegrid .collaboration-section-btn {
    margin-top: 22px;
  }
}

.unit .fieldcore {
  color: #ffffff;
  text-align: center;
}
.unit .collaboration-section-title {
  color: #ffffff;
}
.unit .collaboration-section-subtitle,
.unit .modtrack {
  color: #ffffff;
  text-align: center;
}
.unit .shelllayer {
  color: #a997ce;
  text-align: center;
}
.unit .collaboration-section-title,
.unit .collaboration-section-btn {
  text-align: center;
}
.holdunit {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.holdunit .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.holdunit .tilewrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .holdunit .tilewrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .holdunit {
    align-items: center;
  }
  .holdunit .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .holdunit .tilewrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .holdunit {
    align-items: center;
  }
  .holdunit .tilewrap {
    width: 100%;
  }
}
.holdunit .collaboration-section-title {
  text-align: left;
  color: #fffcee;
}
.holdunit .shelllayer,
.holdunit .collaboration-section-btn {
  text-align: left;
  color: #fffcee;
}
.holdunit .collaboration-section-title,
.holdunit .line {
  color: #ffffff;
}
.cellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cellbox .stepunit {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #bd992a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cellbox .stepunit {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cellbox .stepunit {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cellbox .stepunit {
    display: none;
  }
}
.cellbox .tilegrid {
  position: relative;
  z-index: 1;
}
.cellbox .tilegrid .collaboration-section-title {
  margin-bottom: 20px;
}
.cellbox .tilegrid .rowwrap {
  margin-bottom: 0;
}
.cellbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper {
    margin-top: 32px;
  }
}
.cellbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cellbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cellbox .nav-wrapper .list .item-wrap:hover,
.cellbox .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cellbox .collaboration-section-title {
  color: #ffffff;
  text-align: center;
}
.cellbox .rowwrap {
  color: #ffffff;
  text-align: center;
}
.cellbox .list {
  color: #ffffff;
}
.zoneunitbox .navbar-dropdown {
  position: relative !important;
}
.zoneunitbox .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .zoneunitbox .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.zoneunitbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.zoneunitbox .nav-link {
  position: relative;
}
.zoneunitbox .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .zoneunitbox .container {
    flex-wrap: nowrap;
  }
}
.zoneunitbox .nav-item:focus,
.zoneunitbox .nav-link:focus {
  outline: none;
}
.zoneunitbox .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.zoneunitbox .navbar .blockwrap img {
  width: auto;
  border-radius: 6px !important;
}
.zoneunitbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .zoneunitbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .zoneunitbox .navbar .blockwrap img {
    height: 3rem !important;
  }
  .zoneunitbox .navbar ul.corewrap li {
    margin: auto;
  }
  .zoneunitbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .zoneunitbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.zoneunitbox .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;
}
.zoneunitbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.zoneunitbox .navbar-brand .navbar-caption:hover,
.zoneunitbox .navbar-brand .navbar-caption:focus {
  color: #ffdf7d !important;
}
.zoneunitbox .navbar-brand .blockwrap a {
  outline: none;
}
.zoneunitbox .navbar-expand-lg .corewrap .nav-link {
  padding: 0;
}
.zoneunitbox ul.corewrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .zoneunitbox ul.corewrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.zoneunitbox 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.zoneunitbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.zoneunitbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.zoneunitbox button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.zoneunitbox button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.zoneunitbox button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.zoneunitbox .navbar-dropdown {
  padding: 0 1rem;
}
.zoneunitbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .zoneunitbox .navbar {
    height: 70px;
  }
  .zoneunitbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zoneunitbox .corewrap {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.zoneunitbox .nav-item {
  padding: 0;
  margin: 0;
}
.zoneunitbox .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.zoneunitbox .nav-item .nav-link::after {
  color: #ffdf7d !important;
  transform: rotate(0);
  transition: .3s;
}
.zoneunitbox .nav-item .nav-link:hover {
  background-color: #ffdf7d;
  color: #121212 !important;
}
.zoneunitbox .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.zoneunitbox .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .zoneunitbox .navbar {
    justify-content: flex-start !important;
  }
  .zoneunitbox .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .zoneunitbox .navbar-collapse .corewrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .zoneunitbox .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .zoneunitbox .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .zoneunitbox .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.zoneunitbox .tilewrap {
  min-height: 110px;
}
.zoneunitbox .collaboration-section-btn .btn::after,
.zoneunitbox .collaboration-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.zoneunitbox .collaboration-section-btn .btn:hover,
.zoneunitbox .collaboration-section-btn .btn:focus {
  color: #ffffff !important;
}
.zoneunitbox .collaboration-section-btn .btn:hover::after,
.zoneunitbox .collaboration-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.layoutgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/shallow1.jpg");
}
.layoutgrid .tilegrid {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .layoutgrid .tilegrid {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .layoutgrid .tilegrid {
    width: 100%;
  }
}
.layoutgrid .tilegrid .fieldcore {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .layoutgrid .tilegrid .fieldcore {
    margin-bottom: 28px;
  }
}
.layoutgrid .tilegrid .fieldcore .padsegment {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .layoutgrid .tilegrid .fieldcore .padsegment {
    padding: 10px 16px;
  }
}
.layoutgrid .tilegrid .collaboration-section-title {
  margin-bottom: 0;
}
.layoutgrid .tilegrid .modtrack .collaboration-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffe8a3, #dcba4f 50%, #ffdf7d);
}
.layoutgrid .tilegrid .shelllayer {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutgrid .tilegrid .shelllayer {
    margin-top: 18px;
  }
}
.layoutgrid .tilegrid .collaboration-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .layoutgrid .tilegrid .collaboration-section-btn {
    margin-top: 22px;
  }
}

.layoutgrid .fieldcore {
  color: #ffffff;
  text-align: center;
}
.layoutgrid .collaboration-section-title {
  color: #ffffff;
}
.layoutgrid .collaboration-section-subtitle,
.layoutgrid .modtrack {
  color: #ffffff;
  text-align: center;
}
.layoutgrid .shelllayer {
  color: #a997ce;
  text-align: center;
}
.layoutgrid .collaboration-section-title,
.layoutgrid .collaboration-section-btn {
  text-align: center;
}
.boxlayer {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.boxlayer .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.boxlayer .tilewrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .boxlayer .tilewrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .boxlayer {
    align-items: center;
  }
  .boxlayer .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .boxlayer .tilewrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .boxlayer {
    align-items: center;
  }
  .boxlayer .tilewrap {
    width: 100%;
  }
}
.boxlayer .collaboration-section-title {
  text-align: left;
  color: #fffcee;
}
.boxlayer .shelllayer,
.boxlayer .collaboration-section-btn {
  text-align: left;
  color: #fffcee;
}
.boxlayer .collaboration-section-title,
.boxlayer .line {
  color: #ffffff;
}
.cellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cellbox .stepunit {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #bd992a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cellbox .stepunit {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cellbox .stepunit {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cellbox .stepunit {
    display: none;
  }
}
.cellbox .tilegrid {
  position: relative;
  z-index: 1;
}
.cellbox .tilegrid .collaboration-section-title {
  margin-bottom: 20px;
}
.cellbox .tilegrid .rowwrap {
  margin-bottom: 0;
}
.cellbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper {
    margin-top: 32px;
  }
}
.cellbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cellbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cellbox .nav-wrapper .list .item-wrap:hover,
.cellbox .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cellbox .collaboration-section-title {
  color: #ffffff;
  text-align: center;
}
.cellbox .rowwrap {
  color: #ffffff;
  text-align: center;
}
.cellbox .list {
  color: #ffffff;
}
.framecore .navbar-dropdown {
  position: relative !important;
}
.framecore .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .framecore .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.framecore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framecore .nav-link {
  position: relative;
}
.framecore .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .framecore .container {
    flex-wrap: nowrap;
  }
}
.framecore .nav-item:focus,
.framecore .nav-link:focus {
  outline: none;
}
.framecore .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.framecore .navbar .blockwrap img {
  width: auto;
  border-radius: 6px !important;
}
.framecore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framecore .navbar .blockwrap img {
    height: 3rem !important;
  }
  .framecore .navbar ul.corewrap li {
    margin: auto;
  }
  .framecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .framecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.framecore .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;
}
.framecore .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.framecore .navbar-brand .navbar-caption:hover,
.framecore .navbar-brand .navbar-caption:focus {
  color: #ffdf7d !important;
}
.framecore .navbar-brand .blockwrap a {
  outline: none;
}
.framecore .navbar-expand-lg .corewrap .nav-link {
  padding: 0;
}
.framecore ul.corewrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .framecore ul.corewrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.framecore 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.framecore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.framecore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.framecore .navbar-dropdown {
  padding: 0 1rem;
}
.framecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framecore .navbar {
    height: 70px;
  }
  .framecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.framecore .corewrap {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.framecore .nav-item {
  padding: 0;
  margin: 0;
}
.framecore .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.framecore .nav-item .nav-link::after {
  color: #ffdf7d !important;
  transform: rotate(0);
  transition: .3s;
}
.framecore .nav-item .nav-link:hover {
  background-color: #ffdf7d;
  color: #121212 !important;
}
.framecore .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.framecore .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .framecore .navbar {
    justify-content: flex-start !important;
  }
  .framecore .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .framecore .navbar-collapse .corewrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .framecore .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .framecore .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .framecore .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.framecore .tilewrap {
  min-height: 110px;
}
.framecore .collaboration-section-btn .btn::after,
.framecore .collaboration-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.framecore .collaboration-section-btn .btn:hover,
.framecore .collaboration-section-btn .btn:focus {
  color: #ffffff !important;
}
.framecore .collaboration-section-btn .btn:hover::after,
.framecore .collaboration-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.tile {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/shallow1.jpg");
}
.tile .tilegrid {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .tile .tilegrid {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .tile .tilegrid {
    width: 100%;
  }
}
.tile .tilegrid .fieldcore {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .tile .tilegrid .fieldcore {
    margin-bottom: 28px;
  }
}
.tile .tilegrid .fieldcore .padsegment {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .tile .tilegrid .fieldcore .padsegment {
    padding: 10px 16px;
  }
}
.tile .tilegrid .collaboration-section-title {
  margin-bottom: 0;
}
.tile .tilegrid .modtrack .collaboration-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffe8a3, #dcba4f 50%, #ffdf7d);
}
.tile .tilegrid .shelllayer {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tile .tilegrid .shelllayer {
    margin-top: 18px;
  }
}
.tile .tilegrid .collaboration-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .tile .tilegrid .collaboration-section-btn {
    margin-top: 22px;
  }
}

.tile .fieldcore {
  color: #ffffff;
  text-align: center;
}
.tile .collaboration-section-title {
  color: #ffffff;
}
.tile .collaboration-section-subtitle,
.tile .modtrack {
  color: #ffffff;
  text-align: center;
}
.tile .shelllayer {
  color: #a997ce;
  text-align: center;
}
.tile .collaboration-section-title,
.tile .collaboration-section-btn {
  text-align: center;
}
.band {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.band .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.band .tilewrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .band .tilewrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .band {
    align-items: center;
  }
  .band .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .band .tilewrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .band {
    align-items: center;
  }
  .band .tilewrap {
    width: 100%;
  }
}
.band .collaboration-section-title {
  text-align: left;
  color: #fffcee;
}
.band .shelllayer,
.band .collaboration-section-btn {
  text-align: left;
  color: #fffcee;
}
.band .collaboration-section-title,
.band .line {
  color: #ffffff;
}
.cellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cellbox .stepunit {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #bd992a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cellbox .stepunit {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cellbox .stepunit {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cellbox .stepunit {
    display: none;
  }
}
.cellbox .tilegrid {
  position: relative;
  z-index: 1;
}
.cellbox .tilegrid .collaboration-section-title {
  margin-bottom: 20px;
}
.cellbox .tilegrid .rowwrap {
  margin-bottom: 0;
}
.cellbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper {
    margin-top: 32px;
  }
}
.cellbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cellbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cellbox .nav-wrapper .list .item-wrap:hover,
.cellbox .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cellbox .collaboration-section-title {
  color: #ffffff;
  text-align: center;
}
.cellbox .rowwrap {
  color: #ffffff;
  text-align: center;
}
.cellbox .list {
  color: #ffffff;
}
.nodewrap .navbar-dropdown {
  position: relative !important;
}
.nodewrap .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .nodewrap .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.nodewrap .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nodewrap .nav-link {
  position: relative;
}
.nodewrap .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .nodewrap .container {
    flex-wrap: nowrap;
  }
}
.nodewrap .nav-item:focus,
.nodewrap .nav-link:focus {
  outline: none;
}
.nodewrap .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.nodewrap .navbar .blockwrap img {
  width: auto;
  border-radius: 6px !important;
}
.nodewrap .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodewrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodewrap .navbar .blockwrap img {
    height: 3rem !important;
  }
  .nodewrap .navbar ul.corewrap li {
    margin: auto;
  }
  .nodewrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .nodewrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodewrap .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;
}
.nodewrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.nodewrap .navbar-brand .navbar-caption:hover,
.nodewrap .navbar-brand .navbar-caption:focus {
  color: #ffdf7d !important;
}
.nodewrap .navbar-brand .blockwrap a {
  outline: none;
}
.nodewrap .navbar-expand-lg .corewrap .nav-link {
  padding: 0;
}
.nodewrap ul.corewrap {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .nodewrap ul.corewrap {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.nodewrap 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.nodewrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.nodewrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.nodewrap button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.nodewrap button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.nodewrap button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.nodewrap .navbar-dropdown {
  padding: 0 1rem;
}
.nodewrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodewrap .navbar {
    height: 70px;
  }
  .nodewrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodewrap .corewrap {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.nodewrap .nav-item {
  padding: 0;
  margin: 0;
}
.nodewrap .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.nodewrap .nav-item .nav-link::after {
  color: #ffdf7d !important;
  transform: rotate(0);
  transition: .3s;
}
.nodewrap .nav-item .nav-link:hover {
  background-color: #ffdf7d;
  color: #121212 !important;
}
.nodewrap .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.nodewrap .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .nodewrap .navbar {
    justify-content: flex-start !important;
  }
  .nodewrap .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .nodewrap .navbar-collapse .corewrap {
    width: 100%;
    margin-bottom: 24px;
  }
  .nodewrap .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .nodewrap .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .nodewrap .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.nodewrap .tilewrap {
  min-height: 110px;
}
.nodewrap .collaboration-section-btn .btn::after,
.nodewrap .collaboration-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.nodewrap .collaboration-section-btn .btn:hover,
.nodewrap .collaboration-section-btn .btn:focus {
  color: #ffffff !important;
}
.nodewrap .collaboration-section-btn .btn:hover::after,
.nodewrap .collaboration-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.contentunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/shallow1.jpg");
}
.contentunit .tilegrid {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .contentunit .tilegrid {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .contentunit .tilegrid {
    width: 100%;
  }
}
.contentunit .tilegrid .fieldcore {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .contentunit .tilegrid .fieldcore {
    margin-bottom: 28px;
  }
}
.contentunit .tilegrid .fieldcore .padsegment {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .contentunit .tilegrid .fieldcore .padsegment {
    padding: 10px 16px;
  }
}
.contentunit .tilegrid .collaboration-section-title {
  margin-bottom: 0;
}
.contentunit .tilegrid .modtrack .collaboration-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffe8a3, #dcba4f 50%, #ffdf7d);
}
.contentunit .tilegrid .shelllayer {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .contentunit .tilegrid .shelllayer {
    margin-top: 18px;
  }
}
.contentunit .tilegrid .collaboration-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .contentunit .tilegrid .collaboration-section-btn {
    margin-top: 22px;
  }
}

.contentunit .fieldcore {
  color: #ffffff;
  text-align: center;
}
.contentunit .collaboration-section-title {
  color: #ffffff;
}
.contentunit .collaboration-section-subtitle,
.contentunit .modtrack {
  color: #ffffff;
  text-align: center;
}
.contentunit .shelllayer {
  color: #a997ce;
  text-align: center;
}
.contentunit .collaboration-section-title,
.contentunit .collaboration-section-btn {
  text-align: center;
}
.modulebox {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.modulebox .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.modulebox .tilewrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .modulebox .tilewrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .modulebox {
    align-items: center;
  }
  .modulebox .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .modulebox .tilewrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .modulebox {
    align-items: center;
  }
  .modulebox .tilewrap {
    width: 100%;
  }
}
.modulebox .collaboration-section-title {
  text-align: left;
  color: #fffcee;
}
.modulebox .shelllayer,
.modulebox .collaboration-section-btn {
  text-align: left;
  color: #fffcee;
}
.modulebox .collaboration-section-title,
.modulebox .line {
  color: #ffffff;
}
.cellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cellbox .stepunit {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #bd992a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cellbox .stepunit {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .cellbox .stepunit {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .cellbox .stepunit {
    display: none;
  }
}
.cellbox .tilegrid {
  position: relative;
  z-index: 1;
}
.cellbox .tilegrid .collaboration-section-title {
  margin-bottom: 20px;
}
.cellbox .tilegrid .rowwrap {
  margin-bottom: 0;
}
.cellbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper {
    margin-top: 32px;
  }
}
.cellbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cellbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.cellbox .nav-wrapper .list .item-wrap:hover,
.cellbox .nav-wrapper .list .item-wrap:focus {
  color: #f47451;
}
@media (max-width: 992px) {
  .cellbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}
.cellbox .collaboration-section-title {
  color: #ffffff;
  text-align: center;
}
.cellbox .rowwrap {
  color: #ffffff;
  text-align: center;
}
.cellbox .list {
  color: #ffffff;
}


/* 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);
  }
}

.stepwrap {
  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;
}

.stepwrap.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: bounceIn 0.8s ease-out forwards;
}

.stepwrap p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#cookieBanner button,
.stepwrap 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) {
  .stepwrap {
    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;
  }

  .stepwrap.show {
    transform: translateX(-50%) translateY(0) scale(1) !important;
  }

  #cookieBanner button,
  .stepwrap button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .stepwrap {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }

  #cookieBanner button,
  .stepwrap button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes flipIn {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: flipIn 1s ease-out;
}
/* endlogoanimations */

/* cssform-start */
.ttc-form {
  padding: 60px 0;
  background: transparent;
}
.ttc-form .spanbox {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  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 {
  width: 100%;
  color: #222;
  font-size: 16px;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.ttc-form #customForm .form-group {
  margin-bottom: 24px;
}
.ttc-form #customForm .form-group .form-control,
.ttc-form #customForm .form-group input.form-control,
.ttc-form #customForm .form-group textarea.form-control {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px;
  color: #222 !important;
  transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.ttc-form #customForm textarea.form-control {
  min-height: 160px !important;
  resize: vertical !important;
  border-radius: 0 !important;
}
.ttc-form #customForm .form-control:focus {
  outline: none !important;
  background: #fff !important;
  border-color: #3b6cff !important;
  box-shadow: 0 0 0 3px rgba(59,108,255,.2) !important;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #555;
  opacity: 1;
}
.ttc-form #customForm ::placeholder {
  color: #555;
  opacity: 1;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border: none !important;
  border-radius: 0 !important;
  background: #3b6cff;
  color: #fff;
  cursor: pointer;
  transition: background .3s ease, transform .1s ease;
}
.ttc-form #customForm .btn:hover {
  background: #2f58e6;
  transform: translateY(-1px);
}
.ttc-form #customForm small {
  font-size: 12px;
  color: #666;
}
.ttc-form #customForm a {
  color: #c47b22;
  text-decoration: none;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}

.ttc-form #customForm [data-for="captcha"],
.ttc-form #customForm [data-for^="consent_"] {
  margin-bottom: 20px;
}

.ttc-form #customForm .frame,
.ttc-form #customForm .bodylayer {
  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: wrap;
}

.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;
  border: 1px solid rgba(255,255,255,.4) !important;
  background: rgba(255,255,255,.3) !important;
  color: #1b1b1b !important;
  backdrop-filter: blur(8px);
}

@media (min-width: 992px) {
  .ttc-form {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 40px 16px;
  }
  .ttc-form .spanbox {
    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 .spanbox {
    padding: 20px 15px;
  }
}
/* cssform-end */

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/blue1.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, #ffea00, #d1afaf);
  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);
}
.stepwrap.show {
  visibility: visible;
  opacity: 1;
}
