@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --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-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.zonecore {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .zonecore {
    font-size: 5rem;
  }
}

.target {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .target {
    font-size: 4.5rem;
  }
}

.outerwrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .outerwrap {
    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: 576px) {
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
}

.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-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.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);
}

.deck {
  --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;
}
 .deck .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 .deck {
    flex-direction: row;
  }
  .navbar-expand-lg .deck .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-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.innerwrapunit {
  --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);
}

.padwrap {
  --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: ;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.flexwrap {
  order: 1 !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .unitcol {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .unitcol img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



@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;
}

@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.depth-section-title {
  font-style: normal;
  line-height: 1.3;
}

.depth-section-subtitle {
  line-height: 1.3;
}

.boxarea {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.zonecore,
.target,
.outerwrap,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */

/*! Text-aligns */
.segment {
  text-align: left;
}

/*! Font-weight  */

.rowunit {
  font-weight: 500;
}

/*! Media  */

img {
  display: block;
  width: 100%;
}
/*! Buttons */
.depth-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 .depth-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

.rowunit {
  font-weight: 500;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .unitcol 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 .deck.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .depth-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;
}

.layoutgrid {
  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: 95px;
    padding-right: 95px;
  }
}

@media (max-width: 1640px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@font-face {
  font-family: 'usability2';
  font-display: swap;
  src:  url('fonts/pixel2.eot');
  src:  url('fonts/pixel2.eot') format('embedded-opentype'),
    url('fonts/pixel2.woff2') format('woff2'),
    url('fonts/pixel2.woff') format('woff'),
    url('fonts/pixel2.ttf') format('truetype'),
    url('fonts/pixel2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.btn {
  border-width: 1px;
}
body {
  font-family: Inter Tight;
}
.zonecore {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.target {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.outerwrap {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .zonecore {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .zonecore {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .target {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .outerwrap {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .zonecore {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .target {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .outerwrap {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-primary,
.btn-primary:active {
  background-color: #08026c !important;
  border-color: #08026c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #0c039e !important;
  border-color: #0c039e !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0c039e !important;
  border-color: #0c039e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}

.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.text-primary {
  color: #08026c !important;
}
.text-danger {
  color: #08026c !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #010008 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #010008 !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;
}
.innerwrapunit {
  background-color: #70c770;
}
.padwrap {
  background-color: #08026c;
}
.depth-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #08026c;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #08026c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.depth-section-btn .btn {
  padding: 4px 30px;
  align-items: center;
  min-height: 60px;
  font-weight: 700 !important;
}
.depth-section-btn .btn span {
  font-weight: 700;
}
img,
.card-wrapper {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrapper {
    border-radius: 20px !important;
  }
}
.canvas {
  border-radius: 2rem;
}
.navbar-collapse {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .navbar-collapse {
    border-radius: 20px !important;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.modulebox {
  background-color: transparent;
}
.modulebox .navbar-dropdown {
  background-color: #cccccc !important;
  padding: 0;
}
.modulebox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .modulebox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .modulebox .menu_box .navbar-collapse {
    background-color: #cccccc !important;
    transition: all 0s ease 0s;
  }
}
.modulebox .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .modulebox .depth-section-btn-main {
    margin-top: 1rem;
  }
}
.modulebox .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.modulebox .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .modulebox ul.deck {
    padding-bottom: 1.5rem;
  }
  .modulebox li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .modulebox .deck.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.modulebox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .modulebox .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .modulebox .nav-item {
    margin: 0 !important;
  }
}
.modulebox .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.modulebox .nav-item .nav-link:hover,
.modulebox .nav-item .nav-link:focus {
  opacity: .7;
}
.modulebox .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.modulebox .container {
  display: flex;
  margin: auto;
}
.modulebox .deck {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .modulebox .deck {
    margin: 0;
  }
}
.modulebox .nav-item:focus,
.modulebox .nav-link:focus {
  outline: none;
}
.modulebox .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .modulebox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.modulebox .navbar .unitcol img {
  max-width: 50px;
  min-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.modulebox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .modulebox .navbar .nav-item {
    padding: .5rem 0;
  }
  .modulebox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .modulebox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .modulebox .navbar .unitcol img {
    height: 3rem !important;
  }
  .modulebox .navbar ul.deck {
    overflow: hidden;
  }
  .modulebox .navbar ul.deck li {
    margin: 0;
  }
  .modulebox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .modulebox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.modulebox .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;
}
.modulebox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.modulebox .navbar-brand .unitcol a {
  outline: none;
}
.modulebox .navbar-expand-lg .deck .nav-link {
  padding: 2px 10px !important;
}
.modulebox ul.deck {
  flex-wrap: wrap;
  padding: 0;
}
.modulebox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #cccccc;
  background: #cccccc;
}
.modulebox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.modulebox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.modulebox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.modulebox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.modulebox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.modulebox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modulebox .navbar {
    height: 70px;
  }
  .modulebox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.modulebox .navbar-dropdown .unitcol {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .modulebox .container-fluid {
    padding: 0 36px;
  }
}
.modulebox .depth-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .modulebox .depth-section-btn-main {
    display: block;
    padding: 0;
  }
}
.modulebox .depth-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.modulebox .navbar-caption:hover {
  color: #08026c;
}
.modulebox .depth-section-subtitle {
  color: #080808;
  text-align: center;
}
.modulebox .navbar-caption {
  color: #080808;
}
.modulebox .boxarea {
  color: #333333;
  text-align: center;
}
.modulebox .depth-section-subtitle,
.modulebox .depth-section-btn {
  text-align: center;
}
.modulebox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.nestedbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/thick1.jpg");
}
.nestedbox .slotunit .canvas {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .nestedbox .slotunit .canvas {
    margin-bottom: 20px;
  }
}
.nestedbox .slotunit .depth-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .nestedbox .slotunit .depth-section-title {
    margin-bottom: 20px;
  }
}
.nestedbox .slotunit .text-wrapper .boxarea {
  display: inline-block;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .nestedbox .slotunit .text-wrapper .boxarea {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .nestedbox .slotunit .text-wrapper .boxarea {
    width: 100%;
  }
}
.nestedbox .slotunit .depth-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .nestedbox .slotunit .depth-section-btn {
    margin-top: 20px;
  }
}
.nestedbox .canvas {
  color: #08026c;
  text-align: center;
}
.nestedbox .depth-section-title {
  color: #f1f5eb;
}
.nestedbox .boxarea,
.nestedbox .text-wrapper {
  color: #000000;
  text-align: center;
}
.nestedbox .depth-section-title,
.nestedbox .depth-section-btn {
  text-align: center;
  color: #08026c;
}
.blockwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.blockwrap .unitband img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blockwrap .card-title {
  margin-bottom: 26px;
  color: #0c2c68;
}
.blockwrap .boxarea {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .blockwrap .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .blockwrap .text-wrapper {
    text-align: center;
  }
  .blockwrap .unitband {
    margin-bottom: 40px;
  }
  .blockwrap .boxarea {
    margin-bottom: 20px;
  }
}
.blockwrap .card-title {
  color: #08026c;
}
.layoutrow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.layoutrow .card-wrapper {
  background: #ffffff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .layoutrow .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .layoutrow .card-wrapper {
    padding: 2rem 1rem;
  }
}
.layoutrow .boxarea {
  color: #000000;
  text-align: center;
}
.layoutrow .depth-section-subtitle {
  color: #08026c;
  text-align: center;
}
.layoutrow .depth-section-title {
  color: #ffffff;
}
.padunit {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.padunit .row {
  align-items: center;
}
.padunit img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .padunit .text-wrapper {
    padding: 0 2rem;
  }
}
.padunit .depth-section-title {
  color: #08026c;
  text-align: center;
}
.padunit .boxarea,
.padunit .depth-section-btn {
  color: #000000;
}
.layoutbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.layoutbox .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .layoutbox .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .layoutbox .container {
    padding: 0 30px;
  }
}
.layoutbox .card-wrapper {
  padding: 40px 3rem;
  border-radius: 3em;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .layoutbox .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.layoutbox .card-wrapper .noteunit {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .layoutbox .card-wrapper .noteunit {
    margin: 0;
  }
}
.layoutbox .card-wrapper .noteunit .depth-section-title {
  margin-bottom: 20px;
}
.layoutbox .card-wrapper .text-wrapper .boxarea {
  margin-bottom: 0;
}
.layoutbox .depth-section-title {
  color: #2b2b2b;
}
.layoutbox .boxarea {
  color: #000000;
}
.layoutbox .depth-section-title,
.layoutbox .depth-section-btn {
  color: #08026c;
  text-align: center;
}
.tilewrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.tilewrap .card-wrapper {
  display: flex;
  background-color: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 992px) {
  .tilewrap .card-wrapper {
    display: block;
  }
}
.tilewrap .card-wrapper .unitband {
  position: relative;
  width: 55%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .tilewrap .card-wrapper .unitband {
    width: 100%;
    height: 300px;
  }
}
.tilewrap .card-wrapper .unitband img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
.tilewrap .card-wrapper .slotunit {
  width: 45%;
  padding: 64px;
}
@media (max-width: 1440px) {
  .tilewrap .card-wrapper .slotunit {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .tilewrap .card-wrapper .slotunit {
    padding: 24px 16px 16px 16px;
    width: 100%;
  }
}
.tilewrap .card-wrapper .slotunit .noteunit {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tilewrap .card-wrapper .slotunit .noteunit {
    margin-bottom: 24px;
  }
}
.tilewrap .card-wrapper .slotunit .noteunit .depth-section-title {
  margin-bottom: 0;
}
.tilewrap .card-wrapper .slotunit .noteunit .depth-section-subtitle {
  margin-bottom: 0;
}
.tilewrap .card-wrapper .slotunit .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tilewrap .card-wrapper .slotunit .list .item-wrap {
  margin-bottom: 16px;
}
.tilewrap .card-wrapper .slotunit .list .item-wrap:last-child {
  margin-bottom: 0;
}
.tilewrap .card-wrapper .slotunit .depth-section-btn {
  margin-top: 16px;
}
.tilewrap .card-wrapper .slotunit .depth-section-btn .btn {
  margin-bottom: 0;
}
.tilewrap .depth-section-title {
  color: #ffffff;
}
.tilewrap .depth-section-subtitle {
  color: #000000;
}
.tilewrap .list {
  color: #ffffff;
}
.tilewrap .depth-section-title,
.tilewrap .depth-section-btn {
  color: #08026c;
}
.tilewrap .list,
.tilewrap .item-wrap {
  color: #000000;
}
.ridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.ridge .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ridge .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ridge .container {
    padding: 0 26px;
  }
}
.ridge .row {
  justify-content: center;
}
.ridge .noteunit {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit .logo-wrapper {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.ridge .noteunit .depth-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit .depth-section-title {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .text-wrapper .boxarea {
  display: inline-flex;
  width: 99%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ridge .noteunit .text-wrapper .boxarea {
    width: 100%;
  }
}
.ridge .slotunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ridge .slotunit {
    margin-bottom: 40px;
  }
}
.ridge .slotunit .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .slotunit .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ridge .slotunit .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.ridge .slotunit .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ridge .slotunit .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.ridge .slotunit .nav-wrapper .list .item-wrap:hover,
.ridge .slotunit .nav-wrapper .list .item-wrap:focus {
  color: #0c2c68;
}
.ridge .slotunit .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.ridge .rowsegment {
  margin-bottom: 0;
  color: #08026c;
  text-align: justify;
}
.ridge .depth-section-title {
  color: #ffffff;
}
.ridge .boxarea {
  color: #ffffff;
}
.ridge .list {
  color: #ffffff;
}
.ridge .list,
.ridge .nav-wrapper {
  text-align: right;
}
.ridge .list,
.ridge .item-wrap {
  color: #000000;
  text-align: justify;
}
.ridge .boxarea,
.ridge .text-wrapper {
  color: #000000;
}
.slotwrap {
  background-color: transparent;
}
.slotwrap .navbar-dropdown {
  background-color: #cccccc !important;
  padding: 0;
}
.slotwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .slotwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .slotwrap .menu_box .navbar-collapse {
    background-color: #cccccc !important;
    transition: all 0s ease 0s;
  }
}
.slotwrap .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .slotwrap .depth-section-btn-main {
    margin-top: 1rem;
  }
}
.slotwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.slotwrap .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .slotwrap ul.deck {
    padding-bottom: 1.5rem;
  }
  .slotwrap li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .slotwrap .deck.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.slotwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .slotwrap .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .slotwrap .nav-item {
    margin: 0 !important;
  }
}
.slotwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.slotwrap .nav-item .nav-link:hover,
.slotwrap .nav-item .nav-link:focus {
  opacity: .7;
}
.slotwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.slotwrap .container {
  display: flex;
  margin: auto;
}
.slotwrap .deck {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .slotwrap .deck {
    margin: 0;
  }
}
.slotwrap .nav-item:focus,
.slotwrap .nav-link:focus {
  outline: none;
}
.slotwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .slotwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.slotwrap .navbar .unitcol img {
  max-width: 50px;
  min-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.slotwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .slotwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .slotwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .slotwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .slotwrap .navbar .unitcol img {
    height: 3rem !important;
  }
  .slotwrap .navbar ul.deck {
    overflow: hidden;
  }
  .slotwrap .navbar ul.deck li {
    margin: 0;
  }
  .slotwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .slotwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.slotwrap .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;
}
.slotwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.slotwrap .navbar-brand .unitcol a {
  outline: none;
}
.slotwrap .navbar-expand-lg .deck .nav-link {
  padding: 2px 10px !important;
}
.slotwrap ul.deck {
  flex-wrap: wrap;
  padding: 0;
}
.slotwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #cccccc;
  background: #cccccc;
}
.slotwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.slotwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.slotwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slotwrap .navbar {
    height: 70px;
  }
  .slotwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.slotwrap .navbar-dropdown .unitcol {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .slotwrap .container-fluid {
    padding: 0 36px;
  }
}
.slotwrap .depth-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .slotwrap .depth-section-btn-main {
    display: block;
    padding: 0;
  }
}
.slotwrap .depth-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.slotwrap .navbar-caption:hover {
  color: #08026c;
}
.slotwrap .depth-section-subtitle {
  color: #080808;
  text-align: center;
}
.slotwrap .navbar-caption {
  color: #080808;
}
.slotwrap .boxarea {
  color: #333333;
  text-align: center;
}
.slotwrap .depth-section-subtitle,
.slotwrap .depth-section-btn {
  text-align: center;
}
.slotwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.wrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.wrap .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .wrap .slotunit {
    margin-bottom: 32px;
  }
}
.wrap .slotunit .depth-section-title {
  margin-bottom: 32px;
}
.wrap .slotunit .text-wrapper .boxarea {
  display: inline-block;
  width: 99%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .wrap .slotunit .text-wrapper .boxarea {
    width: 100%;
  }
}
.wrap .slotunit .contentbox {
  margin-bottom: 32px;
}
.wrap .slotunit .contentbox .viewlayer {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .wrap .slotunit .contentbox .viewlayer {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.wrap .slotunit .contentbox .viewlayer .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #08026c;
}
@media (max-width: 992px) {
  .wrap .slotunit .contentbox .viewlayer .line-wrap {
    width: 4px;
  }
}
.wrap .slotunit .contentbox .viewlayer .text-wrap {
  padding: 10px 0;
}
.wrap .slotunit .contentbox .viewlayer .text-wrap .depth-section-subtitle {
  margin-bottom: 4px;
}
.wrap .unitband {
  position: relative;
}
.wrap .unitband::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
  pointer-events: none;
  transform: rotate(5deg);
  z-index: 2;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.wrap .unitband::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #08026c;
  pointer-events: none;
  transform: rotate(2deg);
  z-index: 1;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.wrap .unitband img {
  position: relative;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
@media (max-width: 992px) {
  .wrap .unitband img {
    height: 300px;
  }
}
.wrap .depth-section-title {
  color: #000c3f;
}
.wrap .boxarea,
.wrap .text-wrapper {
  color: #000c3f;
  text-align: left;
}
.wrap .depth-section-subtitle {
  color: #000c3f;
  text-align: center;
}
.wrap .depth-section-title,
.wrap .depth-section-btn {
  text-align: justify;
}
.edgebox {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.edgebox .boxarea,
.edgebox .depth-section-btn {
  text-align: center;
  color: #000000;
}
.edgebox .depth-section-title {
  text-align: center;
  color: #08026c;
}
.edgebox .depth-section-subtitle {
  text-align: center;
  color: #08026c;
}
.scaffold {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.scaffold .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .scaffold .container-fluid {
    padding: 0 25px;
  }
}
.scaffold .container-fluid .row {
  padding: 0;
}
.scaffold .unitband {
  height: 100%;
}
.scaffold .unitband img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .scaffold .unitband img {
    height: 400px;
  }
}
.scaffold .nodecore {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .scaffold .nodecore {
    margin-bottom: 100px;
  }
}
.scaffold .nodecore .noteunit {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .scaffold .nodecore .noteunit {
    padding: 0;
  }
}
.scaffold .nodecore .noteunit .depth-section-title {
  margin-bottom: 0;
}
.scaffold .nodecore .noteunit .boxarea {
  margin: 25px 0 0;
}
.scaffold .nodecore .noteunit .depth-section-btn {
  margin: 40px 0 0;
}
.scaffold .nodecore .noteunit .depth-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.scaffold .depth-section-title {
  color: #ffffff;
}
.scaffold .boxarea {
  color: #000000;
}
.scaffold .depth-section-title,
.scaffold .depth-section-btn {
  color: #08026c;
  text-align: left;
}
.sidewrap {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.sidewrap .boxarea,
.sidewrap .depth-section-btn {
  text-align: center;
  color: #000000;
}
.sidewrap .depth-section-title {
  text-align: center;
  color: #08026c;
}
.sidewrap .depth-section-subtitle {
  text-align: center;
  color: #08026c;
}
.ridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.ridge .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ridge .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ridge .container {
    padding: 0 26px;
  }
}
.ridge .row {
  justify-content: center;
}
.ridge .noteunit {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit .logo-wrapper {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.ridge .noteunit .depth-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit .depth-section-title {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .text-wrapper .boxarea {
  display: inline-flex;
  width: 99%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ridge .noteunit .text-wrapper .boxarea {
    width: 100%;
  }
}
.ridge .slotunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ridge .slotunit {
    margin-bottom: 40px;
  }
}
.ridge .slotunit .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .slotunit .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ridge .slotunit .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.ridge .slotunit .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ridge .slotunit .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.ridge .slotunit .nav-wrapper .list .item-wrap:hover,
.ridge .slotunit .nav-wrapper .list .item-wrap:focus {
  color: #0c2c68;
}
.ridge .slotunit .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.ridge .rowsegment {
  margin-bottom: 0;
  color: #08026c;
  text-align: justify;
}
.ridge .depth-section-title {
  color: #ffffff;
}
.ridge .boxarea {
  color: #ffffff;
}
.ridge .list {
  color: #ffffff;
}
.ridge .list,
.ridge .nav-wrapper {
  text-align: right;
}
.ridge .list,
.ridge .item-wrap {
  color: #000000;
  text-align: justify;
}
.ridge .boxarea,
.ridge .text-wrapper {
  color: #000000;
}
.nodeband {
  background-color: transparent;
}
.nodeband .navbar-dropdown {
  background-color: #cccccc !important;
  padding: 0;
}
.nodeband .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nodeband .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .nodeband .menu_box .navbar-collapse {
    background-color: #cccccc !important;
    transition: all 0s ease 0s;
  }
}
.nodeband .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .nodeband .depth-section-btn-main {
    margin-top: 1rem;
  }
}
.nodeband .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.nodeband .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .nodeband ul.deck {
    padding-bottom: 1.5rem;
  }
  .nodeband li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .nodeband .deck.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.nodeband .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .nodeband .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .nodeband .nav-item {
    margin: 0 !important;
  }
}
.nodeband .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.nodeband .nav-item .nav-link:hover,
.nodeband .nav-item .nav-link:focus {
  opacity: .7;
}
.nodeband .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nodeband .container {
  display: flex;
  margin: auto;
}
.nodeband .deck {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .nodeband .deck {
    margin: 0;
  }
}
.nodeband .nav-item:focus,
.nodeband .nav-link:focus {
  outline: none;
}
.nodeband .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .nodeband .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.nodeband .navbar .unitcol img {
  max-width: 50px;
  min-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.nodeband .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .nodeband .navbar .nav-item {
    padding: .5rem 0;
  }
  .nodeband .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .nodeband .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nodeband .navbar .unitcol img {
    height: 3rem !important;
  }
  .nodeband .navbar ul.deck {
    overflow: hidden;
  }
  .nodeband .navbar ul.deck li {
    margin: 0;
  }
  .nodeband .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .nodeband .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.nodeband .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;
}
.nodeband .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.nodeband .navbar-brand .unitcol a {
  outline: none;
}
.nodeband .navbar-expand-lg .deck .nav-link {
  padding: 2px 10px !important;
}
.nodeband ul.deck {
  flex-wrap: wrap;
  padding: 0;
}
.nodeband button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #cccccc;
  background: #cccccc;
}
.nodeband button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.nodeband button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.nodeband a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nodeband .navbar {
    height: 70px;
  }
  .nodeband .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nodeband .navbar-dropdown .unitcol {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .nodeband .container-fluid {
    padding: 0 36px;
  }
}
.nodeband .depth-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .nodeband .depth-section-btn-main {
    display: block;
    padding: 0;
  }
}
.nodeband .depth-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.nodeband .navbar-caption:hover {
  color: #08026c;
}
.nodeband .depth-section-subtitle {
  color: #080808;
  text-align: center;
}
.nodeband .navbar-caption {
  color: #080808;
}
.nodeband .boxarea {
  color: #333333;
  text-align: center;
}
.nodeband .depth-section-subtitle,
.nodeband .depth-section-btn {
  text-align: center;
}
.nodeband a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tilebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.tilebox .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .tilebox .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .tilebox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .tilebox .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .tilebox .container {
    padding: 0 16px;
  }
}
.tilebox .row {
  justify-content: center;
}
.tilebox .slotunit {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .tilebox .slotunit {
    margin-bottom: 32px;
  }
}
.tilebox .slotunit .depth-section-subtitle {
  margin-bottom: 32px;
}
.tilebox .slotunit .depth-section-title {
  margin-bottom: 16px;
}
.tilebox .slotunit .boxarea {
  margin-bottom: 0;
}
.tilebox .unitband {
  height: 100%;
}
.tilebox .unitband img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem !important;
}
.tilebox .depth-section-title {
  color: #08026c;
  text-align: center;
}
.tilebox .depth-section-subtitle {
  color: #000000;
  text-align: center;
}
.tilebox .boxarea {
  color: #000000;
  text-align: center;
}
.ridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.ridge .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ridge .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ridge .container {
    padding: 0 26px;
  }
}
.ridge .row {
  justify-content: center;
}
.ridge .noteunit {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit .logo-wrapper {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.ridge .noteunit .depth-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit .depth-section-title {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .text-wrapper .boxarea {
  display: inline-flex;
  width: 99%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ridge .noteunit .text-wrapper .boxarea {
    width: 100%;
  }
}
.ridge .slotunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ridge .slotunit {
    margin-bottom: 40px;
  }
}
.ridge .slotunit .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .slotunit .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ridge .slotunit .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.ridge .slotunit .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ridge .slotunit .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.ridge .slotunit .nav-wrapper .list .item-wrap:hover,
.ridge .slotunit .nav-wrapper .list .item-wrap:focus {
  color: #0c2c68;
}
.ridge .slotunit .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.ridge .rowsegment {
  margin-bottom: 0;
  color: #08026c;
  text-align: justify;
}
.ridge .depth-section-title {
  color: #ffffff;
}
.ridge .boxarea {
  color: #ffffff;
}
.ridge .list {
  color: #ffffff;
}
.ridge .list,
.ridge .nav-wrapper {
  text-align: right;
}
.ridge .list,
.ridge .item-wrap {
  color: #000000;
  text-align: justify;
}
.ridge .boxarea,
.ridge .text-wrapper {
  color: #000000;
}
.tracebox {
  background-color: transparent;
}
.tracebox .navbar-dropdown {
  background-color: #cccccc !important;
  padding: 0;
}
.tracebox .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .tracebox .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .tracebox .menu_box .navbar-collapse {
    background-color: #cccccc !important;
    transition: all 0s ease 0s;
  }
}
.tracebox .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .tracebox .depth-section-btn-main {
    margin-top: 1rem;
  }
}
.tracebox .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.tracebox .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .tracebox ul.deck {
    padding-bottom: 1.5rem;
  }
  .tracebox li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .tracebox .deck.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.tracebox .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .tracebox .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .tracebox .nav-item {
    margin: 0 !important;
  }
}
.tracebox .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.tracebox .nav-item .nav-link:hover,
.tracebox .nav-item .nav-link:focus {
  opacity: .7;
}
.tracebox .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tracebox .container {
  display: flex;
  margin: auto;
}
.tracebox .deck {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .tracebox .deck {
    margin: 0;
  }
}
.tracebox .nav-item:focus,
.tracebox .nav-link:focus {
  outline: none;
}
.tracebox .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .tracebox .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.tracebox .navbar .unitcol img {
  max-width: 50px;
  min-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.tracebox .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .tracebox .navbar .nav-item {
    padding: .5rem 0;
  }
  .tracebox .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .tracebox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .tracebox .navbar .unitcol img {
    height: 3rem !important;
  }
  .tracebox .navbar ul.deck {
    overflow: hidden;
  }
  .tracebox .navbar ul.deck li {
    margin: 0;
  }
  .tracebox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .tracebox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.tracebox .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;
}
.tracebox .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.tracebox .navbar-brand .unitcol a {
  outline: none;
}
.tracebox .navbar-expand-lg .deck .nav-link {
  padding: 2px 10px !important;
}
.tracebox ul.deck {
  flex-wrap: wrap;
  padding: 0;
}
.tracebox button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #cccccc;
  background: #cccccc;
}
.tracebox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.tracebox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.tracebox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.tracebox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.tracebox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.tracebox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tracebox .navbar {
    height: 70px;
  }
  .tracebox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.tracebox .navbar-dropdown .unitcol {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .tracebox .container-fluid {
    padding: 0 36px;
  }
}
.tracebox .depth-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .tracebox .depth-section-btn-main {
    display: block;
    padding: 0;
  }
}
.tracebox .depth-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.tracebox .navbar-caption:hover {
  color: #08026c;
}
.tracebox .depth-section-subtitle {
  color: #080808;
  text-align: center;
}
.tracebox .navbar-caption {
  color: #080808;
}
.tracebox .boxarea {
  color: #333333;
  text-align: center;
}
.tracebox .depth-section-subtitle,
.tracebox .depth-section-btn {
  text-align: center;
}
.tracebox a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.stepunit {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.stepunit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .stepunit .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .stepunit .container {
    padding: 0 30px;
  }
}
.stepunit .row {
  justify-content: center;
}
.stepunit .noteunit {
  margin: 0 12%;
  border-bottom: 1px solid #08026c;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .stepunit .noteunit {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .stepunit .noteunit {
    margin: 0;
  }
}
.stepunit .noteunit .depth-section-subtitle {
  margin-bottom: 30px;
}
.stepunit .noteunit .depth-section-title {
  margin-bottom: 50px;
}
.stepunit .text-wrapper .boxarea {
  margin-bottom: 16px;
}
.stepunit .text-wrapper .sectioncore {
  margin-bottom: 0;
}
.stepunit .depth-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.stepunit .depth-section-title {
  color: #08026c;
  text-align: center;
}
.stepunit .boxarea {
  color: #000000;
  text-align: left;
}
.stepunit .sectioncore {
  color: #08026c;
  text-align: center;
}
.ridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.ridge .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ridge .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ridge .container {
    padding: 0 26px;
  }
}
.ridge .row {
  justify-content: center;
}
.ridge .noteunit {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit .logo-wrapper {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.ridge .noteunit .depth-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit .depth-section-title {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .text-wrapper .boxarea {
  display: inline-flex;
  width: 99%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ridge .noteunit .text-wrapper .boxarea {
    width: 100%;
  }
}
.ridge .slotunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ridge .slotunit {
    margin-bottom: 40px;
  }
}
.ridge .slotunit .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .slotunit .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ridge .slotunit .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.ridge .slotunit .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ridge .slotunit .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.ridge .slotunit .nav-wrapper .list .item-wrap:hover,
.ridge .slotunit .nav-wrapper .list .item-wrap:focus {
  color: #0c2c68;
}
.ridge .slotunit .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.ridge .rowsegment {
  margin-bottom: 0;
  color: #08026c;
  text-align: justify;
}
.ridge .depth-section-title {
  color: #ffffff;
}
.ridge .boxarea {
  color: #ffffff;
}
.ridge .list {
  color: #ffffff;
}
.ridge .list,
.ridge .nav-wrapper {
  text-align: right;
}
.ridge .list,
.ridge .item-wrap {
  color: #000000;
  text-align: justify;
}
.ridge .boxarea,
.ridge .text-wrapper {
  color: #000000;
}
.modsegment {
  background-color: transparent;
}
.modsegment .navbar-dropdown {
  background-color: #cccccc !important;
  padding: 0;
}
.modsegment .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .modsegment .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .modsegment .menu_box .navbar-collapse {
    background-color: #cccccc !important;
    transition: all 0s ease 0s;
  }
}
.modsegment .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .modsegment .depth-section-btn-main {
    margin-top: 1rem;
  }
}
.modsegment .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.modsegment .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .modsegment ul.deck {
    padding-bottom: 1.5rem;
  }
  .modsegment li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .modsegment .deck.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.modsegment .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .modsegment .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .modsegment .nav-item {
    margin: 0 !important;
  }
}
.modsegment .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.modsegment .nav-item .nav-link:hover,
.modsegment .nav-item .nav-link:focus {
  opacity: .7;
}
.modsegment .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.modsegment .container {
  display: flex;
  margin: auto;
}
.modsegment .deck {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .modsegment .deck {
    margin: 0;
  }
}
.modsegment .nav-item:focus,
.modsegment .nav-link:focus {
  outline: none;
}
.modsegment .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .modsegment .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.modsegment .navbar .unitcol img {
  max-width: 50px;
  min-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.modsegment .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .modsegment .navbar .nav-item {
    padding: .5rem 0;
  }
  .modsegment .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .modsegment .navbar .nav-item .nav-link::before {
    display: none;
  }
  .modsegment .navbar .unitcol img {
    height: 3rem !important;
  }
  .modsegment .navbar ul.deck {
    overflow: hidden;
  }
  .modsegment .navbar ul.deck li {
    margin: 0;
  }
  .modsegment .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .modsegment .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.modsegment .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;
}
.modsegment .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.modsegment .navbar-brand .unitcol a {
  outline: none;
}
.modsegment .navbar-expand-lg .deck .nav-link {
  padding: 2px 10px !important;
}
.modsegment ul.deck {
  flex-wrap: wrap;
  padding: 0;
}
.modsegment button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #cccccc;
  background: #cccccc;
}
.modsegment button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.modsegment button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.modsegment button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.modsegment button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.modsegment button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.modsegment a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modsegment .navbar {
    height: 70px;
  }
  .modsegment .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.modsegment .navbar-dropdown .unitcol {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .modsegment .container-fluid {
    padding: 0 36px;
  }
}
.modsegment .depth-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .modsegment .depth-section-btn-main {
    display: block;
    padding: 0;
  }
}
.modsegment .depth-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.modsegment .navbar-caption:hover {
  color: #08026c;
}
.modsegment .depth-section-subtitle {
  color: #080808;
  text-align: center;
}
.modsegment .navbar-caption {
  color: #080808;
}
.modsegment .boxarea {
  color: #333333;
  text-align: center;
}
.modsegment .depth-section-subtitle,
.modsegment .depth-section-btn {
  text-align: center;
}
.modsegment a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.boxlayer {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.boxlayer .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .boxlayer .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .boxlayer .container {
    padding: 0 30px;
  }
}
.boxlayer .row {
  justify-content: center;
}
.boxlayer .noteunit {
  margin: 0 12%;
  border-bottom: 1px solid #08026c;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .boxlayer .noteunit {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .boxlayer .noteunit {
    margin: 0;
  }
}
.boxlayer .noteunit .depth-section-subtitle {
  margin-bottom: 30px;
}
.boxlayer .noteunit .depth-section-title {
  margin-bottom: 50px;
}
.boxlayer .text-wrapper .boxarea {
  margin-bottom: 16px;
}
.boxlayer .text-wrapper .sectioncore {
  margin-bottom: 0;
}
.boxlayer .depth-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.boxlayer .depth-section-title {
  color: #08026c;
  text-align: center;
}
.boxlayer .boxarea {
  color: #000000;
  text-align: left;
}
.boxlayer .sectioncore {
  color: #08026c;
  text-align: center;
}
.ridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.ridge .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ridge .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ridge .container {
    padding: 0 26px;
  }
}
.ridge .row {
  justify-content: center;
}
.ridge .noteunit {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit .logo-wrapper {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.ridge .noteunit .depth-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit .depth-section-title {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .text-wrapper .boxarea {
  display: inline-flex;
  width: 99%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ridge .noteunit .text-wrapper .boxarea {
    width: 100%;
  }
}
.ridge .slotunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ridge .slotunit {
    margin-bottom: 40px;
  }
}
.ridge .slotunit .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .slotunit .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ridge .slotunit .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.ridge .slotunit .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ridge .slotunit .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.ridge .slotunit .nav-wrapper .list .item-wrap:hover,
.ridge .slotunit .nav-wrapper .list .item-wrap:focus {
  color: #0c2c68;
}
.ridge .slotunit .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.ridge .rowsegment {
  margin-bottom: 0;
  color: #08026c;
  text-align: justify;
}
.ridge .depth-section-title {
  color: #ffffff;
}
.ridge .boxarea {
  color: #ffffff;
}
.ridge .list {
  color: #ffffff;
}
.ridge .list,
.ridge .nav-wrapper {
  text-align: right;
}
.ridge .list,
.ridge .item-wrap {
  color: #000000;
  text-align: justify;
}
.ridge .boxarea,
.ridge .text-wrapper {
  color: #000000;
}
.topwrap {
  background-color: transparent;
}
.topwrap .navbar-dropdown {
  background-color: #cccccc !important;
  padding: 0;
}
.topwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .topwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .topwrap .menu_box .navbar-collapse {
    background-color: #cccccc !important;
    transition: all 0s ease 0s;
  }
}
.topwrap .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .topwrap .depth-section-btn-main {
    margin-top: 1rem;
  }
}
.topwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.topwrap .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .topwrap ul.deck {
    padding-bottom: 1.5rem;
  }
  .topwrap li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .topwrap .deck.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.topwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .topwrap .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .topwrap .nav-item {
    margin: 0 !important;
  }
}
.topwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.topwrap .nav-item .nav-link:hover,
.topwrap .nav-item .nav-link:focus {
  opacity: .7;
}
.topwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.topwrap .container {
  display: flex;
  margin: auto;
}
.topwrap .deck {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .topwrap .deck {
    margin: 0;
  }
}
.topwrap .nav-item:focus,
.topwrap .nav-link:focus {
  outline: none;
}
.topwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .topwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.topwrap .navbar .unitcol img {
  max-width: 50px;
  min-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.topwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .topwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .topwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .topwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .topwrap .navbar .unitcol img {
    height: 3rem !important;
  }
  .topwrap .navbar ul.deck {
    overflow: hidden;
  }
  .topwrap .navbar ul.deck li {
    margin: 0;
  }
  .topwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .topwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.topwrap .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;
}
.topwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.topwrap .navbar-brand .unitcol a {
  outline: none;
}
.topwrap .navbar-expand-lg .deck .nav-link {
  padding: 2px 10px !important;
}
.topwrap ul.deck {
  flex-wrap: wrap;
  padding: 0;
}
.topwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #cccccc;
  background: #cccccc;
}
.topwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.topwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.topwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.topwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.topwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.topwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .topwrap .navbar {
    height: 70px;
  }
  .topwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.topwrap .navbar-dropdown .unitcol {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .topwrap .container-fluid {
    padding: 0 36px;
  }
}
.topwrap .depth-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .topwrap .depth-section-btn-main {
    display: block;
    padding: 0;
  }
}
.topwrap .depth-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.topwrap .navbar-caption:hover {
  color: #08026c;
}
.topwrap .depth-section-subtitle {
  color: #080808;
  text-align: center;
}
.topwrap .navbar-caption {
  color: #080808;
}
.topwrap .boxarea {
  color: #333333;
  text-align: center;
}
.topwrap .depth-section-subtitle,
.topwrap .depth-section-btn {
  text-align: center;
}
.topwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.gridblock {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.gridblock .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .gridblock .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .gridblock .container {
    padding: 0 30px;
  }
}
.gridblock .row {
  justify-content: center;
}
.gridblock .noteunit {
  margin: 0 12%;
  border-bottom: 1px solid #08026c;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .gridblock .noteunit {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .gridblock .noteunit {
    margin: 0;
  }
}
.gridblock .noteunit .depth-section-subtitle {
  margin-bottom: 30px;
}
.gridblock .noteunit .depth-section-title {
  margin-bottom: 50px;
}
.gridblock .text-wrapper .boxarea {
  margin-bottom: 16px;
}
.gridblock .text-wrapper .sectioncore {
  margin-bottom: 0;
}
.gridblock .depth-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.gridblock .depth-section-title {
  color: #08026c;
  text-align: center;
}
.gridblock .boxarea {
  color: #000000;
  text-align: left;
}
.gridblock .sectioncore {
  color: #08026c;
  text-align: center;
}
.ridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.ridge .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ridge .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ridge .container {
    padding: 0 26px;
  }
}
.ridge .row {
  justify-content: center;
}
.ridge .noteunit {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit .logo-wrapper {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.ridge .noteunit .depth-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit .depth-section-title {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .text-wrapper .boxarea {
  display: inline-flex;
  width: 99%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ridge .noteunit .text-wrapper .boxarea {
    width: 100%;
  }
}
.ridge .slotunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ridge .slotunit {
    margin-bottom: 40px;
  }
}
.ridge .slotunit .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .slotunit .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ridge .slotunit .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.ridge .slotunit .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ridge .slotunit .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.ridge .slotunit .nav-wrapper .list .item-wrap:hover,
.ridge .slotunit .nav-wrapper .list .item-wrap:focus {
  color: #0c2c68;
}
.ridge .slotunit .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.ridge .rowsegment {
  margin-bottom: 0;
  color: #08026c;
  text-align: justify;
}
.ridge .depth-section-title {
  color: #ffffff;
}
.ridge .boxarea {
  color: #ffffff;
}
.ridge .list {
  color: #ffffff;
}
.ridge .list,
.ridge .nav-wrapper {
  text-align: right;
}
.ridge .list,
.ridge .item-wrap {
  color: #000000;
  text-align: justify;
}
.ridge .boxarea,
.ridge .text-wrapper {
  color: #000000;
}
.formunit {
  background-color: transparent;
}
.formunit .navbar-dropdown {
  background-color: #cccccc !important;
  padding: 0;
}
.formunit .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .formunit .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .formunit .menu_box .navbar-collapse {
    background-color: #cccccc !important;
    transition: all 0s ease 0s;
  }
}
.formunit .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .formunit .depth-section-btn-main {
    margin-top: 1rem;
  }
}
.formunit .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.formunit .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .formunit ul.deck {
    padding-bottom: 1.5rem;
  }
  .formunit li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .formunit .deck.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.formunit .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .formunit .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .formunit .nav-item {
    margin: 0 !important;
  }
}
.formunit .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.formunit .nav-item .nav-link:hover,
.formunit .nav-item .nav-link:focus {
  opacity: .7;
}
.formunit .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.formunit .container {
  display: flex;
  margin: auto;
}
.formunit .deck {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .formunit .deck {
    margin: 0;
  }
}
.formunit .nav-item:focus,
.formunit .nav-link:focus {
  outline: none;
}
.formunit .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .formunit .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.formunit .navbar .unitcol img {
  max-width: 50px;
  min-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.formunit .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .formunit .navbar .nav-item {
    padding: .5rem 0;
  }
  .formunit .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .formunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .formunit .navbar .unitcol img {
    height: 3rem !important;
  }
  .formunit .navbar ul.deck {
    overflow: hidden;
  }
  .formunit .navbar ul.deck li {
    margin: 0;
  }
  .formunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .formunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.formunit .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;
}
.formunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.formunit .navbar-brand .unitcol a {
  outline: none;
}
.formunit .navbar-expand-lg .deck .nav-link {
  padding: 2px 10px !important;
}
.formunit ul.deck {
  flex-wrap: wrap;
  padding: 0;
}
.formunit button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #cccccc;
  background: #cccccc;
}
.formunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.formunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.formunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.formunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .formunit .navbar {
    height: 70px;
  }
  .formunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.formunit .navbar-dropdown .unitcol {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .formunit .container-fluid {
    padding: 0 36px;
  }
}
.formunit .depth-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .formunit .depth-section-btn-main {
    display: block;
    padding: 0;
  }
}
.formunit .depth-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.formunit .navbar-caption:hover {
  color: #08026c;
}
.formunit .depth-section-subtitle {
  color: #080808;
  text-align: center;
}
.formunit .navbar-caption {
  color: #080808;
}
.formunit .boxarea {
  color: #333333;
  text-align: center;
}
.formunit .depth-section-subtitle,
.formunit .depth-section-btn {
  text-align: center;
}
.formunit a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.coretrack {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.coretrack .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .coretrack .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .coretrack .container {
    padding: 0 30px;
  }
}
.coretrack .row {
  justify-content: center;
}
.coretrack .noteunit {
  margin: 0 12%;
  border-bottom: 1px solid #08026c;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .coretrack .noteunit {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .coretrack .noteunit {
    margin: 0;
  }
}
.coretrack .noteunit .depth-section-subtitle {
  margin-bottom: 30px;
}
.coretrack .noteunit .depth-section-title {
  margin-bottom: 50px;
}
.coretrack .text-wrapper .boxarea {
  margin-bottom: 16px;
}
.coretrack .text-wrapper .sectioncore {
  margin-bottom: 0;
}
.coretrack .depth-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.coretrack .depth-section-title {
  color: #08026c;
  text-align: center;
}
.coretrack .boxarea {
  color: #000000;
  text-align: left;
}
.coretrack .sectioncore {
  color: #08026c;
  text-align: center;
}
.ridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.ridge .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ridge .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ridge .container {
    padding: 0 26px;
  }
}
.ridge .row {
  justify-content: center;
}
.ridge .noteunit {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit .logo-wrapper {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.ridge .noteunit .depth-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit .depth-section-title {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .text-wrapper .boxarea {
  display: inline-flex;
  width: 99%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ridge .noteunit .text-wrapper .boxarea {
    width: 100%;
  }
}
.ridge .slotunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ridge .slotunit {
    margin-bottom: 40px;
  }
}
.ridge .slotunit .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .slotunit .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ridge .slotunit .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.ridge .slotunit .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ridge .slotunit .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.ridge .slotunit .nav-wrapper .list .item-wrap:hover,
.ridge .slotunit .nav-wrapper .list .item-wrap:focus {
  color: #0c2c68;
}
.ridge .slotunit .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.ridge .rowsegment {
  margin-bottom: 0;
  color: #08026c;
  text-align: justify;
}
.ridge .depth-section-title {
  color: #ffffff;
}
.ridge .boxarea {
  color: #ffffff;
}
.ridge .list {
  color: #ffffff;
}
.ridge .list,
.ridge .nav-wrapper {
  text-align: right;
}
.ridge .list,
.ridge .item-wrap {
  color: #000000;
  text-align: justify;
}
.ridge .boxarea,
.ridge .text-wrapper {
  color: #000000;
}
.contentunit {
  background-color: transparent;
}
.contentunit .navbar-dropdown {
  background-color: #cccccc !important;
  padding: 0;
}
.contentunit .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .contentunit .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .contentunit .menu_box .navbar-collapse {
    background-color: #cccccc !important;
    transition: all 0s ease 0s;
  }
}
.contentunit .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 991px) {
  .contentunit .depth-section-btn-main {
    margin-top: 1rem;
  }
}
.contentunit .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.contentunit .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .contentunit ul.deck {
    padding-bottom: 1.5rem;
  }
  .contentunit li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .contentunit .deck.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.contentunit .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .contentunit .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .contentunit .nav-item {
    margin: 0 !important;
  }
}
.contentunit .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.contentunit .nav-item .nav-link:hover,
.contentunit .nav-item .nav-link:focus {
  opacity: .7;
}
.contentunit .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.contentunit .container {
  display: flex;
  margin: auto;
}
.contentunit .deck {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .contentunit .deck {
    margin: 0;
  }
}
.contentunit .nav-item:focus,
.contentunit .nav-link:focus {
  outline: none;
}
.contentunit .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .contentunit .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.contentunit .navbar .unitcol img {
  max-width: 50px;
  min-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.contentunit .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .contentunit .navbar .nav-item {
    padding: .5rem 0;
  }
  .contentunit .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .contentunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .contentunit .navbar .unitcol img {
    height: 3rem !important;
  }
  .contentunit .navbar ul.deck {
    overflow: hidden;
  }
  .contentunit .navbar ul.deck li {
    margin: 0;
  }
  .contentunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .contentunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.contentunit .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;
}
.contentunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.contentunit .navbar-brand .unitcol a {
  outline: none;
}
.contentunit .navbar-expand-lg .deck .nav-link {
  padding: 2px 10px !important;
}
.contentunit ul.deck {
  flex-wrap: wrap;
  padding: 0;
}
.contentunit button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #cccccc;
  background: #cccccc;
}
.contentunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.contentunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.contentunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.contentunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.contentunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.contentunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contentunit .navbar {
    height: 70px;
  }
  .contentunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.contentunit .navbar-dropdown .unitcol {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .contentunit .container-fluid {
    padding: 0 36px;
  }
}
.contentunit .depth-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .contentunit .depth-section-btn-main {
    display: block;
    padding: 0;
  }
}
.contentunit .depth-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.contentunit .navbar-caption:hover {
  color: #08026c;
}
.contentunit .depth-section-subtitle {
  color: #080808;
  text-align: center;
}
.contentunit .navbar-caption {
  color: #080808;
}
.contentunit .boxarea {
  color: #333333;
  text-align: center;
}
.contentunit .depth-section-subtitle,
.contentunit .depth-section-btn {
  text-align: center;
}
.contentunit a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.domcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.domcore .left-side {
  text-align: left;
  padding-right: 45px;
  margin: auto;
}
.domcore .depth-section-btn {
  margin: 0 0px;
}
.domcore .row {
  align-items: center;
}
.domcore .depth-section-title {
  margin: 0 0;
  color: #08026c;
  font-weight: 700;
}
.domcore .boxarea {
  padding: 0;
  margin-top: 26px;
  color: #4c4c4c;
  font-weight: 500;
  width: 100%;
}
.domcore .depth-section-subtitle {
  color: #08026c;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.domcore .container {
  margin-top: 36px;
  width: 100%;
}
.domcore .align {
  padding-right: 50px;
}
@media (max-width: 990px) {
  .domcore .left-side {
    padding: 0;
  }
}
.domcore .boxarea,
.domcore .container {
  color: #000000;
}
.shellbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.shellbox .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .shellbox .container-fluid {
    padding: 0 20px;
  }
}
.shellbox .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .shellbox .container {
    padding: 0 20px;
  }
  .shellbox .container .row {
    padding: 0;
  }
}
.shellbox .container,
.shellbox .container-fluid {
  position: relative;
}
.shellbox .container .wrapunitbox,
.shellbox .container-fluid .wrapunitbox {
  position: absolute;
  top: 0;
  left: -72px;
  height: 100px;
  width: 60%;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .shellbox .container .wrapunitbox,
  .shellbox .container-fluid .wrapunitbox {
    width: 100%;
  }
}
.shellbox .row {
  justify-content: center;
}
.shellbox .text-wrapper {
  position: relative;
  z-index: 1;
}
.shellbox .text-wrapper .boxarea {
  margin-bottom: 0;
}
.shellbox .boxarea {
  color: #000000;
  text-align: left;
}
.subunit {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.subunit .unitband img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subunit .card-title {
  margin-bottom: 26px;
  color: #0c2c68;
}
.subunit .boxarea {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .subunit .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .subunit .text-wrapper {
    text-align: center;
  }
  .subunit .unitband {
    margin-bottom: 40px;
  }
  .subunit .boxarea {
    margin-bottom: 20px;
  }
}
.subunit .card-title {
  color: #08026c;
  text-align: right;
}
.subunit .boxarea {
  color: #000000;
  text-align: right;
}
.bodycore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.bodycore .card-wrapper {
  background: #ffffff;
  padding: 5rem;
}
@media (max-width: 992px) {
  .bodycore .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .bodycore .card-wrapper {
    padding: 2rem 1rem;
  }
}
.bodycore .boxarea {
  color: #000000;
  text-align: center;
}
.bodycore .depth-section-subtitle {
  color: #08026c;
  text-align: center;
}
.bodycore .depth-section-title {
  color: #ffffff;
}
.ridge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.ridge .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .ridge .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .ridge .container {
    padding: 0 26px;
  }
}
.ridge .row {
  justify-content: center;
}
.ridge .noteunit {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit .logo-wrapper {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
.ridge .noteunit .depth-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .noteunit .depth-section-title {
    margin-bottom: 40px;
  }
}
.ridge .noteunit .text-wrapper .boxarea {
  display: inline-flex;
  width: 99%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ridge .noteunit .text-wrapper .boxarea {
    width: 100%;
  }
}
.ridge .slotunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ridge .slotunit {
    margin-bottom: 40px;
  }
}
.ridge .slotunit .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .ridge .slotunit .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.ridge .slotunit .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.ridge .slotunit .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ridge .slotunit .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.ridge .slotunit .nav-wrapper .list .item-wrap:hover,
.ridge .slotunit .nav-wrapper .list .item-wrap:focus {
  color: #0c2c68;
}
.ridge .slotunit .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.ridge .rowsegment {
  margin-bottom: 0;
  color: #08026c;
  text-align: justify;
}
.ridge .depth-section-title {
  color: #ffffff;
}
.ridge .boxarea {
  color: #ffffff;
}
.ridge .list {
  color: #ffffff;
}
.ridge .list,
.ridge .nav-wrapper {
  text-align: right;
}
.ridge .list,
.ridge .item-wrap {
  color: #000000;
  text-align: justify;
}
.ridge .boxarea,
.ridge .text-wrapper {
  color: #000000;
}


/* Base Cookie Banner */
@keyframes coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}

.basebox {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}

.basebox.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: coolIn 0.8s ease-out forwards;
}

.basebox p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#cookieBanner button,
.basebox button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow:
    5px 5px 10px rgba(0, 0, 0, 0.2),
    -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
  text-align: center;
}

#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}

#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.3),
    inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .basebox {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 16px !important;
    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    z-index: 2147483647 !important;
    transform: translateX(-50%) translateY(20px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .basebox.show {
    transform: translateX(-50%) translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    animation: coolIn 0.8s ease-out forwards !important;
  }

  #cookieBanner button,
  .basebox button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .basebox {
    bottom: 10px !important;
    width: calc(100% - 16px) !important;
    max-width: 380px !important;
    padding: 10px !important;
  }

  #cookieBanner button,
  .basebox button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px !important;
    font-size: 12px !important;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes stretchY {
    0%, 100% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(1.5);
    }
}

.navbar-brand {
    animation: stretchY 1.5s ease-in-out 1;
}
/* endlogoanimations */

/* cssform-start */
.ttc-form {
  padding: 56px 0;
  background: #f8f8f8;
}
.ttc-form .slotunit {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  padding: 16px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
  border: 1px solid #ececec;
}
.ttc-form #customForm {
  width: 100%;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
}
.ttc-form #customForm * {
  color: #111111;
  box-sizing: border-box;
}
.ttc-form #customForm .form-control {
  width: 100%;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0 !important;
  padding: 16px 14px;
  margin: 0;
  background: #ffffff !important;
  box-shadow: none !important;
  font-size: 16px;
  transition: border-color .15s ease, background-color .15s ease;
}
.ttc-form #customForm .form-control + .form-control {
  border-top: 0 !important;
}
.ttc-form #customForm .form-group {
  margin-bottom: 0;
  padding: 0 14px;
}
.ttc-form #customForm textarea.form-control {
  min-height: 180px;
  resize: vertical;
}
.ttc-form #customForm ::-moz-placeholder {
  color: #8b8b8b;
}
.ttc-form #customForm ::placeholder {
  color: #8b8b8b;
}
.ttc-form #customForm .form-control:focus {
  outline: none;
  background: #fff !important;
  border-color: #111111 !important;
}
.ttc-form #customForm .btn {
  display: block;
  width: 100%;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  border: 2px solid #111111;
  border-radius: 0 !important;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  transition: background-color .12s ease, color .12s ease, transform .08s ease;
  text-transform: uppercase;
}
.ttc-form #customForm .btn:hover {
  background: #000000;
  transform: translateY(-1px);
}
.ttc-form #customForm small {
  display: block;
  font-size: 12px;
  color: #666666;
  padding: 12px 14px;
  border-top: 1px solid #ececec;
  background: #fafafa;
}
.ttc-form #customForm a {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 2px;
  overflow-wrap: break-word;
}
.ttc-form #customForm a:hover {
  text-decoration-thickness: 2px;
}

.ttc-form #customForm [data-for="captcha"] > div,
.ttc-form #customForm [data-for="consent_processing"] > div,
.ttc-form #customForm [data-for="consent_contact"] > div {
  background: #fcfcfc;
  padding: 16px 14px;
  border-radius: 0;
  width: 100%;
  text-align: left;
  border: 1px solid #dcdcdc;
  margin: 0;
}

.ttc-form #customForm [data-for="consent_processing"] > div {
  border-top: 0;
}

.ttc-form #customForm [data-for="consent_contact"] > div {
  border-top: 0;
}

.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for="consent_processing"] label,
.ttc-form #customForm [data-for="consent_contact"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #222222;
  cursor: pointer;
  margin: 0;
  flex-wrap: wrap;
  word-break: break-word;
}

.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_processing"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_contact"] input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #111111;
}

.ttc-form #customForm .alert {
  border-radius: 0;
  font-size: 14px;
  border: 1px solid #ececec;
  background: #fffef2;
  color: #222222;
  padding: 14px 16px;
}

@media (min-width: 992px) {
  .ttc-form { padding: 72px 0; }
}
@media (max-width: 767px) {
  .ttc-form { padding: 36px 14px; }
  .ttc-form .slotunit { margin: 16px auto 0; max-width: 100%; }
  .ttc-form #customForm .form-control { font-size: 15px; padding: 14px 12px; }
  .ttc-form #customForm .btn { font-size: 13px; padding: 16px 16px; }
}
@media (max-width: 420px) {
  .ttc-form .slotunit { padding: 0; }
}
/* cssform-end */
