@charset "UTF-8";

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
  letter-spacing: 0.01px;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-7,
.display-8,
.display-9,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: 600;
}

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

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column>* {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container>div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-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;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}

.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.mbr-arrow>a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}

.mbr-arrow>a>i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.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 .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }

  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }

  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }

  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

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

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

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

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.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-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}

form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item+.dropdown-menu {
  display: none;
}

.dropdown-item:hover+.dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}

@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

:root {

/* Colors: */
--primary-blue-tints-light-10-0165bd: #0165BD;
--primary-accent-ncb-lemon-ffdb18: #FFDB18;
--primary-variant-tints-light-35-7ca1d2: #7CA1D2;
--on-primary-semantic-error-ffffff: #FFFFFF;
--text-iconography-disabled-000000-30-: #0000004D;
--text-iconography-inactive-medium-emphasis-000000-60-: #00000099;
--primary-blue-shades-dark-35-013564: #013564;
--primary-variant-tints-light-30-5e8cc8: #5E8CC8;
--primary-variant-tints-light-25-6893cb: #6893CB;
--primary-variant-ncb-cobalt-blue-3d70b2: #3D70B2;
--background-variant-e3e3e3: #F5F5F5;
--semantic-caution-c99f11: #C99F11;
--on-surface-000000: #000000CB;
--states-on-press-focus-01529a: #01529A1F;
--states-on-hover-01529a: #01529A0A;
--text-iconography-active-high-emphasis-000000-87-: #1D1D1DDE;
--primary-blue-shades-dark-5-014e92: #014E92;
--primary-blue-tints-light-30-088afd: #088AFD;
--primary-ncb-navy-blue-01529a: #01529A;
--color-000000de: #000000DE;
--color-1d1d1d: #1D1D1D;

/* Font/text values */
--font-family-roboto: Roboto;
--font-style-normal: normal;
--font-weight-300: 300px;
--font-weight-normal: normal;
--font-weight-medium: medium;
--font-size-10: 10px;
--font-size-12: 12px;
--font-size-14: 14px;
--font-size-16: 16px;
--font-size-20: 20px;
--font-size-22: 22px;
--font-size-24: 24px;
--font-size-28: 28px;
--font-size-34: 34px;
--font-size-48: 48px;
--font-size-60: 60px;
--font-size-96: 96px;
--character-spacing-0: 0px;
--character-spacing-0-01: 0.01px;
--character-spacing-1-25: 1.25px;
--character-spacing--0-03: -0.03px;
--character-spacing--0-14: -0.14px;
--line-spacing-13: 13px;
--line-spacing-16: 16px;
--line-spacing-19: 19px;
--line-spacing-21: 21px;
--line-spacing-26: 26px;
--line-spacing-28: 28px;
--line-spacing-29: 29px;
--line-spacing-32: 32px;
--line-spacing-37: 37px;
--line-spacing-45: 45px;
--line-spacing-63: 63px;
--line-spacing-79: 79px;
--line-spacing-127: 127px;
--text-transform-uppercase: uppercase;
}

/* Character Styles */
.headers-mobiile-headers-h2-light-roboto-—-28pt {
font-family: var(--font-family-roboto);
font-style: var(--font-style-normal);
font-weight: var(--font-weight-300);
font-size: var(--font-size-28);
line-height: var(--line-spacing-37);
letter-spacing: var(--character-spacing-0);
color: var(--color-000000de);
}
.headers-mobiile-headers-h1-light-roboto-—-22pt {
font-family: var(--font-family-roboto);
font-style: var(--font-style-normal);
font-weight: var(--font-weight-normal);
font-size: var(--font-size-22);
line-height: var(--line-spacing-29);
letter-spacing: var(--character-spacing-0);
color: var(--color-1d1d1d);
}
.headers-mobiile-headers-h1-light-roboto-—-34pt {
font-family: var(--font-family-roboto);
font-style: var(--font-style-normal);
font-weight: var(--font-weight-300);
font-size: var(--font-size-34);
line-height: var(--line-spacing-45);
letter-spacing: var(--character-spacing-0);
color: var(--color-1d1d1d);
}
.content-button-medium-roboto-—-14pt {
font-family: var(--font-family-roboto);
font-style: var(--font-style-normal);
font-weight: var(--font-weight-medium);
font-size: var(--font-size-14);
line-height: var(--line-spacing-19);
letter-spacing: var(--character-spacing-1-25);
color: var(--on-primary-semantic-error-ffffff);
text-transform: var(--text-transform-uppercase);
}
.headers-h1-light-roboto-—-96pt {
font-family: var(--font-family-roboto);
font-style: var(--font-style-normal);
font-weight: var(--font-weight-300);
font-size: var(--font-size-96);
line-height: var(--line-spacing-127);
letter-spacing: var(--character-spacing--0-14);
color: var(--on-surface-000000);
}
.headers-h2-light-roboto-—-60pt {
font-family: var(--font-family-roboto);
font-style: var(--font-style-normal);
font-weight: var(--font-weight-300);
font-size: var(--font-size-60);
line-height: var(--line-spacing-79);
letter-spacing: var(--character-spacing--0-03);
color: var(--on-surface-000000);
}
.content-captions-regular-roboto-—-12pt {
font-family: var(--font-family-roboto);
font-style: var(--font-style-normal);
font-weight: var(--font-weight-normal);
font-size: var(--font-size-12);
line-height: var(--line-spacing-16);
letter-spacing: var(--character-spacing-0);
color: var(--on-surface-000000);
}
.content-overline-regular-roboto-—-10pt {
font-family: var(--font-family-roboto);
font-style: var(--font-style-normal);
font-weight: var(--font-weight-normal);
font-size: var(--font-size-10);
line-height: var(--line-spacing-13);
letter-spacing: var(--character-spacing-0-01);
color: var(--on-surface-000000);
text-transform: var(--text-transform-uppercase);
}
.headers-h3-regular-roboto-—-48pt {
font-family: var(--font-family-roboto);
font-style: var(--font-style-normal);
font-weight: var(--font-weight-normal);
font-size: var(--font-size-48);
line-height: var(--line-spacing-63);
letter-spacing: var(--character-spacing-0);
color: var(--on-surface-000000);
}
.subtitles-s2-medium-roboto-—-14pt {
font-family: var(--font-family-roboto);
font-style: var(--font-style-normal);
font-weight: var(--font-weight-medium);
font-size: var(--font-size-14);
line-height: var(--line-spacing-19);
letter-spacing: var(--character-spacing-0);
color: var(--on-surface-000000);
}
.headers-h5-regular-roboto-—-24pt {
font-family: var(--font-family-roboto);
font-style: var(--font-style-normal);
font-weight: var(--font-weight-normal);
font-size: var(--font-size-24);
line-height: var(--line-spacing-32);
letter-spacing: var(--character-spacing-0);
color: var(--on-surface-000000);
}
.subtitles-s1-regular-roboto-—-16pt {
font-family: var(--font-family-roboto);
font-style: var(--font-style-normal);
font-weight: var(--font-weight-normal);
font-size: var(--font-size-16);
line-height: var(--line-spacing-21);
letter-spacing: var(--character-spacing-0);
color: var(--on-surface-000000);
}
.headers-h4-regular-roboto-—-34pt {
font-family: var(--font-family-roboto);
font-style: var(--font-style-normal);
font-weight: var(--font-weight-normal);
font-size: var(--font-size-34);
line-height: var(--line-spacing-45);
letter-spacing: var(--character-spacing-0-01);
color: var(--on-surface-000000);
}
.body-text-b1-regular-roboto-—-16pt {
font-family: var(--font-family-roboto);
font-style: var(--font-style-normal);
font-weight: var(--font-weight-normal);
font-size: var(--font-size-16);
line-height: var(--line-spacing-28);
letter-spacing: var(--character-spacing-0-01);
color: var(--on-surface-000000);
}
.body-text-b2-regular-roboto-—-14pt {
font-family: var(--font-family-roboto);
font-style: var(--font-style-normal);
font-weight: var(--font-weight-normal);
font-size: var(--font-size-14);
line-height: var(--line-spacing-26);
letter-spacing: var(--character-spacing-0);
color: var(--on-surface-000000);
}
.headers-h6-mediium-roboto-—-20pt {
font-family: var(--font-family-roboto);
font-style: var(--font-style-normal);
font-weight: var(--font-weight-medium);
font-size: var(--font-size-20);
line-height: var(--line-spacing-26);
letter-spacing: var(--character-spacing-0);
color: var(--on-surface-000000);
}

:root { 
  --background-variant-e3e3e3: #f5f5f5;
  --black: #000000;
  --black-2: #00000024;
  --black-3: #00000061;
  --black-4: #000000cc;
  --black-5: #0000001f;
  --black-squeeze: #f2f6fb;
  --celeste: #d1d1d1;
  --endeavour: #01529a24;
  --endeavour-2: #01529a61;
  --on-primary---semantic---error-ffffff: #ffffff;
  --on-surface---000000: #000000cb;
  --primary---ncb-navy-blue---01529a: #01529a;
  --primary-accent---ncb-lemon---ffdb18: #ffdb18;
  --text---iconography-inactive-medium-emphasis-000000-60: #00000099;
  --text--iconography-active--high-emphasis-000000-87: #1d1d1dde;
 
  --font-size-22px: 22px;
  --font-size-48px: 48px;
  --font-size-l: 20px;
  --font-size-m: 16px;
  --font-size-s: 14px;
  --font-size-xl: 24px;
  --font-size-xs: 13px;
  --font-size-xxl: 34px;
  --font-size-xxs: 12px;
 
  --font-family-roboto: "Roboto", Helvetica;
  --font-family-roboto-light: 'Roboto-Light', Helvetica;
}
.headers---h5---regular---roboto--24pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.headers---h3---regular---roboto--48pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-48px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.headers---mobiile-headers---h1---light---roboto--34pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
}

.headers---mobiile-headers---h1---light---roboto--22pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-22px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.roboto-normal-black-16px {
  color: var(--on-surface---000000);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.roboto-medium-black-20px {
  color: var(--on-surface---000000);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 500;
}

.roboto-normal-endeavour-16px {
  color: var(--primary---ncb-navy-blue---01529a);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-black-16px-2 {
  color: var(--black);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-black-12px {
  color: var(--black);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-white-14px {
  color: var(--on-primary---semantic---error-ffffff);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.roboto-medium-endeavour-14px {
  color: var(--primary---ncb-navy-blue---01529a);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
}

.roboto-normal-black-12px-2 {
  color: var(--on-surface---000000);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 400;
}

.roboto-medium-black-14px {
  color: var(--black);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
}

.roboto-normal-black-14px {
  color: var(--on-surface---000000);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.roboto-medium-white-20px {
  color: var(--on-primary---semantic---error-ffffff);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 500;
}

.roboto-normal-black-16px-3 {
  color: var(--text---iconography-inactive-medium-emphasis-000000-60);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-white-13px {
  color: var(--on-primary---semantic---error-ffffff);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.roboto-medium-black-8px {
  color: var(--on-surface---000000);
  font-family: var(--font-family-roboto);
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
}

.roboto-medium-white-14px {
  color: var(--on-primary---semantic---error-ffffff);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
}

.roboto-medium-black-19px {
  color: var(--on-surface---000000);
  font-family: var(--font-family-roboto);
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
}

.roboto-medium-endeavour-12px {
  color: var(--primary---ncb-navy-blue---01529a);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 500;
}

.roboto-normal-black-20px {
  color: var(--on-surface---000000);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-black-10px {
  color: var(--on-surface---000000);
  font-family: var(--font-family-roboto);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.roboto-medium-black-20px-2 {
  color: var(--on-surface---000000);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
}

.roboto-medium-endeavour-16px {
  color: var(--primary---ncb-navy-blue---01529a);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
}

.roboto-medium-black-16px {
  color: var(--on-surface---000000);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
}

.roboto-normal-black-16px-4 {
  color: var(--black-4);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.roboto-medium-white-10px {
  color: var(--on-primary---semantic---error-ffffff);
  font-family: var(--font-family-roboto);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}

.roboto-light-black-60px {
  color: var(--on-surface---000000);
  font-family: var(--font-family-roboto);
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
}

.roboto-normal-white-34px {
  color: var(--on-primary---semantic---error-ffffff);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a
{
    line-height: 1.5 !important;
}
body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.09375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-8 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
}
.display-8 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-9 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.6875rem;
  line-height: 1.5;
}
.display-9 > .mbr-iconfont {
  font-size: 3.359375rem;
}
/* ---- 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) {
  .display-1 {
    font-size: 2.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.59rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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))));
  }
  .display-8 {
    font-size: 0.6rem;
    font-size: calc( 0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-9 {
    font-size: 2.15rem;
    font-size: calc( 1.590625rem + (2.6875 - 1.590625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.590625rem + (2.6875 - 1.590625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #01529a !important;
}
.bg-success {
  background-color: #eff0ff !important;
}
.bg-info {
  background-color: #1f357f !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  border: 5px solid #01529a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #01529a !important;
  border-color: #01529a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #01529a !important;
  border-color: #01529a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #01529a !important;
  border-color: #01529a !important;
}
.btn-primary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-secondary {
  border: 5px solid #01529a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #01529a !important;
  border-color: #01529a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #01529a !important;
  border-color: #01529a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #01529a !important;
  border-color: #01529a !important;
}
.btn-secondary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-info {
  border: 5px solid #01529a !important;
}
.btn-info,
.btn-info:active {
  background-color: #1f357f !important;
  border-color: #01529a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #01529a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-info:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-success {
  border: 5px solid #01529a !important;
}
.btn-success,
.btn-success:active {
  background-color: #eff0ff !important;
  border-color: #01529a !important;
  color: #000fef !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #01529a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-success:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-warning {
  border: 5px solid #01529a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #01529a !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #01529a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-danger {
  border: 5px solid #01529a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #01529a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #01529a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-white {
  border: 5px solid #01529a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #01529a !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #01529a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-black {
  border: 5px solid #01529a !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #01529a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #01529a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #01529a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #002444 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #01529a !important;
  border-color: #01529a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #01529a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #002444 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #01529a !important;
  border-color: #01529a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f357f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0e1839 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eff0ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #989fff !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #01529a !important;
}
.text-secondary {
  color: #01529a !important;
}
.text-success {
  color: #eff0ff !important;
}
.text-info {
  color: #1f357f !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001c35 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #001c35 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8990ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0b132d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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;
}
.nav-tabs .nav-link.active {
  color: #01529a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1f357f;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #01529a;
  border-color: #01529a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #01529a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1d94fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #4b6ad3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.09375rem;
}
.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: #01529a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.09375rem;
}
blockquote {
  border-color: #01529a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #01529a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #01529a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #01529a;
  border-bottom-color: #01529a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #01529a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #01529a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2301529a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.btn {
  padding: 8px !important;
  min-width: 140px;
  max-height: 35px;
  text-align: center;
  border-radius: 4px !important;
  opacity: 1;
  font-size: var(--font-size-s) !important;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-size: var(--font-size-s);
  font-weight: normal;
}
.btn-white-outline {
  border-color: #ffffff !important;
}
.btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #232323 !important;
}
.btn-primary-outline {
  border-color: #01529a !important;
  color: #01529a !important;
}
.btn-primary-outline:hover {
  background-color: #01529a !important;
  color: #ffffff !important;
}
.cid-tjQDEIwxeU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tjQDEIwxeU .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-tjQDEIwxeU nav.navbar {
  position: fixed;
}
.cid-tjQDEIwxeU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tjQDEIwxeU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tjQDEIwxeU .dropdown-item:hover,
.cid-tjQDEIwxeU .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-tjQDEIwxeU .dropdown-item:hover span {
  color: var(--primary---ncb-navy-blue---01529a);
}
.cid-tjQDEIwxeU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjQDEIwxeU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjQDEIwxeU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjQDEIwxeU .nav-link {
  position: relative;
  font-weight: normal;
}
.cid-tjQDEIwxeU .nav-link:hover {
  color: var(--primary---ncb-navy-blue---01529a) !important;
}
.cid-tjQDEIwxeU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .container {
    flex-wrap: nowrap;
  }
}
.cid-tjQDEIwxeU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown-menu,
.cid-tjQDEIwxeU .navbar.opened {
  background: #ffffff !important;
}
.cid-tjQDEIwxeU .nav-item:focus,
.cid-tjQDEIwxeU .nav-link:focus {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjQDEIwxeU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjQDEIwxeU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjQDEIwxeU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjQDEIwxeU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tjQDEIwxeU .navbar.opened {
  transition: all 0.3s;
}
.cid-tjQDEIwxeU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjQDEIwxeU .navbar .navbar-logo img {
  width: auto;
}
.cid-tjQDEIwxeU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar.collapsed {
  justify-content: left;
}
.cid-tjQDEIwxeU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjQDEIwxeU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjQDEIwxeU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tjQDEIwxeU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjQDEIwxeU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjQDEIwxeU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjQDEIwxeU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjQDEIwxeU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tjQDEIwxeU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tjQDEIwxeU .navbar ul.navbar-nav li {
    margin: 0px;
  }
  .cid-tjQDEIwxeU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjQDEIwxeU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjQDEIwxeU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cid-tjQDEIwxeU .navbar a.nav-link {
    justify-content: left;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tjQDEIwxeU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tjQDEIwxeU .navbar.navbar-short {
  min-height: 80px;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjQDEIwxeU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjQDEIwxeU .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjQDEIwxeU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjQDEIwxeU .dropdown-item.active,
.cid-tjQDEIwxeU .dropdown-item:active {
  background-color: transparent;
}
.cid-tjQDEIwxeU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjQDEIwxeU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjQDEIwxeU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjQDEIwxeU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjQDEIwxeU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjQDEIwxeU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjQDEIwxeU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjQDEIwxeU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjQDEIwxeU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjQDEIwxeU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjQDEIwxeU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tjQDEIwxeU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjQDEIwxeU .navbar {
    height: 70px;
  }
  .cid-tjQDEIwxeU .navbar.opened {
    height: auto;
  }
  .cid-tjQDEIwxeU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjQDEIwxeU .navbar-logo img {
  max-height: 50px !important;
  width: auto;
}
.cid-u6OZaQf2Sv {
  background-image: url("../../../assets/images/ncb-restocking-landing-hero-1805x1015.jpg");
}
.cid-u6OZaQf2Sv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6OZaQf2Sv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6OZaQf2Sv .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u6OZaQf2Sv .container {
    padding: 0 12px;
  }
}
.cid-u6OZaQf2Sv .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-u6OZaQf2Sv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
}
.cid-u6OZaQf2Sv .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  opacity: .7;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-u6OZaQf2Sv .content-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-u6OZaQf2Sv .mbr-section-title {
  color: #ffffff;
}
.cid-u6OZaQf2Sv .mbr-text {
  color: #ffffff;
}
.cid-u6OZaQf2Sv .btn_header {
  display: flex;
  gap: 20px;
}
.cid-u6OZaQf2Sv .btn {
  border: none !important;
  color: #01529A !important;
}
@media (max-width: 500px) {
  .cid-u6OZaQf2Sv .ct-reponsive {
    padding: 0 20px;
  }
}
.cid-tjRueusv7U {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tjRueusv7U .img-card {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.cid-tjRueusv7U .ct-full {
  padding: 0;
}
.cid-tjRueusv7U .accounts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2% 65px !important;
}
@media (max-width: 991px) {
  .cid-tjRueusv7U .accounts {
    padding: 5% 10% !important;
  }
}
.cid-tjRueusv7U P {
  color: #ffffff;
}
.cid-tjRueusv7U H2 {
  color: #ffffff;
}
.cid-tjRueusv7U .mbr-subtitle {
  color: #ffffff;
}
.cid-tjRueusv7U .mbr-title {
  color: #111019;
}
.cid-tjRueusv7U .btn-warning {
  border: none !important;
}
.cid-tjRueusv7U .mbr-text {
  color: #1d1d1d;
}
.cid-u6OJVmFBzs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-u6OJVmFBzs .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u6OJVmFBzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6OJVmFBzs .row {
  background: #f5f5f5;
  border-radius: 3rem;
  padding: 8rem 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u6OJVmFBzs .row {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u6OJVmFBzs .row {
    padding: 3rem 0;
  }
}
.cid-u6OJVmFBzs .title-color {
  color: #11ADEF;
}
.cid-u6OJVmFBzs .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #1b224b;
  background: #ffffff;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-u6OJVmFBzs .card-box {
  display: flex;
  align-items: center;
}
.cid-u6OJVmFBzs .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u6OJVmFBzs .card-box {
    flex-direction: column;
  }
  .cid-u6OJVmFBzs .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-u6OJVmFBzs .card-link:hover a {
  background-image: none !important;
}
.cid-u6OJVmFBzs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6OJVmFBzs .card-text {
  color: #1f357f;
  max-width: 290px;
}
@media (max-width: 767px) {
  .cid-u6OJVmFBzs .card-text {
    text-align: center;
    max-width: 100%;
  }
}
.cid-u6OJVmFBzs .mbr-section-title {
  color: #000000;
}
.cid-u6OJVmFBzs .card-title,
.cid-u6OJVmFBzs .iconfont-wrapper {
  color: #ffffff;
}
.cid-u6PDv1MAGU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6PDv1MAGU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-u6PDv1MAGU .item {
    padding: 1.5rem;
  }
}
.cid-u6PDv1MAGU img {
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-u6PDv1MAGU .item-img {
    margin-bottom: 1rem;
  }
}
.cid-u6PDv1MAGU img,
.cid-u6PDv1MAGU .item-img {
  width: 100%;
}
.cid-u6PDv1MAGU .item:focus,
.cid-u6PDv1MAGU span:focus {
  outline: none;
}
.cid-u6PDv1MAGU .item-wrapper {
  position: relative;
  border-radius: 16px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
  border: solid 1px #088AFD;
}
@media (min-width: 992px) {
  .cid-u6PDv1MAGU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u6PDv1MAGU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6PDv1MAGU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u6PDv1MAGU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u6PDv1MAGU .item-wrapper:hover {
  box-shadow: 0 0 40px 0 lightgray;
  transform: scale(1.02);
}
.cid-u6PDv1MAGU .item-wrapper ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u6PDv1MAGU .item-wrapper ul li {
  margin-bottom: 8px;
  list-style: none;
  position: relative;
}
.cid-u6PDv1MAGU .item-wrapper ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #287d3c;
  top: -3px;
  width: 6px;
  height: 6px;
  padding: 10px;
  border-radius: 10px;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-u6PDv1MAGU .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u6PDv1MAGU .mbr-section-title {
  color: #232323;
}
.cid-u6PDv1MAGU .item-title {
  color: #088afd;
}
.cid-u6PDv1MAGU .item-subtitle {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-u6PDv1MAGU .ct-reponsive {
    padding: 0 20px;
  }
}
.cid-u6OK7SiUxo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b9e0f7;
}
.cid-u6OK7SiUxo .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-u6OK7SiUxo .panel-group {
  border: none;
}
.cid-u6OK7SiUxo .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-u6OK7SiUxo .card-header {
    padding: 0rem;
  }
}
.cid-u6OK7SiUxo .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-u6OK7SiUxo .img-col {
  padding: 0;
}
.cid-u6OK7SiUxo .img-item {
  height: 100%;
}
.cid-u6OK7SiUxo img {
  height: 100%;
  object-fit: cover;
}
.cid-u6OK7SiUxo .collapsed span {
  transform: rotate(0deg);
}
.cid-u6OK7SiUxo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u6OK7SiUxo p {
  margin-bottom: 0.3rem;
}
.cid-u6OK7SiUxo .panel-title-edit {
  color: #000000;
}
.cid-u6OK7SiUxo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u6OK7SiUxo .card {
  background: #ffffff;
  padding: 1.25rem;
  border-radius: 6px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u6OK7SiUxo .card {
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u6OK7SiUxo .card {
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
  }
}
.cid-u6OK7SiUxo .panel-text {
  color: #000000;
}
.cid-u6OK7SiUxo .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u6OK7SiUxo .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u6OK7SiUxo .panel-title-edit,
.cid-u6OK7SiUxo .mbr-iconfont {
  color: #000000;
}
@media (max-width: 500px) {
  .cid-u6OK7SiUxo .ct-reponsive {
    padding: 0 20px;
  }
}
.cid-tS8GTMSE8U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #01396c;
}
.cid-tS8GTMSE8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS8GTMSE8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS8GTMSE8U p {
  line-height: 1.6;
}
.cid-tS8GTMSE8U a:hover {
  text-decoration: underline;
}
.cid-tS8GTMSE8U .mbr-section-title {
  color: #ffffff;
}
.cid-tS8GTMSE8U .mbr-text {
  color: #ffffff;
}
.cid-tS8GTMSE8U .list {
  border-right: 1px solid #cccccc;
}
@media (max-width: 1200px) {
  .cid-tS8GTMSE8U .list {
    border-right: none;
  }
}
.cid-tS8GTMSE8U .flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tS8GTMSE8U .title {
  padding-left: 3rem;
}
@media (max-width: 992px) {
  .cid-tS8GTMSE8U .title {
    padding-left: 1rem;
  }
}
.cid-tS8GTMSE8U .icon {
  display: flex;
  gap: 10px;
}
.cid-tS8GTMSE8U .icon .email {
  width: 32px;
  height: 24px;
}
.cid-tS8GTMSE8U .icon .phone {
  width: 28px;
  height: 28px;
}
.cid-tS8GTMSE8U .mbr-subtitle {
  color: #ffdb18;
}
.cid-tS8GTMSE8U .footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 40px;
}
@media (max-width: 1199px) {
  .cid-tS8GTMSE8U .footer-center {
    align-items: flex-start;
  }
}
.cid-tS8GTMSE8U .pd-footer {
  padding: 50px 20px;
}
.cid-tS8GTMSE8U .social a img {
  width: 30px;
}
.cid-tS8GTMSE8U .social {
  display: flex;
  gap: 10px;
}
@media (max-width: 500px) {
  .cid-tS8GTMSE8U .footer-center {
    padding: 32px 20px 20px 20px;
  }
}
