:root {

  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --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-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

*,
*::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);
}

 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* 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;
}

.unitbox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .unitbox {
    font-size: 5rem;
  }
}

.tilewrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .tilewrap {
    font-size: 4.5rem;
  }
}

.subunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .subunit {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .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-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.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);
}

.viewsegment {
  --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;
}
 .viewsegment .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 .viewsegment {
    flex-direction: row;
  }
  .navbar-expand-lg .viewsegment .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);
}

.wrapunit {
  --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);
}

.pathbox {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.quiz-section {
  background-image: url("images/clean1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .fieldcore {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .fieldcore img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



.quiz-section {
  background-image: url("images/clean1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.quiz-section {
  background-image: url("images/clean1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.infographic-section-title {
  font-style: normal;
  line-height: 1.3;
}

.infographic-section-subtitle {
  line-height: 1.3;
}

.sectionrow {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
.unitbox,
.tilewrap,
.subunit,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */

/*! Text-aligns */
.framewrap {
  text-align: left;
}

.wrap {
  text-align: center;
}

/*! Font-weight  */

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.infographic-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 .infographic-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .fieldcore 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 .viewsegment.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: 0.6rem 1.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;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .infographic-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

.routebox {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul,
ol {
  margin-bottom: 2.3125rem;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.item {
  position: relative;
}
.quiz-section {
  background-image: url("images/clean1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
@font-face {
  font-family: 'graphic2';
  font-display: swap;
  src:  url('fonts/submit2.eot');
  src:  url('fonts/submit2.eot') format('embedded-opentype'),
    url('fonts/submit2.ttf') format('truetype'),
    url('fonts/submit2.woff') format('woff'),
    url('fonts/submit2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.quiz-section {
  background-image: url("images/clean1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
body {
  font-family: Syne;
}
.unitbox {
  font-family: 'Syne', sans-serif;
  font-size: 3.5rem;
  line-height: .89;
  letter-spacing: -0.05em;
}
.tilewrap {
  font-family: 'Syne', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.06em;
}
.subunit {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.56;
  letter-spacing: -0.01em;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.159rem;
  line-height: 1.53;
  letter-spacing: -0.01em;
}
/* ---- 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) {
  .unitbox {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .unitbox {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .tilewrap {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .subunit {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9272rem;
    font-size: calc( 1.05565rem + (1.159 - 1.05565) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.05565rem + (1.159 - 1.05565) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 200px;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #37c0ff !important;
  border-color: #37c0ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus {
  color: #ffffff !important;
  background-color: #0099df !important;
  border-color: #0099df !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0099df !important;
  border-color: #0099df !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c7c7c7 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.wrapunit {
  background-color: #70c770;
}
.pathbox {
  background-color: #9d5578;
}
a,
a:hover {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.01em;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.infographic-section-btn .btn {
  min-width: 148px;
  max-height: 55px;
  font-weight: 400;
  box-shadow: none;
}
.infographic-section-btn .btn:hover {
  box-shadow: none;
}
.strip {
  background-color: transparent;
}
.strip .navbar-dropdown {
  background-color: #1b3664 !important;
  padding: 0;
}
.strip .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .strip .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .strip .menu_box .navbar-collapse {
    background-color: #1b3664 !important;
    transition: all 0s ease 0s;
  }
}
.strip .navbar-dropdown {
  position: relative !important;
}
.strip .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.strip .btn:hover {
  box-shadow: none;
}
.strip .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .strip .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .strip .nav-item {
    margin: 0 !important;
  }
}
.strip .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.strip .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.strip .nav-item .nav-link:hover::before,
.strip .nav-item .nav-link:focus::before {
  width: 100%;
}
.strip .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.strip .container {
  display: flex;
  margin: auto;
}
.strip .viewsegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .strip .viewsegment {
    margin: 0;
  }
}
.strip .nav-item:focus,
.strip .nav-link:focus {
  outline: none;
}
.strip .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .strip .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.strip .navbar .fieldcore img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.strip .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .strip .navbar .nav-item {
    padding: .5rem 0;
  }
  .strip .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .strip .navbar .nav-item .nav-link::before {
    display: none;
  }
  .strip .navbar .fieldcore img {
    height: 3rem !important;
  }
  .strip .navbar ul.viewsegment {
    overflow: hidden;
  }
  .strip .navbar ul.viewsegment li {
    margin: 0;
  }
  .strip .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .strip .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.strip .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.strip .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.strip .navbar-brand .fieldcore a {
  outline: none;
}
.strip .navbar-expand-lg .viewsegment .nav-link {
  margin: 8px 12px !important;
}
.strip ul.viewsegment {
  flex-wrap: wrap;
  padding: 0;
}
.strip button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b3664;
  background: #37c0ff;
}
.strip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.strip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.strip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.strip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.strip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.strip a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .strip .navbar {
    height: 70px;
  }
  .strip .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.strip .navbar-dropdown .fieldcore {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .strip .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.strip .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .strip .viewsegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.strip .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #37c0ff;
}
.strip .infographic-section-subtitle {
  color: #000000;
  text-align: center;
}
.strip .navbar-caption {
  color: #000000;
}
.strip .sectionrow {
  color: #9a9a9a;
  text-align: center;
}
.strip .infographic-section-subtitle,
.strip .infographic-section-btn {
  text-align: center;
}
.strip a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.layoutcell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b1d3c;
}
.layoutcell .inner {
  padding: 0 2rem;
}
.layoutcell .inner .infographic-section-subtitle {
  margin-bottom: 29px;
  letter-spacing: -0.04ch;
}
@media (max-width: 992px) {
  .layoutcell .inner .infographic-section-subtitle {
    margin-bottom: 16px;
  }
}
.layoutcell .inner .infographic-section-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .layoutcell .inner .infographic-section-title {
    margin-bottom: 14px;
  }
}
.layoutcell .inner .sectionrow {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .layoutcell .inner .sectionrow {
    margin-bottom: 16px;
  }
}
.layoutcell .inner .infographic-section-btn {
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .layoutcell .inner .infographic-section-btn {
    margin-bottom: 16px;
  }
}
.layoutcell .inner img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .layoutcell .inner img {
    max-height: 300px;
  }
}
.layoutcell .infographic-section-title {
  color: #1c314e;
}
.layoutcell .infographic-section-subtitle {
  color: #1c314e;
  text-align: center;
}
.layoutcell .sectionrow {
  color: #ffffff;
  text-align: center;
}
.layoutcell .infographic-section-title,
.layoutcell .infographic-section-btn {
  text-align: center;
  color: #ffffff;
}
.rowgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
}
.rowgrid .headbox {
  padding: 80px 90px;
  background-color: #0b1d3c;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .rowgrid .headbox {
    display: block;
    padding: 32px 16px;
  }
}
.rowgrid .headbox .topbox {
  width: 50%;
}
@media (max-width: 992px) {
  .rowgrid .headbox .topbox {
    margin-bottom: 24px;
    width: 100%;
  }
}
.rowgrid .headbox .topbox .card-wrapper {
  position: relative;
  padding: 48px;
  -webkit-flex: inherit;
  width: 100%;
  background-color: #1b3664;
}
@media (max-width: 1200px) {
  .rowgrid .headbox .topbox .card-wrapper {
    padding: 48px 16px;
  }
}
@media (max-width: 992px) {
  .rowgrid .headbox .topbox .card-wrapper {
    padding: 32px 16px;
  }
}
.rowgrid .headbox .topbox .card-wrapper .infographic-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .rowgrid .headbox .topbox .card-wrapper .infographic-section-title {
    margin-bottom: 24px;
  }
}
.rowgrid .headbox .topbox .card-wrapper .sectionrow {
  margin-bottom: 0;
}
.rowgrid .headbox .topbox .infographic-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .rowgrid .headbox .topbox .infographic-section-btn {
    margin-top: 16px;
  }
}
.rowgrid .headbox .nodeband {
  width: 45%;
}
@media (max-width: 992px) {
  .rowgrid .headbox .nodeband {
    width: 100%;
  }
}
.rowgrid .headbox .nodeband img {
  height: 580px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .rowgrid .headbox .nodeband img {
    height: 350px;
  }
}
.rowgrid .infographic-section-title {
  color: #050f0f;
}
.rowgrid .sectionrow {
  color: #ffffff;
  text-align: center;
}
.rowgrid .infographic-section-btn {
  text-align: center;
}
.rowgrid .infographic-section-title,
.rowgrid .infographic-section-btn {
  text-align: center;
  color: #ffffff;
}
.alignwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #37c0ff;
  background-color: #0b1d3c;
}
.alignwrap .headbox {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .alignwrap .headbox {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .alignwrap .headbox {
    padding: 0;
  }
}
.alignwrap .headbox .card-wrapper {
  display: flex;
  border: 2px solid #37c0ff;
}
@media (max-width: 992px) {
  .alignwrap .headbox .card-wrapper {
    display: block;
  }
}
.alignwrap .headbox .card-wrapper .nodeband {
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .alignwrap .headbox .card-wrapper .nodeband {
    width: 100%;
  }
}
.alignwrap .headbox .card-wrapper .nodeband img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .alignwrap .headbox .card-wrapper .nodeband img {
    height: 350px;
  }
}
.alignwrap .headbox .card-wrapper .card-wrap {
  padding: 108px;
  width: 50%;
  border-left: 2px solid #37c0ff;
}
@media (max-width: 1440px) {
  .alignwrap .headbox .card-wrapper .card-wrap {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .alignwrap .headbox .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .alignwrap .headbox .card-wrapper .card-wrap {
    border-left: none;
    border-top: 2px solid #37c0ff;
  }
}
.alignwrap .headbox .card-wrapper .card-wrap .infographic-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .alignwrap .headbox .card-wrapper .card-wrap .infographic-section-title {
    margin-bottom: 32px;
  }
}
.alignwrap .headbox .card-wrapper .card-wrap .sectionrow {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .alignwrap .headbox .card-wrapper .card-wrap .sectionrow {
    margin-bottom: 32px;
  }
}
.alignwrap .headbox .card-wrapper .card-wrap .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.alignwrap .headbox .card-wrapper .card-wrap .list .item-wrap {
  padding-left: 44px;
  position: relative;
  margin-bottom: 20px;
}
.alignwrap .headbox .card-wrapper .card-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.alignwrap .headbox .card-wrapper .card-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #37c0ff;
  border-radius: 100%;
  box-shadow: -5px 5px 0 #37c0ff;
}
.alignwrap .infographic-section-title {
  color: #ffffff;
}
.alignwrap .sectionrow {
  color: #ffffff;
  text-align: center;
}
.alignwrap .list {
  color: #ffffff;
}
.alignwrap .infographic-section-title,
.alignwrap .infographic-section-btn {
  text-align: center;
}
.alignwrap .list,
.alignwrap .item-wrap {
  text-align: center;
}
.framecore {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0d1d39;
}
.framecore .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .framecore .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .framecore .container {
    padding: 0 6px;
  }
}
.framecore .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #0e203e;
}
@media (max-width: 1440px) {
  .framecore .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .framecore .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .framecore .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .framecore .row {
    padding: 50px 30px;
  }
}
.framecore .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.framecore .inner {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .framecore .inner {
    padding: 0;
  }
}
.framecore .inner .infographic-section-title {
  margin-bottom: 50px;
}
.framecore .inner .infographic-section-title span {
  color: #ffffff;
}
.framecore .inner .infographic-section-btn .btn {
  margin-bottom: 0;
}
.framecore .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .framecore .list-wrapper {
    padding: 0;
  }
}
.framecore .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.framecore .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.framecore .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framecore .list-wrapper .list .item-wrap:hover,
.framecore .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.framecore .inset {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #37c0ff;
}
.framecore .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.framecore .infographic-section-title {
  color: #ffffff;
}
.framecore .list {
  color: #ffffff;
}
.framecore .infographic-section-title,
.framecore .infographic-section-btn {
  text-align: center;
}
.framecore .list,
.framecore .item-wrap {
  text-align: center;
}
.strip {
  background-color: transparent;
}
.strip .navbar-dropdown {
  background-color: #1b3664 !important;
  padding: 0;
}
.strip .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .strip .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .strip .menu_box .navbar-collapse {
    background-color: #1b3664 !important;
    transition: all 0s ease 0s;
  }
}
.strip .navbar-dropdown {
  position: relative !important;
}
.strip .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.strip .btn:hover {
  box-shadow: none;
}
.strip .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .strip .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .strip .nav-item {
    margin: 0 !important;
  }
}
.strip .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.strip .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.strip .nav-item .nav-link:hover::before,
.strip .nav-item .nav-link:focus::before {
  width: 100%;
}
.strip .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.strip .container {
  display: flex;
  margin: auto;
}
.strip .viewsegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .strip .viewsegment {
    margin: 0;
  }
}
.strip .nav-item:focus,
.strip .nav-link:focus {
  outline: none;
}
.strip .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .strip .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.strip .navbar .fieldcore img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.strip .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .strip .navbar .nav-item {
    padding: .5rem 0;
  }
  .strip .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .strip .navbar .nav-item .nav-link::before {
    display: none;
  }
  .strip .navbar .fieldcore img {
    height: 3rem !important;
  }
  .strip .navbar ul.viewsegment {
    overflow: hidden;
  }
  .strip .navbar ul.viewsegment li {
    margin: 0;
  }
  .strip .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .strip .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.strip .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.strip .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.strip .navbar-brand .fieldcore a {
  outline: none;
}
.strip .navbar-expand-lg .viewsegment .nav-link {
  margin: 8px 12px !important;
}
.strip ul.viewsegment {
  flex-wrap: wrap;
  padding: 0;
}
.strip button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b3664;
  background: #37c0ff;
}
.strip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.strip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.strip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.strip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.strip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.strip a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .strip .navbar {
    height: 70px;
  }
  .strip .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.strip .navbar-dropdown .fieldcore {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .strip .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.strip .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .strip .viewsegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.strip .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #37c0ff;
}
.strip .infographic-section-subtitle {
  color: #000000;
  text-align: center;
}
.strip .navbar-caption {
  color: #000000;
}
.strip .sectionrow {
  color: #9a9a9a;
  text-align: center;
}
.strip .infographic-section-subtitle,
.strip .infographic-section-btn {
  text-align: center;
}
.strip a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.contentrow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/dry1.jpg");
}
.contentrow .headbox {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .contentrow .headbox {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .contentrow .headbox {
    width: 100%;
  }
}
.contentrow .headbox .infographic-section-title {
  margin-bottom: 24px;
}
.contentrow .headbox .sectionrow {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .contentrow .headbox .sectionrow {
    margin-bottom: 24px;
  }
}
.contentrow .infographic-section-title {
  color: #181824;
}
.contentrow .sectionrow {
  color: #ffffff;
  text-align: center;
}
.contentrow .infographic-section-title,
.contentrow .infographic-section-btn {
  text-align: center;
}
.contentrow .infographic-section-title,
.contentrow .infographic-section-btn {
  color: #ffffff;
}
.linedock {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0e203e;
}
.linedock .row {
  position: relative;
}
.linedock .row .blur-circle {
  position: absolute;
  top: 25%;
  left: 34%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #37c0ff 50%, #0e203e);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .linedock .row .blur-circle {
    display: none;
  }
}
.linedock .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .linedock .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .linedock .row {
    padding: 0 24px;
  }
}
.linedock .row {
  justify-content: center;
}
.linedock .inner {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .linedock .inner {
    margin-bottom: 32px;
  }
}
.linedock .inner .infographic-section-title {
  margin-bottom: 10px;
}
.linedock .inner .infographic-section-title span {
  position: relative;
  z-index: 1;
}
.linedock .inner .infographic-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffb639;
  z-index: -1;
}
.linedock .inner .sectionrow {
  margin-bottom: 0;
}
.linedock .card {
  position: relative;
  z-index: 1;
  padding: 64px;
  border-radius: 0;
}
.linedock .card .infographic-card-title {
  margin-bottom: 30px;
}
.linedock .card .infographic-card-text {
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  .linedock .card {
    padding: 32px;
  }
}
.linedock .card.first {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-bottom-right-radius: 16px;
}
.linedock .card.last {
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-top-left-radius: 16px;
}
.linedock .infographic-section-title {
  color: #111111;
  text-align: center;
}
.linedock .sectionrow {
  color: #111111;
  text-align: center;
}
.linedock .infographic-card-title {
  color: #111111;
}
.linedock .infographic-card-text {
  color: #ffffff;
  text-align: center;
}
.linedock .infographic-card-title,
.linedock .infographic-section-btn {
  text-align: center;
  color: #ffffff;
}
.tracebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
}
.tracebox .headbox {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .tracebox .headbox {
    margin-bottom: 20px;
  }
}
.tracebox .headbox .inner .infographic-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tracebox .headbox .inner .infographic-section-title {
    width: 100%;
  }
}
.tracebox .cards {
  margin: 0 -10px;
}
.tracebox .cards .card {
  padding: 0 10px;
}
.tracebox .card-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .tracebox .card-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    min-height: 250px;
  }
}
.tracebox .card-wrapper .nodeband img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tracebox .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.tracebox .card-wrapper .infographic-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.tracebox .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.tracebox .card-wrapper .text-wrapper .sectionrow {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tracebox .card-wrapper .text-wrapper .sectionrow {
    width: 100%;
  }
}
.tracebox .shellcore .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .tracebox .shellcore .item {
    margin-bottom: 15px;
  }
}
.tracebox .shellcore .item:last-child {
  margin-bottom: 0 !important;
}
.tracebox .shellcore .item .item-wrapper {
  padding: 30px;
  background-color: #1b3664;
}
@media (max-width: 992px) {
  .tracebox .shellcore .item .item-wrapper {
    padding: 15px;
  }
}
.tracebox .shellcore .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.tracebox .shellcore .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .tracebox .shellcore .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.tracebox .shellcore .item .item-wrapper .card-box .infographic-section-btn .btn {
  margin-bottom: 0;
}
.tracebox .infographic-section-title {
  color: #000000;
}
.tracebox .infographic-section-subtitle {
  color: #ffffff;
}
.tracebox .sectionrow {
  color: #ffffff;
}
.tracebox .card-title {
  color: #000000;
}
.tracebox .card-text {
  color: #000000;
}
.tracebox .card-title,
.tracebox .infographic-section-btn {
  text-align: center;
  color: #ffffff;
}
.tracebox .card-text,
.tracebox .text-wrap {
  text-align: center;
  color: #ffffff;
}
.bodycore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0e203e;
}
.bodycore .row {
  position: relative;
}
.bodycore .row .blur-circle {
  position: absolute;
  top: 25%;
  left: 34%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #37c0ff 50%, #0e203e);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .bodycore .row .blur-circle {
    display: none;
  }
}
.bodycore .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .bodycore .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .bodycore .row {
    padding: 0 24px;
  }
}
.bodycore .row {
  justify-content: center;
}
.bodycore .inner {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .bodycore .inner {
    margin-bottom: 32px;
  }
}
.bodycore .inner .infographic-section-title {
  margin-bottom: 10px;
}
.bodycore .inner .infographic-section-title span {
  position: relative;
  z-index: 1;
}
.bodycore .inner .infographic-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffb639;
  z-index: -1;
}
.bodycore .inner .sectionrow {
  margin-bottom: 0;
}
.bodycore .card {
  position: relative;
  z-index: 1;
  padding: 64px;
  border-radius: 0;
}
.bodycore .card .infographic-card-title {
  margin-bottom: 30px;
}
.bodycore .card .infographic-card-text {
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  .bodycore .card {
    padding: 32px;
  }
}
.bodycore .card.first {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-bottom-right-radius: 16px;
}
.bodycore .card.last {
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-top-left-radius: 16px;
}
.bodycore .infographic-section-title {
  color: #111111;
  text-align: center;
}
.bodycore .sectionrow {
  color: #111111;
  text-align: center;
}
.bodycore .infographic-card-title {
  color: #111111;
}
.bodycore .infographic-card-text {
  color: #ffffff;
  text-align: center;
}
.bodycore .infographic-card-title,
.bodycore .infographic-section-btn {
  text-align: center;
  color: #ffffff;
}
.sectioncore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
}
.sectioncore .headbox {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .sectioncore .headbox {
    margin-bottom: 20px;
  }
}
.sectioncore .headbox .inner .infographic-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sectioncore .headbox .inner .infographic-section-title {
    width: 100%;
  }
}
.sectioncore .cards {
  margin: 0 -10px;
}
.sectioncore .cards .card {
  padding: 0 10px;
}
.sectioncore .card-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .sectioncore .card-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    min-height: 250px;
  }
}
.sectioncore .card-wrapper .nodeband img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectioncore .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.sectioncore .card-wrapper .infographic-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.sectioncore .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.sectioncore .card-wrapper .text-wrapper .sectionrow {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .sectioncore .card-wrapper .text-wrapper .sectionrow {
    width: 100%;
  }
}
.sectioncore .shellcore .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .sectioncore .shellcore .item {
    margin-bottom: 15px;
  }
}
.sectioncore .shellcore .item:last-child {
  margin-bottom: 0 !important;
}
.sectioncore .shellcore .item .item-wrapper {
  padding: 30px;
  background-color: #1b3664;
}
@media (max-width: 992px) {
  .sectioncore .shellcore .item .item-wrapper {
    padding: 15px;
  }
}
.sectioncore .shellcore .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.sectioncore .shellcore .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .sectioncore .shellcore .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.sectioncore .shellcore .item .item-wrapper .card-box .infographic-section-btn .btn {
  margin-bottom: 0;
}
.sectioncore .infographic-section-title {
  color: #000000;
}
.sectioncore .infographic-section-subtitle {
  color: #ffffff;
}
.sectioncore .sectionrow {
  color: #ffffff;
}
.sectioncore .card-title {
  color: #000000;
}
.sectioncore .card-text {
  color: #000000;
}
.sectioncore .card-title,
.sectioncore .infographic-section-btn {
  text-align: center;
  color: #ffffff;
}
.sectioncore .card-text,
.sectioncore .text-wrap {
  text-align: center;
  color: #ffffff;
}
.framecore {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0d1d39;
}
.framecore .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .framecore .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .framecore .container {
    padding: 0 6px;
  }
}
.framecore .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #0e203e;
}
@media (max-width: 1440px) {
  .framecore .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .framecore .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .framecore .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .framecore .row {
    padding: 50px 30px;
  }
}
.framecore .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.framecore .inner {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .framecore .inner {
    padding: 0;
  }
}
.framecore .inner .infographic-section-title {
  margin-bottom: 50px;
}
.framecore .inner .infographic-section-title span {
  color: #ffffff;
}
.framecore .inner .infographic-section-btn .btn {
  margin-bottom: 0;
}
.framecore .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .framecore .list-wrapper {
    padding: 0;
  }
}
.framecore .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.framecore .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.framecore .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framecore .list-wrapper .list .item-wrap:hover,
.framecore .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.framecore .inset {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #37c0ff;
}
.framecore .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.framecore .infographic-section-title {
  color: #ffffff;
}
.framecore .list {
  color: #ffffff;
}
.framecore .infographic-section-title,
.framecore .infographic-section-btn {
  text-align: center;
}
.framecore .list,
.framecore .item-wrap {
  text-align: center;
}
.strip {
  background-color: transparent;
}
.strip .navbar-dropdown {
  background-color: #1b3664 !important;
  padding: 0;
}
.strip .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .strip .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .strip .menu_box .navbar-collapse {
    background-color: #1b3664 !important;
    transition: all 0s ease 0s;
  }
}
.strip .navbar-dropdown {
  position: relative !important;
}
.strip .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.strip .btn:hover {
  box-shadow: none;
}
.strip .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .strip .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .strip .nav-item {
    margin: 0 !important;
  }
}
.strip .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.strip .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.strip .nav-item .nav-link:hover::before,
.strip .nav-item .nav-link:focus::before {
  width: 100%;
}
.strip .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.strip .container {
  display: flex;
  margin: auto;
}
.strip .viewsegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .strip .viewsegment {
    margin: 0;
  }
}
.strip .nav-item:focus,
.strip .nav-link:focus {
  outline: none;
}
.strip .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .strip .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.strip .navbar .fieldcore img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.strip .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .strip .navbar .nav-item {
    padding: .5rem 0;
  }
  .strip .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .strip .navbar .nav-item .nav-link::before {
    display: none;
  }
  .strip .navbar .fieldcore img {
    height: 3rem !important;
  }
  .strip .navbar ul.viewsegment {
    overflow: hidden;
  }
  .strip .navbar ul.viewsegment li {
    margin: 0;
  }
  .strip .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .strip .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.strip .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.strip .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.strip .navbar-brand .fieldcore a {
  outline: none;
}
.strip .navbar-expand-lg .viewsegment .nav-link {
  margin: 8px 12px !important;
}
.strip ul.viewsegment {
  flex-wrap: wrap;
  padding: 0;
}
.strip button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b3664;
  background: #37c0ff;
}
.strip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.strip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.strip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.strip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.strip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.strip a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .strip .navbar {
    height: 70px;
  }
  .strip .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.strip .navbar-dropdown .fieldcore {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .strip .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.strip .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .strip .viewsegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.strip .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #37c0ff;
}
.strip .infographic-section-subtitle {
  color: #000000;
  text-align: center;
}
.strip .navbar-caption {
  color: #000000;
}
.strip .sectionrow {
  color: #9a9a9a;
  text-align: center;
}
.strip .infographic-section-subtitle,
.strip .infographic-section-btn {
  text-align: center;
}
.strip a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.blockwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
  overflow: hidden;
  position: relative;
}
.blockwrap img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .blockwrap img {
    height: 400px;
  }
}
.blockwrap .card {
  justify-content: flex-end;
}
.blockwrap .inner {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .blockwrap .inner {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .blockwrap .inner {
    margin-bottom: 35px;
  }
}
.blockwrap .inner .infographic-section-title {
  margin-bottom: 10px;
}
.blockwrap .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .blockwrap .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .blockwrap .text-wrapper {
    margin-bottom: 35px;
  }
}
.blockwrap .text-wrapper .sectionrow {
  margin-bottom: 0;
}
.blockwrap .nodeband {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .blockwrap .nodeband {
    min-height: 400px;
  }
}
.blockwrap .nodeband .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.blockwrap .nodeband .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #1b3664;
  width: 55%;
}
@media (max-width: 992px) {
  .blockwrap .nodeband .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.blockwrap .infographic-section-title {
  color: #000000;
}
.blockwrap .sectionrow {
  color: #ffffff;
  text-align: center;
}
.blockwrap .card-text {
  color: #000000;
}
.blockwrap .infographic-section-title,
.blockwrap .infographic-section-btn {
  text-align: center;
  color: #ffffff;
}
.blockwrap .card-text,
.blockwrap .card-wrapper {
  text-align: center;
  color: #ffffff;
}
.viewwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
}
.viewwrap .inner {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .viewwrap .inner {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .viewwrap .inner {
    width: 100%;
    margin-bottom: 28px;
  }
}
.viewwrap .inner .infographic-section-title {
  margin-bottom: 0;
}
.viewwrap .inner .sectionrow {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .viewwrap .inner .sectionrow {
    margin-top: 18px;
  }
}
.viewwrap .shellcore {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.viewwrap .shellcore .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .viewwrap .shellcore .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .viewwrap .shellcore .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.viewwrap .shellcore .item .item-wrapper {
  padding: 46px;
  height: 100%;
  background-color: #1b3664;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 570px;
  position: relative;
}
@media (max-width: 992px) {
  .viewwrap .shellcore .item .item-wrapper {
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .viewwrap .shellcore .item .item-wrapper {
    min-height: 350px;
  }
}
.viewwrap .shellcore .item .item-wrapper .holdlayer {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: linear-gradient(90deg, #37c0ff, #37c0ff, #37c0ff);
  border-radius: 100%;
  filter: blur(4rem);
}
.viewwrap .shellcore .item .item-wrapper .gradient_1 {
  right: -250px;
  bottom: -250px;
}
.viewwrap .shellcore .item .item-wrapper .gradient_2 {
  bottom: -200px;
}
.viewwrap .shellcore .item .item-wrapper .gradient_3 {
  left: -250px;
  bottom: -250px;
}
.viewwrap .shellcore .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.viewwrap .shellcore .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.viewwrap .shellcore .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.viewwrap .shellcore .item .item-wrapper .infographic-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  width: 100%;
}
.viewwrap .shellcore .item .item-wrapper .infographic-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}
.viewwrap .infographic-section-title {
  color: #1a0b54;
  text-align: center;
}
.viewwrap .infographic-section-subtitle {
  color: #1a0b54;
  text-align: center;
}
.viewwrap .sectionrow {
  color: #a997ce;
  text-align: center;
}
.viewwrap .item-title {
  color: #ffffff;
  text-align: center;
}
.viewwrap .item-text {
  color: #ffffff;
  text-align: center;
}
.shell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
}
.shell .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.shell .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.shell .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.shell .infographic-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.shell .infographic-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.shell .wrapperbox {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .shell .wrapperbox {
    flex-wrap: wrap;
  }
}
.shell .card {
  width: 33.33333333%;
  border-radius: 0;
}
.shell .card:not(:first-child) {
  border-left: 1px solid #37c0ff;
}
@media (max-width: 767px) {
  .shell .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #37c0ff;
  }
}
@media (max-width: 767px) {
  .shell .card {
    width: 100%;
  }
}
.shell .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .shell .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .shell .card-box {
    flex-wrap: wrap;
  }
}
.shell .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .shell .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .shell .img-container {
    width: 100%;
  }
}
.shell .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #1b3664;
  border-radius: 50%;
}
.shell .nodeband {
  position: relative;
  z-index: 5;
  width: 100%;
}
.shell .nodeband img {
  width: auto;
  max-width: 70%;
  height: 420px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1399px) {
  .shell .nodeband img {
    height: 330px;
  }
}
@media (max-width: 1199px) {
  .shell .nodeband img {
    height: 279px;
  }
}
@media (max-width: 991px) {
  .shell .nodeband img {
    height: 222px;
  }
}
@media (max-width: 767px) {
  .shell .nodeband img {
    height: auto;
  }
}
.shell .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .shell .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .shell .card-container {
    width: 100%;
  }
}
.shell .card-title {
  color: #ffffff;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .shell .card-title {
    text-align: left !important;
  }
}
.shell .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .shell .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .shell .infographic-section-btn {
    text-align: left !important;
  }
}
.shell .card-text,
.shell .infographic-section-btn {
  color: #ffffff;
}
.segment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
}
.segment .inner {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .segment .inner {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .segment .inner {
    width: 100%;
    margin-bottom: 28px;
  }
}
.segment .inner .infographic-section-title {
  margin-bottom: 0;
}
.segment .inner .sectionrow {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .segment .inner .sectionrow {
    margin-top: 18px;
  }
}
.segment .shellcore {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.segment .shellcore .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .segment .shellcore .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .segment .shellcore .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.segment .shellcore .item .item-wrapper {
  padding: 46px;
  height: 100%;
  background-color: #1b3664;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 570px;
  position: relative;
}
@media (max-width: 992px) {
  .segment .shellcore .item .item-wrapper {
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .segment .shellcore .item .item-wrapper {
    min-height: 350px;
  }
}
.segment .shellcore .item .item-wrapper .holdlayer {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: linear-gradient(90deg, #37c0ff, #37c0ff, #37c0ff);
  border-radius: 100%;
  filter: blur(4rem);
}
.segment .shellcore .item .item-wrapper .gradient_1 {
  right: -250px;
  bottom: -250px;
}
.segment .shellcore .item .item-wrapper .gradient_2 {
  bottom: -200px;
}
.segment .shellcore .item .item-wrapper .gradient_3 {
  left: -250px;
  bottom: -250px;
}
.segment .shellcore .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.segment .shellcore .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.segment .shellcore .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.segment .shellcore .item .item-wrapper .infographic-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  width: 100%;
}
.segment .shellcore .item .item-wrapper .infographic-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}
.segment .infographic-section-title {
  color: #1a0b54;
  text-align: center;
}
.segment .infographic-section-subtitle {
  color: #1a0b54;
  text-align: center;
}
.segment .sectionrow {
  color: #a997ce;
  text-align: center;
}
.segment .item-title {
  color: #ffffff;
  text-align: center;
}
.segment .item-text {
  color: #ffffff;
  text-align: center;
}
.blocklayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
}
.blocklayer .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.blocklayer .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.blocklayer .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.blocklayer .infographic-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.blocklayer .infographic-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.blocklayer .wrapperbox {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .blocklayer .wrapperbox {
    flex-wrap: wrap;
  }
}
.blocklayer .card {
  width: 33.33333333%;
  border-radius: 0;
}
.blocklayer .card:not(:first-child) {
  border-left: 1px solid #37c0ff;
}
@media (max-width: 767px) {
  .blocklayer .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #37c0ff;
  }
}
@media (max-width: 767px) {
  .blocklayer .card {
    width: 100%;
  }
}
.blocklayer .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .blocklayer .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .blocklayer .card-box {
    flex-wrap: wrap;
  }
}
.blocklayer .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blocklayer .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .blocklayer .img-container {
    width: 100%;
  }
}
.blocklayer .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #1b3664;
  border-radius: 50%;
}
.blocklayer .nodeband {
  position: relative;
  z-index: 5;
  width: 100%;
}
.blocklayer .nodeband img {
  width: auto;
  max-width: 70%;
  height: 420px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1399px) {
  .blocklayer .nodeband img {
    height: 330px;
  }
}
@media (max-width: 1199px) {
  .blocklayer .nodeband img {
    height: 279px;
  }
}
@media (max-width: 991px) {
  .blocklayer .nodeband img {
    height: 222px;
  }
}
@media (max-width: 767px) {
  .blocklayer .nodeband img {
    height: auto;
  }
}
.blocklayer .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .blocklayer .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .blocklayer .card-container {
    width: 100%;
  }
}
.blocklayer .card-title {
  color: #ffffff;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .blocklayer .card-title {
    text-align: left !important;
  }
}
.blocklayer .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .blocklayer .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .blocklayer .infographic-section-btn {
    text-align: left !important;
  }
}
.blocklayer .card-text,
.blocklayer .infographic-section-btn {
  color: #ffffff;
}
.framecore {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0d1d39;
}
.framecore .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .framecore .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .framecore .container {
    padding: 0 6px;
  }
}
.framecore .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #0e203e;
}
@media (max-width: 1440px) {
  .framecore .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .framecore .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .framecore .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .framecore .row {
    padding: 50px 30px;
  }
}
.framecore .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.framecore .inner {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .framecore .inner {
    padding: 0;
  }
}
.framecore .inner .infographic-section-title {
  margin-bottom: 50px;
}
.framecore .inner .infographic-section-title span {
  color: #ffffff;
}
.framecore .inner .infographic-section-btn .btn {
  margin-bottom: 0;
}
.framecore .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .framecore .list-wrapper {
    padding: 0;
  }
}
.framecore .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.framecore .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.framecore .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framecore .list-wrapper .list .item-wrap:hover,
.framecore .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.framecore .inset {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #37c0ff;
}
.framecore .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.framecore .infographic-section-title {
  color: #ffffff;
}
.framecore .list {
  color: #ffffff;
}
.framecore .infographic-section-title,
.framecore .infographic-section-btn {
  text-align: center;
}
.framecore .list,
.framecore .item-wrap {
  text-align: center;
}
.strip {
  background-color: transparent;
}
.strip .navbar-dropdown {
  background-color: #1b3664 !important;
  padding: 0;
}
.strip .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .strip .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .strip .menu_box .navbar-collapse {
    background-color: #1b3664 !important;
    transition: all 0s ease 0s;
  }
}
.strip .navbar-dropdown {
  position: relative !important;
}
.strip .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.strip .btn:hover {
  box-shadow: none;
}
.strip .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .strip .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .strip .nav-item {
    margin: 0 !important;
  }
}
.strip .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.strip .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.strip .nav-item .nav-link:hover::before,
.strip .nav-item .nav-link:focus::before {
  width: 100%;
}
.strip .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.strip .container {
  display: flex;
  margin: auto;
}
.strip .viewsegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .strip .viewsegment {
    margin: 0;
  }
}
.strip .nav-item:focus,
.strip .nav-link:focus {
  outline: none;
}
.strip .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .strip .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.strip .navbar .fieldcore img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.strip .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .strip .navbar .nav-item {
    padding: .5rem 0;
  }
  .strip .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .strip .navbar .nav-item .nav-link::before {
    display: none;
  }
  .strip .navbar .fieldcore img {
    height: 3rem !important;
  }
  .strip .navbar ul.viewsegment {
    overflow: hidden;
  }
  .strip .navbar ul.viewsegment li {
    margin: 0;
  }
  .strip .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .strip .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.strip .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.strip .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.strip .navbar-brand .fieldcore a {
  outline: none;
}
.strip .navbar-expand-lg .viewsegment .nav-link {
  margin: 8px 12px !important;
}
.strip ul.viewsegment {
  flex-wrap: wrap;
  padding: 0;
}
.strip button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b3664;
  background: #37c0ff;
}
.strip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.strip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.strip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.strip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.strip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.strip a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .strip .navbar {
    height: 70px;
  }
  .strip .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.strip .navbar-dropdown .fieldcore {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .strip .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.strip .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .strip .viewsegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.strip .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #37c0ff;
}
.strip .infographic-section-subtitle {
  color: #000000;
  text-align: center;
}
.strip .navbar-caption {
  color: #000000;
}
.strip .sectionrow {
  color: #9a9a9a;
  text-align: center;
}
.strip .infographic-section-subtitle,
.strip .infographic-section-btn {
  text-align: center;
}
.strip a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.tilebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
}
.tilebox .topbox {
  margin: 0;
}
.tilebox .topbox .card {
  padding: 0;
  justify-content: center;
}
.tilebox .headbox {
  padding: 0 112px;
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .tilebox .headbox {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .tilebox .headbox {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .tilebox .headbox {
    padding: 0;
    margin-bottom: 32px;
  }
}
.tilebox .headbox .infographic-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tilebox .headbox .infographic-section-title {
    margin-bottom: 32px;
  }
}
.tilebox .headbox .text-wrapper .sectionrow {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .tilebox .headbox .text-wrapper .sectionrow {
    width: 100%;
    margin-bottom: 32px;
  }
}
.tilebox .nodeband {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #37c0ff;
  padding-left: 64px;
}
@media (max-width: 1440px) {
  .tilebox .nodeband {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .tilebox .nodeband {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .tilebox .nodeband {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #37c0ff;
    padding-top: 22px;
  }
}
.tilebox .nodeband img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .tilebox .nodeband img {
    height: 350px;
  }
}
.tilebox .infographic-section-title {
  color: #c10b02;
}
.tilebox .sectionrow,
.tilebox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.tilebox .infographic-section-title,
.tilebox .infographic-section-btn {
  text-align: center;
  color: #ffffff;
}
.framecore {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0d1d39;
}
.framecore .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .framecore .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .framecore .container {
    padding: 0 6px;
  }
}
.framecore .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #0e203e;
}
@media (max-width: 1440px) {
  .framecore .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .framecore .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .framecore .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .framecore .row {
    padding: 50px 30px;
  }
}
.framecore .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.framecore .inner {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .framecore .inner {
    padding: 0;
  }
}
.framecore .inner .infographic-section-title {
  margin-bottom: 50px;
}
.framecore .inner .infographic-section-title span {
  color: #ffffff;
}
.framecore .inner .infographic-section-btn .btn {
  margin-bottom: 0;
}
.framecore .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .framecore .list-wrapper {
    padding: 0;
  }
}
.framecore .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.framecore .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.framecore .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framecore .list-wrapper .list .item-wrap:hover,
.framecore .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.framecore .inset {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #37c0ff;
}
.framecore .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.framecore .infographic-section-title {
  color: #ffffff;
}
.framecore .list {
  color: #ffffff;
}
.framecore .infographic-section-title,
.framecore .infographic-section-btn {
  text-align: center;
}
.framecore .list,
.framecore .item-wrap {
  text-align: center;
}
.strip {
  background-color: transparent;
}
.strip .navbar-dropdown {
  background-color: #1b3664 !important;
  padding: 0;
}
.strip .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .strip .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .strip .menu_box .navbar-collapse {
    background-color: #1b3664 !important;
    transition: all 0s ease 0s;
  }
}
.strip .navbar-dropdown {
  position: relative !important;
}
.strip .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.strip .btn:hover {
  box-shadow: none;
}
.strip .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .strip .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .strip .nav-item {
    margin: 0 !important;
  }
}
.strip .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.strip .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.strip .nav-item .nav-link:hover::before,
.strip .nav-item .nav-link:focus::before {
  width: 100%;
}
.strip .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.strip .container {
  display: flex;
  margin: auto;
}
.strip .viewsegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .strip .viewsegment {
    margin: 0;
  }
}
.strip .nav-item:focus,
.strip .nav-link:focus {
  outline: none;
}
.strip .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .strip .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.strip .navbar .fieldcore img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.strip .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .strip .navbar .nav-item {
    padding: .5rem 0;
  }
  .strip .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .strip .navbar .nav-item .nav-link::before {
    display: none;
  }
  .strip .navbar .fieldcore img {
    height: 3rem !important;
  }
  .strip .navbar ul.viewsegment {
    overflow: hidden;
  }
  .strip .navbar ul.viewsegment li {
    margin: 0;
  }
  .strip .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .strip .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.strip .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.strip .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.strip .navbar-brand .fieldcore a {
  outline: none;
}
.strip .navbar-expand-lg .viewsegment .nav-link {
  margin: 8px 12px !important;
}
.strip ul.viewsegment {
  flex-wrap: wrap;
  padding: 0;
}
.strip button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b3664;
  background: #37c0ff;
}
.strip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.strip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.strip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.strip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.strip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.strip a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .strip .navbar {
    height: 70px;
  }
  .strip .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.strip .navbar-dropdown .fieldcore {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .strip .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.strip .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .strip .viewsegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.strip .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #37c0ff;
}
.strip .infographic-section-subtitle {
  color: #000000;
  text-align: center;
}
.strip .navbar-caption {
  color: #000000;
}
.strip .sectionrow {
  color: #9a9a9a;
  text-align: center;
}
.strip .infographic-section-subtitle,
.strip .infographic-section-btn {
  text-align: center;
}
.strip a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.unitgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
}
.unitgrid .headbox .infographic-section-title {
  margin-bottom: 40px;
}
.unitgrid .headbox .text-wrapper {
  margin-bottom: 30px;
}
.unitgrid .headbox .text-wrapper .sectionrow {
  display: inline-block;
  width: 40%;
}
@media (max-width: 992px) {
  .unitgrid .headbox .text-wrapper .sectionrow {
    width: 100%;
  }
}
.unitgrid .nodeband {
  margin-top: 40px;
  display: flex;
}
@media (max-width: 992px) {
  .unitgrid .nodeband {
    justify-content: center;
  }
}
.unitgrid .nodeband img {
  width: 540px;
  height: 540px;
  border-radius: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .unitgrid .nodeband img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .unitgrid .nodeband img {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 768px) {
  .unitgrid .nodeband img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.unitgrid .form {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .unitgrid .form {
    justify-content: center;
  }
}
.unitgrid .form img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .unitgrid .form img {
    width: 540px;
    height: 540px;
  }
}
@media (max-width: 1200px) {
  .unitgrid .form img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .unitgrid .form img {
    width: 260px;
    height: 260px;
  }
}
.unitgrid .infographic-section-title {
  color: #ffffff;
}
.unitgrid .sectionrow,
.unitgrid .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.unitgrid .infographic-section-title,
.unitgrid .infographic-section-btn {
  text-align: center;
}
.layoutgrid {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #1b3664;
}
@media (min-width: 992px) {
  .layoutgrid .col-padding {
    padding-right: 4rem;
  }
}
.layoutgrid .gridunitbox {
  background: #0e203e;
  padding: 2rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3rem;
  margin-bottom: 2rem;
  border-bottom-left-radius: 0;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 767px) {
  .layoutgrid .gridunitbox {
    max-width: 80%;
  }
}
.layoutgrid .outerpad {
  background: #0b1d3c;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: auto;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 767px) {
  .layoutgrid .outerpad {
    max-width: 80%;
  }
}
.layoutgrid .infographic-section-title {
  text-align: center;
  color: #ffffff;
}
.layoutgrid .sectionrow {
  color: #ffffff;
  text-align: center;
}
.casing {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
}
@media (max-width: 992px) {
  .casing .container {
    padding: 0 16px;
  }
}
.casing .nodeband {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1b3664;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .casing .nodeband {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.casing .nodeband img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .casing .nodeband img {
    height: 300px;
  }
}
.casing .text-wrapper .infographic-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .casing .text-wrapper .infographic-section-title {
    margin-bottom: 20px;
  }
}
.casing .text-wrapper .sectionrow {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .casing .text-wrapper .sectionrow {
    margin-bottom: 20px;
  }
}
.casing .sectionrow {
  text-align: center;
  color: #ffffff;
}
.casing .infographic-section-title,
.casing .infographic-section-btn {
  text-align: center;
  color: #ffffff;
}
.packlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b3664;
}
.packlayer .container,
.packlayer .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .packlayer .container,
  .packlayer .container-fluid {
    padding: 0 20px;
  }
}
.packlayer .inner {
  padding: 50px 0;
  border-top: 1px solid #37c0ff;
  border-bottom: 1px solid #37c0ff;
}
@media (max-width: 992px) {
  .packlayer .inner {
    padding: 25px 0;
  }
}
.packlayer .inner .areawrap {
  padding: 60px 90px 30px;
  background-color: #0e203e;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .packlayer .inner .areawrap {
    padding: 50px 20px;
  }
}
.packlayer .inner .areawrap .infographic-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .packlayer .inner .areawrap .infographic-section-title {
    margin-bottom: 20px;
  }
}
.packlayer .inner .areawrap .sectionrow {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .packlayer .inner .areawrap .sectionrow {
    margin-bottom: 20px;
  }
}
.packlayer .infographic-section-title {
  color: #3d4045;
}
.packlayer .sectionrow {
  color: #ffffff;
  text-align: center;
}
.packlayer .infographic-section-btn {
  text-align: right;
}
.packlayer .infographic-section-title,
.packlayer .infographic-section-btn {
  text-align: center;
  color: #ffffff;
}
.framecore {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0d1d39;
}
.framecore .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .framecore .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .framecore .container {
    padding: 0 6px;
  }
}
.framecore .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #0e203e;
}
@media (max-width: 1440px) {
  .framecore .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .framecore .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .framecore .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .framecore .row {
    padding: 50px 30px;
  }
}
.framecore .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.framecore .inner {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .framecore .inner {
    padding: 0;
  }
}
.framecore .inner .infographic-section-title {
  margin-bottom: 50px;
}
.framecore .inner .infographic-section-title span {
  color: #ffffff;
}
.framecore .inner .infographic-section-btn .btn {
  margin-bottom: 0;
}
.framecore .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .framecore .list-wrapper {
    padding: 0;
  }
}
.framecore .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.framecore .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.framecore .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framecore .list-wrapper .list .item-wrap:hover,
.framecore .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.framecore .inset {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #37c0ff;
}
.framecore .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.framecore .infographic-section-title {
  color: #ffffff;
}
.framecore .list {
  color: #ffffff;
}
.framecore .infographic-section-title,
.framecore .infographic-section-btn {
  text-align: center;
}
.framecore .list,
.framecore .item-wrap {
  text-align: center;
}
.strip {
  background-color: transparent;
}
.strip .navbar-dropdown {
  background-color: #1b3664 !important;
  padding: 0;
}
.strip .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .strip .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .strip .menu_box .navbar-collapse {
    background-color: #1b3664 !important;
    transition: all 0s ease 0s;
  }
}
.strip .navbar-dropdown {
  position: relative !important;
}
.strip .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.strip .btn:hover {
  box-shadow: none;
}
.strip .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .strip .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .strip .nav-item {
    margin: 0 !important;
  }
}
.strip .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.strip .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.strip .nav-item .nav-link:hover::before,
.strip .nav-item .nav-link:focus::before {
  width: 100%;
}
.strip .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.strip .container {
  display: flex;
  margin: auto;
}
.strip .viewsegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .strip .viewsegment {
    margin: 0;
  }
}
.strip .nav-item:focus,
.strip .nav-link:focus {
  outline: none;
}
.strip .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .strip .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.strip .navbar .fieldcore img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.strip .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .strip .navbar .nav-item {
    padding: .5rem 0;
  }
  .strip .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .strip .navbar .nav-item .nav-link::before {
    display: none;
  }
  .strip .navbar .fieldcore img {
    height: 3rem !important;
  }
  .strip .navbar ul.viewsegment {
    overflow: hidden;
  }
  .strip .navbar ul.viewsegment li {
    margin: 0;
  }
  .strip .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .strip .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.strip .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.strip .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.strip .navbar-brand .fieldcore a {
  outline: none;
}
.strip .navbar-expand-lg .viewsegment .nav-link {
  margin: 8px 12px !important;
}
.strip ul.viewsegment {
  flex-wrap: wrap;
  padding: 0;
}
.strip button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b3664;
  background: #37c0ff;
}
.strip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.strip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.strip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.strip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.strip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.strip a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .strip .navbar {
    height: 70px;
  }
  .strip .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.strip .navbar-dropdown .fieldcore {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .strip .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.strip .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .strip .viewsegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.strip .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #37c0ff;
}
.strip .infographic-section-subtitle {
  color: #000000;
  text-align: center;
}
.strip .navbar-caption {
  color: #000000;
}
.strip .sectionrow {
  color: #9a9a9a;
  text-align: center;
}
.strip .infographic-section-subtitle,
.strip .infographic-section-btn {
  text-align: center;
}
.strip a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.fieldwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wet1.jpg");
}
.fieldwrap .shellcore {
  justify-content: center;
}
.fieldwrap .headbox .infographic-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .fieldwrap .headbox .infographic-section-title {
    margin-bottom: 24px;
  }
}
.fieldwrap .headbox .infographic-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .fieldwrap .headbox .infographic-section-subtitle {
    margin-bottom: 24px;
  }
}
.fieldwrap .infographic-section-title {
  color: #272b2e;
  text-align: center;
}
.fieldwrap .infographic-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.fieldwrap .infographic-section-title,
.fieldwrap .infographic-section-btn {
  color: #ffffff;
}
.framecore {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0d1d39;
}
.framecore .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .framecore .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .framecore .container {
    padding: 0 6px;
  }
}
.framecore .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #0e203e;
}
@media (max-width: 1440px) {
  .framecore .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .framecore .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .framecore .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .framecore .row {
    padding: 50px 30px;
  }
}
.framecore .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.framecore .inner {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .framecore .inner {
    padding: 0;
  }
}
.framecore .inner .infographic-section-title {
  margin-bottom: 50px;
}
.framecore .inner .infographic-section-title span {
  color: #ffffff;
}
.framecore .inner .infographic-section-btn .btn {
  margin-bottom: 0;
}
.framecore .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .framecore .list-wrapper {
    padding: 0;
  }
}
.framecore .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.framecore .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.framecore .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framecore .list-wrapper .list .item-wrap:hover,
.framecore .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.framecore .inset {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #37c0ff;
}
.framecore .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.framecore .infographic-section-title {
  color: #ffffff;
}
.framecore .list {
  color: #ffffff;
}
.framecore .infographic-section-title,
.framecore .infographic-section-btn {
  text-align: center;
}
.framecore .list,
.framecore .item-wrap {
  text-align: center;
}
.strip {
  background-color: transparent;
}
.strip .navbar-dropdown {
  background-color: #1b3664 !important;
  padding: 0;
}
.strip .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .strip .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .strip .menu_box .navbar-collapse {
    background-color: #1b3664 !important;
    transition: all 0s ease 0s;
  }
}
.strip .navbar-dropdown {
  position: relative !important;
}
.strip .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.strip .btn:hover {
  box-shadow: none;
}
.strip .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .strip .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .strip .nav-item {
    margin: 0 !important;
  }
}
.strip .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.strip .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.strip .nav-item .nav-link:hover::before,
.strip .nav-item .nav-link:focus::before {
  width: 100%;
}
.strip .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.strip .container {
  display: flex;
  margin: auto;
}
.strip .viewsegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .strip .viewsegment {
    margin: 0;
  }
}
.strip .nav-item:focus,
.strip .nav-link:focus {
  outline: none;
}
.strip .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .strip .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.strip .navbar .fieldcore img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.strip .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .strip .navbar .nav-item {
    padding: .5rem 0;
  }
  .strip .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .strip .navbar .nav-item .nav-link::before {
    display: none;
  }
  .strip .navbar .fieldcore img {
    height: 3rem !important;
  }
  .strip .navbar ul.viewsegment {
    overflow: hidden;
  }
  .strip .navbar ul.viewsegment li {
    margin: 0;
  }
  .strip .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .strip .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.strip .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.strip .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.strip .navbar-brand .fieldcore a {
  outline: none;
}
.strip .navbar-expand-lg .viewsegment .nav-link {
  margin: 8px 12px !important;
}
.strip ul.viewsegment {
  flex-wrap: wrap;
  padding: 0;
}
.strip button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b3664;
  background: #37c0ff;
}
.strip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.strip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.strip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.strip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.strip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.strip a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .strip .navbar {
    height: 70px;
  }
  .strip .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.strip .navbar-dropdown .fieldcore {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .strip .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.strip .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .strip .viewsegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.strip .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #37c0ff;
}
.strip .infographic-section-subtitle {
  color: #000000;
  text-align: center;
}
.strip .navbar-caption {
  color: #000000;
}
.strip .sectionrow {
  color: #9a9a9a;
  text-align: center;
}
.strip .infographic-section-subtitle,
.strip .infographic-section-btn {
  text-align: center;
}
.strip a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.fieldsetwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
  overflow: hidden;
}
.fieldsetwrap .item {
  position: relative;
}
.fieldsetwrap .item .domunit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #37c0ff 10%, #37c0ff 50%, #0e203e 100%);
  filter: blur(1rem);
}
.fieldsetwrap .item .domunit::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0e203e;
  filter: blur(1rem);
}
.fieldsetwrap .headbox {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .fieldsetwrap .headbox {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .fieldsetwrap .headbox {
    width: 100%;
  }
}
.fieldsetwrap .headbox .infographic-section-title {
  margin-bottom: 0;
}
.fieldsetwrap .headbox .text-wrapper .sectionrow {
  margin-top: 24px;
  margin-bottom: 0;
}
.fieldsetwrap .headbox .infographic-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .fieldsetwrap .headbox .infographic-section-btn {
    margin-top: 24px;
  }
}
.fieldsetwrap .infographic-section-title {
  color: #181824;
}
.fieldsetwrap .sectionrow,
.fieldsetwrap .text-wrapper {
  color: #54547e;
  text-align: center;
}
.fieldsetwrap .infographic-section-title,
.fieldsetwrap .infographic-section-btn {
  text-align: center;
}
.fieldsetwrap .infographic-section-title,
.fieldsetwrap .infographic-section-btn {
  color: #ffffff;
}
.holder {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
}
.holder .headbox .sectionrow {
  margin-bottom: 22px;
}
.holder .sectionrow {
  color: #ffffff;
}
.holder .infographic-section-btn {
  text-align: center;
}
.framecore {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0d1d39;
}
.framecore .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .framecore .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .framecore .container {
    padding: 0 6px;
  }
}
.framecore .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #0e203e;
}
@media (max-width: 1440px) {
  .framecore .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .framecore .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .framecore .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .framecore .row {
    padding: 50px 30px;
  }
}
.framecore .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.framecore .inner {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .framecore .inner {
    padding: 0;
  }
}
.framecore .inner .infographic-section-title {
  margin-bottom: 50px;
}
.framecore .inner .infographic-section-title span {
  color: #ffffff;
}
.framecore .inner .infographic-section-btn .btn {
  margin-bottom: 0;
}
.framecore .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .framecore .list-wrapper {
    padding: 0;
  }
}
.framecore .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.framecore .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.framecore .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framecore .list-wrapper .list .item-wrap:hover,
.framecore .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.framecore .inset {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #37c0ff;
}
.framecore .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.framecore .infographic-section-title {
  color: #ffffff;
}
.framecore .list {
  color: #ffffff;
}
.framecore .infographic-section-title,
.framecore .infographic-section-btn {
  text-align: center;
}
.framecore .list,
.framecore .item-wrap {
  text-align: center;
}
.noteunit {
  background-color: transparent;
}
.noteunit .navbar-dropdown {
  background-color: #1b3664 !important;
  padding: 0;
}
.noteunit .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .noteunit .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .noteunit .menu_box .navbar-collapse {
    background-color: #1b3664 !important;
    transition: all 0s ease 0s;
  }
}
.noteunit .navbar-dropdown {
  position: relative !important;
}
.noteunit .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.noteunit .btn:hover {
  box-shadow: none;
}
.noteunit .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .noteunit .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .noteunit .nav-item {
    margin: 0 !important;
  }
}
.noteunit .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.noteunit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.noteunit .nav-item .nav-link:hover::before,
.noteunit .nav-item .nav-link:focus::before {
  width: 100%;
}
.noteunit .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.noteunit .container {
  display: flex;
  margin: auto;
}
.noteunit .viewsegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .noteunit .viewsegment {
    margin: 0;
  }
}
.noteunit .nav-item:focus,
.noteunit .nav-link:focus {
  outline: none;
}
.noteunit .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .noteunit .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.noteunit .navbar .fieldcore img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.noteunit .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .noteunit .navbar .nav-item {
    padding: .5rem 0;
  }
  .noteunit .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .noteunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .noteunit .navbar .fieldcore img {
    height: 3rem !important;
  }
  .noteunit .navbar ul.viewsegment {
    overflow: hidden;
  }
  .noteunit .navbar ul.viewsegment li {
    margin: 0;
  }
  .noteunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .noteunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.noteunit .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.noteunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.noteunit .navbar-brand .fieldcore a {
  outline: none;
}
.noteunit .navbar-expand-lg .viewsegment .nav-link {
  margin: 8px 12px !important;
}
.noteunit ul.viewsegment {
  flex-wrap: wrap;
  padding: 0;
}
.noteunit button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b3664;
  background: #37c0ff;
}
.noteunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.noteunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.noteunit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.noteunit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.noteunit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.noteunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .noteunit .navbar {
    height: 70px;
  }
  .noteunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.noteunit .navbar-dropdown .fieldcore {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .noteunit .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.noteunit .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .noteunit .viewsegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.noteunit .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #37c0ff;
}
.noteunit .infographic-section-subtitle {
  color: #000000;
  text-align: center;
}
.noteunit .navbar-caption {
  color: #000000;
}
.noteunit .sectionrow {
  color: #9a9a9a;
  text-align: center;
}
.noteunit .infographic-section-subtitle,
.noteunit .infographic-section-btn {
  text-align: center;
}
.noteunit a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.partlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
  overflow: hidden;
}
.partlayer .item {
  position: relative;
}
.partlayer .item .domunit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #37c0ff 10%, #37c0ff 50%, #0e203e 100%);
  filter: blur(1rem);
}
.partlayer .item .domunit::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0e203e;
  filter: blur(1rem);
}
.partlayer .headbox {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .partlayer .headbox {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .partlayer .headbox {
    width: 100%;
  }
}
.partlayer .headbox .infographic-section-title {
  margin-bottom: 0;
}
.partlayer .headbox .text-wrapper .sectionrow {
  margin-top: 24px;
  margin-bottom: 0;
}
.partlayer .headbox .infographic-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .partlayer .headbox .infographic-section-btn {
    margin-top: 24px;
  }
}
.partlayer .infographic-section-title {
  color: #181824;
}
.partlayer .sectionrow,
.partlayer .text-wrapper {
  color: #54547e;
  text-align: center;
}
.partlayer .infographic-section-title,
.partlayer .infographic-section-btn {
  text-align: center;
}
.partlayer .infographic-section-title,
.partlayer .infographic-section-btn {
  color: #ffffff;
}
.chunk {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
}
.chunk .headbox .sectionrow {
  margin-bottom: 22px;
}
.chunk .sectionrow {
  color: #ffffff;
}
.chunk .infographic-section-btn {
  text-align: center;
}
.framecore {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0d1d39;
}
.framecore .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .framecore .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .framecore .container {
    padding: 0 6px;
  }
}
.framecore .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #0e203e;
}
@media (max-width: 1440px) {
  .framecore .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .framecore .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .framecore .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .framecore .row {
    padding: 50px 30px;
  }
}
.framecore .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.framecore .inner {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .framecore .inner {
    padding: 0;
  }
}
.framecore .inner .infographic-section-title {
  margin-bottom: 50px;
}
.framecore .inner .infographic-section-title span {
  color: #ffffff;
}
.framecore .inner .infographic-section-btn .btn {
  margin-bottom: 0;
}
.framecore .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .framecore .list-wrapper {
    padding: 0;
  }
}
.framecore .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.framecore .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.framecore .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framecore .list-wrapper .list .item-wrap:hover,
.framecore .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.framecore .inset {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #37c0ff;
}
.framecore .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.framecore .infographic-section-title {
  color: #ffffff;
}
.framecore .list {
  color: #ffffff;
}
.framecore .infographic-section-title,
.framecore .infographic-section-btn {
  text-align: center;
}
.framecore .list,
.framecore .item-wrap {
  text-align: center;
}
.holdwrap {
  background-color: transparent;
}
.holdwrap .navbar-dropdown {
  background-color: #1b3664 !important;
  padding: 0;
}
.holdwrap .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .holdwrap .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .holdwrap .menu_box .navbar-collapse {
    background-color: #1b3664 !important;
    transition: all 0s ease 0s;
  }
}
.holdwrap .navbar-dropdown {
  position: relative !important;
}
.holdwrap .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.holdwrap .btn:hover {
  box-shadow: none;
}
.holdwrap .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .holdwrap .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .holdwrap .nav-item {
    margin: 0 !important;
  }
}
.holdwrap .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.holdwrap .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.holdwrap .nav-item .nav-link:hover::before,
.holdwrap .nav-item .nav-link:focus::before {
  width: 100%;
}
.holdwrap .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.holdwrap .container {
  display: flex;
  margin: auto;
}
.holdwrap .viewsegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .holdwrap .viewsegment {
    margin: 0;
  }
}
.holdwrap .nav-item:focus,
.holdwrap .nav-link:focus {
  outline: none;
}
.holdwrap .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .holdwrap .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.holdwrap .navbar .fieldcore img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.holdwrap .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .holdwrap .navbar .nav-item {
    padding: .5rem 0;
  }
  .holdwrap .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .holdwrap .navbar .nav-item .nav-link::before {
    display: none;
  }
  .holdwrap .navbar .fieldcore img {
    height: 3rem !important;
  }
  .holdwrap .navbar ul.viewsegment {
    overflow: hidden;
  }
  .holdwrap .navbar ul.viewsegment li {
    margin: 0;
  }
  .holdwrap .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .holdwrap .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.holdwrap .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.holdwrap .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.holdwrap .navbar-brand .fieldcore a {
  outline: none;
}
.holdwrap .navbar-expand-lg .viewsegment .nav-link {
  margin: 8px 12px !important;
}
.holdwrap ul.viewsegment {
  flex-wrap: wrap;
  padding: 0;
}
.holdwrap button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b3664;
  background: #37c0ff;
}
.holdwrap button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.holdwrap button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.holdwrap button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.holdwrap button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.holdwrap button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.holdwrap a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .holdwrap .navbar {
    height: 70px;
  }
  .holdwrap .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.holdwrap .navbar-dropdown .fieldcore {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .holdwrap .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.holdwrap .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .holdwrap .viewsegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.holdwrap .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #37c0ff;
}
.holdwrap .infographic-section-subtitle {
  color: #000000;
  text-align: center;
}
.holdwrap .navbar-caption {
  color: #000000;
}
.holdwrap .sectionrow {
  color: #9a9a9a;
  text-align: center;
}
.holdwrap .infographic-section-subtitle,
.holdwrap .infographic-section-btn {
  text-align: center;
}
.holdwrap a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.topwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
  overflow: hidden;
}
.topwrap .item {
  position: relative;
}
.topwrap .item .domunit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #37c0ff 10%, #37c0ff 50%, #0e203e 100%);
  filter: blur(1rem);
}
.topwrap .item .domunit::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0e203e;
  filter: blur(1rem);
}
.topwrap .headbox {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .topwrap .headbox {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .topwrap .headbox {
    width: 100%;
  }
}
.topwrap .headbox .infographic-section-title {
  margin-bottom: 0;
}
.topwrap .headbox .text-wrapper .sectionrow {
  margin-top: 24px;
  margin-bottom: 0;
}
.topwrap .headbox .infographic-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .topwrap .headbox .infographic-section-btn {
    margin-top: 24px;
  }
}
.topwrap .infographic-section-title {
  color: #181824;
}
.topwrap .sectionrow,
.topwrap .text-wrapper {
  color: #54547e;
  text-align: center;
}
.topwrap .infographic-section-title,
.topwrap .infographic-section-btn {
  text-align: center;
}
.topwrap .infographic-section-title,
.topwrap .infographic-section-btn {
  color: #ffffff;
}
.col {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
}
.col .headbox .sectionrow {
  margin-bottom: 22px;
}
.col .sectionrow {
  color: #ffffff;
}
.col .infographic-section-btn {
  text-align: center;
}
.framecore {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0d1d39;
}
.framecore .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .framecore .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .framecore .container {
    padding: 0 6px;
  }
}
.framecore .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #0e203e;
}
@media (max-width: 1440px) {
  .framecore .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .framecore .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .framecore .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .framecore .row {
    padding: 50px 30px;
  }
}
.framecore .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.framecore .inner {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .framecore .inner {
    padding: 0;
  }
}
.framecore .inner .infographic-section-title {
  margin-bottom: 50px;
}
.framecore .inner .infographic-section-title span {
  color: #ffffff;
}
.framecore .inner .infographic-section-btn .btn {
  margin-bottom: 0;
}
.framecore .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .framecore .list-wrapper {
    padding: 0;
  }
}
.framecore .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.framecore .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.framecore .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framecore .list-wrapper .list .item-wrap:hover,
.framecore .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.framecore .inset {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #37c0ff;
}
.framecore .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.framecore .infographic-section-title {
  color: #ffffff;
}
.framecore .list {
  color: #ffffff;
}
.framecore .infographic-section-title,
.framecore .infographic-section-btn {
  text-align: center;
}
.framecore .list,
.framecore .item-wrap {
  text-align: center;
}
.boxsegment {
  background-color: transparent;
}
.boxsegment .navbar-dropdown {
  background-color: #1b3664 !important;
  padding: 0;
}
.boxsegment .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .boxsegment .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .boxsegment .menu_box .navbar-collapse {
    background-color: #1b3664 !important;
    transition: all 0s ease 0s;
  }
}
.boxsegment .navbar-dropdown {
  position: relative !important;
}
.boxsegment .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.boxsegment .btn:hover {
  box-shadow: none;
}
.boxsegment .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .boxsegment .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .boxsegment .nav-item {
    margin: 0 !important;
  }
}
.boxsegment .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.boxsegment .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.boxsegment .nav-item .nav-link:hover::before,
.boxsegment .nav-item .nav-link:focus::before {
  width: 100%;
}
.boxsegment .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.boxsegment .container {
  display: flex;
  margin: auto;
}
.boxsegment .viewsegment {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .boxsegment .viewsegment {
    margin: 0;
  }
}
.boxsegment .nav-item:focus,
.boxsegment .nav-link:focus {
  outline: none;
}
.boxsegment .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .boxsegment .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.boxsegment .navbar .fieldcore img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px !important;
}
.boxsegment .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boxsegment .navbar .nav-item {
    padding: .5rem 0;
  }
  .boxsegment .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .boxsegment .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxsegment .navbar .fieldcore img {
    height: 3rem !important;
  }
  .boxsegment .navbar ul.viewsegment {
    overflow: hidden;
  }
  .boxsegment .navbar ul.viewsegment li {
    margin: 0;
  }
  .boxsegment .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .boxsegment .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxsegment .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.boxsegment .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.boxsegment .navbar-brand .fieldcore a {
  outline: none;
}
.boxsegment .navbar-expand-lg .viewsegment .nav-link {
  margin: 8px 12px !important;
}
.boxsegment ul.viewsegment {
  flex-wrap: wrap;
  padding: 0;
}
.boxsegment button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #1b3664;
  background: #37c0ff;
}
.boxsegment button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.boxsegment button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.boxsegment button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.boxsegment button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.boxsegment button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.boxsegment a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxsegment .navbar {
    height: 70px;
  }
  .boxsegment .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxsegment .navbar-dropdown .fieldcore {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .boxsegment .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.boxsegment .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .boxsegment .viewsegment.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.boxsegment .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #37c0ff;
}
.boxsegment .infographic-section-subtitle {
  color: #000000;
  text-align: center;
}
.boxsegment .navbar-caption {
  color: #000000;
}
.boxsegment .sectionrow {
  color: #9a9a9a;
  text-align: center;
}
.boxsegment .infographic-section-subtitle,
.boxsegment .infographic-section-btn {
  text-align: center;
}
.boxsegment a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.clusterunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
  overflow: hidden;
}
.clusterunit .item {
  position: relative;
}
.clusterunit .item .domunit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #37c0ff 10%, #37c0ff 50%, #0e203e 100%);
  filter: blur(1rem);
}
.clusterunit .item .domunit::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0e203e;
  filter: blur(1rem);
}
.clusterunit .headbox {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .clusterunit .headbox {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .clusterunit .headbox {
    width: 100%;
  }
}
.clusterunit .headbox .infographic-section-title {
  margin-bottom: 0;
}
.clusterunit .headbox .text-wrapper .sectionrow {
  margin-top: 24px;
  margin-bottom: 0;
}
.clusterunit .headbox .infographic-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .clusterunit .headbox .infographic-section-btn {
    margin-top: 24px;
  }
}
.clusterunit .infographic-section-title {
  color: #181824;
}
.clusterunit .sectionrow,
.clusterunit .text-wrapper {
  color: #54547e;
  text-align: center;
}
.clusterunit .infographic-section-title,
.clusterunit .infographic-section-btn {
  text-align: center;
}
.clusterunit .infographic-section-title,
.clusterunit .infographic-section-btn {
  color: #ffffff;
}
.rootsegment {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #0e203e;
}
.rootsegment .headbox .sectionrow {
  margin-bottom: 22px;
}
.rootsegment .sectionrow {
  color: #ffffff;
}
.rootsegment .infographic-section-btn {
  text-align: center;
}
.framecore {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0d1d39;
}
.framecore .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .framecore .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .framecore .container {
    padding: 0 6px;
  }
}
.framecore .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #0e203e;
}
@media (max-width: 1440px) {
  .framecore .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .framecore .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .framecore .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .framecore .row {
    padding: 50px 30px;
  }
}
.framecore .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.framecore .inner {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .framecore .inner {
    padding: 0;
  }
}
.framecore .inner .infographic-section-title {
  margin-bottom: 50px;
}
.framecore .inner .infographic-section-title span {
  color: #ffffff;
}
.framecore .inner .infographic-section-btn .btn {
  margin-bottom: 0;
}
.framecore .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .framecore .list-wrapper {
    padding: 0;
  }
}
.framecore .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.framecore .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.framecore .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.framecore .list-wrapper .list .item-wrap:hover,
.framecore .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.framecore .inset {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #37c0ff;
}
.framecore .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.framecore .infographic-section-title {
  color: #ffffff;
}
.framecore .list {
  color: #ffffff;
}
.framecore .infographic-section-title,
.framecore .infographic-section-btn {
  text-align: center;
}
.framecore .list,
.framecore .item-wrap {
  text-align: center;
}

/* Base Cookie Banner */
.dockunit {
    visibility: hidden;
    opacity: 0;
    transition: opacity 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;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.dockunit.show {
    visibility: visible;
    opacity: 1;
}

.dockunit p {
    margin: 0;
    font-size: 14px;
}

.dockunit a {
    color: #424a4d;
    text-decoration: underline;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .dockunit {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
}
/* Finish Cookie Banner */
.dockunit {
    visibility: hidden;
    opacity: 0;
    transition: opacity 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;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.dockunit.show {
    visibility: visible;
    opacity: 1;
}

.dockunit p {
    margin: 0;
    font-size: 14px;
}

.dockunit a {
    color: #424a4d;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .dockunit {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
        bottom: 0;
    }
}

@media (max-width: 480px) {
    .dockunit {
        padding: 8px;
        gap: 8px;
        font-size: 12px;
    }
    .dockunit img {
        width: 30px;
        height: 30px;
    }
}

/* logoanimations */
@keyframes glow {
    0% {
        text-shadow: 0 0 5px #fff;
    }
    50% {
        text-shadow: 0 0 20px #ff0;
    }
    100% {
        text-shadow: 0 0 5px #fff;
    }
}

.navbar-brand {
    animation: glow 2s alternate;
}

.quiz-section {
  background-image: url("images/clean1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}
.dockunit.show {
  visibility: visible;
  opacity: 1;
}
