@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-black-rgb: 0, 0, 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-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}


th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.element {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .element {
    font-size: 5rem;
  }
}

.flexunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .flexunit {
    font-size: 4.5rem;
  }
}

.zonebox {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .zonebox {
    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-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.collapse:not(.show) {
  display: none;
}


.dropdown {
  position: relative;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.partwrapbox {
  --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;
}
.partwrapbox .nav-link.active, .partwrapbox .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 .partwrapbox {
    flex-direction: row;
  }
  .navbar-expand-lg .partwrapbox .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);
}

.wrapunitbox {
  --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);
}

.gridcell {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.visible {
  visibility: visible !important;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/bright1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .mainsegment {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .mainsegment img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/bright1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/bright1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.collaboration-section-title {
  font-style: normal;
  line-height: 1.3;
}

.collaboration-section-subtitle {
  line-height: 1.3;
}

.corewrap {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
.element,
.flexunit,
.zonebox,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */

/*! Text-aligns */
.dockband {
  text-align: left;
}

/*! Font-weight  */

.base {
  font-weight: 500;
}

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.collaboration-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

nav .collaboration-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

.base {
  font-weight: 500;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.rowsegment .flexbox {
  min-height: 100vh;
}

.rowsegment {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .mainsegment 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 .partwrapbox.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 .collaboration-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;
}

.flexbox {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  margin-bottom: 2.3125rem;
}

@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 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/bright1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@font-face {
  font-family: 'vector2';
  font-display: swap;
  src:  url('fonts/dashboard2.eot');
  src:  url('fonts/dashboard2.eot') format('embedded-opentype'),
    url('fonts/dashboard2.woff2') format('woff2'),
    url('fonts/dashboard2.woff') format('woff'),
    url('fonts/dashboard2.ttf') format('truetype'),
    url('fonts/dashboard2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/bright1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
body {
  font-family: Inter Tight;
}
.element {
  font-family: 'Archivo Black', sans-serif;
  font-size: 3.2rem;
  line-height: 120%;
  letter-spacing: 0.004rem;
}
.flexunit {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2rem;
  line-height: 120%;
}
.zonebox {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.95rem;
  line-height: 1;
}
.display-5 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.7rem;
  line-height: 1.77em;
  letter-spacing: 0.016rem;
}
.display-7 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.001rem;
}
/* ---- 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) {
  .element {
    font-size: 2.56rem;
  }
}
@media (max-width: 768px) {
  .element {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .flexunit {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .zonebox {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 3.125rem;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #07a1c4 !important;
  border-color: #07a1c4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #045c70 !important;
  border-color: #045c70 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #045c70 !important;
  border-color: #045c70 !important;
}
.text-primary {
  color: #000000 !important;
}
.text-success {
  color: #b0f0ff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4addff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !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;
}
.wrapunitbox {
  background-color: #70c770;
}
.gridcell {
  background-color: #0f7296;
}
a,
a:hover {
  color: #000000;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.95rem;
  line-height: 1;
  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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 400;
}
/* Forms */
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.collaboration-section-btn .btn {
  border: none;
  box-shadow: none;
  padding: 16px 40px;
  font-weight: 400;
}
.collaboration-section-btn .btn:hover {
  border: none;
  box-shadow: none;
}
.packunit .navbar-dropdown {
  position: relative !important;
}
.packunit .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .packunit .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.packunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.packunit .nav-link {
  position: relative;
}
.packunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .packunit .container {
    flex-wrap: nowrap;
  }
}
.packunit .nav-item:focus,
.packunit .nav-link:focus {
  outline: none;
}
.packunit .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.packunit .navbar .mainsegment img {
  width: auto;
}
.packunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .packunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .packunit .navbar .mainsegment img {
    height: 3rem !important;
  }
  .packunit .navbar ul.partwrapbox li {
    margin: auto;
  }
  .packunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .packunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.packunit .buildbox {
  background-color: #0f7296;
  padding: 10px;
}
.packunit .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.packunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.packunit .navbar-brand .navbar-caption:hover,
.packunit .navbar-brand .navbar-caption:focus {
  color: #6ebccf !important;
}
.packunit .navbar-brand .mainsegment a {
  outline: none;
}
.packunit .navbar-expand-lg .partwrapbox .nav-link {
  padding: 0;
}
.packunit ul.partwrapbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .packunit ul.partwrapbox {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.packunit .collaboration-section-btn.buildbox {
  padding: 0;
}
.packunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.packunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7296;
}
.packunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.packunit .navbar-dropdown {
  padding: 0 1rem;
}
.packunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .packunit .navbar {
    height: 70px;
  }
  .packunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.packunit .partwrapbox {
  justify-content: flex-end;
  margin: 0;
}
.packunit .nav-item {
  padding: 0;
  margin: 0;
}
.packunit .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 20px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.packunit .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.packunit .nav-item .nav-link:hover,
.packunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #6ebccf !important;
}
.packunit .nav-item .nav-link:hover::after,
.packunit .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.packunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .packunit .navbar {
    justify-content: flex-start !important;
  }
  .packunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .packunit .navbar-collapse .partwrapbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .packunit .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .packunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .packunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.packunit .areabox {
  min-height: 120px;
}
.gripbox {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #b0f0ff;
}
.gripbox .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .gripbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .gripbox .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .gripbox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .gripbox .container {
    padding: 0 12px;
  }
}
.gripbox .shellunit .collaboration-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .gripbox .shellunit .collaboration-section-title {
    margin-bottom: 24px;
  }
}
.gripbox .shellunit .collaboration-section-title span {
  padding: 6px 12px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .gripbox .shellunit .collaboration-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.gripbox .linedock {
  position: relative;
  display: flex;
  justify-content: center;
}
.gripbox .linedock img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .gripbox .linedock img {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .gripbox .linedock img {
    width: 350px;
    height: 350px;
  }
}
.gripbox .linedock .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #07a1c4;
  box-shadow: 4px 4px #07a1c4;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .gripbox .linedock .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.gripbox .linedock .card-wrapper .corewrap {
  margin-bottom: 24px;
}
.gripbox .collaboration-section-title {
  color: #222222;
  text-align: center;
}
.gripbox .corewrap {
  color: #222222;
}
.gripbox .corewrap,
.gripbox .collaboration-section-btn {
  text-align: center;
  color: #000000;
}
.gripbox .collaboration-section-title,
.gripbox .collaboration-section-btn {
  color: #0f7296;
}
.shiftbox {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #b0f0ff;
}
.shiftbox .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .shiftbox .container-fluid {
    padding: 0 12px;
  }
}
.shiftbox .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .shiftbox .container {
    padding: 0 20px;
  }
}
.shiftbox .row {
  border-top: 2px solid #07a1c4;
  border-bottom: 2px solid #07a1c4;
  margin-top: -2px;
}
.shiftbox .card {
  padding: 0;
}
.shiftbox .card:last-child {
  padding-left: 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .shiftbox .card:last-child {
    align-items: center;
    padding: 0;
    margin-bottom: 64px;
  }
}
.shiftbox .formunit {
  border-right: 2px solid #07a1c4;
  border-bottom: 2px solid #07a1c4;
  border-right: none;
  border-left: 2px solid #07a1c4;
}
.shiftbox .formunit:first-child {
  display: flex;
  justify-content: flex-end;
}
.shiftbox .formunit:first-child img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border: 2px solid #07a1c4;
}
.shiftbox .formunit:nth-child(2n) {
  border: none;
  border-left: 2px solid #07a1c4;
}
.shiftbox .formunit:nth-child(2n) img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 100%;
  border: 2px solid #07a1c4;
  border-right: none;
}
.shiftbox .formunit:last-child {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
}
@media (max-width: 992px) {
  .shiftbox .formunit:last-child {
    border-bottom: 2px solid #07a1c4;
  }
}
.shiftbox .formunit:last-child img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.shiftbox .shellunit .collaboration-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .shiftbox .shellunit .collaboration-section-title {
    padding: 64px 20px 0;
    margin-bottom: 50px;
  }
}
.shiftbox .cards {
  display: grid;
  grid-template-columns: 330px 330px;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
@media (max-width: 1300px) {
  .shiftbox .cards {
    grid-template-columns: 260px 260px;
  }
}
@media (max-width: 1200px) {
  .shiftbox .cards {
    grid-template-columns: 230px 230px;
  }
}
@media (max-width: 768px) {
  .shiftbox .cards {
    grid-template-columns: 230px;
  }
}
.shiftbox .cards .card-wrapper {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border: 2px solid #07a1c4;
}
.shiftbox .cards .card-wrapper .borderbox {
  width: 100%;
  margin-bottom: 0;
}
.shiftbox .cards .card-wrapper .root {
  width: 100%;
  margin-bottom: 0;
}
.shiftbox .collaboration-section-title {
  color: #0f7296;
  text-align: center;
}
.shiftbox .borderbox {
  color: #000000;
  text-align: center;
}
.shiftbox .root {
  color: #000000;
  text-align: center;
}
.modwrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #b0f0ff;
}
.modwrap .row {
  justify-content: center;
}
.modwrap .shellunit {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .modwrap .shellunit {
    margin-bottom: 30px;
  }
}
.modwrap .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .modwrap .item {
    margin-bottom: 16px;
  }
}
.modwrap .item .item-wrapper .layoutbox {
  padding: 26px 22px;
  background-color: #ffffff;
}
.modwrap .item .item-wrapper .layoutbox .fieldnode {
  display: inline-flex;
  align-items: center;
}
.modwrap .item .item-wrapper .layoutbox .fieldnode .card-title {
  margin-bottom: 0;
}
.modwrap .collaboration-section-title {
  color: #ffffff;
  text-align: center;
}
.modwrap .card-title {
  color: #000000;
}
.modwrap .collaboration-section-title,
.modwrap .collaboration-section-btn {
  color: #0f7296;
}
.modwrap .card-title,
.modwrap .layoutbox {
  text-align: center;
}
.notch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f7296;
}
.notch .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .notch .container-fluid {
    padding: 0 20px;
  }
}
.notch .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .notch .container {
    padding: 0 20px;
  }
}
.notch .list-wrapper .list,
.notch .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.notch .list-wrapper .list .item-wrap,
.notch .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.notch .list-wrapper .list .item-wrap:hover,
.notch .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .notch .list-wrapper .list .item-wrap,
  .notch .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.notch .logo-wrap img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.notch .collaboration-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .notch .collaboration-section-title {
    margin-bottom: 32px;
  }
}
.notch .text-wrapper {
  margin: 40px 0 22px;
}
.notch .text-wrapper .corewrap {
  margin-bottom: 0;
}
.notch .copy-wrapper .copyright {
  margin-bottom: 0;
}
.notch .collaboration-section-title,
.notch .logo-wrap {
  text-align: center;
}
.notch .list {
  color: #1d1d1d;
}
.notch .list_2 {
  color: #989898;
}
.notch .corewrap {
  color: #ffffff;
  text-align: center;
}
.notch .copyright {
  color: #ffffff;
  text-align: center;
}
.notch .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .notch .list-wrapper,
  .notch .list-wrapper_2 {
    text-align: center;
  }
}
.notch .list_2,
.notch .list-wrapper_2 {
  color: #ffffff;
}
.notch .list,
.notch .list-wrapper {
  color: #ffffff;
}
.packunit .navbar-dropdown {
  position: relative !important;
}
.packunit .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .packunit .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.packunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.packunit .nav-link {
  position: relative;
}
.packunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .packunit .container {
    flex-wrap: nowrap;
  }
}
.packunit .nav-item:focus,
.packunit .nav-link:focus {
  outline: none;
}
.packunit .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.packunit .navbar .mainsegment img {
  width: auto;
}
.packunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .packunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .packunit .navbar .mainsegment img {
    height: 3rem !important;
  }
  .packunit .navbar ul.partwrapbox li {
    margin: auto;
  }
  .packunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .packunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.packunit .buildbox {
  background-color: #0f7296;
  padding: 10px;
}
.packunit .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.packunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.packunit .navbar-brand .navbar-caption:hover,
.packunit .navbar-brand .navbar-caption:focus {
  color: #6ebccf !important;
}
.packunit .navbar-brand .mainsegment a {
  outline: none;
}
.packunit .navbar-expand-lg .partwrapbox .nav-link {
  padding: 0;
}
.packunit ul.partwrapbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .packunit ul.partwrapbox {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.packunit .collaboration-section-btn.buildbox {
  padding: 0;
}
.packunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.packunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7296;
}
.packunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.packunit .navbar-dropdown {
  padding: 0 1rem;
}
.packunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .packunit .navbar {
    height: 70px;
  }
  .packunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.packunit .partwrapbox {
  justify-content: flex-end;
  margin: 0;
}
.packunit .nav-item {
  padding: 0;
  margin: 0;
}
.packunit .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 20px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.packunit .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.packunit .nav-item .nav-link:hover,
.packunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #6ebccf !important;
}
.packunit .nav-item .nav-link:hover::after,
.packunit .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.packunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .packunit .navbar {
    justify-content: flex-start !important;
  }
  .packunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .packunit .navbar-collapse .partwrapbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .packunit .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .packunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .packunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.packunit .areabox {
  min-height: 120px;
}
.contentbox {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("images/smooth1.jpg");
}
@media (max-width: 767px) {
  .contentbox .col-content {
    text-align: center;
  }
}
.contentbox .collaboration-section-title {
  color: #0f7296;
  text-align: center;
}
.contentbox .collaboration-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.contentbox .collaboration-section-btn {
  margin-top: 22px;
}
.contentbox .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.contentbox .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .contentbox .text-item {
    text-align: center;
  }
}
.contentbox .corewrap {
  color: #0f7296;
  text-align: center;
}
.contentbox .collaboration-section-subtitle,
.contentbox .collaboration-section-btn {
  color: #000000;
  text-align: center;
}
.routebox {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #07a1c4;
}
.routebox .collaboration-section-title {
  text-align: center;
  color: #ffffff;
}
.routebox .corewrap {
  text-align: center;
  color: #ffffff;
}
.wrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b0f0ff;
}
.wrap .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .wrap .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .wrap .container {
    padding: 0 26px;
  }
}
.wrap .row {
  margin: 0;
}
@media (max-width: 992px) {
  .wrap .row {
    margin: 0 -12px;
  }
}
.wrap .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
  padding: 0 0 0 50px;
}
.wrap .card:first-child {
  border-right: 1px solid #07a1c4;
}
@media (max-width: 992px) {
  .wrap .card:first-child {
    border: none;
  }
}
.wrap .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #07a1c4;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .wrap .card:first-child::before {
    display: none;
  }
}
.wrap .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .wrap .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .wrap .card {
    padding: 0 12px;
  }
}
.wrap .card:last-child {
  padding: 0 50px 0 0;
}
@media (max-width: 992px) {
  .wrap .card:last-child {
    padding: 0 12px;
  }
}
.wrap .card:first-child {
  border-right: none;
  border-left: 1px solid #07a1c4;
}
@media (max-width: 992px) {
  .wrap .card:first-child {
    border: none;
  }
}
.wrap .card:first-child::before {
  right: auto;
  left: -8px;
}
@media (max-width: 992px) {
  .wrap .card:first-child::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .wrap .card {
    padding: 0 12px;
  }
}
.wrap .linedock {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .wrap .linedock {
    padding: 0 0 40px 0;
  }
}
.wrap .linedock img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .wrap .linedock img {
    height: 300px;
  }
}
.wrap .shellunit .tilecell {
  padding: 40px;
}
@media (max-width: 992px) {
  .wrap .shellunit .tilecell {
    padding: 0;
  }
}
.wrap .shellunit .tilecell .collaboration-section-title {
  margin-bottom: 18px;
}
.wrap .shellunit .tilecell .corewrap {
  margin-bottom: 0;
}
.wrap .collaboration-section-title {
  color: #0f7296;
  text-align: center;
}
.wrap .corewrap {
  color: #000000;
  text-align: center;
}
.module {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #07a1c4;
}
.module .collaboration-section-title {
  text-align: center;
  color: #ffffff;
}
.module .corewrap {
  text-align: center;
  color: #ffffff;
}
.notch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f7296;
}
.notch .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .notch .container-fluid {
    padding: 0 20px;
  }
}
.notch .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .notch .container {
    padding: 0 20px;
  }
}
.notch .list-wrapper .list,
.notch .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.notch .list-wrapper .list .item-wrap,
.notch .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.notch .list-wrapper .list .item-wrap:hover,
.notch .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .notch .list-wrapper .list .item-wrap,
  .notch .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.notch .logo-wrap img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.notch .collaboration-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .notch .collaboration-section-title {
    margin-bottom: 32px;
  }
}
.notch .text-wrapper {
  margin: 40px 0 22px;
}
.notch .text-wrapper .corewrap {
  margin-bottom: 0;
}
.notch .copy-wrapper .copyright {
  margin-bottom: 0;
}
.notch .collaboration-section-title,
.notch .logo-wrap {
  text-align: center;
}
.notch .list {
  color: #1d1d1d;
}
.notch .list_2 {
  color: #989898;
}
.notch .corewrap {
  color: #ffffff;
  text-align: center;
}
.notch .copyright {
  color: #ffffff;
  text-align: center;
}
.notch .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .notch .list-wrapper,
  .notch .list-wrapper_2 {
    text-align: center;
  }
}
.notch .list_2,
.notch .list-wrapper_2 {
  color: #ffffff;
}
.notch .list,
.notch .list-wrapper {
  color: #ffffff;
}
.packunit .navbar-dropdown {
  position: relative !important;
}
.packunit .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .packunit .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.packunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.packunit .nav-link {
  position: relative;
}
.packunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .packunit .container {
    flex-wrap: nowrap;
  }
}
.packunit .nav-item:focus,
.packunit .nav-link:focus {
  outline: none;
}
.packunit .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.packunit .navbar .mainsegment img {
  width: auto;
}
.packunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .packunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .packunit .navbar .mainsegment img {
    height: 3rem !important;
  }
  .packunit .navbar ul.partwrapbox li {
    margin: auto;
  }
  .packunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .packunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.packunit .buildbox {
  background-color: #0f7296;
  padding: 10px;
}
.packunit .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.packunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.packunit .navbar-brand .navbar-caption:hover,
.packunit .navbar-brand .navbar-caption:focus {
  color: #6ebccf !important;
}
.packunit .navbar-brand .mainsegment a {
  outline: none;
}
.packunit .navbar-expand-lg .partwrapbox .nav-link {
  padding: 0;
}
.packunit ul.partwrapbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .packunit ul.partwrapbox {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.packunit .collaboration-section-btn.buildbox {
  padding: 0;
}
.packunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.packunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7296;
}
.packunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.packunit .navbar-dropdown {
  padding: 0 1rem;
}
.packunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .packunit .navbar {
    height: 70px;
  }
  .packunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.packunit .partwrapbox {
  justify-content: flex-end;
  margin: 0;
}
.packunit .nav-item {
  padding: 0;
  margin: 0;
}
.packunit .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 20px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.packunit .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.packunit .nav-item .nav-link:hover,
.packunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #6ebccf !important;
}
.packunit .nav-item .nav-link:hover::after,
.packunit .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.packunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .packunit .navbar {
    justify-content: flex-start !important;
  }
  .packunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .packunit .navbar-collapse .partwrapbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .packunit .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .packunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .packunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.packunit .areabox {
  min-height: 120px;
}
.dockunit {
  overflow: hidden;
  background-color: #b0f0ff;
}
.dockunit .headbox {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #6ebccf;
}
.dockunit .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .dockunit .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .dockunit .container {
    padding: 0 15px;
  }
}
.dockunit .row {
  position: relative;
  z-index: 1;
}
.dockunit .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .dockunit .unitgrid {
    margin-bottom: 40px;
  }
}
.dockunit .unitgrid .collaboration-section-title {
  margin-bottom: 30px;
}
.dockunit .unitgrid .corewrap {
  margin-bottom: 30px;
}
.dockunit .linedock {
  padding-left: 40px;
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .dockunit .linedock {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .dockunit .linedock {
    padding: 0;
  }
}
.dockunit .linedock img {
  height: 408px;
  width: 65%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .dockunit .linedock img {
    width: 100%;
    transform: none;
  }
}
.dockunit .linedock img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .dockunit .linedock img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.dockunit .collaboration-section-title {
  color: #30262b;
}
.dockunit .corewrap {
  color: #000000;
  text-align: center;
}
.dockunit .collaboration-section-title,
.dockunit .collaboration-section-btn {
  color: #0f7296;
  text-align: center;
}
.partunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.partunit .shellunit .collaboration-section-title {
  margin-bottom: 64px;
}
.partunit .shellunit .collaboration-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .partunit .shellunit .collaboration-section-title {
    margin-bottom: 46px;
  }
}
.partunit .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .partunit .item {
    margin-bottom: 16px;
  }
}
.partunit .item:hover .item-wrapper .item-img img,
.partunit .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.partunit .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .partunit .item .item-wrapper {
    display: block;
  }
}
.partunit .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .partunit .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .partunit .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.partunit .item .item-wrapper .item-content .item-title_1,
.partunit .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.partunit .item .item-wrapper .item-content .item-text_1,
.partunit .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.partunit .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .partunit .item .item-wrapper .item-img {
    width: 100%;
  }
}
.partunit .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .partunit .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.partunit .item .card_1 {
  background-color: #07a1c4;
}
.partunit .item .card_2 {
  background-color: #b0f0ff;
}
.partunit .collaboration-section-title {
  color: #212529;
  text-align: center;
}
.partunit .item-title_1 {
  color: #ffffff;
  text-align: center;
}
.partunit .item-title_2 {
  color: #000000;
  text-align: center;
}
.partunit .item-text_1 {
  color: #ffffff;
}
.partunit .item-text_2 {
  color: #12b82e;
}
.partunit .item-text_2,
.partunit .collaboration-section-btn {
  color: #000000;
  text-align: center;
}
.partunit .item-text_1,
.partunit .collaboration-section-btn {
  color: #ffffff;
  text-align: center;
}
.formgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b0f0ff;
}
.formgrid .shellunit .collaboration-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .formgrid .shellunit .collaboration-section-title {
    margin-bottom: 46px;
  }
}
.formgrid .block {
  margin: 0 -10px;
}
.formgrid .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .formgrid .item {
    margin-bottom: 16px;
  }
}
.formgrid .item:hover .item-wrapper .item-content .item-img,
.formgrid .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.formgrid .item:nth-child(2n) .item-wrapper {
  background-color: #ffffff;
}
.formgrid .item:nth-child(3n) .item-wrapper {
  background-color: #ffffff;
}
.formgrid .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.formgrid .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.formgrid .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .formgrid .item .item-wrapper {
    padding: 46px 22px;
  }
}
.formgrid .item .item-wrapper .item-content {
  position: relative;
}
.formgrid .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.formgrid .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .formgrid .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.formgrid .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .formgrid .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.formgrid .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.formgrid .collaboration-section-title {
  color: #212529;
}
.formgrid .item-text {
  text-align: center;
  color: #000000;
}
.formgrid .item-title {
  text-align: center;
  color: #000000;
}
.wrapgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.wrapgrid .unitgrid {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .wrapgrid .unitgrid {
    margin-bottom: 32px;
  }
}
.wrapgrid .unitgrid .innerpad {
  margin-bottom: 32px;
}
.wrapgrid .unitgrid .innerpad .framepad {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #b0f0ff;
  border-top: 2px solid #07a1c4;
  box-shadow: 0 8px 20px -8px #3e6771;
}
.wrapgrid .unitgrid .innerpad .framepad .formwrap {
  margin-bottom: 0;
}
.wrapgrid .unitgrid .shellunit .collaboration-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .wrapgrid .unitgrid .shellunit .collaboration-section-title {
    width: 100%;
  }
}
.wrapgrid .unitgrid .text-wrapper .corewrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .wrapgrid .unitgrid .text-wrapper .corewrap {
    width: 100%;
  }
}
.wrapgrid .block {
  margin: 0 -12px;
  justify-content: center;
}
.wrapgrid .block .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .wrapgrid .block .card {
    margin-bottom: 18px;
  }
}
.wrapgrid .block .card .card-wrapper {
  height: 100%;
  background-color: #b0f0ff;
  border-top: 3px solid #07a1c4;
  box-shadow: 0 8px 15px -8px #3e6771;
  padding: 30px;
}
@media (max-width: 992px) {
  .wrapgrid .block .card .card-wrapper {
    padding: 24px;
  }
}
.wrapgrid .block .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.wrapgrid .block .card .card-wrapper .collaboration-section-btn {
  margin-top: 14px;
}
.wrapgrid .block .card .card-wrapper .collaboration-section-btn .btn {
  margin-bottom: 0;
}
.wrapgrid .block .card .card-wrapper .linedock {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .wrapgrid .block .card .card-wrapper .linedock {
    height: 300px;
  }
}
.wrapgrid .block .card .card-wrapper .linedock img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 20px -8px #07a1c4;
}
.wrapgrid .block .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .wrapgrid .block .card .text-wrapper {
    padding: 24px;
  }
}
.wrapgrid .formwrap,
.wrapgrid .innerpad {
  color: #000000;
  text-align: center;
}
.wrapgrid .collaboration-section-title,
.wrapgrid .shellunit {
  color: #000000;
  text-align: center;
}
.wrapgrid .corewrap,
.wrapgrid .text-wrapper {
  color: #515151;
  text-align: center;
}
.wrapgrid .item-text {
  color: #000000;
}
.wrapgrid .item-text,
.wrapgrid .collaboration-section-btn {
  text-align: center;
}
.footbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b0f0ff;
}
.footbox .shellunit .collaboration-section-title {
  margin-bottom: 64px;
}
.footbox .shellunit .collaboration-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .footbox .shellunit .collaboration-section-title {
    margin-bottom: 46px;
  }
}
.footbox .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .footbox .item {
    margin-bottom: 16px;
  }
}
.footbox .item:hover .item-wrapper .item-img img,
.footbox .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.footbox .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .footbox .item .item-wrapper {
    display: block;
  }
}
.footbox .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .footbox .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .footbox .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.footbox .item .item-wrapper .item-content .item-title_1,
.footbox .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.footbox .item .item-wrapper .item-content .item-text_1,
.footbox .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.footbox .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .footbox .item .item-wrapper .item-img {
    width: 100%;
  }
}
.footbox .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .footbox .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.footbox .item .card_1 {
  background-color: #07a1c4;
}
.footbox .item .card_2 {
  background-color: #ffffff;
}
.footbox .collaboration-section-title {
  color: #212529;
  text-align: center;
}
.footbox .item-title_1 {
  color: #ffffff;
  text-align: center;
}
.footbox .item-title_2 {
  color: #000000;
  text-align: center;
}
.footbox .item-text_1 {
  color: #ffffff;
}
.footbox .item-text_2 {
  color: #12b82e;
}
.footbox .item-text_2,
.footbox .collaboration-section-btn {
  color: #000000;
  text-align: center;
}
.footbox .item-text_1,
.footbox .collaboration-section-btn {
  color: #ffffff;
  text-align: center;
}
.bodywrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.bodywrap .shellunit .collaboration-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .bodywrap .shellunit .collaboration-section-title {
    margin-bottom: 46px;
  }
}
.bodywrap .block {
  margin: 0 -10px;
}
.bodywrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .bodywrap .item {
    margin-bottom: 16px;
  }
}
.bodywrap .item:hover .item-wrapper .item-content .item-img,
.bodywrap .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.bodywrap .item:nth-child(2n) .item-wrapper {
  background-color: #b0f0ff;
}
.bodywrap .item:nth-child(3n) .item-wrapper {
  background-color: #b0f0ff;
}
.bodywrap .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.bodywrap .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.bodywrap .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #b0f0ff;
}
@media (max-width: 992px) {
  .bodywrap .item .item-wrapper {
    padding: 46px 22px;
  }
}
.bodywrap .item .item-wrapper .item-content {
  position: relative;
}
.bodywrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.bodywrap .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .bodywrap .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.bodywrap .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .bodywrap .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.bodywrap .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.bodywrap .collaboration-section-title {
  color: #212529;
}
.bodywrap .item-text {
  text-align: center;
  color: #000000;
}
.bodywrap .item-title {
  text-align: center;
  color: #000000;
}
.layerbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b0f0ff;
}
.layerbox .unitgrid {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .layerbox .unitgrid {
    margin-bottom: 32px;
  }
}
.layerbox .unitgrid .innerpad {
  margin-bottom: 32px;
}
.layerbox .unitgrid .innerpad .framepad {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #ffffff;
  border-top: 2px solid #07a1c4;
  box-shadow: 0 8px 20px -8px #07a1c4;
}
.layerbox .unitgrid .innerpad .framepad .formwrap {
  margin-bottom: 0;
}
.layerbox .unitgrid .shellunit .collaboration-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .layerbox .unitgrid .shellunit .collaboration-section-title {
    width: 100%;
  }
}
.layerbox .unitgrid .text-wrapper .corewrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layerbox .unitgrid .text-wrapper .corewrap {
    width: 100%;
  }
}
.layerbox .block {
  margin: 0 -12px;
  justify-content: center;
}
.layerbox .block .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .layerbox .block .card {
    margin-bottom: 18px;
  }
}
.layerbox .block .card .card-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #07a1c4;
  box-shadow: 0 8px 15px -8px #07a1c4;
  padding: 30px;
}
@media (max-width: 992px) {
  .layerbox .block .card .card-wrapper {
    padding: 24px;
  }
}
.layerbox .block .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.layerbox .block .card .card-wrapper .collaboration-section-btn {
  margin-top: 14px;
}
.layerbox .block .card .card-wrapper .collaboration-section-btn .btn {
  margin-bottom: 0;
}
.layerbox .block .card .card-wrapper .linedock {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .layerbox .block .card .card-wrapper .linedock {
    height: 300px;
  }
}
.layerbox .block .card .card-wrapper .linedock img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 20px -8px #b0f0ff;
}
.layerbox .block .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .layerbox .block .card .text-wrapper {
    padding: 24px;
  }
}
.layerbox .formwrap,
.layerbox .innerpad {
  color: #000000;
  text-align: center;
}
.layerbox .collaboration-section-title,
.layerbox .shellunit {
  color: #000000;
  text-align: center;
}
.layerbox .corewrap,
.layerbox .text-wrapper {
  color: #515151;
  text-align: center;
}
.layerbox .item-text {
  color: #000000;
}
.layerbox .item-text,
.layerbox .collaboration-section-btn {
  text-align: center;
}
.notch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f7296;
}
.notch .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .notch .container-fluid {
    padding: 0 20px;
  }
}
.notch .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .notch .container {
    padding: 0 20px;
  }
}
.notch .list-wrapper .list,
.notch .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.notch .list-wrapper .list .item-wrap,
.notch .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.notch .list-wrapper .list .item-wrap:hover,
.notch .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .notch .list-wrapper .list .item-wrap,
  .notch .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.notch .logo-wrap img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.notch .collaboration-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .notch .collaboration-section-title {
    margin-bottom: 32px;
  }
}
.notch .text-wrapper {
  margin: 40px 0 22px;
}
.notch .text-wrapper .corewrap {
  margin-bottom: 0;
}
.notch .copy-wrapper .copyright {
  margin-bottom: 0;
}
.notch .collaboration-section-title,
.notch .logo-wrap {
  text-align: center;
}
.notch .list {
  color: #1d1d1d;
}
.notch .list_2 {
  color: #989898;
}
.notch .corewrap {
  color: #ffffff;
  text-align: center;
}
.notch .copyright {
  color: #ffffff;
  text-align: center;
}
.notch .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .notch .list-wrapper,
  .notch .list-wrapper_2 {
    text-align: center;
  }
}
.notch .list_2,
.notch .list-wrapper_2 {
  color: #ffffff;
}
.notch .list,
.notch .list-wrapper {
  color: #ffffff;
}
.packunit .navbar-dropdown {
  position: relative !important;
}
.packunit .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .packunit .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.packunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.packunit .nav-link {
  position: relative;
}
.packunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .packunit .container {
    flex-wrap: nowrap;
  }
}
.packunit .nav-item:focus,
.packunit .nav-link:focus {
  outline: none;
}
.packunit .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.packunit .navbar .mainsegment img {
  width: auto;
}
.packunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .packunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .packunit .navbar .mainsegment img {
    height: 3rem !important;
  }
  .packunit .navbar ul.partwrapbox li {
    margin: auto;
  }
  .packunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .packunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.packunit .buildbox {
  background-color: #0f7296;
  padding: 10px;
}
.packunit .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.packunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.packunit .navbar-brand .navbar-caption:hover,
.packunit .navbar-brand .navbar-caption:focus {
  color: #6ebccf !important;
}
.packunit .navbar-brand .mainsegment a {
  outline: none;
}
.packunit .navbar-expand-lg .partwrapbox .nav-link {
  padding: 0;
}
.packunit ul.partwrapbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .packunit ul.partwrapbox {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.packunit .collaboration-section-btn.buildbox {
  padding: 0;
}
.packunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.packunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7296;
}
.packunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.packunit .navbar-dropdown {
  padding: 0 1rem;
}
.packunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .packunit .navbar {
    height: 70px;
  }
  .packunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.packunit .partwrapbox {
  justify-content: flex-end;
  margin: 0;
}
.packunit .nav-item {
  padding: 0;
  margin: 0;
}
.packunit .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 20px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.packunit .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.packunit .nav-item .nav-link:hover,
.packunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #6ebccf !important;
}
.packunit .nav-item .nav-link:hover::after,
.packunit .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.packunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .packunit .navbar {
    justify-content: flex-start !important;
  }
  .packunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .packunit .navbar-collapse .partwrapbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .packunit .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .packunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .packunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.packunit .areabox {
  min-height: 120px;
}
.tilemap {
  background-color: #b0f0ff;
}
.tilemap .shellunit {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .tilemap .shellunit {
    margin-bottom: 32px;
    padding: 0;
  }
}
.tilemap .shellunit .collaboration-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .tilemap .shellunit .collaboration-section-title {
    margin-bottom: 32px;
  }
}
.tilemap .shellunit .collaboration-section-btn {
  position: relative;
}
.tilemap .shellunit .collaboration-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #07a1c4;
}
.tilemap .shellunit .collaboration-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .tilemap .shellunit .collaboration-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.tilemap .linedock {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.tilemap .linedock::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #07a1c4;
}
@media (max-width: 992px) {
  .tilemap .linedock::before {
    width: 250px;
    height: 250px;
  }
}
.tilemap .linedock::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #ffffff;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .tilemap .linedock::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .tilemap .linedock::after {
    display: none;
  }
}
.tilemap .linedock img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #b0f0ff;
}
.tilemap .linedock .image_1 {
  width: 250px;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .tilemap .linedock .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.tilemap .linedock .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .tilemap .linedock .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.tilemap .collaboration-section-title {
  color: #101511;
}
.tilemap .corewrap {
  color: #6e716f;
}
.tilemap .collaboration-section-title,
.tilemap .collaboration-section-btn {
  text-align: center;
  color: #0f7296;
}
.netbox {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #b0f0ff;
}
.netbox .collaboration-section-title {
  text-align: center;
  color: #ffffff;
}
.netbox .corewrap,
.netbox .collaboration-section-btn {
  text-align: center;
  color: #000000;
}

.netbox strong {
  font-weight: 900;
}
.netbox .collaboration-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.areawrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0f7296;
}
.areawrap .shellunit .collaboration-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .areawrap .shellunit .collaboration-section-title {
    margin-bottom: 40px;
  }
}
.areawrap .block .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .areawrap .block .item {
    margin-bottom: 2px;
  }
}
.areawrap .block .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #b0f0ff;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .areawrap .block .item .item-wrapper {
    display: block;
  }
}
.areawrap .block .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .areawrap .block .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.areawrap .block .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.areawrap .block .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.areawrap .block .item .item-wrapper .card-box .collaboration-section-btn .btn {
  margin-bottom: 0;
}
.areawrap .block .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .areawrap .block .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.areawrap .block .item .item-wrapper .item-img img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .areawrap .block .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .areawrap .block .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.areawrap .collaboration-section-title {
  color: #0f0f0f;
}
.areawrap .card-title {
  color: #0f0f0f;
}
.areawrap .card-text {
  color: #000000;
  text-align: center;
}
.areawrap .card-title,
.areawrap .collaboration-section-btn {
  text-align: center;
}
.pack {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b0f0ff;
}
.pack .shellunit .collaboration-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .pack .shellunit .collaboration-section-title {
    margin-bottom: 30px;
  }
}
.pack .block .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .pack .block .item {
    margin-bottom: 30px;
  }
}
.pack .block .item .item-wrapper .card-box {
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
}
@media (max-width: 992px) {
  .pack .block .item .item-wrapper .card-box {
    padding: 30px 15px;
    min-height: auto;
  }
}
.pack .block .item .item-wrapper .card-box .shellunit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .pack .block .item .item-wrapper .card-box .shellunit {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.pack .block .item .item-wrapper .card-box .shellunit .card-title_1,
.pack .block .item .item-wrapper .card-box .shellunit .card-title_2,
.pack .block .item .item-wrapper .card-box .shellunit .card-title_3,
.pack .block .item .item-wrapper .card-box .shellunit .card-title_4 {
  margin-bottom: 0;
}
.pack .block .item .item-wrapper .card-box .text-wrapper .card-text_1,
.pack .block .item .item-wrapper .card-box .text-wrapper .card-text_2,
.pack .block .item .item-wrapper .card-box .text-wrapper .card-text_3,
.pack .block .item .item-wrapper .card-box .text-wrapper .card-text_4 {
  margin-bottom: 0;
}
.pack .block .item .item-wrapper .card-box .text-wrapper .collaboration-section-btn {
  margin-top: 15px;
}
.pack .block .item .item-wrapper .card-box .text-wrapper .collaboration-section-btn .btn {
  margin-bottom: 0;
}
.pack .block .item .card_1 .card-box {
  background-color: #ffffff;
}
.pack .block .item .card_2 {
  padding-top: 7rem;
}
@media (max-width: 992px) {
  .pack .block .item .card_2 {
    padding-top: 0;
  }
}
.pack .block .item .card_2 .card-box {
  background-color: #ffffff;
}
.pack .block .item .card_3 {
  padding-top: 14rem;
}
@media (max-width: 992px) {
  .pack .block .item .card_3 {
    padding-top: 0;
  }
}
.pack .block .item .card_3 .card-box {
  background-color: #ffffff;
}
.pack .block .item .card_4 {
  padding-top: 21rem;
}
@media (max-width: 992px) {
  .pack .block .item .card_4 {
    padding-top: 0;
  }
}
.pack .block .item .card_4 .card-box {
  background-color: #ffffff;
}
.pack .collaboration-section-title {
  color: #ffffff;
}
.pack .card-title_1 {
  color: #000000;
  text-align: left;
}
.pack .card-title_2 {
  color: #000000;
}
.pack .card-title_3 {
  color: #000000;
  text-align: left;
}
.pack .card-title_4 {
  color: #000000;
}
.pack .card-text_1 {
  color: #000000;
}
.pack .card-text_2 {
  color: #000000;
}
.pack .card-text_3 {
  color: #000000;
}
.pack .card-text_4 {
  color: #000000;
}
.pack .card-text_1,
.pack .collaboration-section-btn {
  text-align: center;
}
.pack .card-text_2,
.pack .collaboration-section-btn {
  text-align: center;
}
.pack .card-text_3,
.pack .collaboration-section-btn {
  text-align: center;
}
.pack .card-text_4,
.pack .collaboration-section-btn {
  text-align: center;
}
.rootsegment {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0f7296;
}
.rootsegment .shellunit .collaboration-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .rootsegment .shellunit .collaboration-section-title {
    margin-bottom: 40px;
  }
}
.rootsegment .block .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .rootsegment .block .item {
    margin-bottom: 2px;
  }
}
.rootsegment .block .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #b0f0ff;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .rootsegment .block .item .item-wrapper {
    display: block;
  }
}
.rootsegment .block .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .rootsegment .block .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.rootsegment .block .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.rootsegment .block .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.rootsegment .block .item .item-wrapper .card-box .collaboration-section-btn .btn {
  margin-bottom: 0;
}
.rootsegment .block .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .rootsegment .block .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.rootsegment .block .item .item-wrapper .item-img img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .rootsegment .block .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .rootsegment .block .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.rootsegment .collaboration-section-title {
  color: #0f0f0f;
}
.rootsegment .card-title {
  color: #0f0f0f;
}
.rootsegment .card-text {
  color: #000000;
  text-align: center;
}
.rootsegment .card-title,
.rootsegment .collaboration-section-btn {
  text-align: center;
}
.linedockbox {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b0f0ff;
}
.linedockbox .shellunit .collaboration-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .linedockbox .shellunit .collaboration-section-title {
    margin-bottom: 30px;
  }
}
.linedockbox .block .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .linedockbox .block .item {
    margin-bottom: 30px;
  }
}
.linedockbox .block .item .item-wrapper .card-box {
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
}
@media (max-width: 992px) {
  .linedockbox .block .item .item-wrapper .card-box {
    padding: 30px 15px;
    min-height: auto;
  }
}
.linedockbox .block .item .item-wrapper .card-box .shellunit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .linedockbox .block .item .item-wrapper .card-box .shellunit {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.linedockbox .block .item .item-wrapper .card-box .shellunit .card-title_1,
.linedockbox .block .item .item-wrapper .card-box .shellunit .card-title_2,
.linedockbox .block .item .item-wrapper .card-box .shellunit .card-title_3,
.linedockbox .block .item .item-wrapper .card-box .shellunit .card-title_4 {
  margin-bottom: 0;
}
.linedockbox .block .item .item-wrapper .card-box .text-wrapper .card-text_1,
.linedockbox .block .item .item-wrapper .card-box .text-wrapper .card-text_2,
.linedockbox .block .item .item-wrapper .card-box .text-wrapper .card-text_3,
.linedockbox .block .item .item-wrapper .card-box .text-wrapper .card-text_4 {
  margin-bottom: 0;
}
.linedockbox .block .item .item-wrapper .card-box .text-wrapper .collaboration-section-btn {
  margin-top: 15px;
}
.linedockbox .block .item .item-wrapper .card-box .text-wrapper .collaboration-section-btn .btn {
  margin-bottom: 0;
}
.linedockbox .block .item .card_1 .card-box {
  background-color: #ffffff;
}
.linedockbox .block .item .card_2 {
  padding-top: 7rem;
}
@media (max-width: 992px) {
  .linedockbox .block .item .card_2 {
    padding-top: 0;
  }
}
.linedockbox .block .item .card_2 .card-box {
  background-color: #ffffff;
}
.linedockbox .block .item .card_3 {
  padding-top: 14rem;
}
@media (max-width: 992px) {
  .linedockbox .block .item .card_3 {
    padding-top: 0;
  }
}
.linedockbox .block .item .card_3 .card-box {
  background-color: #ffffff;
}
.linedockbox .block .item .card_4 {
  padding-top: 21rem;
}
@media (max-width: 992px) {
  .linedockbox .block .item .card_4 {
    padding-top: 0;
  }
}
.linedockbox .block .item .card_4 .card-box {
  background-color: #ffffff;
}
.linedockbox .collaboration-section-title {
  color: #ffffff;
}
.linedockbox .card-title_1 {
  color: #000000;
}
.linedockbox .card-title_2 {
  color: #000000;
}
.linedockbox .card-title_3 {
  color: #000000;
  text-align: left;
}
.linedockbox .card-title_4 {
  color: #000000;
}
.linedockbox .card-text_1 {
  color: #000000;
}
.linedockbox .card-text_2 {
  color: #000000;
}
.linedockbox .card-text_3 {
  color: #000000;
}
.linedockbox .card-text_4 {
  color: #000000;
}
.linedockbox .card-text_1,
.linedockbox .collaboration-section-btn {
  text-align: center;
}
.linedockbox .card-text_2,
.linedockbox .collaboration-section-btn {
  text-align: center;
}
.linedockbox .card-text_3,
.linedockbox .collaboration-section-btn {
  text-align: center;
}
.linedockbox .card-text_4,
.linedockbox .collaboration-section-btn {
  text-align: center;
}
.notch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f7296;
}
.notch .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .notch .container-fluid {
    padding: 0 20px;
  }
}
.notch .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .notch .container {
    padding: 0 20px;
  }
}
.notch .list-wrapper .list,
.notch .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.notch .list-wrapper .list .item-wrap,
.notch .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.notch .list-wrapper .list .item-wrap:hover,
.notch .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .notch .list-wrapper .list .item-wrap,
  .notch .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.notch .logo-wrap img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.notch .collaboration-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .notch .collaboration-section-title {
    margin-bottom: 32px;
  }
}
.notch .text-wrapper {
  margin: 40px 0 22px;
}
.notch .text-wrapper .corewrap {
  margin-bottom: 0;
}
.notch .copy-wrapper .copyright {
  margin-bottom: 0;
}
.notch .collaboration-section-title,
.notch .logo-wrap {
  text-align: center;
}
.notch .list {
  color: #1d1d1d;
}
.notch .list_2 {
  color: #989898;
}
.notch .corewrap {
  color: #ffffff;
  text-align: center;
}
.notch .copyright {
  color: #ffffff;
  text-align: center;
}
.notch .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .notch .list-wrapper,
  .notch .list-wrapper_2 {
    text-align: center;
  }
}
.notch .list_2,
.notch .list-wrapper_2 {
  color: #ffffff;
}
.notch .list,
.notch .list-wrapper {
  color: #ffffff;
}
.packunit .navbar-dropdown {
  position: relative !important;
}
.packunit .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .packunit .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.packunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.packunit .nav-link {
  position: relative;
}
.packunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .packunit .container {
    flex-wrap: nowrap;
  }
}
.packunit .nav-item:focus,
.packunit .nav-link:focus {
  outline: none;
}
.packunit .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.packunit .navbar .mainsegment img {
  width: auto;
}
.packunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .packunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .packunit .navbar .mainsegment img {
    height: 3rem !important;
  }
  .packunit .navbar ul.partwrapbox li {
    margin: auto;
  }
  .packunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .packunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.packunit .buildbox {
  background-color: #0f7296;
  padding: 10px;
}
.packunit .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.packunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.packunit .navbar-brand .navbar-caption:hover,
.packunit .navbar-brand .navbar-caption:focus {
  color: #6ebccf !important;
}
.packunit .navbar-brand .mainsegment a {
  outline: none;
}
.packunit .navbar-expand-lg .partwrapbox .nav-link {
  padding: 0;
}
.packunit ul.partwrapbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .packunit ul.partwrapbox {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.packunit .collaboration-section-btn.buildbox {
  padding: 0;
}
.packunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.packunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7296;
}
.packunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.packunit .navbar-dropdown {
  padding: 0 1rem;
}
.packunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .packunit .navbar {
    height: 70px;
  }
  .packunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.packunit .partwrapbox {
  justify-content: flex-end;
  margin: 0;
}
.packunit .nav-item {
  padding: 0;
  margin: 0;
}
.packunit .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 20px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.packunit .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.packunit .nav-item .nav-link:hover,
.packunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #6ebccf !important;
}
.packunit .nav-item .nav-link:hover::after,
.packunit .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.packunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .packunit .navbar {
    justify-content: flex-start !important;
  }
  .packunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .packunit .navbar-collapse .partwrapbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .packunit .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .packunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .packunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.packunit .areabox {
  min-height: 120px;
}
.bodycore {
  background-color: #b0f0ff;
}
.bodycore .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .bodycore .row {
    padding: 0 12px;
  }
}
.bodycore .row::after {
  content: '';
  display: block;
  background: #0f7296;
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
}
@media (max-width: 992px) {
  .bodycore .row::after {
    display: none;
  }
}
.bodycore .linedock {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .bodycore .linedock {
    padding: 0 0 60px;
  }
}
.bodycore .linedock::before {
  content: '';
  display: block;
  background-color: #b0f0ff;
  position: absolute;
  top: 0;
  right: -7rem;
  width: 230px;
  height: 120px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .bodycore .linedock::before {
    display: none;
  }
}
.bodycore .linedock::after {
  content: '';
  display: block;
  background-color: #b0f0ff;
  position: absolute;
  top: 120px;
  right: -7rem;
  width: 230px;
  height: 120px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .bodycore .linedock::after {
    display: none;
  }
}
.bodycore .linedock img {
  width: 100%;
  height: 626px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bodycore .title {
  display: flex;
  align-items: center;
}
.bodycore .shellunit {
  z-index: 1;
}
.bodycore .shellunit .collaboration-section-subtitle {
  margin-bottom: 15px;
}
.bodycore .shellunit .collaboration-section-title {
  margin-bottom: 8px;
}
.bodycore .shellunit .corewrap {
  margin-bottom: 16px;
}
.bodycore .shellunit .collaboration-section-btn .btn {
  max-height: 34px;
  border: 1px solid #b0f0ff;
  box-shadow: none;
}
.bodycore .shellunit .collaboration-section-btn .btn:hover {
  background: #b0f0ff !important;
  box-shadow: none !important;
}
.bodycore .collaboration-section-title {
  color: #1e4381;
}
.bodycore .collaboration-section-subtitle {
  color: #f3722f;
}
.bodycore .corewrap {
  color: #000000;
  text-align: center;
}
.bodycore .collaboration-section-title,
.bodycore .collaboration-section-btn {
  color: #0f7296;
  text-align: center;
}
.notch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f7296;
}
.notch .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .notch .container-fluid {
    padding: 0 20px;
  }
}
.notch .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .notch .container {
    padding: 0 20px;
  }
}
.notch .list-wrapper .list,
.notch .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.notch .list-wrapper .list .item-wrap,
.notch .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.notch .list-wrapper .list .item-wrap:hover,
.notch .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .notch .list-wrapper .list .item-wrap,
  .notch .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.notch .logo-wrap img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.notch .collaboration-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .notch .collaboration-section-title {
    margin-bottom: 32px;
  }
}
.notch .text-wrapper {
  margin: 40px 0 22px;
}
.notch .text-wrapper .corewrap {
  margin-bottom: 0;
}
.notch .copy-wrapper .copyright {
  margin-bottom: 0;
}
.notch .collaboration-section-title,
.notch .logo-wrap {
  text-align: center;
}
.notch .list {
  color: #1d1d1d;
}
.notch .list_2 {
  color: #989898;
}
.notch .corewrap {
  color: #ffffff;
  text-align: center;
}
.notch .copyright {
  color: #ffffff;
  text-align: center;
}
.notch .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .notch .list-wrapper,
  .notch .list-wrapper_2 {
    text-align: center;
  }
}
.notch .list_2,
.notch .list-wrapper_2 {
  color: #ffffff;
}
.notch .list,
.notch .list-wrapper {
  color: #ffffff;
}
.packunit .navbar-dropdown {
  position: relative !important;
}
.packunit .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .packunit .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.packunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.packunit .nav-link {
  position: relative;
}
.packunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .packunit .container {
    flex-wrap: nowrap;
  }
}
.packunit .nav-item:focus,
.packunit .nav-link:focus {
  outline: none;
}
.packunit .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.packunit .navbar .mainsegment img {
  width: auto;
}
.packunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .packunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .packunit .navbar .mainsegment img {
    height: 3rem !important;
  }
  .packunit .navbar ul.partwrapbox li {
    margin: auto;
  }
  .packunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .packunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.packunit .buildbox {
  background-color: #0f7296;
  padding: 10px;
}
.packunit .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.packunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.packunit .navbar-brand .navbar-caption:hover,
.packunit .navbar-brand .navbar-caption:focus {
  color: #6ebccf !important;
}
.packunit .navbar-brand .mainsegment a {
  outline: none;
}
.packunit .navbar-expand-lg .partwrapbox .nav-link {
  padding: 0;
}
.packunit ul.partwrapbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .packunit ul.partwrapbox {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.packunit .collaboration-section-btn.buildbox {
  padding: 0;
}
.packunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.packunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7296;
}
.packunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.packunit .navbar-dropdown {
  padding: 0 1rem;
}
.packunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .packunit .navbar {
    height: 70px;
  }
  .packunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.packunit .partwrapbox {
  justify-content: flex-end;
  margin: 0;
}
.packunit .nav-item {
  padding: 0;
  margin: 0;
}
.packunit .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 20px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.packunit .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.packunit .nav-item .nav-link:hover,
.packunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #6ebccf !important;
}
.packunit .nav-item .nav-link:hover::after,
.packunit .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.packunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .packunit .navbar {
    justify-content: flex-start !important;
  }
  .packunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .packunit .navbar-collapse .partwrapbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .packunit .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .packunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .packunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.packunit .areabox {
  min-height: 120px;
}
.layersegment {
  background-color: #0f7296;
}
.layersegment .row {
  justify-content: center;
}
.layersegment .form-wrapper {
  background-color: #b0f0ff;
  padding: 20px 50px 50px;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .layersegment .form-wrapper {
    padding: 20px;
  }
}
.layersegment .form-wrapper .line-wrap {
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background-color: #07a1c4;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layersegment .form-wrapper .line-wrap {
    height: 4px;
    margin-bottom: 20px;
  }
}
.layersegment .form-wrapper .collaboration-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .layersegment .form-wrapper .collaboration-section-title {
    margin-bottom: 20px;
  }
}
.layersegment .collaboration-section-title {
  color: #000000;
  text-align: center;
}
.layersegment label {
  color: #000c3f;
}
.notch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f7296;
}
.notch .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .notch .container-fluid {
    padding: 0 20px;
  }
}
.notch .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .notch .container {
    padding: 0 20px;
  }
}
.notch .list-wrapper .list,
.notch .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.notch .list-wrapper .list .item-wrap,
.notch .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.notch .list-wrapper .list .item-wrap:hover,
.notch .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .notch .list-wrapper .list .item-wrap,
  .notch .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.notch .logo-wrap img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.notch .collaboration-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .notch .collaboration-section-title {
    margin-bottom: 32px;
  }
}
.notch .text-wrapper {
  margin: 40px 0 22px;
}
.notch .text-wrapper .corewrap {
  margin-bottom: 0;
}
.notch .copy-wrapper .copyright {
  margin-bottom: 0;
}
.notch .collaboration-section-title,
.notch .logo-wrap {
  text-align: center;
}
.notch .list {
  color: #1d1d1d;
}
.notch .list_2 {
  color: #989898;
}
.notch .corewrap {
  color: #ffffff;
  text-align: center;
}
.notch .copyright {
  color: #ffffff;
  text-align: center;
}
.notch .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .notch .list-wrapper,
  .notch .list-wrapper_2 {
    text-align: center;
  }
}
.notch .list_2,
.notch .list-wrapper_2 {
  color: #ffffff;
}
.notch .list,
.notch .list-wrapper {
  color: #ffffff;
}
.packunit .navbar-dropdown {
  position: relative !important;
}
.packunit .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .packunit .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.packunit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.packunit .nav-link {
  position: relative;
}
.packunit .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .packunit .container {
    flex-wrap: nowrap;
  }
}
.packunit .nav-item:focus,
.packunit .nav-link:focus {
  outline: none;
}
.packunit .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.packunit .navbar .mainsegment img {
  width: auto;
}
.packunit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .packunit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .packunit .navbar .mainsegment img {
    height: 3rem !important;
  }
  .packunit .navbar ul.partwrapbox li {
    margin: auto;
  }
  .packunit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .packunit .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.packunit .buildbox {
  background-color: #0f7296;
  padding: 10px;
}
.packunit .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.packunit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.packunit .navbar-brand .navbar-caption:hover,
.packunit .navbar-brand .navbar-caption:focus {
  color: #6ebccf !important;
}
.packunit .navbar-brand .mainsegment a {
  outline: none;
}
.packunit .navbar-expand-lg .partwrapbox .nav-link {
  padding: 0;
}
.packunit ul.partwrapbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .packunit ul.partwrapbox {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.packunit .collaboration-section-btn.buildbox {
  padding: 0;
}
.packunit button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.packunit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7296;
}
.packunit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.packunit button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.packunit .navbar-dropdown {
  padding: 0 1rem;
}
.packunit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .packunit .navbar {
    height: 70px;
  }
  .packunit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.packunit .partwrapbox {
  justify-content: flex-end;
  margin: 0;
}
.packunit .nav-item {
  padding: 0;
  margin: 0;
}
.packunit .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 20px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.packunit .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.packunit .nav-item .nav-link:hover,
.packunit .nav-item .nav-link:focus {
  background-color: transparent;
  color: #6ebccf !important;
}
.packunit .nav-item .nav-link:hover::after,
.packunit .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.packunit .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .packunit .navbar {
    justify-content: flex-start !important;
  }
  .packunit .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .packunit .navbar-collapse .partwrapbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .packunit .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .packunit .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .packunit .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.packunit .areabox {
  min-height: 120px;
}
.sectionrow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b0f0ff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .sectionrow .container {
    padding: 0 30px;
  }
}
.sectionrow .unitgrid {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .sectionrow .unitgrid {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .sectionrow .unitgrid {
    padding: 0;
  }
}
.sectionrow .unitgrid .desc-wrapper .root {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .sectionrow .unitgrid .desc-wrapper .root {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.sectionrow .unitgrid .desc-wrapper .root::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .sectionrow .unitgrid .desc-wrapper .root::before {
    width: 40px;
  }
}
.sectionrow .unitgrid .collaboration-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .sectionrow .unitgrid .collaboration-section-title {
    margin-bottom: 80px;
  }
}
.sectionrow .unitgrid .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .sectionrow .unitgrid .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .sectionrow .unitgrid .text-wrapper {
    padding-left: 0;
  }
}
.sectionrow .unitgrid .text-wrapper .corewrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .sectionrow .unitgrid .text-wrapper .corewrap {
    margin-bottom: 30px;
  }
}
.sectionrow .root {
  color: #254b45;
}
.sectionrow .collaboration-section-title {
  color: #0f7296;
  text-align: center;
}
.sectionrow .corewrap {
  color: #254b45;
}
.sectionrow .corewrap,
.sectionrow .collaboration-section-btn {
  color: #000000;
}
.sectionrow .root,
.sectionrow .desc-wrapper {
  color: #000000;
}
.notch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f7296;
}
.notch .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .notch .container-fluid {
    padding: 0 20px;
  }
}
.notch .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .notch .container {
    padding: 0 20px;
  }
}
.notch .list-wrapper .list,
.notch .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.notch .list-wrapper .list .item-wrap,
.notch .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.notch .list-wrapper .list .item-wrap:hover,
.notch .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .notch .list-wrapper .list .item-wrap,
  .notch .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.notch .logo-wrap img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.notch .collaboration-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .notch .collaboration-section-title {
    margin-bottom: 32px;
  }
}
.notch .text-wrapper {
  margin: 40px 0 22px;
}
.notch .text-wrapper .corewrap {
  margin-bottom: 0;
}
.notch .copy-wrapper .copyright {
  margin-bottom: 0;
}
.notch .collaboration-section-title,
.notch .logo-wrap {
  text-align: center;
}
.notch .list {
  color: #1d1d1d;
}
.notch .list_2 {
  color: #989898;
}
.notch .corewrap {
  color: #ffffff;
  text-align: center;
}
.notch .copyright {
  color: #ffffff;
  text-align: center;
}
.notch .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .notch .list-wrapper,
  .notch .list-wrapper_2 {
    text-align: center;
  }
}
.notch .list_2,
.notch .list-wrapper_2 {
  color: #ffffff;
}
.notch .list,
.notch .list-wrapper {
  color: #ffffff;
}
.bodyband .navbar-dropdown {
  position: relative !important;
}
.bodyband .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .bodyband .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.bodyband .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.bodyband .nav-link {
  position: relative;
}
.bodyband .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .bodyband .container {
    flex-wrap: nowrap;
  }
}
.bodyband .nav-item:focus,
.bodyband .nav-link:focus {
  outline: none;
}
.bodyband .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.bodyband .navbar .mainsegment img {
  width: auto;
}
.bodyband .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .bodyband .navbar .nav-item .nav-link::before {
    display: none;
  }
  .bodyband .navbar .mainsegment img {
    height: 3rem !important;
  }
  .bodyband .navbar ul.partwrapbox li {
    margin: auto;
  }
  .bodyband .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .bodyband .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.bodyband .buildbox {
  background-color: #0f7296;
  padding: 10px;
}
.bodyband .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.bodyband .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.bodyband .navbar-brand .navbar-caption:hover,
.bodyband .navbar-brand .navbar-caption:focus {
  color: #6ebccf !important;
}
.bodyband .navbar-brand .mainsegment a {
  outline: none;
}
.bodyband .navbar-expand-lg .partwrapbox .nav-link {
  padding: 0;
}
.bodyband ul.partwrapbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .bodyband ul.partwrapbox {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.bodyband .collaboration-section-btn.buildbox {
  padding: 0;
}
.bodyband button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.bodyband button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7296;
}
.bodyband button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.bodyband button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.bodyband button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.bodyband button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.bodyband .navbar-dropdown {
  padding: 0 1rem;
}
.bodyband a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bodyband .navbar {
    height: 70px;
  }
  .bodyband .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.bodyband .partwrapbox {
  justify-content: flex-end;
  margin: 0;
}
.bodyband .nav-item {
  padding: 0;
  margin: 0;
}
.bodyband .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 20px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.bodyband .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.bodyband .nav-item .nav-link:hover,
.bodyband .nav-item .nav-link:focus {
  background-color: transparent;
  color: #6ebccf !important;
}
.bodyband .nav-item .nav-link:hover::after,
.bodyband .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.bodyband .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .bodyband .navbar {
    justify-content: flex-start !important;
  }
  .bodyband .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .bodyband .navbar-collapse .partwrapbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .bodyband .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .bodyband .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .bodyband .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.bodyband .areabox {
  min-height: 120px;
}
.flowbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b0f0ff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .flowbox .container {
    padding: 0 30px;
  }
}
.flowbox .unitgrid {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .flowbox .unitgrid {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .flowbox .unitgrid {
    padding: 0;
  }
}
.flowbox .unitgrid .desc-wrapper .root {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .flowbox .unitgrid .desc-wrapper .root {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.flowbox .unitgrid .desc-wrapper .root::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .flowbox .unitgrid .desc-wrapper .root::before {
    width: 40px;
  }
}
.flowbox .unitgrid .collaboration-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .flowbox .unitgrid .collaboration-section-title {
    margin-bottom: 80px;
  }
}
.flowbox .unitgrid .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .flowbox .unitgrid .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .flowbox .unitgrid .text-wrapper {
    padding-left: 0;
  }
}
.flowbox .unitgrid .text-wrapper .corewrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .flowbox .unitgrid .text-wrapper .corewrap {
    margin-bottom: 30px;
  }
}
.flowbox .root {
  color: #254b45;
}
.flowbox .collaboration-section-title {
  color: #0f7296;
  text-align: center;
}
.flowbox .corewrap {
  color: #254b45;
}
.flowbox .corewrap,
.flowbox .collaboration-section-btn {
  color: #000000;
}
.flowbox .root,
.flowbox .desc-wrapper {
  color: #000000;
}
.notch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f7296;
}
.notch .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .notch .container-fluid {
    padding: 0 20px;
  }
}
.notch .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .notch .container {
    padding: 0 20px;
  }
}
.notch .list-wrapper .list,
.notch .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.notch .list-wrapper .list .item-wrap,
.notch .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.notch .list-wrapper .list .item-wrap:hover,
.notch .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .notch .list-wrapper .list .item-wrap,
  .notch .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.notch .logo-wrap img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.notch .collaboration-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .notch .collaboration-section-title {
    margin-bottom: 32px;
  }
}
.notch .text-wrapper {
  margin: 40px 0 22px;
}
.notch .text-wrapper .corewrap {
  margin-bottom: 0;
}
.notch .copy-wrapper .copyright {
  margin-bottom: 0;
}
.notch .collaboration-section-title,
.notch .logo-wrap {
  text-align: center;
}
.notch .list {
  color: #1d1d1d;
}
.notch .list_2 {
  color: #989898;
}
.notch .corewrap {
  color: #ffffff;
  text-align: center;
}
.notch .copyright {
  color: #ffffff;
  text-align: center;
}
.notch .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .notch .list-wrapper,
  .notch .list-wrapper_2 {
    text-align: center;
  }
}
.notch .list_2,
.notch .list-wrapper_2 {
  color: #ffffff;
}
.notch .list,
.notch .list-wrapper {
  color: #ffffff;
}
.cell .navbar-dropdown {
  position: relative !important;
}
.cell .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cell .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cell .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cell .nav-link {
  position: relative;
}
.cell .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cell .container {
    flex-wrap: nowrap;
  }
}
.cell .nav-item:focus,
.cell .nav-link:focus {
  outline: none;
}
.cell .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cell .navbar .mainsegment img {
  width: auto;
}
.cell .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cell .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cell .navbar .mainsegment img {
    height: 3rem !important;
  }
  .cell .navbar ul.partwrapbox li {
    margin: auto;
  }
  .cell .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cell .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cell .buildbox {
  background-color: #0f7296;
  padding: 10px;
}
.cell .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cell .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cell .navbar-brand .navbar-caption:hover,
.cell .navbar-brand .navbar-caption:focus {
  color: #6ebccf !important;
}
.cell .navbar-brand .mainsegment a {
  outline: none;
}
.cell .navbar-expand-lg .partwrapbox .nav-link {
  padding: 0;
}
.cell ul.partwrapbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cell ul.partwrapbox {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cell .collaboration-section-btn.buildbox {
  padding: 0;
}
.cell button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cell button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7296;
}
.cell button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cell button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cell button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cell button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cell .navbar-dropdown {
  padding: 0 1rem;
}
.cell a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cell .navbar {
    height: 70px;
  }
  .cell .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cell .partwrapbox {
  justify-content: flex-end;
  margin: 0;
}
.cell .nav-item {
  padding: 0;
  margin: 0;
}
.cell .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 20px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cell .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cell .nav-item .nav-link:hover,
.cell .nav-item .nav-link:focus {
  background-color: transparent;
  color: #6ebccf !important;
}
.cell .nav-item .nav-link:hover::after,
.cell .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cell .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .cell .navbar {
    justify-content: flex-start !important;
  }
  .cell .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cell .navbar-collapse .partwrapbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .cell .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cell .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cell .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cell .areabox {
  min-height: 120px;
}
.modtrack {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b0f0ff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .modtrack .container {
    padding: 0 30px;
  }
}
.modtrack .unitgrid {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .modtrack .unitgrid {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .modtrack .unitgrid {
    padding: 0;
  }
}
.modtrack .unitgrid .desc-wrapper .root {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .modtrack .unitgrid .desc-wrapper .root {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.modtrack .unitgrid .desc-wrapper .root::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .modtrack .unitgrid .desc-wrapper .root::before {
    width: 40px;
  }
}
.modtrack .unitgrid .collaboration-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .modtrack .unitgrid .collaboration-section-title {
    margin-bottom: 80px;
  }
}
.modtrack .unitgrid .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .modtrack .unitgrid .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .modtrack .unitgrid .text-wrapper {
    padding-left: 0;
  }
}
.modtrack .unitgrid .text-wrapper .corewrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .modtrack .unitgrid .text-wrapper .corewrap {
    margin-bottom: 30px;
  }
}
.modtrack .root {
  color: #254b45;
}
.modtrack .collaboration-section-title {
  color: #046e86;
  text-align: center;
}
.modtrack .corewrap {
  color: #254b45;
}
.modtrack .corewrap,
.modtrack .collaboration-section-btn {
  color: #000000;
}
.modtrack .root,
.modtrack .desc-wrapper {
  color: #000000;
}
.notch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f7296;
}
.notch .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .notch .container-fluid {
    padding: 0 20px;
  }
}
.notch .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .notch .container {
    padding: 0 20px;
  }
}
.notch .list-wrapper .list,
.notch .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.notch .list-wrapper .list .item-wrap,
.notch .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.notch .list-wrapper .list .item-wrap:hover,
.notch .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .notch .list-wrapper .list .item-wrap,
  .notch .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.notch .logo-wrap img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.notch .collaboration-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .notch .collaboration-section-title {
    margin-bottom: 32px;
  }
}
.notch .text-wrapper {
  margin: 40px 0 22px;
}
.notch .text-wrapper .corewrap {
  margin-bottom: 0;
}
.notch .copy-wrapper .copyright {
  margin-bottom: 0;
}
.notch .collaboration-section-title,
.notch .logo-wrap {
  text-align: center;
}
.notch .list {
  color: #1d1d1d;
}
.notch .list_2 {
  color: #989898;
}
.notch .corewrap {
  color: #ffffff;
  text-align: center;
}
.notch .copyright {
  color: #ffffff;
  text-align: center;
}
.notch .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .notch .list-wrapper,
  .notch .list-wrapper_2 {
    text-align: center;
  }
}
.notch .list_2,
.notch .list-wrapper_2 {
  color: #ffffff;
}
.notch .list,
.notch .list-wrapper {
  color: #ffffff;
}
.node .navbar-dropdown {
  position: relative !important;
}
.node .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .node .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.node .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.node .nav-link {
  position: relative;
}
.node .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .node .container {
    flex-wrap: nowrap;
  }
}
.node .nav-item:focus,
.node .nav-link:focus {
  outline: none;
}
.node .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.node .navbar .mainsegment img {
  width: auto;
}
.node .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .node .navbar .nav-item .nav-link::before {
    display: none;
  }
  .node .navbar .mainsegment img {
    height: 3rem !important;
  }
  .node .navbar ul.partwrapbox li {
    margin: auto;
  }
  .node .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .node .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.node .buildbox {
  background-color: #0f7296;
  padding: 10px;
}
.node .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.node .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.node .navbar-brand .navbar-caption:hover,
.node .navbar-brand .navbar-caption:focus {
  color: #6ebccf !important;
}
.node .navbar-brand .mainsegment a {
  outline: none;
}
.node .navbar-expand-lg .partwrapbox .nav-link {
  padding: 0;
}
.node ul.partwrapbox {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .node ul.partwrapbox {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.node .collaboration-section-btn.buildbox {
  padding: 0;
}
.node button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.node button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f7296;
}
.node button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.node button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.node button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.node button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.node .navbar-dropdown {
  padding: 0 1rem;
}
.node a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .node .navbar {
    height: 70px;
  }
  .node .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.node .partwrapbox {
  justify-content: flex-end;
  margin: 0;
}
.node .nav-item {
  padding: 0;
  margin: 0;
}
.node .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 20px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.node .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.node .nav-item .nav-link:hover,
.node .nav-item .nav-link:focus {
  background-color: transparent;
  color: #6ebccf !important;
}
.node .nav-item .nav-link:hover::after,
.node .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.node .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .node .navbar {
    justify-content: flex-start !important;
  }
  .node .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .node .navbar-collapse .partwrapbox {
    width: 100%;
    margin-bottom: 24px;
  }
  .node .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .node .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .node .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.node .areabox {
  min-height: 120px;
}
.tileunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b0f0ff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .tileunit .container {
    padding: 0 30px;
  }
}
.tileunit .unitgrid {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .tileunit .unitgrid {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .tileunit .unitgrid {
    padding: 0;
  }
}
.tileunit .unitgrid .desc-wrapper .root {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .tileunit .unitgrid .desc-wrapper .root {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.tileunit .unitgrid .desc-wrapper .root::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .tileunit .unitgrid .desc-wrapper .root::before {
    width: 40px;
  }
}
.tileunit .unitgrid .collaboration-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .tileunit .unitgrid .collaboration-section-title {
    margin-bottom: 80px;
  }
}
.tileunit .unitgrid .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .tileunit .unitgrid .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .tileunit .unitgrid .text-wrapper {
    padding-left: 0;
  }
}
.tileunit .unitgrid .text-wrapper .corewrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .tileunit .unitgrid .text-wrapper .corewrap {
    margin-bottom: 30px;
  }
}
.tileunit .root {
  color: #254b45;
}
.tileunit .collaboration-section-title {
  color: #0f7296;
  text-align: center;
}
.tileunit .corewrap {
  color: #254b45;
}
.tileunit .corewrap,
.tileunit .collaboration-section-btn {
  color: #000000;
}
.tileunit .root,
.tileunit .desc-wrapper {
  color: #000000;
}
.notch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f7296;
}
.notch .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .notch .container-fluid {
    padding: 0 20px;
  }
}
.notch .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .notch .container {
    padding: 0 20px;
  }
}
.notch .list-wrapper .list,
.notch .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.notch .list-wrapper .list .item-wrap,
.notch .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.notch .list-wrapper .list .item-wrap:hover,
.notch .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .notch .list-wrapper .list .item-wrap,
  .notch .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.notch .logo-wrap img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.notch .collaboration-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .notch .collaboration-section-title {
    margin-bottom: 32px;
  }
}
.notch .text-wrapper {
  margin: 40px 0 22px;
}
.notch .text-wrapper .corewrap {
  margin-bottom: 0;
}
.notch .copy-wrapper .copyright {
  margin-bottom: 0;
}
.notch .collaboration-section-title,
.notch .logo-wrap {
  text-align: center;
}
.notch .list {
  color: #1d1d1d;
}
.notch .list_2 {
  color: #989898;
}
.notch .corewrap {
  color: #ffffff;
  text-align: center;
}
.notch .copyright {
  color: #ffffff;
  text-align: center;
}
.notch .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .notch .list-wrapper,
  .notch .list-wrapper_2 {
    text-align: center;
  }
}
.notch .list_2,
.notch .list-wrapper_2 {
  color: #ffffff;
}
.notch .list,
.notch .list-wrapper {
  color: #ffffff;
}


/* Base Cookie Banner */
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipOut {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

.sectional {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s ease;
}

.sectional.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: flipIn 0.8s ease-out forwards;
}

.sectional p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

#cookieBanner button,
.sectional button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2),
              -5px -5px 10px rgba(255, 255, 255, 0.8);
  text-align: center;
}

#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}

#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3),
              inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2),
              inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .sectional {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 16px;
    transform: translateX(-50%) translateY(0);
    width: calc(100% - 32px);
    max-width: 480px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    z-index: 2147483647;
  }

  .sectional.show {
    animation: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  #cookieBanner button,
  .sectional button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .sectional {
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    padding: 10px;
  }

  #cookieBanner button,
  .sectional button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* cssform-start */
.ttc-form {
  padding: 60px 0;
  background: transparent;
}

.ttc-form .unitgrid {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(4, 18, 66, 0.06);
  padding: 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
}

.ttc-form #customForm {
  width: 100%;
  color: #0a1033;
  font-size: 16px;
  font-weight: 400;
}

.ttc-form #customForm * {
  color: #0a1033;
  box-sizing: border-box;
}

.ttc-form #customForm .form-control {
  width: 100%;
  border: 1px solid #d5d8eb !important;
  border-radius: 0 !important;
  padding: 16px 18px;
  margin-bottom: 18px;
  background: #f5f7ff !important;
  box-shadow: none !important;
  font-size: 16px;
  transition: all 0.25s ease;
}

.ttc-form #customForm textarea.form-control {
  min-height: 160px;
  resize: vertical;
  border-radius: 0 !important;
}

.ttc-form #customForm ::-moz-placeholder {
  color: #7b84a8;
}

.ttc-form #customForm ::placeholder {
  color: #7b84a8;
}

.ttc-form #customForm .form-control:focus {
  outline: none;
  background: #ffffff !important;
  border-color: #5672ff !important;
  box-shadow: 0 0 0 2px rgba(86, 114, 255, 0.15) !important;
}

.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 0 !important;
  background: #5672ff;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease;
}

.ttc-form #customForm .btn:hover {
  background: #415cf0;
}

.ttc-form #customForm small {
  font-size: 12px;
  color: #7b84a8;
}

.ttc-form #customForm a {
  color: #5672ff;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}

.ttc-form #customForm a:hover {
  text-decoration: underline;
}

.ttc-form #customForm [data-for="captcha"] > div,
.ttc-form #customForm [data-for="consent_processing"] > div,
.ttc-form #customForm [data-for="consent_contact"] > div {
  border: 1px solid #d5d8eb;
  background: #f5f7ff;
  padding: 16px;
  border-radius: 0 !important;
  margin-bottom: 18px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.ttc-form #customForm [data-for="captcha"] label,
.ttc-form #customForm [data-for="consent_processing"] label,
.ttc-form #customForm [data-for="consent_contact"] label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #0a1033;
  font-family: inherit;
  cursor: pointer;
  margin: 0;
  flex-wrap: wrap;
  word-break: break-word;
}

.ttc-form #customForm [data-for="captcha"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_processing"] input[type="checkbox"],
.ttc-form #customForm [data-for="consent_contact"] input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.ttc-form #customForm .alert {
  border-radius: 0 !important;
  font-size: 14px;
}

@media (min-width: 992px) {
  .ttc-form {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .ttc-form {
    padding: 40px 16px;
  }
  .ttc-form .unitgrid {
    padding: 24px 20px;
    margin: 20px auto 0;
    max-width: 100%;
  }
  .ttc-form #customForm .form-control {
    font-size: 15px;
    padding: 12px 14px;
    margin-bottom: 14px;
  }
  .ttc-form #customForm .btn {
    width: 100%;
    font-size: 16px;
    padding: 14px 20px;
  }
  .ttc-form #customForm [data-for="consent_processing"] > div,
  .ttc-form #customForm [data-for="consent_contact"] > div {
    padding: 14px;
  }
  .ttc-form #customForm [data-for="consent_processing"] label,
  .ttc-form #customForm [data-for="consent_contact"] label {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 420px) {
  .ttc-form .unitgrid {
    padding: 20px 15px;
  }
  .ttc-form #customForm [data-for="consent_processing"] label,
  .ttc-form #customForm [data-for="consent_contact"] label {
    font-size: 13px;
    line-height: 1.4;
  }
}
/* cssform-end */

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/bright1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #44a2ff, #4f9f9f);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.sectional.show {
  visibility: visible;
  opacity: 1;
}
