@charset "UTF-8";
:root {
  --bs-primary-rgb: 13, 110, 253;
  --bs-success-rgb: 25, 135, 84;
  --bs-danger-rgb: 220, 53, 69;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-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);
}
 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;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
.containbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .containbox {
    font-size: 5rem;
  }
}
.layoutbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .layoutbox {
    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-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.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);
}
.zonebox {
  --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;
}
 .zonebox .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 .zonebox {
    flex-direction: row;
  }
  .navbar-expand-lg .zonebox .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.tagbox {
  --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);
}
.pane {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
:root {
  --bs-btn-close-filter: ;
}
:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) ;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.d-flex {
  display: flex !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.w-100 {
  width: 100% !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.m-auto {
  margin: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.text-center {
  text-align: center !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.quiz-section {
  background-image: url("images/thick1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .tilepad {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .tilepad img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .tilepad.curve-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .curve-iconfont + .navbar-caption {
    vertical-align: -1px; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }
.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
.quiz-section {
  background-image: url("images/thick1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@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 {
  background-image: url("images/thick1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@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.curve-iconfont:hover {
  text-decoration: none;
}
a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}
.curve-section-title {
  font-style: normal;
  line-height: 1.3;
}
.curve-section-subtitle {
  line-height: 1.3;
}
.modsegment {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2,
h3,
.containbox,
.layoutbox,
.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;
}
.trackbox {
  color: #111111;
}
.routebox {
  text-align: left;
}
.floatunit {
  text-align: center;
}
.bar {
  font-weight: 300;
}
.clusterbox {
  font-weight: 500;
}
img {
  display: block;
  width: 100%;
}
.card {
  background-color: transparent;
  border: none;
}
.card-box {
  width: 100%;
}
.curve-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 .curve-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}
.btn .curve-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}
.clusterbox {
  font-weight: 500;
}
[type=submit] {
  -webkit-appearance: none;
}
@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .tilepad 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 .zonebox.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}
.nav-link .curve-iconfont {
  margin-right: 0.5rem;
}
.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}
.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}
.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.justify-content-center {
  -webkit-justify-content: center;
}
.card-wrapper {
  -webkit-flex: 1;
}
.form-group:focus {
  outline: none;
}
.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}
form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
form .curve-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;
}
.shellcore {
  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: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.item {
  position: relative;
}
.quiz-section {
  background-image: url("images/thick1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@font-face {
  font-family: 'framework2';
  font-display: swap;
  src:  url('fonts/platform2.eot');
  src:  url('fonts/platform2.eot') format('embedded-opentype'),
    url('fonts/platform2.woff2') format('woff2'),
    url('fonts/platform2.woff') format('woff'),
    url('fonts/platform2.ttf') format('truetype'),
    url('fonts/platform2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="proportion-"], [class*=" proportion-"] {
  font-family: 'framework2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.proportion-wireframe-star:before {
  content: "\e97b";
}
.quiz-section {
  background-image: url("images/thick1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.btn {
  border-width: 2px;
}
body {
  font-family: Afacad;
}
.containbox {
  font-family: 'Caveat', handwriting;
  font-size: 3.5rem;
  line-height: 1;
}
.containbox > .curve-iconfont {
  font-size: 4.375rem;
}
.layoutbox {
  font-family: 'Afacad', sans-serif;
  font-size: 1.15rem;
  line-height: 1.4;
}
.layoutbox > .curve-iconfont {
  font-size: 1.4375rem;
}
.display-5 {
  font-family: 'Caveat', handwriting;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .curve-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Afacad', sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}
.display-7 > .curve-iconfont {
  font-size: 1.5625rem;
}
@media (max-width: 992px) {
  .containbox {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .containbox {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .layoutbox {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-primary,
.btn-primary:active {
  background-color: #bcfe1e !important;
  border-color: #bcfe1e !important;
  color: #141d00 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #cbfe51 !important;
  border-color: #cbfe51 !important;
  box-shadow: none;
}
.btn-primary:disabled {
  color: #141d00 !important;
  background-color: #cbfe51 !important;
  border-color: #cbfe51 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe1e52 !important;
  border-color: #fe1e52 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus {
  color: inherit;
  background-color: #fe5179 !important;
  border-color: #fe5179 !important;
  box-shadow: none;
}
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5179 !important;
  border-color: #fe5179 !important;
}
.text-primary {
  color: #bcfe1e !important;
}
.text-success {
  color: #fe7c9a !important;
}
.text-danger {
  color: #fe1e52 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #80b501 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fd174c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b5012b !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;
}
.tagbox {
  background-color: #70c770;
}
.pane {
  background-color: #fe1e52;
}
.curve-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #bcfe1e;
}
.form-control {
  font-family: 'Afacad', sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .curve-iconfont {
  font-size: 1.5625rem;
}
.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: #bcfe1e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Afacad', sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .curve-iconfont {
  font-size: 1.5625rem;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.curve-section-btn .btn {
  padding: 15px 90px;
  border-radius: 8px !important;
  border-width: 1px !important;
  font-weight: 700 !important;
}
@media (max-width: 992px) {
  .curve-section-btn .btn {
    padding: 15px 22px;
  }
}
.curve-section-btn .btn .btn-primary,
.curve-section-btn .btn .btn-danger {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper,
.item-img,
.item-content {
  border-radius: 10px !important;
}
.bodyband {
  border-radius: 20px;
}
.bodyband img {
  border-radius: 20px !important;
}
.layoutwrap .item-title {
  border-radius: 15rem;
}
.form-control {
  border-radius: 8px !important;
}
.splitlayer .navbar-dropdown {
  position: relative !important;
}
.splitlayer .container,
.splitlayer .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .splitlayer .container,
  .splitlayer .container-fluid {
    flex-wrap: nowrap;
  }
}
.splitlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.splitlayer .nav-link {
  position: relative;
}
.splitlayer .nav-link:hover {
  color: #fe7c9a !important;
}
.splitlayer .nav-link:hover:before {
  opacity: 1;
}
.splitlayer .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.splitlayer .container {
  display: flex;
  margin: auto;
}
.splitlayer .nav-item:focus,
.splitlayer .nav-link:focus {
  outline: none;
}
.splitlayer .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #f50039;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.splitlayer .navbar .tilepad img {
  width: auto;
}
.splitlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .splitlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .splitlayer .navbar .tilepad img {
    height: 3rem !important;
  }
  .splitlayer .navbar ul.zonebox li {
    margin: auto;
  }
  .splitlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .splitlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.splitlayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.splitlayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.splitlayer .navbar-brand .tilepad a {
  outline: none;
}
.splitlayer .navbar-expand-lg .zonebox .nav-link {
  padding: 0;
}
.splitlayer ul.zonebox {
  flex-wrap: wrap;
}
.splitlayer button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.splitlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fe7c9a;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.splitlayer .navbar-dropdown {
  padding: 0 1rem;
}
.splitlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .splitlayer .navbar {
    height: 70px;
  }
  .splitlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.gripbox {
  padding-top: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.gripbox .bodyband {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #fe7c9a;
}
@media (max-width: 425px) {
  .gripbox .bodyband {
    padding-left: 0;
    padding-right: 0;
  }
}
.gripbox .bodyband .ridge {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #fe7c9a;
  pointer-events: none;
}
@media (max-width: 425px) {
  .gripbox .bodyband .ridge {
    display: none;
  }
}
.gripbox .bodyband .border_1 {
  left: 0;
}
.gripbox .bodyband .border_2 {
  right: 0;
}
.gripbox .bodyband .viewwrap {
  margin-bottom: 20px;
}
.gripbox .bodyband .viewwrap .stub {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #323046 38%, #323046 75%);
  box-shadow: 0 10px 10px -5px #323046;
  padding: 0 1px 1px 0;
}
.gripbox .bodyband .viewwrap .stub::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #323046 0%, transparent 100%);
  z-index: -1;
}
.gripbox .bodyband .viewwrap .stub .body {
  position: relative;
  z-index: 1;
  padding: 7px 18px;
  display: inline-flex;
  align-items: center;
  background-color: #080813;
  box-shadow: inset 0 10px 8px 0 #fe7c9a;
}
.gripbox .bodyband .viewwrap .stub .body .stepunit {
  margin-bottom: 0;
}
.gripbox .bodyband .corewrap .curve-section-title {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #fe7c9a 40%, #fe7c9a 90%);
  margin-bottom: 20px;
}
.gripbox .bodyband .text-wrapper .modsegment {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .gripbox .bodyband .text-wrapper .modsegment {
    width: 100%;
  }
}
.gripbox .bodyband .curve-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .gripbox .bodyband .curve-section-btn {
    margin-top: 20px;
  }
}
.gripbox .bodyband .slot {
  margin-top: 70px;
  -webkit-mask-image: linear-gradient(#000000 80%, transparent 95%);
  mask-image: linear-gradient(#000000 80%, transparent 95%);
}
@media (max-width: 992px) {
  .gripbox .bodyband .slot {
    margin-top: 40px;
  }
}
.gripbox .bodyband .slot img {
  height: 690px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .gripbox .bodyband .slot img {
    height: 320px;
  }
}
.gripbox .stepunit,
.gripbox .viewwrap {
  color: #f50039;
  text-align: center;
}
.gripbox .curve-section-title {
  color: #0f172a;
}
.gripbox .modsegment,
.gripbox .text-wrapper {
  color: #fe7c9a;
  text-align: center;
}
.gripbox .curve-section-title,
.gripbox .curve-section-btn,
.gripbox .corewrap {
  text-align: center;
  color: #fe7c9a;
}
.partwrapbox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.partwrapbox .card {
  justify-content: flex-end;
}
.partwrapbox .content {
  padding: 150px 90px 150px 0;
}
@media (max-width: 992px) {
  .partwrapbox .content {
    padding: 80px 0 30px 0;
  }
}
.partwrapbox .corewrap {
  margin-bottom: 400px;
}
@media (max-width: 992px) {
  .partwrapbox .corewrap {
    margin-bottom: 30px;
  }
}
.partwrapbox .corewrap .viewwrap .stepunit {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #fe7c9a;
}
.partwrapbox .corewrap .curve-section-title {
  margin-bottom: 0;
}
.partwrapbox .corewrap .curve-section-btn {
  margin-top: 20px;
}
.partwrapbox .bodyband {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .partwrapbox .bodyband {
    display: block;
  }
}
.partwrapbox .bodyband .gridtrack {
  width: 100%;
}
.partwrapbox .bodyband .gridtrack .desc-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fe7c9a;
}
.partwrapbox .bodyband .gridtrack .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
.partwrapbox .bodyband .gridtrack .desc-wrapper .desc-wrap .bandwrap {
  margin-bottom: 0;
}
.partwrapbox .bodyband .gridtrack .curve-section-subtitle {
  margin-bottom: 0;
}
.partwrapbox .slot {
  height: 100%;
  position: relative;
}
.partwrapbox .slot img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .partwrapbox .slot img {
    position: static;
    height: 300px;
    width: 100%;
    margin-bottom: 80px;
  }
}
.partwrapbox .stepunit,
.partwrapbox .viewwrap {
  color: #fe7c9a;
}
.partwrapbox .curve-section-title {
  color: #fe7c9a;
  text-align: center;
}
.partwrapbox .bandwrap {
  color: #ffffff;
}
.partwrapbox .curve-section-subtitle {
  color: #ffffff;
}
.partwrapbox .bandwrap,
.partwrapbox .desc-wrapper {
  color: #fe7c9a;
  text-align: center;
}
.gridwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.gridwrap .bodyband {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .gridwrap .bodyband {
    margin-bottom: 32px;
  }
}
.gridwrap .bodyband .viewwrap {
  margin-bottom: 32px;
}
.gridwrap .bodyband .viewwrap .stub {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.gridwrap .bodyband .viewwrap .stub .stepunit {
  margin-bottom: 0;
}
.gridwrap .bodyband .corewrap .curve-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #fe7c9a, #fe7c9a 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .gridwrap .bodyband .corewrap .curve-section-title {
    width: 100%;
  }
}
.gridwrap .bodyband .text-wrapper .modsegment {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .gridwrap .bodyband .text-wrapper .modsegment {
    width: 100%;
  }
}
.gridwrap .coretrack {
  margin: 0 -12px;
  justify-content: center;
}
.gridwrap .coretrack .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .gridwrap .coretrack .card {
    margin-bottom: 18px;
  }
}
.gridwrap .coretrack .card .card-wrapper {
  height: 100%;
  background-color: #080813;
  border-top: 3px solid #f50039;
  box-shadow: 0 8px 15px -8px #fe7c9a;
  padding: 30px;
}
@media (max-width: 992px) {
  .gridwrap .coretrack .card .card-wrapper {
    padding: 24px;
  }
}
.gridwrap .coretrack .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.gridwrap .coretrack .card .card-wrapper .curve-section-btn {
  margin-top: 14px;
}
.gridwrap .coretrack .card .card-wrapper .curve-section-btn .btn {
  margin-bottom: 0;
}
.gridwrap .coretrack .card .card-wrapper .slot {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .gridwrap .coretrack .card .card-wrapper .slot {
    height: 300px;
  }
}
.gridwrap .coretrack .card .card-wrapper .slot img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.gridwrap .coretrack .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .gridwrap .coretrack .card .text-wrapper {
    padding: 24px;
  }
}
.gridwrap .stepunit,
.gridwrap .viewwrap {
  color: #000000;
  text-align: center;
}
.gridwrap .curve-section-title,
.gridwrap .corewrap {
  color: #000000;
  text-align: center;
}
.gridwrap .modsegment,
.gridwrap .text-wrapper {
  color: #fe7c9a;
  text-align: center;
}
.gridwrap .item-text {
  color: #000000;
}
.gridwrap .item-text,
.gridwrap .curve-section-btn {
  text-align: center;
  color: #fe7c9a;
}
.rootwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.rootwrap .ridge {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #fe7c9a;
}
.rootwrap .gridtrack {
  align-items: center;
  justify-content: space-between;
}
.rootwrap .gridtrack .card {
  justify-content: space-between;
}
.rootwrap .bodyband {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .rootwrap .bodyband {
    padding: 0;
  }
}
.rootwrap .bodyband .curve-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .rootwrap .bodyband .curve-section-title {
    margin-bottom: 32px;
  }
}
.rootwrap .bodyband .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.rootwrap .bodyband .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.rootwrap .bodyband .list .item-wrap:hover,
.rootwrap .bodyband .list .item-wrap:focus {
  color: #fe7c9a;
}
.rootwrap .bodyband .list .item-wrap:last-child {
  margin-bottom: 0;
}
.rootwrap .curve-section-title {
  color: #150764;
  text-align: center;
}
.rootwrap .list,
.rootwrap .item-wrap {
  text-align: center;
  color: #fe7c9a;
}
.rootwrap .curve-section-title,
.rootwrap .curve-section-btn {
  color: #fe7c9a;
}
.layoutbase {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.layoutbase .holdunit {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .layoutbase .holdunit {
    top: -150px;
    right: -350px;
  }
}
.layoutbase .holdunit::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  pointer-events: none;
}
.layoutbase .holdunit::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.layoutbase .row {
  justify-content: center;
}
.layoutbase .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.layoutbase .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.layoutbase .bodyband {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband {
    margin-bottom: 30px;
  }
}
.layoutbase .bodyband .curve-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-title {
    margin-bottom: 20px;
  }
}
.layoutbase .bodyband .text-wrapper .modsegment {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .text-wrapper .modsegment {
    width: 100%;
  }
}
.layoutbase .bodyband .curve-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-btn {
    margin-top: 20px;
  }
}
.layoutbase .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.layoutbase .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
}
.layoutbase .copy-wrapper .inset {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.layoutbase .curve-section-title {
  color: #f1f5eb;
}
.layoutbase .modsegment,
.layoutbase .text-wrapper {
  color: #fe7c9a;
  text-align: center;
}
.layoutbase .curve-section-btn,
.layoutbase .curve-section-title {
  text-align: center;
}
.layoutbase .inset {
  color: #f1f5eb;
  text-align: center;
}
.layoutbase .curve-section-title,
.layoutbase .curve-section-btn {
  color: #fe7c9a;
}
.layoutbase .inset,
.layoutbase .copy-wrapper {
  color: #fe7c9a;
}
.areawrap {
  padding-top: 1rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #000000;
}
.areawrap .boxlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .areawrap .boxlayer {
    padding: 16px;
  }
}
.areawrap .boxlayer img {
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}
.areawrap .corepad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .areawrap .corepad {
    padding: 16px;
  }
}
.areawrap .corepad .depthbox {
  background-color: #000000;
  z-index: 2;
  opacity: 0.8;
  width: 100%;
  height: 70%;
}
.areawrap .row {
  justify-content: center;
}
.areawrap .curve-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fe7c9a;
  text-align: center;
}
@media (max-width: 1440px) {
  .areawrap .curve-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .areawrap .curve-section-title {
    margin: 30px 16px;
  }
}
.areawrap .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #080813;
}
@media (max-width: 992px) {
  .areawrap .card-wrapper {
    padding: 30px 16px;
  }
}
.areawrap .card-wrapper .text-wrapper .modsegment {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .areawrap .card-wrapper .text-wrapper .modsegment {
    width: 100%;
  }
}
.areawrap .modsegment,
.areawrap .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.areawrap .curve-section-btn .btn {
  margin-bottom: 0;
}
.areawrap .modsegment,
.areawrap .curve-section-btn {
  text-align: center;
}
.areawrap .modsegment,
.areawrap .text-wrapper,
.areawrap .curve-section-btn {
  color: #fe7c9a;
}
.outline {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.outline .holdunit {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.outline .holdunit .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #f50039;
}
.outline .holdunit .decor_1 {
  box-shadow: inset 0 0 0 2px #fe7c9a;
}
.outline .holdunit .decor_2 {
  box-shadow: inset 0 0 0 2px #fe7c9a;
}
.outline .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .outline .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .outline .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .outline .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .outline .decoration_1 {
    left: -380px;
  }
}
.outline .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .outline .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .outline .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .outline .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .outline .decoration_2 {
    right: -380px;
  }
}
.outline .bodyband {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .outline .bodyband {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.outline .buildbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.outline .buildbox .decor-wrap_1 {
  width: 20%;
  height: 1px;
  background-image: linear-gradient(90deg, #f50039, #fe7c9a 50%, #f50039);
  box-shadow: 0 0.5px 0.0625rem 0 #f50039;
  margin-bottom: 32px;
}
.outline .buildbox .decor-wrap_2 {
  width: 38%;
  height: 1px;
  background-image: linear-gradient(90deg, #f50039, #fe7c9a 50%, #f50039);
  box-shadow: 0 0.5px 0.0625rem 0 #f50039;
  margin-bottom: 32px;
}
.outline .buildbox .decor-wrap_3 {
  width: 75%;
  height: 1px;
  background-image: linear-gradient(90deg, #f50039, #fe7c9a 50%, #f50039);
  box-shadow: 0 0.5px 0.0625rem 0 #f50039;
  margin-bottom: 32px;
}
.outline .coretrack {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .outline .coretrack {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .outline .coretrack {
    display: block;
    padding: 0 16px;
  }
}
.outline .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .outline .item {
    margin-bottom: 16px;
  }
}
.outline .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #f50039;
  background-color: #080813;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .outline .item .item-wrapper {
    padding: 6px;
  }
}
.outline .item .item-wrapper .card-box {
  padding: 32px;
  background-color: #080813;
  border: 1px solid #f50039;
  height: 100%;
}
@media (max-width: 992px) {
  .outline .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.outline .item .item-wrapper .card-box .item-img {
  margin-bottom: 24px;
}
.outline .item .item-wrapper .card-box .item-img img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .outline .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
@media (max-width: 425px) {
  .outline .item .item-wrapper .card-box .item-img img {
    height: 250px;
  }
}
.outline .item .item-wrapper .card-box .item-name {
  margin-bottom: 4px;
}
.outline .item .item-wrapper .card-box .item-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.outline .item .item-wrapper .card-box .curve-section-btn {
  margin-top: 16px;
}
.outline .item .item-wrapper .card-box .curve-section-btn .btn {
  margin-bottom: 0;
}
.outline .item-name {
  color: #181824;
}
.outline .item-text {
  color: #fe7c9a;
  text-align: center;
}
.outline .item-name,
.outline .curve-section-btn {
  text-align: center;
  color: #fe7c9a;
}
.boxsegment {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.boxsegment .ridge {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #fe7c9a;
}
.boxsegment .coretrack {
  margin: 0;
}
.boxsegment .coretrack .item {
  padding: 0;
}
.boxsegment .coretrack .item:nth-child(3n) .item-wrapper {
  border-right: none !important;
}
@media (max-width: 992px) {
  .boxsegment .coretrack .item:last-child {
    border-bottom: none !important;
  }
}
.boxsegment .coretrack .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
  border-radius: 0 !important;
  border-right: 1px solid #fe7c9a;
}
@media (max-width: 1640px) {
  .boxsegment .coretrack .item .item-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .boxsegment .coretrack .item .item-wrapper {
    border-right: none;
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .boxsegment .coretrack .item .item-wrapper {
    border-right: none;
    border-bottom: 1px solid #fe7c9a;
  }
}
.boxsegment .coretrack .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .boxsegment .coretrack .item .item-wrapper .item-content .item-title {
    margin-bottom: 16px;
  }
}
.boxsegment .coretrack .item .item-wrapper .item-content .item-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .boxsegment .coretrack .item .item-wrapper .item-content .item-text {
    margin-bottom: 16px;
  }
}
.boxsegment .item-title {
  color: #150764;
}
.boxsegment .item-text,
.boxsegment .desc-wrapper {
  color: #150764;
  text-align: center;
}
.boxsegment .item-title,
.boxsegment .curve-section-btn {
  text-align: center;
  color: #fe7c9a;
}
.boxsegment .item-text {
  color: #fe7c9a;
}
.pagebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.pagebox .corewrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .pagebox .corewrap {
    margin-bottom: 32px;
  }
}
.pagebox .corewrap .curve-section-title {
  margin-bottom: 32px;
}
.pagebox .corewrap .text-wrapper .modsegment {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .pagebox .corewrap .text-wrapper .modsegment {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .pagebox .corewrap .text-wrapper .modsegment {
    width: 100%;
  }
}
.pagebox .coretrack {
  justify-content: center;
  margin: 0 -12px;
}
.pagebox .coretrack .item {
  padding: 0 12px;
}
.pagebox .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .pagebox .item {
    margin-bottom: 16px;
  }
}
.pagebox .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .pagebox .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.pagebox .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .pagebox .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .pagebox .item .item-wrapper .item-content {
    width: 100%;
  }
}
.pagebox .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.pagebox .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.pagebox .item .item-wrapper .item-content .curve-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .pagebox .item .item-wrapper .item-content .curve-section-btn {
    margin-top: 20px;
  }
}
.pagebox .item .item-wrapper .item-content .curve-section-btn .btn {
  margin-bottom: 0;
}
.pagebox .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .pagebox .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.pagebox .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 10px solid #fe7c9a;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .pagebox .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.pagebox .item .card_1 {
  background-color: #080813;
}
.pagebox .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .pagebox .item .card_1 .item-img img {
    transform: none;
  }
}
.pagebox .item .card_2 {
  background-color: #080813;
}
.pagebox .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .pagebox .item .card_2 .item-img img {
    transform: none;
  }
}
.pagebox .item .card_3 {
  background-color: #080813;
}
.pagebox .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .pagebox .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .pagebox .item .card_3 .item-content {
    width: 100%;
  }
}
.pagebox .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .pagebox .item .card_3 .item-img {
    width: 100%;
  }
}
.pagebox .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .pagebox .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.pagebox .curve-section-title {
  color: #000c3f;
}
.pagebox .modsegment,
.pagebox .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.pagebox .curve-section-title {
  text-align: center;
}
.pagebox .item-title {
  color: #000c3f;
}
.pagebox .item-text {
  color: #fe7c9a;
  text-align: center;
}
.pagebox .item-title {
  color: #fe7c9a;
  text-align: center;
}
.modularbox {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.modularbox .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .modularbox .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .modularbox .container {
    padding: 0 20px;
  }
}
.modularbox .row {
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .modularbox .row {
    padding: 46px 0;
  }
}
.modularbox .item {
  margin-bottom: 32px;
}
.modularbox .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #080813;
  overflow: hidden;
}
.modularbox .item .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .modularbox .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.modularbox .item .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .modularbox .item .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.modularbox .item .item-wrapper .item-content .corewrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .modularbox .item .item-wrapper .item-content .corewrap {
    display: block;
  }
}
.modularbox .item .item-wrapper .item-content .corewrap .layoutwrap {
  width: 40%;
}
@media (max-width: 992px) {
  .modularbox .item .item-wrapper .item-content .corewrap .layoutwrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.modularbox .item .item-wrapper .item-content .corewrap .layoutwrap .item-title {
  margin-bottom: 8px;
}
.modularbox .item .item-wrapper .item-content .corewrap .layoutwrap .item-text {
  margin-bottom: 0;
}
.modularbox .item-title {
  color: #fe7c9a;
  text-align: center;
}
.modularbox .item-text {
  color: #fe7c9a;
  text-align: center;
}
.modularbox .list {
  color: #000000;
}
.layoutbase {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.layoutbase .holdunit {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .layoutbase .holdunit {
    top: -150px;
    right: -350px;
  }
}
.layoutbase .holdunit::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  pointer-events: none;
}
.layoutbase .holdunit::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.layoutbase .row {
  justify-content: center;
}
.layoutbase .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.layoutbase .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.layoutbase .bodyband {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband {
    margin-bottom: 30px;
  }
}
.layoutbase .bodyband .curve-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-title {
    margin-bottom: 20px;
  }
}
.layoutbase .bodyband .text-wrapper .modsegment {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .text-wrapper .modsegment {
    width: 100%;
  }
}
.layoutbase .bodyband .curve-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-btn {
    margin-top: 20px;
  }
}
.layoutbase .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.layoutbase .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
}
.layoutbase .copy-wrapper .inset {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.layoutbase .curve-section-title {
  color: #f1f5eb;
}
.layoutbase .modsegment,
.layoutbase .text-wrapper {
  color: #fe7c9a;
  text-align: center;
}
.layoutbase .curve-section-btn,
.layoutbase .curve-section-title {
  text-align: center;
}
.layoutbase .inset {
  color: #f1f5eb;
  text-align: center;
}
.layoutbase .curve-section-title,
.layoutbase .curve-section-btn {
  color: #fe7c9a;
}
.layoutbase .inset,
.layoutbase .copy-wrapper {
  color: #fe7c9a;
}
.splitlayer .navbar-dropdown {
  position: relative !important;
}
.splitlayer .container,
.splitlayer .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .splitlayer .container,
  .splitlayer .container-fluid {
    flex-wrap: nowrap;
  }
}
.splitlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.splitlayer .nav-link {
  position: relative;
}
.splitlayer .nav-link:hover {
  color: #fe7c9a !important;
}
.splitlayer .nav-link:hover:before {
  opacity: 1;
}
.splitlayer .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.splitlayer .container {
  display: flex;
  margin: auto;
}
.splitlayer .nav-item:focus,
.splitlayer .nav-link:focus {
  outline: none;
}
.splitlayer .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #f50039;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.splitlayer .navbar .tilepad img {
  width: auto;
}
.splitlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .splitlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .splitlayer .navbar .tilepad img {
    height: 3rem !important;
  }
  .splitlayer .navbar ul.zonebox li {
    margin: auto;
  }
  .splitlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .splitlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.splitlayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.splitlayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.splitlayer .navbar-brand .tilepad a {
  outline: none;
}
.splitlayer .navbar-expand-lg .zonebox .nav-link {
  padding: 0;
}
.splitlayer ul.zonebox {
  flex-wrap: wrap;
}
.splitlayer button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.splitlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fe7c9a;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.splitlayer .navbar-dropdown {
  padding: 0 1rem;
}
.splitlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .splitlayer .navbar {
    height: 70px;
  }
  .splitlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tilewrap {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.tilewrap .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .tilewrap .text-wrapper {
    padding: 3rem 1rem;
  }
}
.tilewrap .wrapper {
  background: #080813;
  border-radius: 2rem;
  overflow: hidden;
}
.tilewrap .slot {
  padding: 0;
}
.tilewrap .slot img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tilewrap .curve-section-title {
  color: #fe7c9a;
  text-align: center;
}
.tilewrap .modsegment,
.tilewrap .curve-section-btn {
  color: #fe7c9a;
  text-align: center;
}
.line {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.line .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .line .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .line .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .line .container {
    padding: 0 16px;
  }
}
.line .row {
  margin: 0 -24px;
  justify-content: center;
}
.line .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .line .item {
    margin-bottom: 24px;
  }
}
.line .item .item-wrapper {
  background-image: linear-gradient(135deg, #f50039, #fe1e52 34%, #f50039 67%, #fe7c9a) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.line .item .item-wrapper .item-img img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.9em 1.9em 0 0 !important;
}
@media (max-width: 768px) {
  .line .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.line .item .item-wrapper .item-content {
  border-radius: 0 0 1.9em 1.9em;
  background-color: #080813;
  padding: 36px;
  height: 100%;
}
@media (max-width: 992px) {
  .line .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.line .item .item-wrapper .item-content .card-title {
  margin-bottom: 32px;
}
.line .item .item-wrapper .item-content .modsegment {
  margin-bottom: 32px;
}
.line .card-title {
  color: #080808;
}
.line .card-text {
  color: #fe7c9a;
  text-align: center;
}
.line .card-title,
.line .curve-section-btn {
  color: #fe7c9a;
  text-align: center;
}
.pad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.pad .bodyband {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .pad .bodyband {
    margin-bottom: 32px;
  }
}
.pad .bodyband .viewwrap {
  margin-bottom: 32px;
}
.pad .bodyband .viewwrap .stub {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.pad .bodyband .viewwrap .stub .stepunit {
  margin-bottom: 0;
}
.pad .bodyband .corewrap .curve-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .pad .bodyband .corewrap .curve-section-title {
    width: 100%;
  }
}
.pad .bodyband .text-wrapper .modsegment {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .pad .bodyband .text-wrapper .modsegment {
    width: 100%;
  }
}
.pad .coretrack {
  margin: 0 -12px;
  justify-content: center;
}
.pad .coretrack .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .pad .coretrack .item {
    margin-bottom: 18px;
  }
}
.pad .coretrack .item .item-wrapper {
  height: 100%;
  background-color: #080813;
  border-top: 3px solid #f50039;
  box-shadow: 0 8px 15px -8px #fe7c9a;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .pad .coretrack .item .item-wrapper {
    padding: 24px;
  }
}
.pad .coretrack .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.pad .coretrack .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.pad .coretrack .item .item-wrapper .item-content .curve-section-btn {
  margin-top: 10px;
}
.pad .coretrack .item .item-wrapper .item-content .curve-section-btn .btn {
  margin-bottom: 0;
}
.pad .stepunit,
.pad .viewwrap {
  color: #000000;
  text-align: center;
}
.pad .curve-section-title,
.pad .corewrap {
  color: #000000;
  text-align: center;
}
.pad .modsegment,
.pad .text-wrapper {
  color: #515151;
  text-align: center;
}
.pad .item-title {
  color: #000000;
}
.pad .item-text {
  color: #fe7c9a;
  text-align: center;
}
.pad .item-title,
.pad .curve-section-btn {
  color: #fe7c9a;
  text-align: center;
}
.nodeunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.nodeunit .bodyband {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .nodeunit .bodyband {
    padding: 0 16px;
  }
}
.nodeunit .bodyband::before,
.nodeunit .bodyband::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #f50039;
}
.nodeunit .bodyband::before {
  left: 0;
}
.nodeunit .bodyband::after {
  right: 0;
}
.nodeunit .gridtrack {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -8px;
}
.nodeunit .corewrap {
  margin-bottom: 40px;
}
.nodeunit .curve-section-title {
  margin-bottom: 24px;
  color: #0a0a0a;
  text-align: center;
}
.nodeunit .text-wrapper .modsegment {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .nodeunit .text-wrapper .modsegment {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .nodeunit .text-wrapper .modsegment {
    width: 100%;
  }
}
.nodeunit .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .nodeunit .item:last-child {
    margin-bottom: 0;
  }
}
.nodeunit .item:hover .item-wrapper .slot .item-img img,
.nodeunit .item:focus .item-wrapper .slot .item-img img {
  transform: scale(1.1);
}
.nodeunit .item .item-wrapper {
  height: 100%;
  background-color: #080813;
}
.nodeunit .item .item-wrapper .slot {
  padding: 20px 20px 60px 20px;
}
@media (max-width: 992px) {
  .nodeunit .item .item-wrapper .slot {
    padding: 16px 16px 24px 16px;
  }
}
.nodeunit .item .item-wrapper .slot .item-img {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
@media (max-width: 992px) {
  .nodeunit .item .item-wrapper .slot .item-img {
    width: 100%;
  }
}
.nodeunit .item .item-wrapper .slot .item-img img {
  height: 180px;
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .nodeunit .item .item-wrapper .slot .item-img img {
    height: 300px;
    width: 100%;
  }
}
.nodeunit .item .item-wrapper .item-content {
  padding: 40px 20px;
}
@media (max-width: 992px) {
  .nodeunit .item .item-wrapper .item-content {
    padding: 0 16px 24px 16px;
  }
}
.nodeunit .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.nodeunit .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.nodeunit .item .item-wrapper .curve-section-btn {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nodeunit .item .item-wrapper .curve-section-btn {
    margin-bottom: 24px;
  }
}
.nodeunit .item .item-wrapper .curve-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .nodeunit .item .item-wrapper .curve-section-btn .btn {
    padding: 15px 25px;
  }
}
.nodeunit .modsegment,
.nodeunit .text-wrapper {
  color: #0a0a0a;
  text-align: center;
}
.nodeunit .item-title {
  color: #fe7c9a;
  text-align: center;
}
.nodeunit .item-text {
  color: #fe7c9a;
  text-align: center;
}
.drawunit {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.drawunit .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .drawunit .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .drawunit .container {
    padding: 0 6px;
  }
}
.drawunit .row {
  margin: 0;
  background-color: #000000;
  border-radius: 20px;
  padding: 150px;
}
@media (max-width: 1440px) {
  .drawunit .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .drawunit .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .drawunit .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .drawunit .row {
    padding: 70px 16px;
  }
}
.drawunit .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.drawunit .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .drawunit .desc-wrapper {
    padding: 0;
  }
}
.drawunit .desc-wrapper .bandwrap {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.drawunit .corewrap {
  margin-bottom: 64px;
}
.drawunit .corewrap span {
  color: #009472;
}
.drawunit .corewrap .curve-section-title {
  margin-bottom: 0;
}
.drawunit .tilecell {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 992px) {
  .drawunit .tilecell {
    display: block;
  }
}
.drawunit .tilecell .item {
  position: relative;
  margin: 50px 0 40px 0;
}
@media (max-width: 992px) {
  .drawunit .tilecell .item {
    margin: 50px 0 100px 0;
  }
}
.drawunit .tilecell .item:hover .item-wrapper .item-img img,
.drawunit .tilecell .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.drawunit .tilecell .item .item-wrapper {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #080813;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .drawunit .tilecell .item .item-wrapper {
    padding: 22px;
  }
}
.drawunit .tilecell .item .item-wrapper .item-content .card-title {
  margin-bottom: 22px;
}
.drawunit .tilecell .item .item-wrapper .item-content .modsegment {
  margin-bottom: 0;
}
.drawunit .tilecell .item .item-wrapper .item-img .curve-section-btn {
  margin: 40px 0;
}
@media (max-width: 992px) {
  .drawunit .tilecell .item .item-wrapper .item-img .curve-section-btn {
    margin: 22px 0;
  }
}
.drawunit .tilecell .item .item-wrapper .item-img .boxlayer {
  overflow: hidden;
  border-radius: 10px;
}
.drawunit .tilecell .item .item-wrapper .item-img .boxlayer img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.drawunit .bandwrap {
  color: #ffffff;
}
.drawunit .curve-section-title {
  color: #ffffff;
}
.drawunit .card-title {
  color: #131313;
}
.drawunit .card-text {
  color: #fe7c9a;
  text-align: center;
}
.drawunit .card-title,
.drawunit .curve-section-btn {
  color: #fe7c9a;
  text-align: center;
}
.layoutbase {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.layoutbase .holdunit {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .layoutbase .holdunit {
    top: -150px;
    right: -350px;
  }
}
.layoutbase .holdunit::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  pointer-events: none;
}
.layoutbase .holdunit::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.layoutbase .row {
  justify-content: center;
}
.layoutbase .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.layoutbase .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.layoutbase .bodyband {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband {
    margin-bottom: 30px;
  }
}
.layoutbase .bodyband .curve-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-title {
    margin-bottom: 20px;
  }
}
.layoutbase .bodyband .text-wrapper .modsegment {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .text-wrapper .modsegment {
    width: 100%;
  }
}
.layoutbase .bodyband .curve-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-btn {
    margin-top: 20px;
  }
}
.layoutbase .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.layoutbase .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
}
.layoutbase .copy-wrapper .inset {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.layoutbase .curve-section-title {
  color: #f1f5eb;
}
.layoutbase .modsegment,
.layoutbase .text-wrapper {
  color: #fe7c9a;
  text-align: center;
}
.layoutbase .curve-section-btn,
.layoutbase .curve-section-title {
  text-align: center;
}
.layoutbase .inset {
  color: #f1f5eb;
  text-align: center;
}
.layoutbase .curve-section-title,
.layoutbase .curve-section-btn {
  color: #fe7c9a;
}
.layoutbase .inset,
.layoutbase .copy-wrapper {
  color: #fe7c9a;
}
.splitlayer .navbar-dropdown {
  position: relative !important;
}
.splitlayer .container,
.splitlayer .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .splitlayer .container,
  .splitlayer .container-fluid {
    flex-wrap: nowrap;
  }
}
.splitlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.splitlayer .nav-link {
  position: relative;
}
.splitlayer .nav-link:hover {
  color: #fe7c9a !important;
}
.splitlayer .nav-link:hover:before {
  opacity: 1;
}
.splitlayer .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.splitlayer .container {
  display: flex;
  margin: auto;
}
.splitlayer .nav-item:focus,
.splitlayer .nav-link:focus {
  outline: none;
}
.splitlayer .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #f50039;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.splitlayer .navbar .tilepad img {
  width: auto;
}
.splitlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .splitlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .splitlayer .navbar .tilepad img {
    height: 3rem !important;
  }
  .splitlayer .navbar ul.zonebox li {
    margin: auto;
  }
  .splitlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .splitlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.splitlayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.splitlayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.splitlayer .navbar-brand .tilepad a {
  outline: none;
}
.splitlayer .navbar-expand-lg .zonebox .nav-link {
  padding: 0;
}
.splitlayer ul.zonebox {
  flex-wrap: wrap;
}
.splitlayer button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.splitlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fe7c9a;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.splitlayer .navbar-dropdown {
  padding: 0 1rem;
}
.splitlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .splitlayer .navbar {
    height: 70px;
  }
  .splitlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodewrapunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.nodewrapunit .row {
  align-items: center;
}
.nodewrapunit .curve-section-title {
  color: #fe7c9a;
  text-align: center;
}
.nodewrapunit .modsegment,
.nodewrapunit .curve-section-btn {
  color: #fe7c9a;
  text-align: center;
}
.viewsegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.viewsegment::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f50039 -10%, transparent 80%);
}
.viewsegment::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #fe7c9a -10%, transparent 80%);
}
@media (max-width: 768px) {
  .viewsegment .container {
    padding: 0 16px;
  }
}
.viewsegment .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.viewsegment .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.viewsegment .bodyband {
  margin-bottom: 80px;
}
.viewsegment .bodyband .curve-section-title {
  margin-bottom: 24px;
}
.viewsegment .bodyband .curve-section-title span {
  color: #f1634f;
}
.viewsegment .bodyband .text-wrapper .modsegment {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .viewsegment .bodyband .text-wrapper .modsegment {
    width: 100%;
  }
}
.viewsegment .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.viewsegment .item .item-wrapper {
  background-color: #080813;
  height: 100%;
  padding: 50px 50px 80px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .viewsegment .item .item-wrapper {
    padding: 32px;
  }
}
.viewsegment .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.viewsegment .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.viewsegment .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .viewsegment .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.viewsegment .curve-section-title {
  color: #000000;
  text-align: center;
}
.viewsegment .modsegment,
.viewsegment .text-wrapper {
  color: #6f6f6f;
  text-align: center;
}
.viewsegment .item-number {
  color: #fe7c9a;
  text-align: center;
}
.viewsegment .item-title {
  color: #fe7c9a;
  text-align: center;
}
.viewsegment .item-text,
.viewsegment .text-wrap {
  color: #fe7c9a;
  text-align: center;
}
.framewrap {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("images/thin1.jpg");
}
.framewrap .row {
  justify-content: flex-start;
}
.framewrap .curve-section-title {
  color: #fe7c9a;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.framewrap .curve-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.framewrap .curve-section-btn {
  margin-top: 20px;
}
.framewrap .curve-section-subtitle,
.framewrap .curve-section-btn {
  color: #fe7c9a;
}
.layoutbase {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.layoutbase .holdunit {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .layoutbase .holdunit {
    top: -150px;
    right: -350px;
  }
}
.layoutbase .holdunit::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  pointer-events: none;
}
.layoutbase .holdunit::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.layoutbase .row {
  justify-content: center;
}
.layoutbase .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.layoutbase .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.layoutbase .bodyband {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband {
    margin-bottom: 30px;
  }
}
.layoutbase .bodyband .curve-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-title {
    margin-bottom: 20px;
  }
}
.layoutbase .bodyband .text-wrapper .modsegment {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .text-wrapper .modsegment {
    width: 100%;
  }
}
.layoutbase .bodyband .curve-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-btn {
    margin-top: 20px;
  }
}
.layoutbase .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.layoutbase .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
}
.layoutbase .copy-wrapper .inset {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.layoutbase .curve-section-title {
  color: #f1f5eb;
}
.layoutbase .modsegment,
.layoutbase .text-wrapper {
  color: #fe7c9a;
  text-align: center;
}
.layoutbase .curve-section-btn,
.layoutbase .curve-section-title {
  text-align: center;
}
.layoutbase .inset {
  color: #f1f5eb;
  text-align: center;
}
.layoutbase .curve-section-title,
.layoutbase .curve-section-btn {
  color: #fe7c9a;
}
.layoutbase .inset,
.layoutbase .copy-wrapper {
  color: #fe7c9a;
}
.splitlayer .navbar-dropdown {
  position: relative !important;
}
.splitlayer .container,
.splitlayer .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .splitlayer .container,
  .splitlayer .container-fluid {
    flex-wrap: nowrap;
  }
}
.splitlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.splitlayer .nav-link {
  position: relative;
}
.splitlayer .nav-link:hover {
  color: #fe7c9a !important;
}
.splitlayer .nav-link:hover:before {
  opacity: 1;
}
.splitlayer .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.splitlayer .container {
  display: flex;
  margin: auto;
}
.splitlayer .nav-item:focus,
.splitlayer .nav-link:focus {
  outline: none;
}
.splitlayer .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #f50039;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.splitlayer .navbar .tilepad img {
  width: auto;
}
.splitlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .splitlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .splitlayer .navbar .tilepad img {
    height: 3rem !important;
  }
  .splitlayer .navbar ul.zonebox li {
    margin: auto;
  }
  .splitlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .splitlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.splitlayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.splitlayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.splitlayer .navbar-brand .tilepad a {
  outline: none;
}
.splitlayer .navbar-expand-lg .zonebox .nav-link {
  padding: 0;
}
.splitlayer ul.zonebox {
  flex-wrap: wrap;
}
.splitlayer button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.splitlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fe7c9a;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.splitlayer .navbar-dropdown {
  padding: 0 1rem;
}
.splitlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .splitlayer .navbar {
    height: 70px;
  }
  .splitlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.headbox {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("images/quiet2.jpg");
}
.headbox .curve-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.headbox .curve-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.headbox .curve-section-btn .btn:focus {
  box-shadow: none;
}
.headbox .curve-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.headbox .curve-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #bcfe1e !important;
}
.headbox .curve-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.headbox .corewrap {
  position: relative;
  margin-top: 20rem;
  padding: 80px 160px 80px 100px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .headbox .corewrap {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 768px) {
  .headbox .corewrap {
    padding: 40px 30px 40px 30px;
  }
}
.headbox .corewrap .title-link-wrap {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .headbox .corewrap .title-link-wrap {
    margin-bottom: 12px;
  }
}
.headbox .corewrap .curve-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .headbox .corewrap .curve-section-title {
    margin-bottom: 25px;
  }
}
.headbox .corewrap .modsegment {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .headbox .corewrap .modsegment {
    margin-bottom: 5px;
  }
}
.headbox .subunit,
.headbox .curve-iconfont {
  color: #fe7c9a;
}
.headbox .curve-section-title {
  color: #000000;
}
.headbox .modsegment {
  color: #fe7c9a;
  text-align: center;
}
.headbox .curve-section-title,
.headbox .curve-section-btn,
.headbox .title-link-wrap {
  color: #fe7c9a;
  text-align: center;
}
.strip {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #000000;
}
.strip .card-wrapper {
  padding-left: 32px;
}
@media (max-width: 991px) {
  .strip .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.strip .slot img {
  border-radius: 75px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid;
  border-color: #f50039;
}
@media (min-width: 992px) {
  .strip .slot img {
    min-height: 840px;
    max-width: 550px;
  }
}
.strip .curve-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .strip .curve-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .strip .curve-section-btn {
    margin-right: 1.5rem;
  }
}
.strip .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.strip .btn:hover,
.strip .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .strip .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.strip .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.strip .btn:hover:before,
.strip .btn:focus:before {
  left: -1px;
  top: -2px;
}
.strip .modsegment {
  color: #fe7c9a;
  text-align: center;
}
.strip .card-title,
.strip .curve-section-btn {
  text-align: center;
  color: #fe7c9a;
}
.layoutcell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.layoutcell .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .layoutcell .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .layoutcell .container {
    padding: 0 24px;
  }
}
.layoutcell .row {
  justify-content: center;
}
.layoutcell .bodyband .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .layoutcell .bodyband .desc-wrapper {
    margin-bottom: 24px;
  }
}
.layoutcell .bodyband .desc-wrapper .bandwrap {
  display: inline-flex;
  padding: 16px;
  background-color: #080813;
  border-radius: .75rem;
}
.layoutcell .bodyband .modsegment {
  margin-bottom: 0;
}
.layoutcell .curve-section-title {
  color: #141414;
}
.layoutcell .modsegment {
  color: #fe7c9a;
  text-align: center;
}
.layoutcell .bandwrap,
.layoutcell .desc-wrapper {
  text-align: center;
  color: #fe7c9a;
}
.anchorbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.anchorbox .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .anchorbox .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .anchorbox .container {
    padding: 0 25px;
  }
}
.anchorbox .row {
  margin: 0;
}
.anchorbox .row .card {
  padding: 0;
}
.anchorbox .slot {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .anchorbox .slot {
    height: 350px;
  }
}
.anchorbox .slot img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.anchorbox .corewrap {
  position: relative;
  padding: 70px 12%;
  background-color: #080813;
}
@media (max-width: 768px) {
  .anchorbox .corewrap {
    padding: 45px 25px;
  }
}
.anchorbox .corewrap .curve-section-title {
  margin-bottom: 105px;
}
.anchorbox .corewrap .logo-wrapper {
  margin-bottom: 40px;
}
.anchorbox .corewrap .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.anchorbox .corewrap .curve-section-subtitle {
  margin-bottom: 25px;
}
.anchorbox .corewrap .modsegment {
  margin-bottom: 0;
}
.anchorbox .corewrap .curve-section-btn {
  margin-top: 35px;
}
.anchorbox .curve-section-title {
  color: #ffffff;
}
.anchorbox .curve-section-subtitle {
  color: #fe1e52;
}
.anchorbox .modsegment {
  color: #fe7c9a;
  text-align: center;
}
.anchorbox .curve-section-title,
.anchorbox .curve-section-btn,
.anchorbox .logo-wrapper {
  text-align: center;
  color: #fe7c9a;
}
.layoutbase {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.layoutbase .holdunit {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .layoutbase .holdunit {
    top: -150px;
    right: -350px;
  }
}
.layoutbase .holdunit::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  pointer-events: none;
}
.layoutbase .holdunit::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.layoutbase .row {
  justify-content: center;
}
.layoutbase .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.layoutbase .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.layoutbase .bodyband {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband {
    margin-bottom: 30px;
  }
}
.layoutbase .bodyband .curve-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-title {
    margin-bottom: 20px;
  }
}
.layoutbase .bodyband .text-wrapper .modsegment {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .text-wrapper .modsegment {
    width: 100%;
  }
}
.layoutbase .bodyband .curve-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-btn {
    margin-top: 20px;
  }
}
.layoutbase .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.layoutbase .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
}
.layoutbase .copy-wrapper .inset {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.layoutbase .curve-section-title {
  color: #f1f5eb;
}
.layoutbase .modsegment,
.layoutbase .text-wrapper {
  color: #fe7c9a;
  text-align: center;
}
.layoutbase .curve-section-btn,
.layoutbase .curve-section-title {
  text-align: center;
}
.layoutbase .inset {
  color: #f1f5eb;
  text-align: center;
}
.layoutbase .curve-section-title,
.layoutbase .curve-section-btn {
  color: #fe7c9a;
}
.layoutbase .inset,
.layoutbase .copy-wrapper {
  color: #fe7c9a;
}
.splitlayer .navbar-dropdown {
  position: relative !important;
}
.splitlayer .container,
.splitlayer .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .splitlayer .container,
  .splitlayer .container-fluid {
    flex-wrap: nowrap;
  }
}
.splitlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.splitlayer .nav-link {
  position: relative;
}
.splitlayer .nav-link:hover {
  color: #fe7c9a !important;
}
.splitlayer .nav-link:hover:before {
  opacity: 1;
}
.splitlayer .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.splitlayer .container {
  display: flex;
  margin: auto;
}
.splitlayer .nav-item:focus,
.splitlayer .nav-link:focus {
  outline: none;
}
.splitlayer .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #f50039;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.splitlayer .navbar .tilepad img {
  width: auto;
}
.splitlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .splitlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .splitlayer .navbar .tilepad img {
    height: 3rem !important;
  }
  .splitlayer .navbar ul.zonebox li {
    margin: auto;
  }
  .splitlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .splitlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.splitlayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.splitlayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.splitlayer .navbar-brand .tilepad a {
  outline: none;
}
.splitlayer .navbar-expand-lg .zonebox .nav-link {
  padding: 0;
}
.splitlayer ul.zonebox {
  flex-wrap: wrap;
}
.splitlayer button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.splitlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fe7c9a;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.splitlayer .navbar-dropdown {
  padding: 0 1rem;
}
.splitlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .splitlayer .navbar {
    height: 70px;
  }
  .splitlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.flexlayer {
  padding-top: 8rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.flexlayer .row {
  justify-content: space-between;
}
.flexlayer .corewrap {
  position: relative;
  z-index: 1;
}
.flexlayer .corewrap .curve-section-title {
  margin-bottom: 32px;
}
.flexlayer .card {
  position: relative;
}
.flexlayer .card .holdunit {
  position: absolute;
  bottom: -5rem;
  left: -5rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #fe7c9a;
  pointer-events: none;
}
.flexlayer .form-wrapper {
  position: relative;
  z-index: 1;
  background-color: #080813;
  padding: 20px 40px 50px;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .flexlayer .form-wrapper {
    padding: 20px;
    margin-left: 0;
  }
}
.flexlayer .form-wrapper .line-wrap {
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background-color: #f50039;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .flexlayer .form-wrapper .line-wrap {
    height: 4px;
    margin-bottom: 20px;
  }
}
.flexlayer .form-wrapper .curve-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .flexlayer .form-wrapper .curve-section-subtitle {
    margin-bottom: 20px;
  }
}
.flexlayer .curve-section-title {
  color: #fe7c9a;
  text-align: center;
}
.flexlayer .curve-section-subtitle {
  color: #fe7c9a;
}
.flexlayer label {
  color: #000c3f;
}
.deck {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.deck img {
  border-radius: 3rem;
}
.deck .row {
  flex-direction: row-reverse;
}
.deck .row {
  align-items: center;
}
.deck .curve-section-title {
  color: #fe7c9a;
  text-align: center;
}
.deck .modsegment,
.deck .curve-section-btn {
  color: #fe7c9a;
  text-align: center;
}
.layoutbase {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.layoutbase .holdunit {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .layoutbase .holdunit {
    top: -150px;
    right: -350px;
  }
}
.layoutbase .holdunit::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  pointer-events: none;
}
.layoutbase .holdunit::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.layoutbase .row {
  justify-content: center;
}
.layoutbase .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.layoutbase .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.layoutbase .bodyband {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband {
    margin-bottom: 30px;
  }
}
.layoutbase .bodyband .curve-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-title {
    margin-bottom: 20px;
  }
}
.layoutbase .bodyband .text-wrapper .modsegment {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .text-wrapper .modsegment {
    width: 100%;
  }
}
.layoutbase .bodyband .curve-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-btn {
    margin-top: 20px;
  }
}
.layoutbase .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.layoutbase .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
}
.layoutbase .copy-wrapper .inset {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.layoutbase .curve-section-title {
  color: #f1f5eb;
}
.layoutbase .modsegment,
.layoutbase .text-wrapper {
  color: #fe7c9a;
  text-align: center;
}
.layoutbase .curve-section-btn,
.layoutbase .curve-section-title {
  text-align: center;
}
.layoutbase .inset {
  color: #f1f5eb;
  text-align: center;
}
.layoutbase .curve-section-title,
.layoutbase .curve-section-btn {
  color: #fe7c9a;
}
.layoutbase .inset,
.layoutbase .copy-wrapper {
  color: #fe7c9a;
}
.splitlayer .navbar-dropdown {
  position: relative !important;
}
.splitlayer .container,
.splitlayer .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .splitlayer .container,
  .splitlayer .container-fluid {
    flex-wrap: nowrap;
  }
}
.splitlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.splitlayer .nav-link {
  position: relative;
}
.splitlayer .nav-link:hover {
  color: #fe7c9a !important;
}
.splitlayer .nav-link:hover:before {
  opacity: 1;
}
.splitlayer .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.splitlayer .container {
  display: flex;
  margin: auto;
}
.splitlayer .nav-item:focus,
.splitlayer .nav-link:focus {
  outline: none;
}
.splitlayer .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #f50039;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.splitlayer .navbar .tilepad img {
  width: auto;
}
.splitlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .splitlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .splitlayer .navbar .tilepad img {
    height: 3rem !important;
  }
  .splitlayer .navbar ul.zonebox li {
    margin: auto;
  }
  .splitlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .splitlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.splitlayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.splitlayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.splitlayer .navbar-brand .tilepad a {
  outline: none;
}
.splitlayer .navbar-expand-lg .zonebox .nav-link {
  padding: 0;
}
.splitlayer ul.zonebox {
  flex-wrap: wrap;
}
.splitlayer button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.splitlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fe7c9a;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.splitlayer .navbar-dropdown {
  padding: 0 1rem;
}
.splitlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .splitlayer .navbar {
    height: 70px;
  }
  .splitlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.rowholder {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #000000;
}
.rowholder h3 {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  position: relative;
}
.rowholder h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.rowholder .modsegment {
  color: #fe7c9a;
}
.rowholder .curve-section-subtitle,
.rowholder .spanunit {
  color: #fe7c9a;
}
.layoutbase {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.layoutbase .holdunit {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .layoutbase .holdunit {
    top: -150px;
    right: -350px;
  }
}
.layoutbase .holdunit::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  pointer-events: none;
}
.layoutbase .holdunit::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.layoutbase .row {
  justify-content: center;
}
.layoutbase .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.layoutbase .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.layoutbase .bodyband {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband {
    margin-bottom: 30px;
  }
}
.layoutbase .bodyband .curve-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-title {
    margin-bottom: 20px;
  }
}
.layoutbase .bodyband .text-wrapper .modsegment {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .text-wrapper .modsegment {
    width: 100%;
  }
}
.layoutbase .bodyband .curve-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-btn {
    margin-top: 20px;
  }
}
.layoutbase .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.layoutbase .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
}
.layoutbase .copy-wrapper .inset {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.layoutbase .curve-section-title {
  color: #f1f5eb;
}
.layoutbase .modsegment,
.layoutbase .text-wrapper {
  color: #fe7c9a;
  text-align: center;
}
.layoutbase .curve-section-btn,
.layoutbase .curve-section-title {
  text-align: center;
}
.layoutbase .inset {
  color: #f1f5eb;
  text-align: center;
}
.layoutbase .curve-section-title,
.layoutbase .curve-section-btn {
  color: #fe7c9a;
}
.layoutbase .inset,
.layoutbase .copy-wrapper {
  color: #fe7c9a;
}
.splitlayer .navbar-dropdown {
  position: relative !important;
}
.splitlayer .container,
.splitlayer .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .splitlayer .container,
  .splitlayer .container-fluid {
    flex-wrap: nowrap;
  }
}
.splitlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.splitlayer .nav-link {
  position: relative;
}
.splitlayer .nav-link:hover {
  color: #fe7c9a !important;
}
.splitlayer .nav-link:hover:before {
  opacity: 1;
}
.splitlayer .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.splitlayer .container {
  display: flex;
  margin: auto;
}
.splitlayer .nav-item:focus,
.splitlayer .nav-link:focus {
  outline: none;
}
.splitlayer .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #f50039;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.splitlayer .navbar .tilepad img {
  width: auto;
}
.splitlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .splitlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .splitlayer .navbar .tilepad img {
    height: 3rem !important;
  }
  .splitlayer .navbar ul.zonebox li {
    margin: auto;
  }
  .splitlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .splitlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.splitlayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.splitlayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.splitlayer .navbar-brand .tilepad a {
  outline: none;
}
.splitlayer .navbar-expand-lg .zonebox .nav-link {
  padding: 0;
}
.splitlayer ul.zonebox {
  flex-wrap: wrap;
}
.splitlayer button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.splitlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fe7c9a;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.splitlayer .navbar-dropdown {
  padding: 0 1rem;
}
.splitlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .splitlayer .navbar {
    height: 70px;
  }
  .splitlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.navwrap {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #000000;
}
.navwrap h3 {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  position: relative;
}
.navwrap h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.navwrap .modsegment {
  color: #fe7c9a;
}
.navwrap .curve-section-subtitle,
.navwrap .spanunit {
  color: #fe7c9a;
}
.layoutbase {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.layoutbase .holdunit {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .layoutbase .holdunit {
    top: -150px;
    right: -350px;
  }
}
.layoutbase .holdunit::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  pointer-events: none;
}
.layoutbase .holdunit::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.layoutbase .row {
  justify-content: center;
}
.layoutbase .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.layoutbase .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.layoutbase .bodyband {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband {
    margin-bottom: 30px;
  }
}
.layoutbase .bodyband .curve-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-title {
    margin-bottom: 20px;
  }
}
.layoutbase .bodyband .text-wrapper .modsegment {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .text-wrapper .modsegment {
    width: 100%;
  }
}
.layoutbase .bodyband .curve-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-btn {
    margin-top: 20px;
  }
}
.layoutbase .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.layoutbase .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
}
.layoutbase .copy-wrapper .inset {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.layoutbase .curve-section-title {
  color: #f1f5eb;
}
.layoutbase .modsegment,
.layoutbase .text-wrapper {
  color: #fe7c9a;
  text-align: center;
}
.layoutbase .curve-section-btn,
.layoutbase .curve-section-title {
  text-align: center;
}
.layoutbase .inset {
  color: #f1f5eb;
  text-align: center;
}
.layoutbase .curve-section-title,
.layoutbase .curve-section-btn {
  color: #fe7c9a;
}
.layoutbase .inset,
.layoutbase .copy-wrapper {
  color: #fe7c9a;
}
.splitlayer .navbar-dropdown {
  position: relative !important;
}
.splitlayer .container,
.splitlayer .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .splitlayer .container,
  .splitlayer .container-fluid {
    flex-wrap: nowrap;
  }
}
.splitlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.splitlayer .nav-link {
  position: relative;
}
.splitlayer .nav-link:hover {
  color: #fe7c9a !important;
}
.splitlayer .nav-link:hover:before {
  opacity: 1;
}
.splitlayer .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.splitlayer .container {
  display: flex;
  margin: auto;
}
.splitlayer .nav-item:focus,
.splitlayer .nav-link:focus {
  outline: none;
}
.splitlayer .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #f50039;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.splitlayer .navbar .tilepad img {
  width: auto;
}
.splitlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .splitlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .splitlayer .navbar .tilepad img {
    height: 3rem !important;
  }
  .splitlayer .navbar ul.zonebox li {
    margin: auto;
  }
  .splitlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .splitlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.splitlayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.splitlayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.splitlayer .navbar-brand .tilepad a {
  outline: none;
}
.splitlayer .navbar-expand-lg .zonebox .nav-link {
  padding: 0;
}
.splitlayer ul.zonebox {
  flex-wrap: wrap;
}
.splitlayer button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.splitlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fe7c9a;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.splitlayer .navbar-dropdown {
  padding: 0 1rem;
}
.splitlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .splitlayer .navbar {
    height: 70px;
  }
  .splitlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.dock {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #000000;
}
.dock h3 {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  position: relative;
}
.dock h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.dock .modsegment {
  color: #fe7c9a;
}
.dock .curve-section-subtitle,
.dock .spanunit {
  color: #fe7c9a;
}
.layoutbase {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.layoutbase .holdunit {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .layoutbase .holdunit {
    top: -150px;
    right: -350px;
  }
}
.layoutbase .holdunit::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  pointer-events: none;
}
.layoutbase .holdunit::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.layoutbase .row {
  justify-content: center;
}
.layoutbase .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.layoutbase .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.layoutbase .bodyband {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband {
    margin-bottom: 30px;
  }
}
.layoutbase .bodyband .curve-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-title {
    margin-bottom: 20px;
  }
}
.layoutbase .bodyband .text-wrapper .modsegment {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .text-wrapper .modsegment {
    width: 100%;
  }
}
.layoutbase .bodyband .curve-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-btn {
    margin-top: 20px;
  }
}
.layoutbase .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.layoutbase .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
}
.layoutbase .copy-wrapper .inset {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.layoutbase .curve-section-title {
  color: #f1f5eb;
}
.layoutbase .modsegment,
.layoutbase .text-wrapper {
  color: #fe7c9a;
  text-align: center;
}
.layoutbase .curve-section-btn,
.layoutbase .curve-section-title {
  text-align: center;
}
.layoutbase .inset {
  color: #f1f5eb;
  text-align: center;
}
.layoutbase .curve-section-title,
.layoutbase .curve-section-btn {
  color: #fe7c9a;
}
.layoutbase .inset,
.layoutbase .copy-wrapper {
  color: #fe7c9a;
}
.splitlayer .navbar-dropdown {
  position: relative !important;
}
.splitlayer .container,
.splitlayer .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .splitlayer .container,
  .splitlayer .container-fluid {
    flex-wrap: nowrap;
  }
}
.splitlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.splitlayer .nav-link {
  position: relative;
}
.splitlayer .nav-link:hover {
  color: #fe7c9a !important;
}
.splitlayer .nav-link:hover:before {
  opacity: 1;
}
.splitlayer .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.splitlayer .container {
  display: flex;
  margin: auto;
}
.splitlayer .nav-item:focus,
.splitlayer .nav-link:focus {
  outline: none;
}
.splitlayer .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #f50039;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.splitlayer .navbar .tilepad img {
  width: auto;
}
.splitlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .splitlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .splitlayer .navbar .tilepad img {
    height: 3rem !important;
  }
  .splitlayer .navbar ul.zonebox li {
    margin: auto;
  }
  .splitlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .splitlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.splitlayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.splitlayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.splitlayer .navbar-brand .tilepad a {
  outline: none;
}
.splitlayer .navbar-expand-lg .zonebox .nav-link {
  padding: 0;
}
.splitlayer ul.zonebox {
  flex-wrap: wrap;
}
.splitlayer button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.splitlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fe7c9a;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.splitlayer .navbar-dropdown {
  padding: 0 1rem;
}
.splitlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .splitlayer .navbar {
    height: 70px;
  }
  .splitlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.layoutgroup {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #000000;
}
.layoutgroup h3 {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  position: relative;
}
.layoutgroup h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.layoutgroup .modsegment {
  color: #fe7c9a;
}
.layoutgroup .curve-section-subtitle,
.layoutgroup .spanunit {
  color: #fe7c9a;
}
.layoutbase {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.layoutbase .holdunit {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .layoutbase .holdunit {
    top: -150px;
    right: -350px;
  }
}
.layoutbase .holdunit::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  pointer-events: none;
}
.layoutbase .holdunit::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #84001f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.layoutbase .row {
  justify-content: center;
}
.layoutbase .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.layoutbase .logo-wrapper img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
.layoutbase .bodyband {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband {
    margin-bottom: 30px;
  }
}
.layoutbase .bodyband .curve-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-title {
    margin-bottom: 20px;
  }
}
.layoutbase .bodyband .text-wrapper .modsegment {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .text-wrapper .modsegment {
    width: 100%;
  }
}
.layoutbase .bodyband .curve-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .layoutbase .bodyband .curve-section-btn {
    margin-top: 20px;
  }
}
.layoutbase .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.layoutbase .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
}
.layoutbase .copy-wrapper .inset {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.layoutbase .curve-section-title {
  color: #f1f5eb;
}
.layoutbase .modsegment,
.layoutbase .text-wrapper {
  color: #fe7c9a;
  text-align: center;
}
.layoutbase .curve-section-btn,
.layoutbase .curve-section-title {
  text-align: center;
}
.layoutbase .inset {
  color: #f1f5eb;
  text-align: center;
}
.layoutbase .curve-section-title,
.layoutbase .curve-section-btn {
  color: #fe7c9a;
}
.layoutbase .inset,
.layoutbase .copy-wrapper {
  color: #fe7c9a;
}
.splitlayer .navbar-dropdown {
  position: relative !important;
}
.splitlayer .container,
.splitlayer .container-fluid {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .splitlayer .container,
  .splitlayer .container-fluid {
    flex-wrap: nowrap;
  }
}
.splitlayer .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.splitlayer .nav-link {
  position: relative;
}
.splitlayer .nav-link:hover {
  color: #fe7c9a !important;
}
.splitlayer .nav-link:hover:before {
  opacity: 1;
}
.splitlayer .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
  opacity: 0;
}
.splitlayer .container {
  display: flex;
  margin: auto;
}
.splitlayer .nav-item:focus,
.splitlayer .nav-link:focus {
  outline: none;
}
.splitlayer .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 2px solid #f50039;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.splitlayer .navbar .tilepad img {
  width: auto;
}
.splitlayer .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .splitlayer .navbar .nav-item .nav-link::before {
    display: none;
  }
  .splitlayer .navbar .tilepad img {
    height: 3rem !important;
  }
  .splitlayer .navbar ul.zonebox li {
    margin: auto;
  }
  .splitlayer .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .splitlayer .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.splitlayer .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.splitlayer .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.splitlayer .navbar-brand .tilepad a {
  outline: none;
}
.splitlayer .navbar-expand-lg .zonebox .nav-link {
  padding: 0;
}
.splitlayer ul.zonebox {
  flex-wrap: wrap;
}
.splitlayer button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
  align-self: center;
}
.splitlayer button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fe7c9a;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.splitlayer button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.splitlayer .navbar-dropdown {
  padding: 0 1rem;
}
.splitlayer a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .splitlayer .navbar {
    height: 70px;
  }
  .splitlayer .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.stage {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  color: #424a4d;
  padding: 15px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  pointer-events: none;
  box-sizing: border-box;
}
.stage.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.stage p {
  margin: 0;
  font-size: 14px;
}
.stage a {
  color: #424a4d;
  text-decoration: underline;
}
#cookieAcceptBtn,
#cookieRejectBtn {
  padding: 12px 24px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-sizing: border-box;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}
#cookieAcceptBtn:hover,
#cookieRejectBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
#cookieAcceptBtn {
  background-color: #0066cc;
  color: #ffffff;
}
#cookieRejectBtn {
  background-color: #f5f5f5;
  color: #333333;
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  .stage {
    left: 50%;
    bottom: 16px;
    width: calc(100% - 32px);
    max-width: 480px;
    transform: translate(-50%, 20px);
    border-radius: 8px;
    gap: 12px;
  }
  .stage.show {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }
  #cookieAcceptBtn,
  #cookieRejectBtn {
    flex: 1;
    padding: 12px 0;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .stage {
    padding: 8px;
    gap: 8px;
    font-size: 12px;
  }
  .stage img {
    width: 30px;
    height: 30px;
  }
  #cookieAcceptBtn,
  #cookieRejectBtn {
    padding: 10px 0;
    font-size: 12px;
  }
}
@keyframes growOnLoad {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
.navbar-brand {
    animation: growOnLoad 1s ease-out;
}
.ttc-form {
  padding: 32px;
  background: rgba(255,255,255,0.08);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 20px 60px rgba(0,0,0,0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.ttc-form #customForm {
  width: 100%;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  color: #e9f3ff;
}
.ttc-form #customForm * {
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  background: rgba(5,18,40,0.82) !important;
  border: 1px solid rgba(135,186,255,0.45) !important;
  border-radius: 14px !important;
  padding: 14px 16px;
  margin-bottom: 18px;
  font-size: 15px;
  color: #e9f3ff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.35);
  transition: border-color .22s ease, box-shadow .22s ease, background-color .22s ease, transform .08s ease;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  background: rgba(9,29,66,0.95) !important;
  border-color: #57b4ff !important;
  box-shadow: 0 0 0 1px rgba(9,176,255,0.7),0 0 22px rgba(87,180,255,0.4);
  transform: translateY(-1px);
}
.ttc-form #customForm textarea.form-control {
  min-height: 150px;
  resize: vertical;
}
.ttc-form #customForm ::-moz-placeholder {
  color: rgba(188,210,238,0.85);
}
.ttc-form #customForm ::placeholder {
  color: rgba(188,210,238,0.85);
}
.ttc-form #customForm .padbox,
.ttc-form #customForm .gridcell {
  background: rgba(5,18,40,0.75);
  border-radius: 16px !important;
  border: 1px solid rgba(135,186,255,0.35);
  padding: 16px 16px 14px;
  margin-bottom: 18px;
}
.ttc-form #customForm .nodecol,
.ttc-form #customForm .plane {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #e9f3ff;
}
.ttc-form #customForm .coreunit,
.ttc-form #customForm .frameunit {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #57b4ff;
}
.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px !important;
  border: none;
  cursor: pointer;
  background: radial-gradient(circle at 20% 0,#eb0214 0,#cd0532 45%,#ff0080 100%);
  color: #f7fbff;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .08s ease, box-shadow .16s ease, opacity .16s ease;
}
.ttc-form #customForm .btn:hover {
  transform: translateY(-1px);
  opacity: .97;
}
.ttc-form #customForm .btn:active {
  transform: translateY(0);
  opacity: .94;
}
.ttc-form #customForm .alert {
  border-radius: 14px !important;
  font-size: 14px;
  background: rgba(20,60,20,0.75);
  border: 1px solid rgba(120,255,150,0.5);
  color: #d8ffe6;
  padding: 12px 14px;
  margin-bottom: 16px;
  box-shadow: 0 0 12px rgba(80,255,130,0.25);
}
.ttc-form #customForm a {
  color: #7fd0ff;
  text-decoration: none;
}
.ttc-form #customForm a:hover {
  text-decoration: underline;
}
.ttc-form #customForm small,
.ttc-form #customForm p {
  color: rgba(214,227,246,0.9);
}
@media (max-width: 991px) {
  .ttc-form {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .ttc-form {
    padding: 24px 18px;
    border-radius: 22px;
  }
  .ttc-form #customForm .btn {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .ttc-form {
    padding: 20px 14px;
  }
}
.quiz-section {
  background-image: url("images/thick1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
