@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-warning-rgb: 255, 193, 7;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.markbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .markbox {
    font-size: 5rem;
  }
}

.bar {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .bar {
    font-size: 4.5rem;
  }
}

.framefield {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .framefield {
    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;
  }
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.figure {
  display: inline-block;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}

.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[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.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;
}

.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);
}

.partgrid {
  --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;
}
 .partgrid .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 .partgrid {
    flex-direction: row;
  }
  .navbar-expand-lg .partgrid .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.domcellwrap {
  --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);
}

.clipwrap {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

@media (min-width: 576px) {
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/neutralword5.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .host {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .host 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-fixed-top {
    position: fixed; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/neutralword5.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.branding-section-title {
  font-style: normal;
  line-height: 1.3;
}

.branding-section-subtitle {
  line-height: 1.3;
}

.contentwrap {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
.markbox,
.bar,
.framefield,
.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 */
.linedock {
  color: #ffffff;
}

/*! Text-aligns */
.mainbox {
  text-align: left;
}

.shellbox {
  text-align: center;
}

.navwrap {
  text-align: right;
}

/*! Font-weight  */

.areawrap {
  font-weight: 700;
}

/*! Media  */
figure {
  margin-bottom: 0;
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.branding-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 .branding-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

.areawrap {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.layersegment .body {
  min-height: 100vh;
}

.layersegment {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .host 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 .partgrid.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 .branding-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;
}

.body {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
blockquote {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.item {
  position: relative;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/neutralword5.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@font-face {
  font-family: 'visual2';
  font-display: swap;
  src:  url('fonts/hue2.eot');
  src:  url('fonts/hue2.eot') format('embedded-opentype'),
    url('fonts/hue2.woff2') format('woff2'),
    url('fonts/hue2.woff') format('woff'),
    url('fonts/hue2.ttf') format('truetype'),
    url('fonts/hue2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/neutralword5.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.btn {
  border-width: 4px;
}
body {
  font-family: Manrope;
}
.markbox {
  font-family: 'Manrope', sans-serif;
  font-size: 3.2rem;
  line-height: .95;
}
.bar {
  font-family: 'Manrope', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.framefield {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.35rem;
  line-height: 1.65;
}
/* ---- 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) {
  .markbox {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .markbox {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .bar {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .framefield {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .markbox {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .bar {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .framefield {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-primary {
  box-shadow: 0px 32px 32px -10px #ffe545 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f8d500 !important;
  border-color: #ffdc08 !important;
  color: #000000 !important;
  box-shadow: 0px 32px 32px -10px #ffe545 important;
}
.btn-primary:hover,
.btn-primary:focus {
  color: inherit;
  background-color: #f8d500 !important;
  border-color: #ffdc08 !important;
  box-shadow: 0px 32px 32px -10px #ffe85f important;
}

.btn-primary:disabled {
  color: #000000 !important;
  background-color: #ffe12c !important;
  border-color: #ffe12c !important;
}
.btn-white {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover,
.btn-white:focus {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}

.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #f8d500 !important;
}
.text-warning {
  color: #f8d500 !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #927d00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #927d00 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #cccccc !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;
}
.domcellwrap {
  background-color: #70c770;
}
.clipwrap {
  background-color: #fe135a;
}
.branding-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #f8d500;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.35rem;
  line-height: 1.65;
  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: #f8d500 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.35rem;
  line-height: 1.65;
  font-weight: 400;
}
blockquote {
  border-color: #f8d500;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.branding-section-btn .btn {
  font-weight: 600;
  padding: 6px 26px;
  min-height: 64px;
}
.branding-section-btn .btn span {
  font-weight: 600;
}
.branding-section-btn .btn-white {
  color: #111111 !important;
}
.branding-section-btn .btn-white:hover,
.branding-section-btn .btn-white:focus {
  color: #111111 !important;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.host img {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.nestbox {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.nestbox nav.navbar {
  position: fixed;
}
.nestbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nestbox .nav-link {
  position: relative;
}
.nestbox .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nestbox .container {
    flex-wrap: nowrap;
  }
}
.nestbox .partgrid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.nestbox .partgrid .nav-item {
  margin: 0;
}
.nestbox .partgrid .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.nestbox .partgrid .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.nestbox .partgrid .nav-link:hover:before {
  width: 100%;
}
.nestbox .nav-item:focus,
.nestbox .nav-link:focus {
  outline: none;
}
.nestbox .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #253a78;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.nestbox .navbar .host {
  margin-right: 0.5rem !important;
}
.nestbox .navbar .host img {
  width: auto;
}
.nestbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nestbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nestbox .navbar .host img {
    height: 3rem !important;
  }
  .nestbox .navbar ul.partgrid li {
    margin: auto;
  }
  .nestbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nestbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nestbox .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nestbox .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.nestbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nestbox .navbar-brand .host a {
  outline: none;
}
.nestbox .navbar-expand-lg .partgrid .nav-link {
  padding: 0;
}
.nestbox ul.partgrid {
  flex-wrap: wrap;
}
.nestbox button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.nestbox button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #f8d500;
  border-radius: 50%;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nestbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nestbox .navbar {
    height: 70px;
  }
  .nestbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nestbox .container,
.nestbox .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nestbox .container,
  .nestbox .container-fluid {
    flex-wrap: wrap;
  }
}
.nestbox .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.nestbox .navbar-collapse {
  min-height: 98px;
}
.nestbox .branding-section-btn {
  max-width: 35%;
}
.nestbox .branding-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nestbox {
    min-height: 70px !important;
  }
  .nestbox .navbar {
    min-height: 70px !important;
  }
  .nestbox .container-fluid {
    padding: 0 7%;
  }
  .nestbox .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .nestbox .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .nestbox .partgrid {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .nestbox .partgrid li {
    margin: 0 !important;
  }
  .nestbox .partgrid .nav-link {
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .nestbox .branding-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.framecore {
  background-image: url("images/dry1.jpg");
}
.framecore .platebox {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .framecore .platebox {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .framecore .platebox {
    width: 100%;
  }
}
.framecore .platebox .rowset {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .framecore .platebox .rowset {
    margin-bottom: 28px;
  }
}
.framecore .platebox .branding-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .framecore .platebox .branding-section-title {
    margin-bottom: 18px;
  }
}
.framecore .platebox .contentwrap {
  margin-bottom: 0;
}
.framecore .platebox .branding-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .framecore .platebox .branding-section-btn {
    margin-top: 18px;
  }
}

.framecore .rowset {
  color: #ffffff;
  text-align: center;
}
.framecore .branding-section-title {
  color: #ffffff;
}
.framecore .contentwrap {
  color: #ffffff;
  text-align: center;
}
.framecore .branding-section-title,
.framecore .branding-section-btn {
  text-align: center;
  color: #f8d500;
}
.bodywrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b479b;
}
.bodywrap .row {
  margin: 0 -8px;
}
.bodywrap .row .card {
  padding: 0 8px;
}
.bodywrap .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #253a78;
}
@media (max-width: 1440px) {
  .bodywrap .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .bodywrap .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.bodywrap .card-wrapper .branding-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .bodywrap .card-wrapper .branding-section-title {
    margin-bottom: 24px;
  }
}
.bodywrap .card-wrapper .card-wrap .text-wrapper .contentwrap {
  margin-bottom: 24px;
}
.bodywrap .card-wrapper .card-wrap .branding-section-btn .btn {
  margin-bottom: 0;
}
.bodywrap .gridunitbox {
  height: 100%;
}
.bodywrap .gridunitbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .bodywrap .gridunitbox img {
    height: 300px;
  }
}
.bodywrap .branding-section-title {
  color: #2c2c26;
}
.bodywrap .contentwrap,
.bodywrap .text-wrapper {
  color: #ffffff;
}
.bodywrap .branding-section-title,
.bodywrap .branding-section-btn {
  color: #f8d500;
  text-align: center;
}
.core {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b479b;
}
.core .platebox .branding-section-title {
  margin-bottom: 32px;
}
.core .platebox .branding-section-title span {
  color: #f8d500;
}
.core .platebox .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.core .platebox .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.core .platebox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.core .platebox .list .item-wrap:hover,
.core .platebox .list .item-wrap:focus {
  color: #ffffff;
}
.core .mainsegment {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #000000, #f8d500, #000000);
}
@media (max-width: 992px) {
  .core .mainsegment {
    margin-top: 32px;
  }
}
.core .branding-section-title {
  color: #ffffff;
  text-align: center;
}
.core .list {
  color: #bbbbbb;
  text-align: center;
}
.core .list,
.core .item-wrap {
  color: #ffffff;
}
.core .branding-section-title,
.core .branding-section-btn {
  color: #f8d500;
}
.holdlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #253a78;
}
@media (max-width: 992px) and (max-width: 992px) {
  .holdlayer .container {
    padding: 0 24px;
  }
}
.holdlayer .row {
  justify-content: space-between;
}
.holdlayer .logo-wrapper {
  display: flex;
}
.holdlayer .logo-wrapper .mainsegment {
  width: 100%;
  border-bottom: 1px solid #f8d500;
}
.holdlayer .platebox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .holdlayer .platebox {
    padding: 24px 0;
  }
}
.holdlayer .platebox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.holdlayer .platebox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .platebox .list .item-wrap:hover,
.holdlayer .platebox .list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .platebox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdlayer .platebox .branding-section-title {
  margin-bottom: 24px;
}
.holdlayer .platebox .unitsegment {
  margin-bottom: 0;
  line-height: 1.5;
}
.holdlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .holdlayer .nav-list {
    padding: 0;
  }
}
.holdlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #f8d500;
  border-bottom: 1px solid #f8d500;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .nav-list .item-wrap:hover,
.holdlayer .nav-list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .nav-list .item-wrap:hover::before,
.holdlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.holdlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.holdlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.holdlayer .branding-section-title {
  color: #f8d500;
}
.holdlayer .list {
  color: #F9F6E0;
}
.holdlayer .unitsegment {
  color: #ffffff;
}
.holdlayer .list,
.holdlayer .item-wrap {
  color: #ffffff;
}
.nestbox {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.nestbox nav.navbar {
  position: fixed;
}
.nestbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nestbox .nav-link {
  position: relative;
}
.nestbox .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nestbox .container {
    flex-wrap: nowrap;
  }
}
.nestbox .partgrid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.nestbox .partgrid .nav-item {
  margin: 0;
}
.nestbox .partgrid .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.nestbox .partgrid .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.nestbox .partgrid .nav-link:hover:before {
  width: 100%;
}
.nestbox .nav-item:focus,
.nestbox .nav-link:focus {
  outline: none;
}
.nestbox .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #253a78;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.nestbox .navbar .host {
  margin-right: 0.5rem !important;
}
.nestbox .navbar .host img {
  width: auto;
}
.nestbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nestbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nestbox .navbar .host img {
    height: 3rem !important;
  }
  .nestbox .navbar ul.partgrid li {
    margin: auto;
  }
  .nestbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nestbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nestbox .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nestbox .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.nestbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nestbox .navbar-brand .host a {
  outline: none;
}
.nestbox .navbar-expand-lg .partgrid .nav-link {
  padding: 0;
}
.nestbox ul.partgrid {
  flex-wrap: wrap;
}
.nestbox button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.nestbox button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #f8d500;
  border-radius: 50%;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nestbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nestbox .navbar {
    height: 70px;
  }
  .nestbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nestbox .container,
.nestbox .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nestbox .container,
  .nestbox .container-fluid {
    flex-wrap: wrap;
  }
}
.nestbox .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.nestbox .navbar-collapse {
  min-height: 98px;
}
.nestbox .branding-section-btn {
  max-width: 35%;
}
.nestbox .branding-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nestbox {
    min-height: 70px !important;
  }
  .nestbox .navbar {
    min-height: 70px !important;
  }
  .nestbox .container-fluid {
    padding: 0 7%;
  }
  .nestbox .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .nestbox .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .nestbox .partgrid {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .nestbox .partgrid li {
    margin: 0 !important;
  }
  .nestbox .partgrid .nav-link {
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .nestbox .branding-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.nodetrack {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #2b479b;
}
.nodetrack .flexwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .nodetrack .flexwrap {
    padding: 16px;
  }
}
.nodetrack .flexwrap img {
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nodetrack .row {
  justify-content: center;
}
.nodetrack .branding-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #f8d500;
  text-align: center;
}
@media (max-width: 1440px) {
  .nodetrack .branding-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .nodetrack .branding-section-title {
    margin: 30px 16px;
  }
}
.nodetrack .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #253a78;
}
@media (max-width: 992px) {
  .nodetrack .card-wrapper {
    padding: 30px 16px;
  }
}
.nodetrack .card-wrapper .text-wrapper .contentwrap {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .nodetrack .card-wrapper .text-wrapper .contentwrap {
    width: 100%;
  }
}
.nodetrack .contentwrap,
.nodetrack .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.nodetrack .branding-section-btn .btn {
  margin-bottom: 0;
}
.nodetrack .contentwrap,
.nodetrack .branding-section-btn {
  text-align: center;
}
.netbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b479b;
}
.netbox .card {
  justify-content: flex-end;
}
.netbox .casing {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .netbox .casing {
    margin-bottom: 30px;
  }
}
.netbox .casing .branding-section-title {
  margin-bottom: 0;
}
.netbox .hold {
  margin: 0 -15px;
  justify-content: center;
}
.netbox .hold .item {
  padding: 0 15px;
}
.netbox .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .netbox .item {
    margin-bottom: 15px;
  }
}
.netbox .item .item-wrapper {
  position: relative;
  height: 100%;
  background-color: #253a78;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
  border-radius: 30px !important;
}
.netbox .item .item-wrapper .item-img img {
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.netbox .item .item-wrapper .item-content {
  padding: 40px;
}
@media (max-width: 992px) {
  .netbox .item .item-wrapper .item-content {
    padding: 30px;
  }
}
.netbox .item .item-wrapper .item-content .card-text {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f8d500;
}
.netbox .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}

.netbox .rowset {
  color: #000000;
}
.netbox .branding-section-title,
.netbox .casing {
  color: #000000;
}
.netbox .card-text {
  color: #ffffff;
  text-align: center;
}
.netbox .card-name {
  color: #f8d500;
  text-align: center;
}
.cellwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b479b;
}
.cellwrap .card {
  justify-content: flex-end;
}
.cellwrap .casing .branding-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cellwrap .casing .branding-section-title {
    margin-bottom: 32px;
  }
}
.cellwrap .desc-wrapper {
  margin-bottom: 64px;
  padding-bottom: 16px;
  border-bottom: 3px dashed #f8d500;
}
@media (max-width: 992px) {
  .cellwrap .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cellwrap .hold {
  justify-content: center;
  margin: 0 -24px;
}
.cellwrap .hold .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cellwrap .hold .item {
    margin-bottom: 32px;
  }
}
.cellwrap .hold .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cellwrap .hold .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cellwrap .hold .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cellwrap .hold .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cellwrap .hold .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cellwrap .hold .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cellwrap .hold .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cellwrap .hold .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cellwrap .hold .item .item-wrapper .item-content .branding-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cellwrap .hold .item .item-wrapper .item-content .branding-section-btn {
    margin-top: 22px;
  }
}
.cellwrap .branding-section-title {
  color: #c10b02;
}
.cellwrap .item-title {
  color: #c10b02;
}
.cellwrap .item-text {
  color: #ffffff;
}
.cellwrap .item-title,
.cellwrap .branding-section-btn {
  color: #f8d500;
}
.floatunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b479b;
}
.floatunit .splitbox {
  justify-content: center;
  margin: 0 -10px;
}
.floatunit .splitbox .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.floatunit .item .item-wrapper {
  display: flex;
  height: 100%;
  background-color: #253a78;
  padding: 42px 28px;
}
@media (max-width: 1440px) {
  .floatunit .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .floatunit .item .item-wrapper {
    padding: 36px 24px;
  }
}
.floatunit .item .item-wrapper .item-img {
  width: 285px;
}
@media (max-width: 1440px) {
  .floatunit .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.floatunit .item .item-wrapper .item-img img {
  width: 285px;
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #000000;
}
@media (max-width: 1600px) {
  .floatunit .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .floatunit .item .item-wrapper .item-img img {
    width: 220px;
    height: 220px;
  }
}
.floatunit .item .item-wrapper .item-content {
  padding-left: 50px;
}
@media (max-width: 1600px) {
  .floatunit .item .item-wrapper .item-content {
    padding-left: 24px;
  }
}
@media (max-width: 1440px) {
  .floatunit .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
.floatunit .item .item-wrapper .item-content .item-title {
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .floatunit .item .item-wrapper .item-content .item-title {
    margin-bottom: 32px;
  }
}
.floatunit .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.floatunit .item-title {
  color: #f8d500;
}
.floatunit .item-text {
  color: #f8d500;
}
.colpad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #2b479b;
}
.colpad .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #4e74e6 43%, #253a78 100%);
}
.colpad .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #4e74e6 43%, #253a78 100%);
}
@media (max-width: 992px) {
  .colpad .container {
    padding: 0 30px;
  }
}
.colpad .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.colpad .text-wrapper .contentwrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .colpad .text-wrapper .contentwrap {
    margin-bottom: 30px;
  }
}
.colpad .hold .item {
  margin-bottom: 40px;
}
.colpad .hold .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .colpad .hold .item:nth-child(2n) {
    padding-top: 0;
  }
}
.colpad .hold .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .colpad .hold .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .colpad .hold .item {
    margin-bottom: 40px;
  }
}
.colpad .hold .item .item-wrapper {
  background-color: #253a78;
  border-radius: 0 !important;
}
.colpad .hold .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .colpad .hold .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.colpad .hold .item .item-wrapper .item-img img {
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.colpad .hold .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .colpad .hold .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.colpad .hold .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.colpad .hold .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.colpad .contentwrap {
  color: #c7fcb5;
}
.colpad .item-title {
  color: #144031;
}
.colpad .item-text {
  color: #ffffff;
}
.colpad .item-title,
.colpad .branding-section-btn {
  color: #f8d500;
}
.holdlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #253a78;
}
@media (max-width: 992px) and (max-width: 992px) {
  .holdlayer .container {
    padding: 0 24px;
  }
}
.holdlayer .row {
  justify-content: space-between;
}
.holdlayer .logo-wrapper {
  display: flex;
}
.holdlayer .logo-wrapper .mainsegment {
  width: 100%;
  border-bottom: 1px solid #f8d500;
}
.holdlayer .platebox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .holdlayer .platebox {
    padding: 24px 0;
  }
}
.holdlayer .platebox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.holdlayer .platebox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .platebox .list .item-wrap:hover,
.holdlayer .platebox .list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .platebox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdlayer .platebox .branding-section-title {
  margin-bottom: 24px;
}
.holdlayer .platebox .unitsegment {
  margin-bottom: 0;
  line-height: 1.5;
}
.holdlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .holdlayer .nav-list {
    padding: 0;
  }
}
.holdlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #f8d500;
  border-bottom: 1px solid #f8d500;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .nav-list .item-wrap:hover,
.holdlayer .nav-list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .nav-list .item-wrap:hover::before,
.holdlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.holdlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.holdlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.holdlayer .branding-section-title {
  color: #f8d500;
}
.holdlayer .list {
  color: #F9F6E0;
}
.holdlayer .unitsegment {
  color: #ffffff;
}
.holdlayer .list,
.holdlayer .item-wrap {
  color: #ffffff;
}
.nestbox {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.nestbox nav.navbar {
  position: fixed;
}
.nestbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nestbox .nav-link {
  position: relative;
}
.nestbox .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nestbox .container {
    flex-wrap: nowrap;
  }
}
.nestbox .partgrid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.nestbox .partgrid .nav-item {
  margin: 0;
}
.nestbox .partgrid .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.nestbox .partgrid .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.nestbox .partgrid .nav-link:hover:before {
  width: 100%;
}
.nestbox .nav-item:focus,
.nestbox .nav-link:focus {
  outline: none;
}
.nestbox .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #253a78;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.nestbox .navbar .host {
  margin-right: 0.5rem !important;
}
.nestbox .navbar .host img {
  width: auto;
}
.nestbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nestbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nestbox .navbar .host img {
    height: 3rem !important;
  }
  .nestbox .navbar ul.partgrid li {
    margin: auto;
  }
  .nestbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nestbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nestbox .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nestbox .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.nestbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nestbox .navbar-brand .host a {
  outline: none;
}
.nestbox .navbar-expand-lg .partgrid .nav-link {
  padding: 0;
}
.nestbox ul.partgrid {
  flex-wrap: wrap;
}
.nestbox button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.nestbox button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #f8d500;
  border-radius: 50%;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nestbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nestbox .navbar {
    height: 70px;
  }
  .nestbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nestbox .container,
.nestbox .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nestbox .container,
  .nestbox .container-fluid {
    flex-wrap: wrap;
  }
}
.nestbox .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.nestbox .navbar-collapse {
  min-height: 98px;
}
.nestbox .branding-section-btn {
  max-width: 35%;
}
.nestbox .branding-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nestbox {
    min-height: 70px !important;
  }
  .nestbox .navbar {
    min-height: 70px !important;
  }
  .nestbox .container-fluid {
    padding: 0 7%;
  }
  .nestbox .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .nestbox .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .nestbox .partgrid {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .nestbox .partgrid li {
    margin: 0 !important;
  }
  .nestbox .partgrid .nav-link {
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .nestbox .branding-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.padwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b479b;
}
.padwrap .platebox {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .padwrap .platebox {
    padding: 30px 20px;
  }
}
.padwrap .platebox .flexwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.padwrap .platebox .flexwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.padwrap .platebox::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #253a78 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.padwrap .platebox .modtrack {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .padwrap .platebox .modtrack {
    width: 100%;
  }
}
.padwrap .platebox .modtrack .branding-section-title {
  margin-bottom: 32px;
}
.padwrap .platebox .modtrack .contentwrap {
  margin-bottom: 0;
}
.padwrap .platebox .modtrack .branding-section-btn {
  margin-top: 64px;
}
.padwrap .platebox .modtrack .branding-section-btn .btn {
  margin-bottom: 0;
}
.padwrap .branding-section-title {
  color: #404349;
}
.padwrap .contentwrap {
  color: #ffffff;
}
.padwrap .branding-section-title,
.padwrap .branding-section-btn {
  color: #f8d500;
}
.neutralwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b479b;
}
.neutralwrap .casing .branding-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .neutralwrap .casing .branding-section-title {
    margin-bottom: 24px;
  }
}
.neutralwrap .platebox {
  margin: 0 -8px;
}
.neutralwrap .platebox .card {
  padding: 0 8px;
}
.neutralwrap .gridunitbox {
  height: 100%;
}
@media (max-width: 992px) {
  .neutralwrap .gridunitbox {
    margin-bottom: 12px;
  }
}
.neutralwrap .gridunitbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .neutralwrap .gridunitbox img {
    height: 300px;
  }
}
.neutralwrap .hold {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .neutralwrap .hold {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.neutralwrap .hold .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #253a78;
  padding: 64px;
}
@media (max-width: 1440px) {
  .neutralwrap .hold .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .neutralwrap .hold .item .item-wrapper {
    padding: 24px;
  }
}
.neutralwrap .hold .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.neutralwrap .hold .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.neutralwrap .hold .item .item-wrapper .card-box .branding-section-btn {
  margin-top: 24px;
}
.neutralwrap .hold .item .item-wrapper .card-box .branding-section-btn .btn {
  margin-bottom: 0;
}
.neutralwrap .branding-section-title {
  color: #2c2c26;
}
.neutralwrap .card-title {
  color: #2c2c26;
}
.neutralwrap .card-text {
  color: #ffffff;
}
.neutralwrap .card-title {
  color: #f8d500;
}
.tailbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #253a78;
  position: relative;
  overflow: hidden;
}
.tailbox .wrap {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.tailbox .wrap .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #253a78;
}
.tailbox .wrap .decor_1 {
  box-shadow: inset 0 0 0 2px #f8d500;
}
.tailbox .wrap .decor_2 {
  box-shadow: inset 0 0 0 2px #f8d500;
}
.tailbox .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .tailbox .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .tailbox .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .tailbox .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .tailbox .decoration_1 {
    left: -380px;
  }
}
.tailbox .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .tailbox .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .tailbox .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .tailbox .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .tailbox .decoration_2 {
    right: -380px;
  }
}
.tailbox .platebox {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .tailbox .platebox {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.tailbox .casing {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .tailbox .casing {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .tailbox .casing {
    padding: 0 16px;
  }
}
.tailbox .casing .branding-section-title {
  margin-bottom: 24px;
}
.tailbox .casing .text-wrapper .contentwrap {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tailbox .casing .text-wrapper .contentwrap {
    width: 100%;
  }
}
.tailbox .nodemap {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.tailbox .nodemap .decor-wrap_1 {
  width: 20%;
  height: 1px;
  background-image: linear-gradient(90deg, #f8d500, #f8d500 50%, #f8d500);
  box-shadow: 0 0.5px 0.0625rem 0 #f8d500;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tailbox .nodemap .decor-wrap_1 {
    margin-bottom: 20px;
  }
}
.tailbox .nodemap .decor-wrap_2 {
  width: 38%;
  height: 1px;
  background-image: linear-gradient(90deg, #f8d500, #f8d500 50%, #f8d500);
  box-shadow: 0 0.5px 0.0625rem 0 #f8d500;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tailbox .nodemap .decor-wrap_2 {
    margin-bottom: 20px;
  }
}
.tailbox .nodemap .decor-wrap_3 {
  width: 75%;
  height: 1px;
  background-image: linear-gradient(90deg, #f8d500, #f8d500 50%, #f8d500);
  box-shadow: 0 0.5px 0.0625rem 0 #f8d500;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tailbox .nodemap .decor-wrap_3 {
    margin-bottom: 20px;
  }
}
.tailbox .hold {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .tailbox .hold {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .tailbox .hold {
    display: block;
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .tailbox .hold {
    margin-bottom: 20px;
  }
}
.tailbox .hold .innerwrapunit {
  justify-content: center;
  align-items: center;
  padding-left: 4rem;
  display: flex;
  position: absolute;
  inset: auto 0% -1.5rem;
}
.tailbox .hold .innerwrapunit .gradient_1 {
  background-color: #ebfff5;
  filter: blur(4rem);
  border-radius: 50vw;
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -4rem;
}
.tailbox .hold .innerwrapunit .gradient_2 {
  background-color: #e0e0ff;
  filter: blur(4rem);
  border-radius: 50vw;
  flex: none;
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -4rem;
}
.tailbox .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .tailbox .item {
    margin-bottom: 16px;
  }
}
.tailbox .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #f8d500;
  background-color: #f8d500;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .tailbox .item .item-wrapper {
    padding: 6px;
  }
}
.tailbox .item .item-wrapper .card-box {
  padding: 24px;
  background-color: #253a78;
  border: 1px solid #f8d500;
  height: 100%;
}
@media (max-width: 992px) {
  .tailbox .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.tailbox .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.tailbox .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.tailbox .item .item-wrapper .card-box .branding-section-btn {
  width: 100%;
  margin-top: 16px;
}
.tailbox .item .item-wrapper .card-box .branding-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.tailbox .branding-section-title {
  color: #181824;
}
.tailbox .contentwrap,
.tailbox .text-wrapper {
  color: #54547e;
  text-align: center;
}
.tailbox .branding-section-title {
  text-align: center;
}
.tailbox .item-title {
  color: #181824;
}
.tailbox .item-text {
  color: #ffffff;
}
.tailbox .item-title,
.tailbox .branding-section-btn {
  color: #f8d500;
}
.navlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2b479b;
}
.navlayer .casing .branding-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .navlayer .casing .branding-section-title {
    margin-bottom: 32px;
  }
}
.navlayer .hold {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .navlayer .hold {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .navlayer .hold {
    display: block;
  }
}
@media (max-width: 992px) {
  .navlayer .item {
    margin-bottom: 16px;
  }
}
.navlayer .item .item-wrapper {
  padding: 10px;
  background-color: #253a78;
}
@media (max-width: 1440px) {
  .navlayer .item .item-wrapper {
    height: 100%;
  }
}
.navlayer .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.navlayer .item .item-wrapper .item-img img {
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
.navlayer .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 1440px) {
  .navlayer .item .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 992px) {
  .navlayer .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.navlayer .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.navlayer .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .navlayer .item .item-wrapper .item-content .branding-section-btn .btn {
    padding: 12px 16px;
  }
}
.navlayer .branding-section-title {
  color: #000c3f;
  text-align: center;
}
.navlayer .item-title {
  color: #000c3f;
}
.navlayer .item-text {
  color: #ffffff;
}
.navlayer .item-title,
.navlayer .branding-section-btn {
  color: #f8d500;
}
.coverunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2b479b;
}
.coverunit .row {
  margin: 0 -40px;
}
.coverunit .row .card {
  padding: 0 40px;
  justify-content: center;
}
@media (max-width: 992px) {
  .coverunit .platebox {
    margin-bottom: 40px;
  }
}
.coverunit .platebox .branding-section-title {
  margin-bottom: 16px;
}
.coverunit .platebox .contentwrap {
  margin-bottom: 0;
}
.coverunit .platebox .branding-section-btn {
  margin-top: 24px;
}
.coverunit .platebox .branding-section-btn .btn {
  margin-bottom: 0;
}
.coverunit .gridunitbox {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 1px;
}
.coverunit .gridunitbox .partbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #323232;
  pointer-events: none;
}
.coverunit .gridunitbox .framewrap {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #000000 100%);
  pointer-events: none;
  z-index: 2;
}
.coverunit .gridunitbox .flexwrap {
  position: relative;
  z-index: 1;
  background-color: #253a78;
  padding: 48px 0 0 48px;
  width: 100%;
}
@media (max-width: 992px) {
  .coverunit .gridunitbox .flexwrap {
    padding: 16px;
  }
}
.coverunit .gridunitbox .flexwrap img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .coverunit .gridunitbox .flexwrap img {
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 992px) {
  .coverunit .gridunitbox .flexwrap img {
    height: 300px;
  }
}
.coverunit .branding-section-title {
  color: #ffffff;
}
.coverunit .contentwrap,
.coverunit .text-wrapper {
  color: #ffffff;
}
.coverunit .branding-section-title,
.coverunit .branding-section-btn {
  color: #f8d500;
  text-align: center;
}
.holdlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #253a78;
}
@media (max-width: 992px) and (max-width: 992px) {
  .holdlayer .container {
    padding: 0 24px;
  }
}
.holdlayer .row {
  justify-content: space-between;
}
.holdlayer .logo-wrapper {
  display: flex;
}
.holdlayer .logo-wrapper .mainsegment {
  width: 100%;
  border-bottom: 1px solid #f8d500;
}
.holdlayer .platebox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .holdlayer .platebox {
    padding: 24px 0;
  }
}
.holdlayer .platebox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.holdlayer .platebox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .platebox .list .item-wrap:hover,
.holdlayer .platebox .list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .platebox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdlayer .platebox .branding-section-title {
  margin-bottom: 24px;
}
.holdlayer .platebox .unitsegment {
  margin-bottom: 0;
  line-height: 1.5;
}
.holdlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .holdlayer .nav-list {
    padding: 0;
  }
}
.holdlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #f8d500;
  border-bottom: 1px solid #f8d500;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .nav-list .item-wrap:hover,
.holdlayer .nav-list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .nav-list .item-wrap:hover::before,
.holdlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.holdlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.holdlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.holdlayer .branding-section-title {
  color: #f8d500;
}
.holdlayer .list {
  color: #F9F6E0;
}
.holdlayer .unitsegment {
  color: #ffffff;
}
.holdlayer .list,
.holdlayer .item-wrap {
  color: #ffffff;
}
.nestbox {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.nestbox nav.navbar {
  position: fixed;
}
.nestbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nestbox .nav-link {
  position: relative;
}
.nestbox .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nestbox .container {
    flex-wrap: nowrap;
  }
}
.nestbox .partgrid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.nestbox .partgrid .nav-item {
  margin: 0;
}
.nestbox .partgrid .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.nestbox .partgrid .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.nestbox .partgrid .nav-link:hover:before {
  width: 100%;
}
.nestbox .nav-item:focus,
.nestbox .nav-link:focus {
  outline: none;
}
.nestbox .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #253a78;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.nestbox .navbar .host {
  margin-right: 0.5rem !important;
}
.nestbox .navbar .host img {
  width: auto;
}
.nestbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nestbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nestbox .navbar .host img {
    height: 3rem !important;
  }
  .nestbox .navbar ul.partgrid li {
    margin: auto;
  }
  .nestbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nestbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nestbox .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nestbox .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.nestbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nestbox .navbar-brand .host a {
  outline: none;
}
.nestbox .navbar-expand-lg .partgrid .nav-link {
  padding: 0;
}
.nestbox ul.partgrid {
  flex-wrap: wrap;
}
.nestbox button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.nestbox button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #f8d500;
  border-radius: 50%;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nestbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nestbox .navbar {
    height: 70px;
  }
  .nestbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nestbox .container,
.nestbox .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nestbox .container,
  .nestbox .container-fluid {
    flex-wrap: wrap;
  }
}
.nestbox .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.nestbox .navbar-collapse {
  min-height: 98px;
}
.nestbox .branding-section-btn {
  max-width: 35%;
}
.nestbox .branding-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nestbox {
    min-height: 70px !important;
  }
  .nestbox .navbar {
    min-height: 70px !important;
  }
  .nestbox .container-fluid {
    padding: 0 7%;
  }
  .nestbox .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .nestbox .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .nestbox .partgrid {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .nestbox .partgrid li {
    margin: 0 !important;
  }
  .nestbox .partgrid .nav-link {
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .nestbox .branding-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.zoneunitbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b479b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .zoneunitbox .container {
    padding: 0 24px;
  }
}
.zoneunitbox .gridunitbox {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .zoneunitbox .gridunitbox {
    padding: 0;
    margin-bottom: 40px;
  }
}
.zoneunitbox .gridunitbox img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .zoneunitbox .gridunitbox img {
    height: 350px;
  }
}
.zoneunitbox .platebox .branding-section-title {
  margin-bottom: 16px;
}
.zoneunitbox .platebox .branding-section-title span {
  color: #f8d500;
}
.zoneunitbox .platebox .contentwrap {
  margin-bottom: 0;
}
.zoneunitbox .platebox .branding-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .zoneunitbox .platebox .branding-section-btn {
    margin-top: 24px;
  }
}
.zoneunitbox .branding-section-title {
  color: #F9F6E0;
}
.zoneunitbox .contentwrap {
  color: #ffffff;
}
.zoneunitbox .branding-section-title,
.zoneunitbox .branding-section-btn {
  color: #f8d500;
  text-align: center;
}
.holdlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #253a78;
}
@media (max-width: 992px) and (max-width: 992px) {
  .holdlayer .container {
    padding: 0 24px;
  }
}
.holdlayer .row {
  justify-content: space-between;
}
.holdlayer .logo-wrapper {
  display: flex;
}
.holdlayer .logo-wrapper .mainsegment {
  width: 100%;
  border-bottom: 1px solid #f8d500;
}
.holdlayer .platebox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .holdlayer .platebox {
    padding: 24px 0;
  }
}
.holdlayer .platebox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.holdlayer .platebox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .platebox .list .item-wrap:hover,
.holdlayer .platebox .list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .platebox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdlayer .platebox .branding-section-title {
  margin-bottom: 24px;
}
.holdlayer .platebox .unitsegment {
  margin-bottom: 0;
  line-height: 1.5;
}
.holdlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .holdlayer .nav-list {
    padding: 0;
  }
}
.holdlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #f8d500;
  border-bottom: 1px solid #f8d500;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .nav-list .item-wrap:hover,
.holdlayer .nav-list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .nav-list .item-wrap:hover::before,
.holdlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.holdlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.holdlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.holdlayer .branding-section-title {
  color: #f8d500;
}
.holdlayer .list {
  color: #F9F6E0;
}
.holdlayer .unitsegment {
  color: #ffffff;
}
.holdlayer .list,
.holdlayer .item-wrap {
  color: #ffffff;
}
.nestbox {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.nestbox nav.navbar {
  position: fixed;
}
.nestbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nestbox .nav-link {
  position: relative;
}
.nestbox .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nestbox .container {
    flex-wrap: nowrap;
  }
}
.nestbox .partgrid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.nestbox .partgrid .nav-item {
  margin: 0;
}
.nestbox .partgrid .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.nestbox .partgrid .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.nestbox .partgrid .nav-link:hover:before {
  width: 100%;
}
.nestbox .nav-item:focus,
.nestbox .nav-link:focus {
  outline: none;
}
.nestbox .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #253a78;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.nestbox .navbar .host {
  margin-right: 0.5rem !important;
}
.nestbox .navbar .host img {
  width: auto;
}
.nestbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nestbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nestbox .navbar .host img {
    height: 3rem !important;
  }
  .nestbox .navbar ul.partgrid li {
    margin: auto;
  }
  .nestbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nestbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nestbox .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nestbox .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.nestbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nestbox .navbar-brand .host a {
  outline: none;
}
.nestbox .navbar-expand-lg .partgrid .nav-link {
  padding: 0;
}
.nestbox ul.partgrid {
  flex-wrap: wrap;
}
.nestbox button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.nestbox button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #f8d500;
  border-radius: 50%;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nestbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nestbox .navbar {
    height: 70px;
  }
  .nestbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nestbox .container,
.nestbox .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nestbox .container,
  .nestbox .container-fluid {
    flex-wrap: wrap;
  }
}
.nestbox .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.nestbox .navbar-collapse {
  min-height: 98px;
}
.nestbox .branding-section-btn {
  max-width: 35%;
}
.nestbox .branding-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nestbox {
    min-height: 70px !important;
  }
  .nestbox .navbar {
    min-height: 70px !important;
  }
  .nestbox .container-fluid {
    padding: 0 7%;
  }
  .nestbox .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .nestbox .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .nestbox .partgrid {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .nestbox .partgrid li {
    margin: 0 !important;
  }
  .nestbox .partgrid .nav-link {
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .nestbox .branding-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.buildbox {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("images/wet1.jpg");
}
@media (min-width: 992px) {
  .buildbox .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .buildbox .col {
    width: 40%;
  }
}
.buildbox .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .buildbox .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.buildbox .card-wrapper .branding-section-title,
.buildbox .card-wrapper .branding-section-subtitle,
.buildbox .card-wrapper .contentwrap,
.buildbox .card-wrapper .branding-section-btn {
  position: relative;
}
.buildbox .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f8d500;
  opacity: 0.8;
}
.buildbox .branding-section-title {
  color: #253a78;
  text-align: center;
}
.buildbox .branding-section-subtitle {
  color: #ffffff;
}
.buildbox .contentwrap,
.buildbox .branding-section-btn {
  color: #2b479b;
}
.grip {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b479b;
}
.grip .geometry {
  position: absolute;
}
.grip .geometry__square {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.grip .geometry__square-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #f8d500;
  border-radius: 100px;
  margin: 0.5rem;
}
.grip .geometry_bottom-left {
  left: 140px;
  bottom: 40px;
}
.grip blockquote {
  border-color: #f8d500;
  border-radius: 34px;
  margin: 0;
  background-color: #253a78;
}
@media (max-width: 992px) {
  .grip blockquote {
    padding: 2rem 1rem;
  }
  .grip .geometry {
    position: absolute;
  }
  .grip .geometry__square,
  .grip .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
  .grip .geometry_bottom-left {
    left: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .grip blockquote {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .grip .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .grip .box-shadow {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .grip blockquote {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .grip .geometry__square-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .grip blockquote:hover .geometry__square-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.grip .branding-section-title {
  color: #f8d500;
}
.grip .contentwrap {
  color: #ffffff;
}
.framegrid {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #2b479b;
}
.framegrid .row {
  background: #253a78;
  padding: 0rem 0rem;
  margin: 0rem;
  margin-top: 1rem;
  border-radius: 10px;
}
.framegrid img {
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transform: scale(1.2);
  transform-origin: bottom;
}
@media (max-width: 992px) {
  .framegrid img {
    width: 50%;
    transform: scaleY(1);
    margin: auto;
  }
}
@media (max-width: 767px) {
  .framegrid img {
    width: 90%;
    transform: scaleY(1);
    margin: auto;
  }
}
.framegrid .card {
  padding: 3rem 3rem;
}
@media (max-width: 992px) {
  .framegrid .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .framegrid .card {
    padding: 2rem 0rem;
  }
}
.framegrid .contentwrap,
.framegrid .branding-section-btn {
  color: #777777;
}
.framegrid .branding-section-subtitle {
  color: #ffffff;
}
.framegrid .branding-section-title {
  color: #f8d500;
}
.nodebox {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b479b;
}
.nodebox .card-wrapper {
  background-color: #f8d500;
  padding: 2rem;
}
@media (max-width: 767px) {
  .nodebox .card-wrapper {
    padding: 1rem;
  }
}
.nodebox .text-wrapper {
  max-width: 28rem;
}
.nodebox .platebox {
  background: #253a78;
}
@media (max-width: 991px) {
  .nodebox .platebox .gridunitbox {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .nodebox .platebox {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nodebox .platebox {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .nodebox .platebox {
    padding: 3rem;
  }
  .nodebox .platebox .text-column {
    padding-left: 4rem;
  }
}
.nodebox .gridunitbox img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nodebox .contentwrap,
.nodebox .branding-section-btn {
  color: #ffffff;
}
.nodebox .card-title {
  color: #f8d500;
  text-align: center;
}
.holdlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #253a78;
}
@media (max-width: 992px) and (max-width: 992px) {
  .holdlayer .container {
    padding: 0 24px;
  }
}
.holdlayer .row {
  justify-content: space-between;
}
.holdlayer .logo-wrapper {
  display: flex;
}
.holdlayer .logo-wrapper .mainsegment {
  width: 100%;
  border-bottom: 1px solid #f8d500;
}
.holdlayer .platebox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .holdlayer .platebox {
    padding: 24px 0;
  }
}
.holdlayer .platebox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.holdlayer .platebox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .platebox .list .item-wrap:hover,
.holdlayer .platebox .list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .platebox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdlayer .platebox .branding-section-title {
  margin-bottom: 24px;
}
.holdlayer .platebox .unitsegment {
  margin-bottom: 0;
  line-height: 1.5;
}
.holdlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .holdlayer .nav-list {
    padding: 0;
  }
}
.holdlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #f8d500;
  border-bottom: 1px solid #f8d500;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .nav-list .item-wrap:hover,
.holdlayer .nav-list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .nav-list .item-wrap:hover::before,
.holdlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.holdlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.holdlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.holdlayer .branding-section-title {
  color: #f8d500;
}
.holdlayer .list {
  color: #F9F6E0;
}
.holdlayer .unitsegment {
  color: #ffffff;
}
.holdlayer .list,
.holdlayer .item-wrap {
  color: #ffffff;
}
.nestbox {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.nestbox nav.navbar {
  position: fixed;
}
.nestbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nestbox .nav-link {
  position: relative;
}
.nestbox .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nestbox .container {
    flex-wrap: nowrap;
  }
}
.nestbox .partgrid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.nestbox .partgrid .nav-item {
  margin: 0;
}
.nestbox .partgrid .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.nestbox .partgrid .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.nestbox .partgrid .nav-link:hover:before {
  width: 100%;
}
.nestbox .nav-item:focus,
.nestbox .nav-link:focus {
  outline: none;
}
.nestbox .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #253a78;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.nestbox .navbar .host {
  margin-right: 0.5rem !important;
}
.nestbox .navbar .host img {
  width: auto;
}
.nestbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nestbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nestbox .navbar .host img {
    height: 3rem !important;
  }
  .nestbox .navbar ul.partgrid li {
    margin: auto;
  }
  .nestbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nestbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nestbox .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nestbox .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.nestbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nestbox .navbar-brand .host a {
  outline: none;
}
.nestbox .navbar-expand-lg .partgrid .nav-link {
  padding: 0;
}
.nestbox ul.partgrid {
  flex-wrap: wrap;
}
.nestbox button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.nestbox button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #f8d500;
  border-radius: 50%;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nestbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nestbox .navbar {
    height: 70px;
  }
  .nestbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nestbox .container,
.nestbox .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nestbox .container,
  .nestbox .container-fluid {
    flex-wrap: wrap;
  }
}
.nestbox .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.nestbox .navbar-collapse {
  min-height: 98px;
}
.nestbox .branding-section-btn {
  max-width: 35%;
}
.nestbox .branding-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nestbox {
    min-height: 70px !important;
  }
  .nestbox .navbar {
    min-height: 70px !important;
  }
  .nestbox .container-fluid {
    padding: 0 7%;
  }
  .nestbox .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .nestbox .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .nestbox .partgrid {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .nestbox .partgrid li {
    margin: 0 !important;
  }
  .nestbox .partgrid .nav-link {
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .nestbox .branding-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.rowunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b479b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .rowunit .container {
    padding: 0 24px;
  }
}
.rowunit .main-row {
  margin: 0;
}
.rowunit .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #f8d500;
}
@media (max-width: 992px) {
  .rowunit .main-row .card {
    padding: 0;
  }
}
.rowunit .platebox {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .rowunit .platebox {
    padding: 24px;
  }
}
.rowunit .platebox .branding-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .rowunit .platebox .branding-section-title {
    text-align: left;
  }
}
.rowunit .platebox .contentwrap {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .rowunit .platebox .contentwrap {
    text-align: left;
  }
}
.rowunit .dragArea.row .branding-section-title {
  margin-bottom: 24px !important;
}
.rowunit .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .rowunit .dragArea.row .form-group {
    display: block;
  }
}
.rowunit .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #f8d500 !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.rowunit .dragArea.row .form-group .form-control::-moz-placeholder {
  color: #f8d500;
}
.rowunit .dragArea.row .form-group .form-control::placeholder {
  color: #f8d500;
}
.rowunit .dragArea.row .form-group .form-control:hover,
.rowunit .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #f8d500 !important;
}
.rowunit .dragArea.row .form-group textarea {
  min-height: 270px;
}
.rowunit .dragArea.row .branding-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .rowunit .dragArea.row .branding-section-btn {
    margin-top: 24px;
  }
}
.rowunit .branding-section-title {
  color: #f8d500;
  text-align: center;
}
.rowunit .contentwrap {
  color: #F9F6E0;
  text-align: center;
}
.rowunit label {
  color: #F9F6E0;
}
.holdlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #253a78;
}
@media (max-width: 992px) and (max-width: 992px) {
  .holdlayer .container {
    padding: 0 24px;
  }
}
.holdlayer .row {
  justify-content: space-between;
}
.holdlayer .logo-wrapper {
  display: flex;
}
.holdlayer .logo-wrapper .mainsegment {
  width: 100%;
  border-bottom: 1px solid #f8d500;
}
.holdlayer .platebox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .holdlayer .platebox {
    padding: 24px 0;
  }
}
.holdlayer .platebox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.holdlayer .platebox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .platebox .list .item-wrap:hover,
.holdlayer .platebox .list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .platebox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdlayer .platebox .branding-section-title {
  margin-bottom: 24px;
}
.holdlayer .platebox .unitsegment {
  margin-bottom: 0;
  line-height: 1.5;
}
.holdlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .holdlayer .nav-list {
    padding: 0;
  }
}
.holdlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #f8d500;
  border-bottom: 1px solid #f8d500;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .nav-list .item-wrap:hover,
.holdlayer .nav-list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .nav-list .item-wrap:hover::before,
.holdlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.holdlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.holdlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.holdlayer .branding-section-title {
  color: #f8d500;
}
.holdlayer .list {
  color: #F9F6E0;
}
.holdlayer .unitsegment {
  color: #ffffff;
}
.holdlayer .list,
.holdlayer .item-wrap {
  color: #ffffff;
}
.nestbox {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.nestbox nav.navbar {
  position: fixed;
}
.nestbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nestbox .nav-link {
  position: relative;
}
.nestbox .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nestbox .container {
    flex-wrap: nowrap;
  }
}
.nestbox .partgrid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.nestbox .partgrid .nav-item {
  margin: 0;
}
.nestbox .partgrid .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.nestbox .partgrid .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.nestbox .partgrid .nav-link:hover:before {
  width: 100%;
}
.nestbox .nav-item:focus,
.nestbox .nav-link:focus {
  outline: none;
}
.nestbox .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #253a78;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.nestbox .navbar .host {
  margin-right: 0.5rem !important;
}
.nestbox .navbar .host img {
  width: auto;
}
.nestbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nestbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nestbox .navbar .host img {
    height: 3rem !important;
  }
  .nestbox .navbar ul.partgrid li {
    margin: auto;
  }
  .nestbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nestbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nestbox .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nestbox .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.nestbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nestbox .navbar-brand .host a {
  outline: none;
}
.nestbox .navbar-expand-lg .partgrid .nav-link {
  padding: 0;
}
.nestbox ul.partgrid {
  flex-wrap: wrap;
}
.nestbox button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.nestbox button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #f8d500;
  border-radius: 50%;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nestbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nestbox .navbar {
    height: 70px;
  }
  .nestbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nestbox .container,
.nestbox .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nestbox .container,
  .nestbox .container-fluid {
    flex-wrap: wrap;
  }
}
.nestbox .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.nestbox .navbar-collapse {
  min-height: 98px;
}
.nestbox .branding-section-btn {
  max-width: 35%;
}
.nestbox .branding-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nestbox {
    min-height: 70px !important;
  }
  .nestbox .navbar {
    min-height: 70px !important;
  }
  .nestbox .container-fluid {
    padding: 0 7%;
  }
  .nestbox .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .nestbox .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .nestbox .partgrid {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .nestbox .partgrid li {
    margin: 0 !important;
  }
  .nestbox .partgrid .nav-link {
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .nestbox .branding-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.headbox {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b479b;
}
.headbox .row {
  justify-content: flex-start;
}
.headbox .branding-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .headbox .branding-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .headbox .branding-section-title {
    margin-bottom: 48px;
  }
}
.headbox .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.headbox .branding-section-subtitle {
  color: #161616;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
}
.headbox .contentwrap {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
}
.headbox .branding-section-title,
.headbox .branding-section-btn {
  color: #f8d500;
}
.holdlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #253a78;
}
@media (max-width: 992px) and (max-width: 992px) {
  .holdlayer .container {
    padding: 0 24px;
  }
}
.holdlayer .row {
  justify-content: space-between;
}
.holdlayer .logo-wrapper {
  display: flex;
}
.holdlayer .logo-wrapper .mainsegment {
  width: 100%;
  border-bottom: 1px solid #f8d500;
}
.holdlayer .platebox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .holdlayer .platebox {
    padding: 24px 0;
  }
}
.holdlayer .platebox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.holdlayer .platebox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .platebox .list .item-wrap:hover,
.holdlayer .platebox .list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .platebox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdlayer .platebox .branding-section-title {
  margin-bottom: 24px;
}
.holdlayer .platebox .unitsegment {
  margin-bottom: 0;
  line-height: 1.5;
}
.holdlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .holdlayer .nav-list {
    padding: 0;
  }
}
.holdlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #f8d500;
  border-bottom: 1px solid #f8d500;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .nav-list .item-wrap:hover,
.holdlayer .nav-list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .nav-list .item-wrap:hover::before,
.holdlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.holdlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.holdlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.holdlayer .branding-section-title {
  color: #f8d500;
}
.holdlayer .list {
  color: #F9F6E0;
}
.holdlayer .unitsegment {
  color: #ffffff;
}
.holdlayer .list,
.holdlayer .item-wrap {
  color: #ffffff;
}
.nestbox {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.nestbox nav.navbar {
  position: fixed;
}
.nestbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nestbox .nav-link {
  position: relative;
}
.nestbox .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nestbox .container {
    flex-wrap: nowrap;
  }
}
.nestbox .partgrid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.nestbox .partgrid .nav-item {
  margin: 0;
}
.nestbox .partgrid .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.nestbox .partgrid .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.nestbox .partgrid .nav-link:hover:before {
  width: 100%;
}
.nestbox .nav-item:focus,
.nestbox .nav-link:focus {
  outline: none;
}
.nestbox .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #253a78;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.nestbox .navbar .host {
  margin-right: 0.5rem !important;
}
.nestbox .navbar .host img {
  width: auto;
}
.nestbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nestbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nestbox .navbar .host img {
    height: 3rem !important;
  }
  .nestbox .navbar ul.partgrid li {
    margin: auto;
  }
  .nestbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nestbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nestbox .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nestbox .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.nestbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nestbox .navbar-brand .host a {
  outline: none;
}
.nestbox .navbar-expand-lg .partgrid .nav-link {
  padding: 0;
}
.nestbox ul.partgrid {
  flex-wrap: wrap;
}
.nestbox button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.nestbox button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #f8d500;
  border-radius: 50%;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nestbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nestbox .navbar {
    height: 70px;
  }
  .nestbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nestbox .container,
.nestbox .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nestbox .container,
  .nestbox .container-fluid {
    flex-wrap: wrap;
  }
}
.nestbox .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.nestbox .navbar-collapse {
  min-height: 98px;
}
.nestbox .branding-section-btn {
  max-width: 35%;
}
.nestbox .branding-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nestbox {
    min-height: 70px !important;
  }
  .nestbox .navbar {
    min-height: 70px !important;
  }
  .nestbox .container-fluid {
    padding: 0 7%;
  }
  .nestbox .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .nestbox .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .nestbox .partgrid {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .nestbox .partgrid li {
    margin: 0 !important;
  }
  .nestbox .partgrid .nav-link {
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .nestbox .branding-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.wrapcontainer {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b479b;
}
.wrapcontainer .row {
  justify-content: flex-start;
}
.wrapcontainer .branding-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .wrapcontainer .branding-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .wrapcontainer .branding-section-title {
    margin-bottom: 48px;
  }
}
.wrapcontainer .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.wrapcontainer .branding-section-subtitle {
  color: #161616;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
}
.wrapcontainer .contentwrap {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
}
.wrapcontainer .branding-section-title,
.wrapcontainer .branding-section-btn {
  color: #f8d500;
}
.holdlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #253a78;
}
@media (max-width: 992px) and (max-width: 992px) {
  .holdlayer .container {
    padding: 0 24px;
  }
}
.holdlayer .row {
  justify-content: space-between;
}
.holdlayer .logo-wrapper {
  display: flex;
}
.holdlayer .logo-wrapper .mainsegment {
  width: 100%;
  border-bottom: 1px solid #f8d500;
}
.holdlayer .platebox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .holdlayer .platebox {
    padding: 24px 0;
  }
}
.holdlayer .platebox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.holdlayer .platebox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .platebox .list .item-wrap:hover,
.holdlayer .platebox .list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .platebox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdlayer .platebox .branding-section-title {
  margin-bottom: 24px;
}
.holdlayer .platebox .unitsegment {
  margin-bottom: 0;
  line-height: 1.5;
}
.holdlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .holdlayer .nav-list {
    padding: 0;
  }
}
.holdlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #f8d500;
  border-bottom: 1px solid #f8d500;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .nav-list .item-wrap:hover,
.holdlayer .nav-list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .nav-list .item-wrap:hover::before,
.holdlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.holdlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.holdlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.holdlayer .branding-section-title {
  color: #f8d500;
}
.holdlayer .list {
  color: #F9F6E0;
}
.holdlayer .unitsegment {
  color: #ffffff;
}
.holdlayer .list,
.holdlayer .item-wrap {
  color: #ffffff;
}
.nestbox {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.nestbox nav.navbar {
  position: fixed;
}
.nestbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nestbox .nav-link {
  position: relative;
}
.nestbox .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nestbox .container {
    flex-wrap: nowrap;
  }
}
.nestbox .partgrid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.nestbox .partgrid .nav-item {
  margin: 0;
}
.nestbox .partgrid .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.nestbox .partgrid .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.nestbox .partgrid .nav-link:hover:before {
  width: 100%;
}
.nestbox .nav-item:focus,
.nestbox .nav-link:focus {
  outline: none;
}
.nestbox .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #253a78;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.nestbox .navbar .host {
  margin-right: 0.5rem !important;
}
.nestbox .navbar .host img {
  width: auto;
}
.nestbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nestbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nestbox .navbar .host img {
    height: 3rem !important;
  }
  .nestbox .navbar ul.partgrid li {
    margin: auto;
  }
  .nestbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nestbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nestbox .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nestbox .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.nestbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nestbox .navbar-brand .host a {
  outline: none;
}
.nestbox .navbar-expand-lg .partgrid .nav-link {
  padding: 0;
}
.nestbox ul.partgrid {
  flex-wrap: wrap;
}
.nestbox button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.nestbox button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #f8d500;
  border-radius: 50%;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nestbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nestbox .navbar {
    height: 70px;
  }
  .nestbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nestbox .container,
.nestbox .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nestbox .container,
  .nestbox .container-fluid {
    flex-wrap: wrap;
  }
}
.nestbox .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.nestbox .navbar-collapse {
  min-height: 98px;
}
.nestbox .branding-section-btn {
  max-width: 35%;
}
.nestbox .branding-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nestbox {
    min-height: 70px !important;
  }
  .nestbox .navbar {
    min-height: 70px !important;
  }
  .nestbox .container-fluid {
    padding: 0 7%;
  }
  .nestbox .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .nestbox .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .nestbox .partgrid {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .nestbox .partgrid li {
    margin: 0 !important;
  }
  .nestbox .partgrid .nav-link {
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .nestbox .branding-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.levelbox {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b479b;
}
.levelbox .row {
  justify-content: flex-start;
}
.levelbox .branding-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .levelbox .branding-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .levelbox .branding-section-title {
    margin-bottom: 48px;
  }
}
.levelbox .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.levelbox .branding-section-subtitle {
  color: #161616;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
}
.levelbox .contentwrap {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
}
.levelbox .branding-section-title,
.levelbox .branding-section-btn {
  color: #f8d500;
}
.holdlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #253a78;
}
@media (max-width: 992px) and (max-width: 992px) {
  .holdlayer .container {
    padding: 0 24px;
  }
}
.holdlayer .row {
  justify-content: space-between;
}
.holdlayer .logo-wrapper {
  display: flex;
}
.holdlayer .logo-wrapper .mainsegment {
  width: 100%;
  border-bottom: 1px solid #f8d500;
}
.holdlayer .platebox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .holdlayer .platebox {
    padding: 24px 0;
  }
}
.holdlayer .platebox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.holdlayer .platebox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .platebox .list .item-wrap:hover,
.holdlayer .platebox .list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .platebox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdlayer .platebox .branding-section-title {
  margin-bottom: 24px;
}
.holdlayer .platebox .unitsegment {
  margin-bottom: 0;
  line-height: 1.5;
}
.holdlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .holdlayer .nav-list {
    padding: 0;
  }
}
.holdlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #f8d500;
  border-bottom: 1px solid #f8d500;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .nav-list .item-wrap:hover,
.holdlayer .nav-list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .nav-list .item-wrap:hover::before,
.holdlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.holdlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.holdlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.holdlayer .branding-section-title {
  color: #f8d500;
}
.holdlayer .list {
  color: #F9F6E0;
}
.holdlayer .unitsegment {
  color: #ffffff;
}
.holdlayer .list,
.holdlayer .item-wrap {
  color: #ffffff;
}
.nestbox {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 100px;
}
.nestbox nav.navbar {
  position: fixed;
}
.nestbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.nestbox .nav-link {
  position: relative;
}
.nestbox .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .nestbox .container {
    flex-wrap: nowrap;
  }
}
.nestbox .partgrid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  min-height: 98px;
}
.nestbox .partgrid .nav-item {
  margin: 0;
}
.nestbox .partgrid .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 10px 20px !important;
  transition: .4s all;
  font-weight: 700 !important;
}
.nestbox .partgrid .nav-link:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}
.nestbox .partgrid .nav-link:hover:before {
  width: 100%;
}
.nestbox .nav-item:focus,
.nestbox .nav-link:focus {
  outline: none;
}
.nestbox .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #253a78;
  border-bottom: 2px solid #eaeaea !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.nestbox .navbar .host {
  margin-right: 0.5rem !important;
}
.nestbox .navbar .host img {
  width: auto;
}
.nestbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .nestbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .nestbox .navbar .host img {
    height: 3rem !important;
  }
  .nestbox .navbar ul.partgrid li {
    margin: auto;
  }
  .nestbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .nestbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .nestbox .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.nestbox .navbar-brand {
  min-height: 98px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 50px !important;
}
.nestbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.nestbox .navbar-brand .host a {
  outline: none;
}
.nestbox .navbar-expand-lg .partgrid .nav-link {
  padding: 0;
}
.nestbox ul.partgrid {
  flex-wrap: wrap;
}
.nestbox button.navbar-toggler {
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  padding: 0 !important;
  border: none !important;
}
.nestbox button.navbar-toggler .hamburger div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  opacity: 1;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(3) {
  top: 10px;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler .hamburger div:nth-child(4) {
  top: 20px;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler .hamburger span {
  width: 4px;
  height: 4px;
  background-color: #f8d500;
  border-radius: 50%;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(1) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(2) {
  top: 10px;
  transition: all 0.25s;
  opacity: 1;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(3) {
  top: 10px;
  opacity: 1;
  transition: all 0.25s;
}
.nestbox button.navbar-toggler:hover .hamburger div:nth-child(4) {
  top: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.nestbox .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.nestbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nestbox .navbar {
    height: 70px;
  }
  .nestbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.nestbox .container,
.nestbox .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .nestbox .container,
  .nestbox .container-fluid {
    flex-wrap: wrap;
  }
}
.nestbox .container-fluid {
  max-width: 100%;
  padding: 0 60px;
}
.nestbox .navbar-collapse {
  min-height: 98px;
}
.nestbox .branding-section-btn {
  max-width: 35%;
}
.nestbox .branding-section-btn .btn {
  min-width: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .nestbox {
    min-height: 70px !important;
  }
  .nestbox .navbar {
    min-height: 70px !important;
  }
  .nestbox .container-fluid {
    padding: 0 7%;
  }
  .nestbox .navbar-brand {
    width: calc(100% - 24px) !important;
    min-height: 68px !important;
    padding-right: 0 !important;
  }
  .nestbox .navbar-collapse {
    width: 100%;
    min-height: auto;
    padding-bottom: 30px;
    order: 5;
  }
  .nestbox .partgrid {
    width: 100%;
    padding-top: 30px;
    align-items: flex-start;
  }
  .nestbox .partgrid li {
    margin: 0 !important;
  }
  .nestbox .partgrid .nav-link {
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .nestbox .branding-section-btn {
    max-width: 100%;
    margin-top: 10px;
  }
}
.contentrow {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2b479b;
}
.contentrow .row {
  justify-content: flex-start;
}
.contentrow .branding-section-title {
  color: #161616;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .contentrow .branding-section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .contentrow .branding-section-title {
    margin-bottom: 48px;
  }
}
.contentrow .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.contentrow .branding-section-subtitle {
  color: #161616;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px !important;
}
.contentrow .contentwrap {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
}
.contentrow .branding-section-title,
.contentrow .branding-section-btn {
  color: #f8d500;
}
.holdlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #253a78;
}
@media (max-width: 992px) and (max-width: 992px) {
  .holdlayer .container {
    padding: 0 24px;
  }
}
.holdlayer .row {
  justify-content: space-between;
}
.holdlayer .logo-wrapper {
  display: flex;
}
.holdlayer .logo-wrapper .mainsegment {
  width: 100%;
  border-bottom: 1px solid #f8d500;
}
.holdlayer .platebox {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .holdlayer .platebox {
    padding: 24px 0;
  }
}
.holdlayer .platebox .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.holdlayer .platebox .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .platebox .list .item-wrap:hover,
.holdlayer .platebox .list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .platebox .list .item-wrap:last-child {
  margin-bottom: 0;
}
.holdlayer .platebox .branding-section-title {
  margin-bottom: 24px;
}
.holdlayer .platebox .unitsegment {
  margin-bottom: 0;
  line-height: 1.5;
}
.holdlayer .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .holdlayer .nav-list {
    padding: 0;
  }
}
.holdlayer .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #f8d500;
  border-bottom: 1px solid #f8d500;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.holdlayer .nav-list .item-wrap:hover,
.holdlayer .nav-list .item-wrap:focus {
  color: #ffffff;
}
.holdlayer .nav-list .item-wrap:hover::before,
.holdlayer .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.holdlayer .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.holdlayer .nav-list .item-wrap::before {
  content: '';
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.holdlayer .branding-section-title {
  color: #f8d500;
}
.holdlayer .list {
  color: #F9F6E0;
}
.holdlayer .unitsegment {
  color: #ffffff;
}
.holdlayer .list,
.holdlayer .item-wrap {
  color: #ffffff;
}
/* logoanimations */
@keyframes stretchOut {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}
.navbar-brand {
    animation: stretchOut 1.2s ease-out;
}
/* endlogoanimations */

/* Base Cookie Banner */
.padsegment {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  color: #424a4d;
  padding: 15px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  pointer-events: none;
  box-sizing: border-box;
}
.padsegment.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.padsegment p {
  margin: 0;
  font-size: 14px;
}
.padsegment a {
  color: #424a4d;
  text-decoration: underline;
}

#cookieAcceptBtn,
#cookieRejectBtn {
  padding: 12px 24px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-sizing: border-box;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

#cookieAcceptBtn:hover,
#cookieRejectBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

#cookieAcceptBtn {
  background-color: #0066cc;
  color: #ffffff;
}

#cookieRejectBtn {
  background-color: #f5f5f5;
  color: #333333;
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  .padsegment {
    left: 50%;
    bottom: 16px;
    width: calc(100% - 32px);
    max-width: 480px;
    transform: translate(-50%, 20px);
    border-radius: 8px;
    gap: 12px;
  }
  .padsegment.show {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }
  
  #cookieAcceptBtn,
  #cookieRejectBtn {
    flex: 1;
    padding: 12px 0;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .padsegment {
    padding: 8px;
    gap: 8px;
    font-size: 12px;
  }
  .padsegment img {
    width: 30px;
    height: 30px;
  }
  
  #cookieAcceptBtn,
  #cookieRejectBtn {
    padding: 10px 0;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* cssform-start */
.ttc-form {
  padding: 64px 0;
  background: #eef1f6;
}

.ttc-form .platebox {
  background: #eef1f6;
  border-radius: 20px;
  box-shadow: 20px 20px 40px #d3d7df, -20px -20px 40px #ffffff;
  padding: 44px;
  margin: 0 auto;
  width: 100%;
  max-width: 920px;
  box-sizing: border-box;
}

.ttc-form #customForm {
  width: 100%;
  color: #2a2f3a;
  font-size: 16px;
  font-weight: 500;
}

.ttc-form #customForm * {
  color: #2a2f3a;
  box-sizing: border-box;
}

.ttc-form #customForm .form-control {
  width: 100%;
  border: 0 !important;
  border-radius: 14px !important;
  padding: 16px 18px;
  margin-bottom: 20px;
  background: #eef1f6 !important;
  box-shadow: inset 8px 8px 16px #d6dae2, inset -8px -8px 16px #ffffff !important;
  font-size: 16px;
  transition: box-shadow .2s ease, transform .1s ease;
}

.ttc-form #customForm textarea.form-control {
  min-height: 160px;
  resize: vertical;
  border-radius: 14px !important;
}

.ttc-form #customForm ::-moz-placeholder {
  color: #6b7280;
}

.ttc-form #customForm ::placeholder {
  color: #6b7280;
}

.ttc-form #customForm .form-control:focus {
  outline: none;
  box-shadow: inset 10px 10px 18px #cfd5df, inset -10px -10px 18px #ffffff !important;
  transform: translateY(-1px);
}

.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  font-size: 15px;
  font-weight: 700;
  border: 0;
  border-radius: 14px !important;
  background: #eef1f6;
  color: #2a2f3a;
  cursor: pointer;
  box-shadow: 10px 10px 20px #d3d7df, -10px -10px 20px #ffffff;
  transition: transform .1s ease, box-shadow .2s ease;
}

.ttc-form #customForm .btn:hover {
  transform: translateY(-1px);
  box-shadow: 12px 12px 24px #cfd4dd, -12px -12px 24px #ffffff;
}

.ttc-form #customForm small {
  font-size: 12px;
  color: #6b7280;
}

.ttc-form #customForm a {
  color: #2a2f3a;
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}

.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 {
  border: 0;
  background: #eef1f6;
  padding: 16px;
  border-radius: 14px !important;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 6px 6px 14px #d8dde6, inset -6px -6px 14px #ffffff;
}

.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: 15px;
  line-height: 1.6;
  color: #2a2f3a;
  font-family: inherit;
  cursor: pointer;
  margin: 0;
  flex-wrap: wrap;
  word-break: word-break;
}

.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: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #2a2f3a;
}

.ttc-form #customForm .alert {
  border-radius: 14px !important;
  font-size: 14px;
  border: 0;
  background: #eef1f6;
  box-shadow: inset 6px 6px 14px #d8dde6, inset -6px -6px 14px #ffffff;
}

@media (min-width: 992px) {
  .ttc-form { padding: 84px 0; }
}

@media (max-width: 767px) {
  .ttc-form { padding: 40px 16px; }
  .ttc-form .platebox { padding: 26px 20px; margin: 18px auto 0; max-width: 100%; }
  .ttc-form #customForm .form-control { font-size: 15px; padding: 12px 14px; margin-bottom: 16px; }
  .ttc-form #customForm .btn { width: 100%; font-size: 15px; padding: 14px 20px; }
}

@media (max-width: 420px) {
  .ttc-form .platebox { padding: 20px 14px; }
}
/* cssform-end */

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/neutralword5.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.padsegment.show {
  visibility: visible;
  opacity: 1;
}
