@font-face {
  font-family: "ITC Avant Garde Gothic Std";
  src: url("../fonts/ITCAvantGardeStd-Bold.eot");
  src: url("../fonts/ITCAvantGardeStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ITCAvantGardeStd-Bold.woff2") format("woff2"), url("../fonts/ITCAvantGardeStd-Bold.woff") format("woff"), url("../fonts/ITCAvantGardeStd-Bold.ttf") format("truetype"), url("../fonts/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Gothic Std";
  src: url("../fonts/ITCAvantGardeStd-Md.eot");
  src: url("../fonts/ITCAvantGardeStd-Md.eot?#iefix") format("embedded-opentype"), url("../fonts/ITCAvantGardeStd-Md.woff2") format("woff2"), url("../fonts/ITCAvantGardeStd-Md.woff") format("woff"), url("../fonts/ITCAvantGardeStd-Md.ttf") format("truetype"), url("../fonts/ITCAvantGardeStd-Md.svg#ITCAvantGardeStd-Md") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Gothic Std Bold Condensed";
  src: url("../fonts/ITCAvantGardeStd-BoldCn.eot");
  src: url("../fonts/ITCAvantGardeStd-BoldCn.eot?#iefix") format("embedded-opentype"), url("../fonts/ITCAvantGardeStd-BoldCn.woff2") format("woff2"), url("../fonts/ITCAvantGardeStd-BoldCn.woff") format("woff"), url("../fonts/ITCAvantGardeStd-BoldCn.ttf") format("truetype"), url("../fonts/ITCAvantGardeStd-BoldCn.svg#ITCAvantGardeStd-BoldCn") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Gothic Std Medium Condensed";
  src: url("../fonts/ITCAvantGardeStd-MdCn.eot");
  src: url("../fonts/ITCAvantGardeStd-MdCn.eot?#iefix") format("embedded-opentype"), url("../fonts/ITCAvantGardeStd-MdCn.woff2") format("woff2"), url("../fonts/ITCAvantGardeStd-MdCn.woff") format("woff"), url("../fonts/ITCAvantGardeStd-MdCn.ttf") format("truetype"), url("../fonts/ITCAvantGardeStd-MdCn.svg#ITCAvantGardeStd-MdCn") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Std";
  src: url("../fonts/FuturaStd-Medium.eot");
  src: url("../fonts/FuturaStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaStd-Medium.woff2") format("woff2"), url("../fonts/FuturaStd-Medium.woff") format("woff"), url("../fonts/FuturaStd-Medium.ttf") format("truetype"), url("../fonts/FuturaStd-Medium.svg#FuturaStd-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*,
::after,
::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: "ITC Avant Garde Gothic Std";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

.small,
small {
  font-size: 0.875em;
}

.mark,
mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0a6f99;
  text-decoration: none;
}

a:hover {
  color: #021821;
  text-decoration: none;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #0a6f99;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: #0a6f99;
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "ITC Avant Garde Gothic Std";
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.h1,
h1 {
  font-size: 72px;
  font-weight: bold;
}

.h2,
h2 {
  font-size: 65px;
  font-weight: 600;
}

.h3,
h3 {
  font-size: 48px;
  font-weight: 500;
}

.h4,
h4 {
  font-size: 36px;
  font-weight: 500;
}

.h5,
h5 {
  font-size: 30px;
  font-weight: 500;
}

.h6,
h6 {
  font-size: calc(14px + 2 * (100vw - 300px) / 1620);
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7803921569);
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --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);
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .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%;
  }
}
.btn {
  display: inline-block;
  padding: 8px 16px;
  font-family: "ITC Avant Garde Gothic Std";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  border-radius: 0px;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  display: flex;
  border: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: transparent;
  border: none;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow:hover {
  background-color: #0a6f99;
}
.slick-arrow:hover:after {
  color: #fff;
}
.slick-arrow:after {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 1rem;
}

.slick-prev {
  left: -10px;
}
.slick-prev:after {
  content: "\f284";
}

.slick-next {
  right: -10px;
}
.slick-next:after {
  content: "\f285";
}

.gutter-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .gutter-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.gutter-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

@media (min-width: 991px) {
  .navbar-toggler {
    display: none;
  }
}
@media (min-width: 991px) {
  .header-mainmenu .collapse:not(.show) {
    display: block;
  }
}
.menu-click {
  pointer-events: none;
  color: #0a6f99;
}

.overlayer-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section-header h2, .section-header h3, .section-header h4 {
  position: relative;
  font-weight: normal;
  padding: 1.5rem 0;
}
.section-header h2::after, .section-header h3::after, .section-header h4::after {
  content: "";
  position: absolute;
  width: 80px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #000;
}
.section-header.no-after h2::after, .section-header.no-after h3::after, .section-header.no-after h4::after {
  display: none;
}

@media (max-width: 991px) {
  .navbar-toggler {
    width: 30px;
    height: auto;
    color: #0a6f99;
    font-size: 1.75rem;
    cursor: pointer;
  }
  .header-mainmenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 99;
  }
  #northstar-menu:has(.show), .navbar-collapse.show {
    display: flex;
    flex-direction: column;
  }
  #northstar-menu:has(.show) ul.menutop, .navbar-collapse.show ul.menutop {
    order: 2;
  }
  #northstar-menu:has(.show) .navigation-area, .navbar-collapse.show .navigation-area {
    order: 1;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
  }
}
.section-product-details table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .section-product-details table {
    width: 100%;
  }
}
.section-product-details table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  border-width: 0 var(--bs-border-width);
}
.section-product-details table > tbody {
  vertical-align: inherit;
}
.section-product-details table > thead {
  vertical-align: bottom;
}
.section-product-details table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.section-product-details table > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.section-product-details table > tbody {
  vertical-align: inherit;
}
.section-product-details table > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.section-product-details table > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.section-product-details table > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.section-product-details table > * > * {
  border-width: var(--bs-border-width) 0;
}

.product-details-article .section-header {
  padding-top: 1.4rem;
  padding-bottom: 1rem;
}

.responsive-table-wrapper {
  padding: 0.5rem 0;
}
.responsive-table-wrapper td {
  font-size: calc(13px + 1 * (100vw - 300px) / 1620);
}

@media (max-width: 768px) {
  .responsive-table-wrapper {
    overflow-y: hidden;
    overflow-x: auto;
    padding: 1rem 0;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .responsive-table-wrapper * {
    font-size: calc(13px + 1 * (100vw - 300px) / 1620);
  }
}
p {
  font-size: 15px;
}

.product-details-content h2:not(.accordion-header) {
  font-size: calc(22px + 2 * (100vw - 300px) / 1620);
  font-weight: 700;
  margin: 1rem 0;
}
.product-details-content h3 {
  font-size: calc(20px + 2 * (100vw - 300px) / 1620);
  margin: 1rem 0;
  font-weight: 700;
}
.product-details-content h4 {
  font-size: calc(18px + 2 * (100vw - 300px) / 1620);
  margin: 1rem 0;
  font-weight: 600;
}
.product-details-content blockquote {
  margin: 1rem 0;
  padding: 1rem;
  background-color: #f0fafe;
  border-left: solid 3px #19a974;
}
.product-details-content blockquote p {
  font-style: italic;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.bannerVideo {
  padding-top: 50px;
}
.bannerVideo h1 {
  margin-top: 40px;
}

.videoWrapper {
  max-width: 1226px;
  height: 689px;
  margin: 0 auto;
}
.videoWrapper .videoContainer {
  width: 100%;
  height: 100%;
  margin: 40px 0;
}
.videoWrapper .videoContainer video {
  width: 100%;
  height: 100%;
}

main {
  background-image: url("../images/background.jpg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  max-width:1600px;
  min-width: 1600px;
  margin: 0 auto;
}

.ourFormular {
  margin-top: 45px;
}

.strategy {
  margin-top: 70px;
}
.strategy .description p {
  font-size: 18px;
  line-height: 1.6;
}
.strategy p:first-child {
  max-width: 80%;
  margin: 0 auto;
}
.strategy .description p:last-child {
  max-width: 85%;
  margin: 0 auto;
  margin-top: 24px;
}

.background1 {
  padding-top: 45px;
  background-repeat: no-repeat;
  background-size: cover;
}

.ourFormular h3 {
  margin-top: 32px;
  margin-bottom: 0;
}

.slideImgContainer {
  width: 620px;
  height: 420px;
  margin: 0 auto;
  margin-top: 18px;
}
.slideImgContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.backgroundLg {
  position: relative;
  z-index: 1;
}
.backgroundLg .bgImg1 {
  position: absolute;
  bottom: -215px;
  height: 1600px;
  /* top: 70px; */
  z-index: -1;
  max-width: 1600px;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  padding-top: 55px;
}
.backgroundLg .bgImg1 img {
  width: 100%;
  height: 100%;
}

.kpis {
  margin-top: 45px;
}
.kpis .cardsParent {
  margin-top: 20px;
}
.kpis .cardsParent .cards {
  background: linear-gradient(90deg, rgb(2, 2, 37) 0%, rgb(11, 19, 99) 100%);
  width: 350px;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2588235294);
  margin-bottom: 30px;
}
.kpis .cardsParent .cards p {
  color: #fff;
  padding: 5px;
  background: rgb(57, 121, 226);
  background: linear-gradient(90deg, rgb(57, 121, 226) 0%, rgba(38, 73, 179, 0.9276085434) 100%);
}

.keyTakeaways {
  margin-top: 130px;
}
.keyTakeaways .container {
  max-width: 1240px;
  margin: auto;
  background-image: url("../assets/images/keyBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding: 20px 20px 0 20px;
}
.keyTakeaways .container .section1 {
  margin: 15px;
  text-align: left;
}
.keyTakeaways .container .section1 h5 {
  font-weight: 600;
}
.keyTakeaways .container .section1 .cards {
  background: linear-gradient(90deg, rgb(2, 2, 37) 0%, rgb(11, 19, 99) 100%);
  border: 1px solid;
  display: flex;
  align-items: center;
  padding: 25px 25px 25px 10px;
  gap: 15px;
  margin-bottom: 30px;
  height: 110px;
}
.keyTakeaways .container .section1 .cards .index {
  font-size: 35px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
}
.keyTakeaways .container .section1 .cards .details {
  width: calc(100% - 50px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7803921569);
  font-size: 14px;
  line-height: 1.5;
}

.background2 {
  background: url("../images/bottomBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
.background2 .highlightsSection h3 {
  text-transform: uppercase;
}
.background2 .highlightsSection b {
  font-weight: 600;
}
.background2 .highlightsSection .highlightImg {
  max-width: 1240px;
  margin: 20px auto;
}
.background2 .highlightsSection .highlightImg img {
  width: 100%;
}

.championShip {
  margin-top: 35px;
}
.championShip .h1 {
  line-height: 1;
  text-transform: uppercase;
}
.championShip h3 {
  text-transform: uppercase;
}

.thankyou {
  max-width: 1100px;
  margin: 35px auto 0 auto;
}

.copyRight {
  margin-top: 100px;
  color: #fff;
}
.copyRight p {
  margin-top: 20px;
}
.copyRight b {
  font-weight: 600;
}
.copyRight .copyRightIcon {
  max-width: 110px;
  margin: auto;
}
.copyRight .copyRightIcon img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */
