section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

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

.container,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 767px) {
  .container,
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
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;
}

figure {
  margin-bottom: 0;
}

body {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: 800;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

body {
  position: relative;
  color: #181818;
}

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: #181818;
}

.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-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}
/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  align-content: center;
  -webkit-box-align: start;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  align-content: center;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

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

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

.mbr-figure img,
.mbr-figure 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 {
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  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.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

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

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

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

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

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

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

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

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

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  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: 40px;
}

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

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  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%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.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;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}
/*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: -webkit-box;
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    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;
  }
}

.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;
  -webkit-align-items: center;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
  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 {
  -webkit-align-self: flex-start;
  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;
}

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

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  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;
}

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

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
}

.btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

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

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.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;
  -webkit-transform: rotate(45deg);
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em 0.5em;
}
.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}

.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: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

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

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 1.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0a4067 !important;
}
.bg-success {
  background-color: #004882 !important;
}
.bg-info {
  background-color: #2f6f95 !important;
}
.bg-warning {
  background-color: #2b2b2b !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #0a4067 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0a4067 !important;
  border-color: #0a4067 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #031521 !important;
  border-color: #031521 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #031521 !important;
  border-color: #031521 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #0a4067 inset !important;
  background: transparent !important;
  border: none !important;
  color: #0a4067 !important;
}
.btn-primary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-primary {
    width: -webkit-fill-available;
  }
}
.btn-secondary {
  box-shadow: 0 0 0 100px #81c1e1 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #81c1e1 !important;
  border-color: #81c1e1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #43a3d2 !important;
  border-color: #43a3d2 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #43a3d2 !important;
  border-color: #43a3d2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #81c1e1 inset !important;
  background: transparent !important;
  border: none !important;
  color: #81c1e1 !important;
}
.btn-secondary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-secondary {
    width: -webkit-fill-available;
  }
}
.btn-info {
  box-shadow: 0 0 0 100px #2f6f95 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-info,
.btn-info:active {
  background-color: #2f6f95 !important;
  border-color: #2f6f95 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1d445b !important;
  border-color: #1d445b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1d445b !important;
  border-color: #1d445b !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #2f6f95 inset !important;
  background: transparent !important;
  border: none !important;
  color: #2f6f95 !important;
}
.btn-info span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-info {
    width: -webkit-fill-available;
  }
}
.btn-success {
  box-shadow: 0 0 0 100px #004882 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-success,
.btn-success:active {
  background-color: #004882 !important;
  border-color: #004882 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #001e35 !important;
  border-color: #001e35 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #001e35 !important;
  border-color: #001e35 !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #004882 inset !important;
  background: transparent !important;
  border: none !important;
  color: #004882 !important;
}
.btn-success span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-success {
    width: -webkit-fill-available;
  }
}
.btn-warning {
  box-shadow: 0 0 0 100px #2b2b2b inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #050505 !important;
  border-color: #050505 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #050505 !important;
  border-color: #050505 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #2b2b2b inset !important;
  background: transparent !important;
  border: none !important;
  color: #2b2b2b !important;
}
.btn-warning span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-warning {
    width: -webkit-fill-available;
  }
}
.btn-danger {
  box-shadow: 0 0 0 100px #000000 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #000000 inset !important;
  background: transparent !important;
  border: none !important;
  color: #000000 !important;
}
.btn-danger span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-danger {
    width: -webkit-fill-available;
  }
}
.btn-white {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-white span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-white {
    width: -webkit-fill-available;
  }
}
.btn-black {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: #333333 !important;
}
.btn-black span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-black {
    width: -webkit-fill-available;
  }
}
.btn-primary-outline {
  box-shadow: 0 0 0 2px #0a4067 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #01060a;
  color: #01060a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0a4067;
  border-color: #0a4067;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a4067 !important;
  border-color: #0a4067 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #0a4067 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-primary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-primary-outline span:after {
  content: '';
  position: absolute;
  background: #0a4067;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-primary-outline {
    width: -webkit-fill-available;
  }
}
.btn-secondary-outline {
  box-shadow: 0 0 0 2px #81c1e1 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3098cc;
  color: #3098cc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #81c1e1;
  border-color: #81c1e1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #81c1e1 !important;
  border-color: #81c1e1 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #81c1e1 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-secondary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-secondary-outline span:after {
  content: '';
  position: absolute;
  background: #81c1e1;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-secondary-outline {
    width: -webkit-fill-available;
  }
}
.btn-info-outline {
  box-shadow: 0 0 0 2px #2f6f95 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #173547;
  color: #173547;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #2f6f95;
  border-color: #2f6f95;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2f6f95 !important;
  border-color: #2f6f95 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #2f6f95 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-info-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-info-outline span:after {
  content: '';
  position: absolute;
  background: #2f6f95;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-info-outline {
    width: -webkit-fill-available;
  }
}
.btn-success-outline {
  box-shadow: 0 0 0 2px #004882 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #00101c;
  color: #00101c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #004882;
  border-color: #004882;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #004882 !important;
  border-color: #004882 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #004882 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-success-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-success-outline span:after {
  content: '';
  position: absolute;
  background: #004882;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-success-outline {
    width: -webkit-fill-available;
  }
}
.btn-warning-outline {
  box-shadow: 0 0 0 2px #2b2b2b inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #2b2b2b inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-warning-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-warning-outline span:after {
  content: '';
  position: absolute;
  background: #2b2b2b;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-warning-outline {
    width: -webkit-fill-available;
  }
}
.btn-danger-outline {
  box-shadow: 0 0 0 2px #000000 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #000000 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-danger-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-danger-outline span:after {
  content: '';
  position: absolute;
  background: #000000;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-danger-outline {
    width: -webkit-fill-available;
  }
}
.btn-black-outline {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-black-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-black-outline span:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-black-outline {
    width: -webkit-fill-available;
  }
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0a4067 !important;
}
.text-secondary {
  color: #81c1e1 !important;
}
.text-success {
  color: #004882 !important;
}
.text-info {
  color: #2f6f95 !important;
}
.text-warning {
  color: #2b2b2b !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0a4067 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #81c1e1 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #00101c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #173547 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2f6f95;
}
.alert-warning {
  background-color: #2b2b2b;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0a4067;
  border-color: #0a4067;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0a4067;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1588db;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #028eff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #71aed2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dedede;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #0a4067;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0a4067;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0a4067;
  border-bottom-color: #0a4067;
}
.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: #0a4067 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #81c1e1 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
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%;
  -webkit-transform: translateX(-50%) translateY(-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='%230a4067' %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;
}
.cid-rGtWl2Qdmo .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGtWl2Qdmo .nav-item:focus,
.cid-rGtWl2Qdmo .nav-link:focus {
  outline: none;
}
.cid-rGtWl2Qdmo .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGtWl2Qdmo .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGtWl2Qdmo .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rGtWl2Qdmo .dropdown .dropdown-menu .dropdown-item:active,
.cid-rGtWl2Qdmo .dropdown .dropdown-menu .dropdown-item:focus {
  color: #0a4067 !important;
}
.cid-rGtWl2Qdmo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rGtWl2Qdmo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rGtWl2Qdmo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGtWl2Qdmo .navbar-caption:hover {
  color: inherit!important;
}
.cid-rGtWl2Qdmo .container {
  max-width: 1380px;
}
.cid-rGtWl2Qdmo .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rGtWl2Qdmo .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rGtWl2Qdmo .nav-link:hover,
.cid-rGtWl2Qdmo .nav-link:active,
.cid-rGtWl2Qdmo .nav-link:focus {
  border-bottom: 3px solid #0a4067;
  color: #0a4067 !important;
}
.cid-rGtWl2Qdmo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rGtWl2Qdmo .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rGtWl2Qdmo .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rGtWl2Qdmo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rGtWl2Qdmo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rGtWl2Qdmo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rGtWl2Qdmo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-rGtWl2Qdmo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rGtWl2Qdmo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rGtWl2Qdmo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rGtWl2Qdmo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rGtWl2Qdmo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rGtWl2Qdmo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rGtWl2Qdmo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rGtWl2Qdmo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rGtWl2Qdmo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rGtWl2Qdmo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rGtWl2Qdmo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rGtWl2Qdmo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rGtWl2Qdmo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rGtWl2Qdmo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rGtWl2Qdmo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rGtWl2Qdmo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rGtWl2Qdmo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rGtWl2Qdmo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rGtWl2Qdmo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rGtWl2Qdmo .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rGtWl2Qdmo .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
}
.cid-rGtWl2Qdmo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rGtWl2Qdmo .icons-menu span {
  color: #ed6436 !important;
}
.cid-rGtWl2Qdmo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rGtWl2Qdmo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rGtWl2Qdmo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rGtWl2Qdmo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rGtWl2Qdmo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rGtWl2Qdmo .dropdown-item.active,
.cid-rGtWl2Qdmo .dropdown-item:active {
  background-color: transparent;
}
.cid-rGtWl2Qdmo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rGtWl2Qdmo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rGtWl2Qdmo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rGtWl2Qdmo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rGtWl2Qdmo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rGtWl2Qdmo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rGtWl2Qdmo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rGtWl2Qdmo .navbar-buttons {
  text-align: center;
}
.cid-rGtWl2Qdmo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rGtWl2Qdmo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004882;
}
.cid-rGtWl2Qdmo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rGtWl2Qdmo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rGtWl2Qdmo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rGtWl2Qdmo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rGtWl2Qdmo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGtWl2Qdmo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rGtWl2Qdmo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rGtWl2Qdmo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGtWl2Qdmo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rGtWl2Qdmo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rGtWl2Qdmo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rGtWl2Qdmo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rGtWl2Qdmo .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGtWl2Qdmo .navbar {
    height: 110px;
  }
  .cid-rGtWl2Qdmo .navbar.opened {
    height: auto;
  }
  .cid-rGtWl2Qdmo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viLApWxzkX {
  overflow: hidden;
  background-image: url("../../../assets/images/header-bg3-a.webp");
}
.cid-viLApWxzkX .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}
.cid-viLApWxzkX .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-viLApWxzkX .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-viLApWxzkX .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-viLApWxzkX .container {
  max-width: 1600px;
}
.cid-viLApWxzkX .mbr-bold,
.cid-viLApWxzkX b {
  font-weight: 900;
}
.cid-viLApWxzkX .btn {
  color: white !important;
}
.cid-viLApWxzkX svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-viLApWxzkX svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-viLApWxzkX svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-viLApWxzkX svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-viLApWxzkX svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-viLApWxzkX .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-viLApWxzkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-viLApWxzkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrUQxN8SlX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vrUQxN8SlX .mbr-text {
  color: #000000;
}
.cid-vrUQxN8SlX .mbr-section-subtitle {
  color: #000000;
}
.cid-vrUQxN8SlX .mbr-section-title {
  color: #000000;
}
.cid-rGtWm2r7DD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rGtWm2r7DD .mbr-text {
  color: #767676;
}
.cid-rGtWm2r7DD .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3rem!important;
  position: relative;
}
.cid-rGtWm2r7DD .card-img {
  margin-bottom: 3rem;
}
.cid-rGtWm2r7DD .card-wrapper {
  padding: 2rem 1.25rem;
  border-radius: 30px;
  position: relative;
}
.cid-rGtWm2r7DD .card-wrapper svg {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.3;
  transform: rotate(-3deg) scale(1.15);
}
.cid-rGtWm2r7DD .card1 {
  background: #2f6f95;
}
.cid-rGtWm2r7DD .card2 {
  background: #004882;
}
.cid-rGtWm2r7DD .card3 {
  background: #0a4067;
}
.cid-rGtWm2r7DD .card4 {
  background: #0a4067;
}
.cid-rGtWm2r7DD .link {
  margin: 0;
}
.cid-rGtWm2r7DD p {
  font-weight: 400;
}
.cid-rGtWm2r7DD .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rGtWm2r7DD .link a:hover {
  color: #ed6436 !important;
}
.cid-rGtWm2r7DD .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rGtWm2r7DD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGtWm2r7DD .card {
    margin-bottom: 3rem;
  }
}
.cid-rGtWm2r7DD .mbr-text,
.cid-rGtWm2r7DD .link {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rGtWm2r7DD .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-rGtWm2r7DD .card-title,
.cid-rGtWm2r7DD .card-img {
  color: #ffffff;
}
.cid-rGtWmGRJOW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rGtWmGRJOW .content {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 767px) {
  .cid-rGtWmGRJOW .content {
    padding: 0 2rem;
  }
}
.cid-rGtWmGRJOW .img-col {
  padding: 0;
  margin: auto 0;
}
@media (max-width: 992px) {
  .cid-rGtWmGRJOW .content {
    margin: auto;
  }
}
.cid-rGtWmGRJOW li {
  list-style: none;
}
.cid-rGtWmGRJOW .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rGtWmGRJOW .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-rGtWmGRJOW .mbr-iconfont {
  font-size: 18px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-rGtWmGRJOW h4 {
  margin: 0;
}
.cid-rGtWmGRJOW ul {
  padding: 0;
  margin: 0;
}
.cid-rGtWmGRJOW H2 {
  color: #81c1e1;
}
.cid-rGtWn0t5ac {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGtWn0t5ac .btn-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rGtWn0t5ac .card-wrapper {
  position: relative;
  height: 350px;
}
.cid-rGtWn0t5ac .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  background: #181818;
  border-radius: 30px;
  opacity: 0.3;
  pointer-events: none;
}
.cid-rGtWn0t5ac .card-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
}
.cid-rGtWn0t5ac .wrapper {
  position: absolute;
  padding: 1rem;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: fit-content;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .cid-rGtWn0t5ac .col-md-6 {
    margin-bottom: 2rem;
  }
  .cid-rGtWn0t5ac .wrapper {
    top: auto;
    bottom: 0rem;
    transform: none;
  }
  .cid-rGtWn0t5ac .mbr-text {
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-rGtWn0t5ac .col-md-4 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-rGtWn0t5ac .card-wrapper {
    position: relative;
  }
  .cid-rGtWn0t5ac .card-wrapper:before {
    opacity: 0;
  }
  .cid-rGtWn0t5ac .card-wrapper:hover:before {
    opacity: 0.3;
  }
  .cid-rGtWn0t5ac .card-wrapper:hover .wrapper {
    opacity: 1;
  }
  .cid-rGtWn0t5ac .wrapper {
    opacity: 0;
  }
  .cid-rGtWn0t5ac .btn-col {
    justify-content: flex-end;
  }
}
.cid-rGtWn0t5ac H4 {
  color: #81c1e1;
}
.cid-rGtWo8cPmn {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rGtWo8cPmn h3 {
  text-align: center;
}
.cid-rGtWo8cPmn .pie_progress {
  position: relative;
}
.cid-rGtWo8cPmn .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-rGtWo8cPmn p {
  line-height: 1.6;
}
.cid-rGtWo8cPmn .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rGtWo8cPmn .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}
.cid-rGtWo8cPmn .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-rGtWo8cPmn .mbr-section-subtitle {
  color: #383838;
}
.cid-rGtWo8cPmn .pie_progress__number {
  text-align: center !important;
}
.cid-rGtWo8cPmn .card-title {
  margin-bottom: 0;
}
.cid-rGtWo8cPmn .svg-gradient {
  position: absolute;
}
.cid-rGtWo8cPmn ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rGtWo8cPmn path {
  stroke: #2f6f95;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rGtWo8cPmn .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-rGtWo8cPmn H4 {
  color: #2f6f95;
}
.cid-rGtWo8cPmn .mbr-section-title {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-rGtWo8cPmn .card {
    flex-direction: column;
  }
  .cid-rGtWo8cPmn .content {
    padding-left: 0rem;
  }
  .cid-rGtWo8cPmn .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-vhcjOyaJR0 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjglA26nKf {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/hero-quote-bg.webp");
}
.cid-vjglA26nKf .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-vjglA26nKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjglA26nKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjglA26nKf .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vjglA26nKf .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vjglA26nKf {
    align-items: center;
  }
  .cid-vjglA26nKf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjglA26nKf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vjglA26nKf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vjglA26nKf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vjglA26nKf .content-wrap {
    width: 100%;
  }
}
.cid-vjglA26nKf .mbr-section-title {
  text-align: center;
}
.cid-vjglA26nKf .mbr-text,
.cid-vjglA26nKf .mbr-section-btn {
  text-align: center;
}
.cid-vjZjkd0ZJo {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjZjkd0ZJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjZjkd0ZJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjZjkd0ZJo .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-vjZjkd0ZJo .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vhcg2Ca9Nm {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #0a4067;
}
.cid-vhcg2Ca9Nm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhcg2Ca9Nm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhcg2Ca9Nm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhcg2Ca9Nm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vhcg2Ca9Nm .row {
    text-align: center;
  }
  .cid-vhcg2Ca9Nm .row > div {
    margin: auto;
  }
  .cid-vhcg2Ca9Nm .social-row {
    justify-content: center;
  }
}
.cid-vhcg2Ca9Nm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vhcg2Ca9Nm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vhcg2Ca9Nm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vhcg2Ca9Nm .list {
    margin-bottom: 0rem;
  }
}
.cid-vhcg2Ca9Nm .mbr-text {
  color: #ffffff;
}
.cid-vhcg2Ca9Nm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vhcg2Ca9Nm .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vhcg2Ca9Nm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vhcg2Ca9Nm .mbr-section-subtitle {
  color: #81c1e1;
}
.cid-vjfsYMx2Si .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfsYMx2Si .nav-item:focus,
.cid-vjfsYMx2Si .nav-link:focus {
  outline: none;
}
.cid-vjfsYMx2Si .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vjfsYMx2Si .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfsYMx2Si .dropdown .dropdown-menu .dropdown-item:hover,
.cid-vjfsYMx2Si .dropdown .dropdown-menu .dropdown-item:active,
.cid-vjfsYMx2Si .dropdown .dropdown-menu .dropdown-item:focus {
  color: #0a4067 !important;
}
.cid-vjfsYMx2Si .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjfsYMx2Si .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vjfsYMx2Si .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfsYMx2Si .navbar-caption:hover {
  color: inherit!important;
}
.cid-vjfsYMx2Si .container {
  max-width: 1380px;
}
.cid-vjfsYMx2Si .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-vjfsYMx2Si .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-vjfsYMx2Si .nav-link:hover,
.cid-vjfsYMx2Si .nav-link:active,
.cid-vjfsYMx2Si .nav-link:focus {
  border-bottom: 3px solid #0a4067;
  color: #0a4067 !important;
}
.cid-vjfsYMx2Si .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vjfsYMx2Si .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vjfsYMx2Si .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vjfsYMx2Si .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjfsYMx2Si .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjfsYMx2Si .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjfsYMx2Si .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-vjfsYMx2Si .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vjfsYMx2Si .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjfsYMx2Si .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjfsYMx2Si .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vjfsYMx2Si .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjfsYMx2Si .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vjfsYMx2Si .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vjfsYMx2Si .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjfsYMx2Si .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjfsYMx2Si .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vjfsYMx2Si .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjfsYMx2Si .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjfsYMx2Si .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vjfsYMx2Si .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vjfsYMx2Si .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjfsYMx2Si .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjfsYMx2Si .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vjfsYMx2Si .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vjfsYMx2Si .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vjfsYMx2Si .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vjfsYMx2Si .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
}
.cid-vjfsYMx2Si .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vjfsYMx2Si .icons-menu span {
  color: #ed6436 !important;
}
.cid-vjfsYMx2Si .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjfsYMx2Si .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjfsYMx2Si .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjfsYMx2Si .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjfsYMx2Si .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjfsYMx2Si .dropdown-item.active,
.cid-vjfsYMx2Si .dropdown-item:active {
  background-color: transparent;
}
.cid-vjfsYMx2Si .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjfsYMx2Si .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjfsYMx2Si .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjfsYMx2Si .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjfsYMx2Si .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjfsYMx2Si .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjfsYMx2Si ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vjfsYMx2Si .navbar-buttons {
  text-align: center;
}
.cid-vjfsYMx2Si button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vjfsYMx2Si button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004882;
}
.cid-vjfsYMx2Si button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vjfsYMx2Si button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vjfsYMx2Si button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vjfsYMx2Si button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vjfsYMx2Si nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjfsYMx2Si nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vjfsYMx2Si nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vjfsYMx2Si nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjfsYMx2Si .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vjfsYMx2Si a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjfsYMx2Si .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vjfsYMx2Si .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vjfsYMx2Si .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjfsYMx2Si .navbar {
    height: 110px;
  }
  .cid-vjfsYMx2Si .navbar.opened {
    height: auto;
  }
  .cid-vjfsYMx2Si .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjfsYMSd97 {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #004882;
}
.cid-vjfsYMSd97 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-start;
  pointer-events: none;
}
.cid-vjfsYMSd97 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-vjfsYMSd97 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-vjfsYMSd97 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-vjfsYMSd97 .container {
  max-width: 1300px;
}
.cid-vjfsYMSd97 .mbr-bold,
.cid-vjfsYMSd97 b {
  font-weight: 900;
}
.cid-vjfsYMSd97 .btn {
  color: white !important;
}
.cid-vjfsYMSd97 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-vjfsYMSd97 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-vjfsYMSd97 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-vjfsYMSd97 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-vjfsYMSd97 svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-vjfsYMSd97 .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-vjfsYMSd97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjfsYMSd97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjfsYMSd97 H1 {
  text-align: left;
}
.cid-vjfwckedpk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjfwckedpk .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjfwckedpk .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjfwckedpk .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjfwckedpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjfwckedpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjfwckedpk .container {
  max-width: 1300px;
}
.cid-vjfwOaxSLV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vjfwOaxSLV .mbr-iconfont {
  color: #383838 !important;
  font-size: 3.5rem !important;
}
.cid-vjfwOaxSLV .card-title,
.cid-vjfwOaxSLV .card-img {
  color: #ed6436;
}
.cid-vjfwOaxSLV p {
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-vjfwOaxSLV .card {
    margin-bottom: 2rem;
  }
}
.cid-vjfwOaxSLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjfwOaxSLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgiNCRQtZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vjgiNCRQtZ .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-vjgiNCRQtZ .content {
    padding: 0 2rem;
  }
}
.cid-vjgiNCRQtZ .row {
  justify-content: flex-end;
}
.cid-vjgiNCRQtZ .img-col {
  padding: 0;
}
.cid-vjgiNCRQtZ .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-vjgiNCRQtZ .mbr-iconfont {
  font-size: 3rem;
  color: #81c1e1 !important;
  padding-bottom: 1.5rem;
  display: block;
}
.cid-vjgiNCRQtZ .icon-title,
.cid-vjgiNCRQtZ .icon-wrap {
  color: #2f6f95;
}
.cid-vjgiNCRQtZ .mbr-text,
.cid-vjgiNCRQtZ .mbr-section-btn,
.cid-vjgiNCRQtZ .content {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-vjgiNCRQtZ .content {
    margin: auto;
  }
}
.cid-vjgiNCRQtZ H1 {
  color: #000000;
}
.cid-vjgj0EF3oi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjgj0EF3oi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgj0EF3oi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgj0EF3oi .mbr-section-title {
  text-align: center;
}
.cid-vjgj0EF3oi .mbr-section-subtitle {
  text-align: center;
}
.cid-vjfsYQ7o06 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #0a4067;
}
.cid-vjfsYQ7o06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjfsYQ7o06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjfsYQ7o06 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjfsYQ7o06 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjfsYQ7o06 .row {
    text-align: center;
  }
  .cid-vjfsYQ7o06 .row > div {
    margin: auto;
  }
  .cid-vjfsYQ7o06 .social-row {
    justify-content: center;
  }
}
.cid-vjfsYQ7o06 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjfsYQ7o06 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vjfsYQ7o06 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjfsYQ7o06 .list {
    margin-bottom: 0rem;
  }
}
.cid-vjfsYQ7o06 .mbr-text {
  color: #ffffff;
}
.cid-vjfsYQ7o06 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vjfsYQ7o06 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vjfsYQ7o06 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vjfsYQ7o06 .mbr-section-subtitle {
  color: #81c1e1;
}
.cid-vjfujaPgVz .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfujaPgVz .nav-item:focus,
.cid-vjfujaPgVz .nav-link:focus {
  outline: none;
}
.cid-vjfujaPgVz .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vjfujaPgVz .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfujaPgVz .dropdown .dropdown-menu .dropdown-item:hover,
.cid-vjfujaPgVz .dropdown .dropdown-menu .dropdown-item:active,
.cid-vjfujaPgVz .dropdown .dropdown-menu .dropdown-item:focus {
  color: #0a4067 !important;
}
.cid-vjfujaPgVz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjfujaPgVz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vjfujaPgVz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfujaPgVz .navbar-caption:hover {
  color: inherit!important;
}
.cid-vjfujaPgVz .container {
  max-width: 1380px;
}
.cid-vjfujaPgVz .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-vjfujaPgVz .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-vjfujaPgVz .nav-link:hover,
.cid-vjfujaPgVz .nav-link:active,
.cid-vjfujaPgVz .nav-link:focus {
  border-bottom: 3px solid #0a4067;
  color: #0a4067 !important;
}
.cid-vjfujaPgVz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vjfujaPgVz .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vjfujaPgVz .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vjfujaPgVz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjfujaPgVz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjfujaPgVz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjfujaPgVz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-vjfujaPgVz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vjfujaPgVz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjfujaPgVz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjfujaPgVz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vjfujaPgVz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjfujaPgVz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vjfujaPgVz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vjfujaPgVz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjfujaPgVz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjfujaPgVz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vjfujaPgVz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjfujaPgVz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjfujaPgVz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vjfujaPgVz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vjfujaPgVz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjfujaPgVz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjfujaPgVz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vjfujaPgVz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vjfujaPgVz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vjfujaPgVz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vjfujaPgVz .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
}
.cid-vjfujaPgVz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vjfujaPgVz .icons-menu span {
  color: #ed6436 !important;
}
.cid-vjfujaPgVz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjfujaPgVz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjfujaPgVz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjfujaPgVz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjfujaPgVz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjfujaPgVz .dropdown-item.active,
.cid-vjfujaPgVz .dropdown-item:active {
  background-color: transparent;
}
.cid-vjfujaPgVz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjfujaPgVz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjfujaPgVz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjfujaPgVz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjfujaPgVz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjfujaPgVz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjfujaPgVz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vjfujaPgVz .navbar-buttons {
  text-align: center;
}
.cid-vjfujaPgVz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vjfujaPgVz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004882;
}
.cid-vjfujaPgVz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vjfujaPgVz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vjfujaPgVz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vjfujaPgVz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vjfujaPgVz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjfujaPgVz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vjfujaPgVz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vjfujaPgVz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjfujaPgVz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vjfujaPgVz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjfujaPgVz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vjfujaPgVz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vjfujaPgVz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjfujaPgVz .navbar {
    height: 110px;
  }
  .cid-vjfujaPgVz .navbar.opened {
    height: auto;
  }
  .cid-vjfujaPgVz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjfujb2zk5 {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #004882;
}
.cid-vjfujb2zk5 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-start;
  pointer-events: none;
}
.cid-vjfujb2zk5 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-vjfujb2zk5 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-vjfujb2zk5 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-vjfujb2zk5 .container {
  max-width: 1300px;
}
.cid-vjfujb2zk5 .mbr-bold,
.cid-vjfujb2zk5 b {
  font-weight: 900;
}
.cid-vjfujb2zk5 .btn {
  color: white !important;
}
.cid-vjfujb2zk5 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-vjfujb2zk5 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-vjfujb2zk5 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-vjfujb2zk5 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-vjfujb2zk5 svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-vjfujb2zk5 .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-vjfujb2zk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjfujb2zk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjfujb2zk5 H1 {
  text-align: left;
}
.cid-vjgjvLm9Y1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgjvLm9Y1 .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgjvLm9Y1 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgjvLm9Y1 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgjvLm9Y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgjvLm9Y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgjvLm9Y1 .container {
  max-width: 1300px;
}
.cid-vjgjQU4uGa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vjgjQU4uGa .mbr-iconfont {
  color: #383838 !important;
  font-size: 3.5rem !important;
  line-height: 1 !important;
}
.cid-vjgjQU4uGa .card-title,
.cid-vjgjQU4uGa .card-img {
  color: #ed6436;
}
.cid-vjgjQU4uGa p {
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-vjgjQU4uGa .card {
    margin-bottom: 2rem;
  }
}
.cid-vjgjQU4uGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgjQU4uGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgkDajZCz {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f2f2f4;
}
.cid-vjgkDajZCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgkDajZCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgkuWp9sg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f2f4;
}
.cid-vjgkuWp9sg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgkuWp9sg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjgkuWp9sg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjgkuWp9sg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjgkuWp9sg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjgkuWp9sg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjgkuWp9sg .mbr-section-title {
  color: #000000;
}
.cid-vjgkuWp9sg .mbr-text,
.cid-vjgkuWp9sg .mbr-section-btn {
  color: #000000;
}
.cid-vjgkuWp9sg .mbr-section-btn .btn {
  pointer-events: none;
  cursor: default;
}
.cid-vpWBXXJAZV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vpWBXXJAZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWBXXJAZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWBXXJAZV .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vpWBXXJAZV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpWBXXJAZV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vpWBXXJAZV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vpWBXXJAZV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vpWBXXJAZV .mbr-section-title {
  color: #000000;
}
.cid-vpWBXXJAZV .mbr-text,
.cid-vpWBXXJAZV .mbr-section-btn {
  color: #000000;
}
.cid-vpWBXXJAZV .mbr-section-btn .btn {
  pointer-events: none;
  cursor: default;
}
.cid-vpWCsPFYC3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f2f4;
}
.cid-vpWCsPFYC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWCsPFYC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vpWCsPFYC3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpWCsPFYC3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vpWCsPFYC3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vpWCsPFYC3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vpWCsPFYC3 .mbr-section-title {
  color: #000000;
}
.cid-vpWCsPFYC3 .mbr-text,
.cid-vpWCsPFYC3 .mbr-section-btn {
  color: #000000;
}
.cid-vpWCsPFYC3 .mbr-section-btn .btn {
  pointer-events: none;
  cursor: default;
}
.cid-vpWCPpVaU4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vpWCPpVaU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWCPpVaU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpWCPpVaU4 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vpWCPpVaU4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpWCPpVaU4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vpWCPpVaU4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vpWCPpVaU4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vpWCPpVaU4 .mbr-section-title {
  color: #000000;
}
.cid-vpWCPpVaU4 .mbr-text,
.cid-vpWCPpVaU4 .mbr-section-btn {
  color: #000000;
}
.cid-vpWCPpVaU4 .mbr-section-btn .btn {
  pointer-events: none;
  cursor: default;
}
.cid-vpWDfd2WvD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f2f4;
}
.cid-vpWDfd2WvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpWDfd2WvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vpWDfd2WvD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vpWDfd2WvD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vpWDfd2WvD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vpWDfd2WvD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vpWDfd2WvD .mbr-section-title {
  color: #000000;
}
.cid-vpWDfd2WvD .mbr-text,
.cid-vpWDfd2WvD .mbr-section-btn {
  color: #000000;
}
.cid-vpWDfd2WvD .mbr-section-btn .btn {
  pointer-events: none;
  cursor: default;
}
.cid-vjfujba5gk {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #0a4067;
}
.cid-vjfujba5gk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjfujba5gk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjfujba5gk .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjfujba5gk .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjfujba5gk .row {
    text-align: center;
  }
  .cid-vjfujba5gk .row > div {
    margin: auto;
  }
  .cid-vjfujba5gk .social-row {
    justify-content: center;
  }
}
.cid-vjfujba5gk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjfujba5gk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vjfujba5gk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjfujba5gk .list {
    margin-bottom: 0rem;
  }
}
.cid-vjfujba5gk .mbr-text {
  color: #ffffff;
}
.cid-vjfujba5gk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vjfujba5gk .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vjfujba5gk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vjfujba5gk .mbr-section-subtitle {
  color: #81c1e1;
}
.cid-vjfun9PWW5 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfun9PWW5 .nav-item:focus,
.cid-vjfun9PWW5 .nav-link:focus {
  outline: none;
}
.cid-vjfun9PWW5 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vjfun9PWW5 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfun9PWW5 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-vjfun9PWW5 .dropdown .dropdown-menu .dropdown-item:active,
.cid-vjfun9PWW5 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #0a4067 !important;
}
.cid-vjfun9PWW5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjfun9PWW5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vjfun9PWW5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfun9PWW5 .navbar-caption:hover {
  color: inherit!important;
}
.cid-vjfun9PWW5 .container {
  max-width: 1380px;
}
.cid-vjfun9PWW5 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-vjfun9PWW5 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-vjfun9PWW5 .nav-link:hover,
.cid-vjfun9PWW5 .nav-link:active,
.cid-vjfun9PWW5 .nav-link:focus {
  border-bottom: 3px solid #0a4067;
  color: #0a4067 !important;
}
.cid-vjfun9PWW5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vjfun9PWW5 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vjfun9PWW5 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vjfun9PWW5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjfun9PWW5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjfun9PWW5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjfun9PWW5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-vjfun9PWW5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vjfun9PWW5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjfun9PWW5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjfun9PWW5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vjfun9PWW5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjfun9PWW5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vjfun9PWW5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vjfun9PWW5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjfun9PWW5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjfun9PWW5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vjfun9PWW5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjfun9PWW5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjfun9PWW5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vjfun9PWW5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vjfun9PWW5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjfun9PWW5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjfun9PWW5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vjfun9PWW5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vjfun9PWW5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vjfun9PWW5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vjfun9PWW5 .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
}
.cid-vjfun9PWW5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vjfun9PWW5 .icons-menu span {
  color: #ed6436 !important;
}
.cid-vjfun9PWW5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjfun9PWW5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjfun9PWW5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjfun9PWW5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjfun9PWW5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjfun9PWW5 .dropdown-item.active,
.cid-vjfun9PWW5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjfun9PWW5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjfun9PWW5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjfun9PWW5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjfun9PWW5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjfun9PWW5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjfun9PWW5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjfun9PWW5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vjfun9PWW5 .navbar-buttons {
  text-align: center;
}
.cid-vjfun9PWW5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vjfun9PWW5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004882;
}
.cid-vjfun9PWW5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vjfun9PWW5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vjfun9PWW5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vjfun9PWW5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vjfun9PWW5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjfun9PWW5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vjfun9PWW5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vjfun9PWW5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjfun9PWW5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vjfun9PWW5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjfun9PWW5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vjfun9PWW5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vjfun9PWW5 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjfun9PWW5 .navbar {
    height: 110px;
  }
  .cid-vjfun9PWW5 .navbar.opened {
    height: auto;
  }
  .cid-vjfun9PWW5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjfuna2FxV {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #004882;
}
.cid-vjfuna2FxV .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-start;
  pointer-events: none;
}
.cid-vjfuna2FxV .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-vjfuna2FxV .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-vjfuna2FxV .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-vjfuna2FxV .container {
  max-width: 1300px;
}
.cid-vjfuna2FxV .mbr-bold,
.cid-vjfuna2FxV b {
  font-weight: 900;
}
.cid-vjfuna2FxV .btn {
  color: white !important;
}
.cid-vjfuna2FxV svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-vjfuna2FxV svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-vjfuna2FxV svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-vjfuna2FxV svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-vjfuna2FxV svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-vjfuna2FxV .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-vjfuna2FxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjfuna2FxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjfuna2FxV H1 {
  text-align: left;
}
.cid-vjgnIJI3VN {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vjgnIJI3VN .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgnIJI3VN .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgnIJI3VN .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgnIJI3VN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgnIJI3VN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgnIJI3VN .container {
  max-width: 1300px;
}
.cid-vjgnTmM0tw {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #f2f2f4;
}
.cid-vjgnTmM0tw .mbr-text {
  color: #767676;
}
.cid-vjgnTmM0tw img {
  width: 100%;
}
.cid-vjgnTmM0tw .card-img {
  margin-bottom: 0rem;
}
.cid-vjgnTmM0tw .card-wrapper {
  background: #e6e6e6;
  border-radius: 3px;
  overflow: hidden;
}
.cid-vjgnTmM0tw .card-box {
  padding: 1rem 1rem;
}
.cid-vjgnTmM0tw p {
  font-weight: 400;
}
.cid-vjgnTmM0tw .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjgnTmM0tw .card {
    margin-bottom: 2rem;
  }
}
.cid-vjgnTmM0tw .mbr-text,
.cid-vjgnTmM0tw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vjgnTmM0tw .card-title,
.cid-vjgnTmM0tw .card-img {
  text-align: center;
}
.cid-vjgnTmM0tw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgnTmM0tw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgouwEKKX {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f2f2f4;
}
.cid-vjgouwEKKX .mbr-text {
  color: #767676;
}
.cid-vjgouwEKKX img {
  width: 100%;
}
.cid-vjgouwEKKX .card-img {
  margin-bottom: 0rem;
}
.cid-vjgouwEKKX .card-wrapper {
  background: #e6e6e6;
  border-radius: 3px;
  overflow: hidden;
}
.cid-vjgouwEKKX .card-box {
  padding: 2rem 1rem;
}
.cid-vjgouwEKKX p {
  font-weight: 400;
}
.cid-vjgouwEKKX .row {
  -webkit-box-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjgouwEKKX .card {
    margin-bottom: 2rem;
  }
}
.cid-vjgouwEKKX .mbr-text,
.cid-vjgouwEKKX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vjgouwEKKX .card-title,
.cid-vjgouwEKKX .card-img {
  text-align: center;
}
.cid-vjgouwEKKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgouwEKKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjfunaeZNS {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #0a4067;
}
.cid-vjfunaeZNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjfunaeZNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjfunaeZNS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjfunaeZNS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjfunaeZNS .row {
    text-align: center;
  }
  .cid-vjfunaeZNS .row > div {
    margin: auto;
  }
  .cid-vjfunaeZNS .social-row {
    justify-content: center;
  }
}
.cid-vjfunaeZNS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjfunaeZNS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vjfunaeZNS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjfunaeZNS .list {
    margin-bottom: 0rem;
  }
}
.cid-vjfunaeZNS .mbr-text {
  color: #ffffff;
}
.cid-vjfunaeZNS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vjfunaeZNS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vjfunaeZNS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vjfunaeZNS .mbr-section-subtitle {
  color: #81c1e1;
}
.cid-vjfuq6Fehv .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfuq6Fehv .nav-item:focus,
.cid-vjfuq6Fehv .nav-link:focus {
  outline: none;
}
.cid-vjfuq6Fehv .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vjfuq6Fehv .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfuq6Fehv .dropdown .dropdown-menu .dropdown-item:hover,
.cid-vjfuq6Fehv .dropdown .dropdown-menu .dropdown-item:active,
.cid-vjfuq6Fehv .dropdown .dropdown-menu .dropdown-item:focus {
  color: #0a4067 !important;
}
.cid-vjfuq6Fehv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjfuq6Fehv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vjfuq6Fehv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfuq6Fehv .navbar-caption:hover {
  color: inherit!important;
}
.cid-vjfuq6Fehv .container {
  max-width: 1380px;
}
.cid-vjfuq6Fehv .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-vjfuq6Fehv .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-vjfuq6Fehv .nav-link:hover,
.cid-vjfuq6Fehv .nav-link:active,
.cid-vjfuq6Fehv .nav-link:focus {
  border-bottom: 3px solid #0a4067;
  color: #0a4067 !important;
}
.cid-vjfuq6Fehv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vjfuq6Fehv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vjfuq6Fehv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vjfuq6Fehv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjfuq6Fehv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjfuq6Fehv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjfuq6Fehv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-vjfuq6Fehv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vjfuq6Fehv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjfuq6Fehv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjfuq6Fehv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vjfuq6Fehv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjfuq6Fehv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vjfuq6Fehv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vjfuq6Fehv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjfuq6Fehv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjfuq6Fehv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vjfuq6Fehv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjfuq6Fehv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjfuq6Fehv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vjfuq6Fehv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vjfuq6Fehv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjfuq6Fehv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjfuq6Fehv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vjfuq6Fehv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vjfuq6Fehv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vjfuq6Fehv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vjfuq6Fehv .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
}
.cid-vjfuq6Fehv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vjfuq6Fehv .icons-menu span {
  color: #ed6436 !important;
}
.cid-vjfuq6Fehv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjfuq6Fehv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjfuq6Fehv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjfuq6Fehv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjfuq6Fehv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjfuq6Fehv .dropdown-item.active,
.cid-vjfuq6Fehv .dropdown-item:active {
  background-color: transparent;
}
.cid-vjfuq6Fehv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjfuq6Fehv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjfuq6Fehv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjfuq6Fehv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjfuq6Fehv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjfuq6Fehv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjfuq6Fehv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vjfuq6Fehv .navbar-buttons {
  text-align: center;
}
.cid-vjfuq6Fehv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vjfuq6Fehv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004882;
}
.cid-vjfuq6Fehv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vjfuq6Fehv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vjfuq6Fehv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vjfuq6Fehv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vjfuq6Fehv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjfuq6Fehv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vjfuq6Fehv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vjfuq6Fehv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjfuq6Fehv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vjfuq6Fehv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjfuq6Fehv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vjfuq6Fehv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vjfuq6Fehv .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjfuq6Fehv .navbar {
    height: 110px;
  }
  .cid-vjfuq6Fehv .navbar.opened {
    height: auto;
  }
  .cid-vjfuq6Fehv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjfuq6S57T {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #004882;
}
.cid-vjfuq6S57T .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-start;
  pointer-events: none;
}
.cid-vjfuq6S57T .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-vjfuq6S57T .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-vjfuq6S57T .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-vjfuq6S57T .container {
  max-width: 1300px;
}
.cid-vjfuq6S57T .mbr-bold,
.cid-vjfuq6S57T b {
  font-weight: 900;
}
.cid-vjfuq6S57T .btn {
  color: white !important;
}
.cid-vjfuq6S57T svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-vjfuq6S57T svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-vjfuq6S57T svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-vjfuq6S57T svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-vjfuq6S57T svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-vjfuq6S57T .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-vjfuq6S57T .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjfuq6S57T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjfuq6S57T H1 {
  text-align: left;
}
.cid-vjgoPt973p {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgoPt973p .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgoPt973p .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgoPt973p .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgoPt973p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgoPt973p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgoPt973p .container {
  max-width: 1300px;
}
.cid-vjgp0gMHhq {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjgp0gMHhq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjgp0gMHhq .item {
    margin-bottom: 1rem;
  }
}
.cid-vjgp0gMHhq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vjgp0gMHhq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vjgp0gMHhq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 18px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vjgp0gMHhq .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vjgp0gMHhq .carousel-control,
.cid-vjgp0gMHhq .close {
  background: #1b1b1b;
}
.cid-vjgp0gMHhq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vjgp0gMHhq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vjgp0gMHhq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vjgp0gMHhq .carousel-control-next span {
  margin-left: 5px;
}
.cid-vjgp0gMHhq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 18px;
  font-weight: 300;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vjgp0gMHhq .close::before {
  content: '\e91a';
}
.cid-vjgp0gMHhq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vjgp0gMHhq .carousel-control {
  display: flex;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjgp0gMHhq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjgp0gMHhq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjgp0gMHhq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjgp0gMHhq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vjgp0gMHhq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjgp0gMHhq .carousel-indicators li.active,
.cid-vjgp0gMHhq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjgp0gMHhq .carousel-indicators li::after,
.cid-vjgp0gMHhq .carousel-indicators li::before {
  content: none;
}
.cid-vjgp0gMHhq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjgp0gMHhq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vjgp0gMHhq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjgp0gMHhq .carousel-indicators {
    display: none;
  }
}
.cid-vjgp0gMHhq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjgp0gMHhq .carousel-inner > .active {
  display: block;
}
.cid-vjgp0gMHhq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjgp0gMHhq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vjgp0gMHhq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vjgp0gMHhq .carousel-control,
  .cid-vjgp0gMHhq .carousel-indicators,
  .cid-vjgp0gMHhq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vjgp0gMHhq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vjgp0gMHhq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vjgp0gMHhq .carousel-indicators .active,
.cid-vjgp0gMHhq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vjgp0gMHhq .carousel-indicators .active {
  background: #fff;
}
.cid-vjgp0gMHhq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vjgp0gMHhq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vjgp0gMHhq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vjgp0gMHhq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vjgp0gMHhq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vjgp0gMHhq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vjgp0gMHhq .carousel {
  width: 100%;
}
.cid-vjgp0gMHhq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vjgp0gMHhq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vjgp0gMHhq .modal.fade .modal-dialog,
.cid-vjgp0gMHhq .modal.in .modal-dialog {
  transform: none;
}
.cid-vjgp0gMHhq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vjgp0gMHhq .content-head {
  max-width: 1200px;
}
.cid-vjgp0gMHhq .mbr-slider .modal-content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
}
.cid-vjfuq6Zaou {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #0a4067;
}
.cid-vjfuq6Zaou .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjfuq6Zaou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjfuq6Zaou .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjfuq6Zaou .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjfuq6Zaou .row {
    text-align: center;
  }
  .cid-vjfuq6Zaou .row > div {
    margin: auto;
  }
  .cid-vjfuq6Zaou .social-row {
    justify-content: center;
  }
}
.cid-vjfuq6Zaou .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjfuq6Zaou .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vjfuq6Zaou .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjfuq6Zaou .list {
    margin-bottom: 0rem;
  }
}
.cid-vjfuq6Zaou .mbr-text {
  color: #ffffff;
}
.cid-vjfuq6Zaou .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vjfuq6Zaou .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vjfuq6Zaou div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vjfuq6Zaou .mbr-section-subtitle {
  color: #81c1e1;
}
.cid-vjfut1HSVm .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfut1HSVm .nav-item:focus,
.cid-vjfut1HSVm .nav-link:focus {
  outline: none;
}
.cid-vjfut1HSVm .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vjfut1HSVm .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfut1HSVm .dropdown .dropdown-menu .dropdown-item:hover,
.cid-vjfut1HSVm .dropdown .dropdown-menu .dropdown-item:active,
.cid-vjfut1HSVm .dropdown .dropdown-menu .dropdown-item:focus {
  color: #0a4067 !important;
}
.cid-vjfut1HSVm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjfut1HSVm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vjfut1HSVm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfut1HSVm .navbar-caption:hover {
  color: inherit!important;
}
.cid-vjfut1HSVm .container {
  max-width: 1380px;
}
.cid-vjfut1HSVm .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-vjfut1HSVm .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-vjfut1HSVm .nav-link:hover,
.cid-vjfut1HSVm .nav-link:active,
.cid-vjfut1HSVm .nav-link:focus {
  border-bottom: 3px solid #0a4067;
  color: #0a4067 !important;
}
.cid-vjfut1HSVm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vjfut1HSVm .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vjfut1HSVm .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vjfut1HSVm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjfut1HSVm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjfut1HSVm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjfut1HSVm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-vjfut1HSVm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vjfut1HSVm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjfut1HSVm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjfut1HSVm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vjfut1HSVm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjfut1HSVm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vjfut1HSVm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vjfut1HSVm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjfut1HSVm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjfut1HSVm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vjfut1HSVm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjfut1HSVm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjfut1HSVm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vjfut1HSVm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vjfut1HSVm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjfut1HSVm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjfut1HSVm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vjfut1HSVm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vjfut1HSVm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vjfut1HSVm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vjfut1HSVm .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
}
.cid-vjfut1HSVm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vjfut1HSVm .icons-menu span {
  color: #ed6436 !important;
}
.cid-vjfut1HSVm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjfut1HSVm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjfut1HSVm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjfut1HSVm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjfut1HSVm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjfut1HSVm .dropdown-item.active,
.cid-vjfut1HSVm .dropdown-item:active {
  background-color: transparent;
}
.cid-vjfut1HSVm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjfut1HSVm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjfut1HSVm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjfut1HSVm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjfut1HSVm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjfut1HSVm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjfut1HSVm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vjfut1HSVm .navbar-buttons {
  text-align: center;
}
.cid-vjfut1HSVm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vjfut1HSVm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004882;
}
.cid-vjfut1HSVm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vjfut1HSVm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vjfut1HSVm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vjfut1HSVm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vjfut1HSVm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjfut1HSVm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vjfut1HSVm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vjfut1HSVm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjfut1HSVm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vjfut1HSVm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjfut1HSVm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vjfut1HSVm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vjfut1HSVm .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjfut1HSVm .navbar {
    height: 110px;
  }
  .cid-vjfut1HSVm .navbar.opened {
    height: auto;
  }
  .cid-vjfut1HSVm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjfut1XPyA {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #004882;
}
.cid-vjfut1XPyA .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-start;
  pointer-events: none;
}
.cid-vjfut1XPyA .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-vjfut1XPyA .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-vjfut1XPyA .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-vjfut1XPyA .container {
  max-width: 1300px;
}
.cid-vjfut1XPyA .mbr-bold,
.cid-vjfut1XPyA b {
  font-weight: 900;
}
.cid-vjfut1XPyA .btn {
  color: white !important;
}
.cid-vjfut1XPyA svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-vjfut1XPyA svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-vjfut1XPyA svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-vjfut1XPyA svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-vjfut1XPyA svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-vjfut1XPyA .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-vjfut1XPyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjfut1XPyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjfut1XPyA H1 {
  text-align: left;
}
.cid-vjgqwiKJex {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgqwiKJex .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgqwiKJex .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgqwiKJex .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgqwiKJex .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgqwiKJex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgqwiKJex .container {
  max-width: 1300px;
}
.cid-vnWRSTpi78 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vnWRSTpi78 .row {
  justify-content: center;
}
.cid-vnWRSTpi78 .col-title {
  margin-bottom: 2.5rem;
}
.cid-vnWRSTpi78 .mbr-section-title {
  color: #000000;
}
.cid-vnWRSTpi78 .mbr-section-subtitle {
  color: #1F1D1A;
  margin-top: 1rem;
}
.cid-vnWRSTpi78 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-vnWRSTpi78 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-vnWRSTpi78 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vnWRSTpi78 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-vnWRSTpi78 .card:nth-child(1) .card-box {
  background-color: #0a4067;
}
.cid-vnWRSTpi78 .card:nth-child(2) .card-box {
  background-color: #004882;
}
.cid-vnWRSTpi78 .card:nth-child(3) .card-box {
  background-color: #2f6f95;
}
.cid-vnWRSTpi78 .card:nth-child(4) .card-box {
  background-color: #0b1b3f;
}
.cid-vnWRSTpi78 .card:nth-child(5) .card-box {
  background-color: #0f7699;
}
.cid-vnWRSTpi78 .card:nth-child(6) .card-box {
  background-color: #879a9f;
}
.cid-vnWRSTpi78 .card-wrapper {
  height: 100%;
  display: flex;
}
.cid-vnWRSTpi78 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-vnWRSTpi78 .card-box {
    padding: 32px;
  }
}
.cid-vnWRSTpi78 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.cid-vnWRSTpi78 .mbr-iconfont {
  display: block;
  font-size: 15px;
  color: #fed243;
  margin-right: 5px;
}
.cid-vnWRSTpi78 .card-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-vnWRSTpi78 .card-title-1 {
  color: #ffffff;
}
.cid-vnWRSTpi78 .card-title-2 {
  color: #ffffff;
}
.cid-vnWRSTpi78 .card-title-3 {
  color: #ffffff;
}
.cid-vnWRSTpi78 .card-title-4 {
  color: #ffffff;
}
.cid-vnWRSTpi78 .card-title-5 {
  color: #ffffff;
}
.cid-vnWRSTpi78 .card-title-6 {
  color: #ffffff;
}
.cid-vnWRSTpi78 .card-text {
  width: 100%;
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-vnWRSTpi78 .card-name {
  width: 100%;
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-vjfut268h1 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #0a4067;
}
.cid-vjfut268h1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjfut268h1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjfut268h1 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjfut268h1 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjfut268h1 .row {
    text-align: center;
  }
  .cid-vjfut268h1 .row > div {
    margin: auto;
  }
  .cid-vjfut268h1 .social-row {
    justify-content: center;
  }
}
.cid-vjfut268h1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjfut268h1 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vjfut268h1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjfut268h1 .list {
    margin-bottom: 0rem;
  }
}
.cid-vjfut268h1 .mbr-text {
  color: #ffffff;
}
.cid-vjfut268h1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vjfut268h1 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vjfut268h1 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vjfut268h1 .mbr-section-subtitle {
  color: #81c1e1;
}
.cid-vjfuxpHze7 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfuxpHze7 .nav-item:focus,
.cid-vjfuxpHze7 .nav-link:focus {
  outline: none;
}
.cid-vjfuxpHze7 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vjfuxpHze7 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfuxpHze7 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-vjfuxpHze7 .dropdown .dropdown-menu .dropdown-item:active,
.cid-vjfuxpHze7 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #0a4067 !important;
}
.cid-vjfuxpHze7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjfuxpHze7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vjfuxpHze7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfuxpHze7 .navbar-caption:hover {
  color: inherit!important;
}
.cid-vjfuxpHze7 .container {
  max-width: 1380px;
}
.cid-vjfuxpHze7 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-vjfuxpHze7 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-vjfuxpHze7 .nav-link:hover,
.cid-vjfuxpHze7 .nav-link:active,
.cid-vjfuxpHze7 .nav-link:focus {
  border-bottom: 3px solid #0a4067;
  color: #0a4067 !important;
}
.cid-vjfuxpHze7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vjfuxpHze7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vjfuxpHze7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vjfuxpHze7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjfuxpHze7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjfuxpHze7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjfuxpHze7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-vjfuxpHze7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vjfuxpHze7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjfuxpHze7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjfuxpHze7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vjfuxpHze7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjfuxpHze7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vjfuxpHze7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vjfuxpHze7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjfuxpHze7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjfuxpHze7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vjfuxpHze7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjfuxpHze7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjfuxpHze7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vjfuxpHze7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vjfuxpHze7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjfuxpHze7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjfuxpHze7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vjfuxpHze7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vjfuxpHze7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vjfuxpHze7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vjfuxpHze7 .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
}
.cid-vjfuxpHze7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vjfuxpHze7 .icons-menu span {
  color: #ed6436 !important;
}
.cid-vjfuxpHze7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjfuxpHze7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjfuxpHze7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjfuxpHze7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjfuxpHze7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjfuxpHze7 .dropdown-item.active,
.cid-vjfuxpHze7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjfuxpHze7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjfuxpHze7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjfuxpHze7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjfuxpHze7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjfuxpHze7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjfuxpHze7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjfuxpHze7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vjfuxpHze7 .navbar-buttons {
  text-align: center;
}
.cid-vjfuxpHze7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vjfuxpHze7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004882;
}
.cid-vjfuxpHze7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vjfuxpHze7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vjfuxpHze7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vjfuxpHze7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vjfuxpHze7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjfuxpHze7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vjfuxpHze7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vjfuxpHze7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjfuxpHze7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vjfuxpHze7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjfuxpHze7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vjfuxpHze7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vjfuxpHze7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjfuxpHze7 .navbar {
    height: 110px;
  }
  .cid-vjfuxpHze7 .navbar.opened {
    height: auto;
  }
  .cid-vjfuxpHze7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjfuxpWo28 {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #004882;
}
.cid-vjfuxpWo28 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-start;
  pointer-events: none;
}
.cid-vjfuxpWo28 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-vjfuxpWo28 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-vjfuxpWo28 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-vjfuxpWo28 .container {
  max-width: 1300px;
}
.cid-vjfuxpWo28 .mbr-bold,
.cid-vjfuxpWo28 b {
  font-weight: 900;
}
.cid-vjfuxpWo28 .btn {
  color: white !important;
}
.cid-vjfuxpWo28 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-vjfuxpWo28 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-vjfuxpWo28 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-vjfuxpWo28 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-vjfuxpWo28 svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-vjfuxpWo28 .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-vjfuxpWo28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjfuxpWo28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjfuxpWo28 H1 {
  text-align: left;
}
.cid-vjgsJrtiGg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgsJrtiGg .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgsJrtiGg .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgsJrtiGg .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgsJrtiGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgsJrtiGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgsJrtiGg .container {
  max-width: 1300px;
}
.cid-vjgsQB2JLI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vjgsQB2JLI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-vjgsQB2JLI .select {
  z-index: 9999;
}
.cid-vjgsQB2JLI .mbr-form {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-vjgsQB2JLI .mbr-form {
    max-width: 500px;
  }
}
.cid-vjgsQB2JLI .img-col {
  padding: 0;
}
.cid-vjgsQB2JLI form,
.cid-vjgsQB2JLI .pf-embed-card {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-vjgsQB2JLI .pf-heading h5 {
  padding-bottom: 0 !important;
  margin-bottom: 0.5rem;
}
.cid-vjgsQB2JLI .pf-embed-wrap {
  width: 100%;
  margin-top: -0.5rem;
}
.cid-vjgsQB2JLI .pf-embed-wrap iframe {
  width: 100% !important;
  max-width: 100% !important;
  border: 0;
}
.cid-vjgsQB2JLI .pf-embed-wrap .paperform_embed,
.cid-vjgsQB2JLI .pf-embed-wrap [data-paperform-id] {
  width: 100%;
}
.cid-vjgsQB2JLI .jq-selectbox__dropdown,
.cid-vjgsQB2JLI ul {
  border-radius: 20px!important;
}
.cid-vjgsQB2JLI .jq-selectbox {
  border-radius: 30px;
}
.cid-vjgsQB2JLI .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-vjgsQB2JLI .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-vjgsQB2JLI input,
.cid-vjgsQB2JLI textarea,
.cid-vjgsQB2JLI .select {
  border-radius: 30px;
}
.cid-vjgsQB2JLI input,
.cid-vjgsQB2JLI textarea {
  padding: 2rem 3rem;
}
.cid-vjgsQB2JLI textarea {
  min-height: 10rem;
}
.cid-vjgsQB2JLI .form-control,
.cid-vjgsQB2JLI .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vjgsQB2JLI .form-control::-webkit-input-placeholder,
.cid-vjgsQB2JLI .field-input::-webkit-input-placeholder,
.cid-vjgsQB2JLI .form-control::-webkit-input-placeholder,
.cid-vjgsQB2JLI .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-vjgsQB2JLI .form-control:-moz-placeholder,
.cid-vjgsQB2JLI .field-input:-moz-placeholder,
.cid-vjgsQB2JLI .form-control:-moz-placeholder,
.cid-vjgsQB2JLI .field-input:-moz-placeholder {
  color: #383838;
}
.cid-vjgsQB2JLI .form-control:hover,
.cid-vjgsQB2JLI .field-input:hover,
.cid-vjgsQB2JLI .form-control:focus,
.cid-vjgsQB2JLI .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-vjgsQB2JLI .form-control:hover::-webkit-input-placeholder,
.cid-vjgsQB2JLI .field-input:hover::-webkit-input-placeholder,
.cid-vjgsQB2JLI .form-control:focus::-webkit-input-placeholder,
.cid-vjgsQB2JLI .field-input:focus::-webkit-input-placeholder,
.cid-vjgsQB2JLI .form-control:hover::-webkit-input-placeholder,
.cid-vjgsQB2JLI .field-input:hover::-webkit-input-placeholder,
.cid-vjgsQB2JLI .form-control:focus::-webkit-input-placeholder,
.cid-vjgsQB2JLI .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-vjgsQB2JLI .form-control:hover:-moz-placeholder,
.cid-vjgsQB2JLI .field-input:hover:-moz-placeholder,
.cid-vjgsQB2JLI .form-control:focus:-moz-placeholder,
.cid-vjgsQB2JLI .field-input:focus:-moz-placeholder,
.cid-vjgsQB2JLI .form-control:hover:-moz-placeholder,
.cid-vjgsQB2JLI .field-input:hover:-moz-placeholder,
.cid-vjgsQB2JLI .form-control:focus:-moz-placeholder,
.cid-vjgsQB2JLI .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-vjgsQB2JLI .jq-number__spin:hover,
.cid-vjgsQB2JLI .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-vjgsQB2JLI .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vjgsQB2JLI .jq-selectbox li,
.cid-vjgsQB2JLI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-vjgsQB2JLI .jq-selectbox li:hover,
.cid-vjgsQB2JLI .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-vjgsQB2JLI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vjgsQB2JLI .jq-number__spin.minus:hover:after,
.cid-vjgsQB2JLI .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vjgsQB2JLI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vjgsQB2JLI .jq-number__spin.minus:after,
.cid-vjgsQB2JLI .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-vjgsQB2JLI input::-webkit-clear-button {
  display: none;
}
.cid-vjgsQB2JLI input::-webkit-inner-spin-button {
  display: none;
}
.cid-vjgsQB2JLI input::-webkit-outer-spin-button {
  display: none;
}
.cid-vjgsQB2JLI input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-vjgsQB2JLI .mbr-form {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjgsQB2JLI form,
  .cid-vjgsQB2JLI .pf-embed-card {
    padding: 2rem 1rem;
  }
  .cid-vjgsQB2JLI .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-vjgsQB2JLI .mbr-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-vjgsQB2JLI H4 {
  color: #2f6f95;
}
.cid-vjfuxq4Vkz {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #0a4067;
}
.cid-vjfuxq4Vkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjfuxq4Vkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjfuxq4Vkz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjfuxq4Vkz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjfuxq4Vkz .row {
    text-align: center;
  }
  .cid-vjfuxq4Vkz .row > div {
    margin: auto;
  }
  .cid-vjfuxq4Vkz .social-row {
    justify-content: center;
  }
}
.cid-vjfuxq4Vkz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjfuxq4Vkz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vjfuxq4Vkz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjfuxq4Vkz .list {
    margin-bottom: 0rem;
  }
}
.cid-vjfuxq4Vkz .mbr-text {
  color: #ffffff;
}
.cid-vjfuxq4Vkz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vjfuxq4Vkz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vjfuxq4Vkz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vjfuxq4Vkz .mbr-section-subtitle {
  color: #81c1e1;
}
.cid-vjfuzJg10i .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfuzJg10i .nav-item:focus,
.cid-vjfuzJg10i .nav-link:focus {
  outline: none;
}
.cid-vjfuzJg10i .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vjfuzJg10i .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfuzJg10i .dropdown .dropdown-menu .dropdown-item:hover,
.cid-vjfuzJg10i .dropdown .dropdown-menu .dropdown-item:active,
.cid-vjfuzJg10i .dropdown .dropdown-menu .dropdown-item:focus {
  color: #0a4067 !important;
}
.cid-vjfuzJg10i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjfuzJg10i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vjfuzJg10i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjfuzJg10i .navbar-caption:hover {
  color: inherit!important;
}
.cid-vjfuzJg10i .container {
  max-width: 1380px;
}
.cid-vjfuzJg10i .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-vjfuzJg10i .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-vjfuzJg10i .nav-link:hover,
.cid-vjfuzJg10i .nav-link:active,
.cid-vjfuzJg10i .nav-link:focus {
  border-bottom: 3px solid #0a4067;
  color: #0a4067 !important;
}
.cid-vjfuzJg10i .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vjfuzJg10i .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vjfuzJg10i .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vjfuzJg10i .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjfuzJg10i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjfuzJg10i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjfuzJg10i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-vjfuzJg10i .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vjfuzJg10i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjfuzJg10i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjfuzJg10i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vjfuzJg10i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjfuzJg10i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vjfuzJg10i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vjfuzJg10i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjfuzJg10i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjfuzJg10i .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vjfuzJg10i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjfuzJg10i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjfuzJg10i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vjfuzJg10i .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vjfuzJg10i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjfuzJg10i .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjfuzJg10i .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vjfuzJg10i .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vjfuzJg10i .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vjfuzJg10i .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vjfuzJg10i .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
}
.cid-vjfuzJg10i .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vjfuzJg10i .icons-menu span {
  color: #ed6436 !important;
}
.cid-vjfuzJg10i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjfuzJg10i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjfuzJg10i .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjfuzJg10i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjfuzJg10i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjfuzJg10i .dropdown-item.active,
.cid-vjfuzJg10i .dropdown-item:active {
  background-color: transparent;
}
.cid-vjfuzJg10i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjfuzJg10i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjfuzJg10i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjfuzJg10i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjfuzJg10i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjfuzJg10i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjfuzJg10i ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vjfuzJg10i .navbar-buttons {
  text-align: center;
}
.cid-vjfuzJg10i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vjfuzJg10i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004882;
}
.cid-vjfuzJg10i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vjfuzJg10i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vjfuzJg10i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vjfuzJg10i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vjfuzJg10i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjfuzJg10i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vjfuzJg10i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vjfuzJg10i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjfuzJg10i .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vjfuzJg10i a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjfuzJg10i .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vjfuzJg10i .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vjfuzJg10i .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjfuzJg10i .navbar {
    height: 110px;
  }
  .cid-vjfuzJg10i .navbar.opened {
    height: auto;
  }
  .cid-vjfuzJg10i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjfuzJunF8 {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #004882;
}
.cid-vjfuzJunF8 .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-start;
  pointer-events: none;
}
.cid-vjfuzJunF8 .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-vjfuzJunF8 .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-vjfuzJunF8 .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-vjfuzJunF8 .container {
  max-width: 1300px;
}
.cid-vjfuzJunF8 .mbr-bold,
.cid-vjfuzJunF8 b {
  font-weight: 900;
}
.cid-vjfuzJunF8 .btn {
  color: white !important;
}
.cid-vjfuzJunF8 svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-vjfuzJunF8 svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-vjfuzJunF8 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-vjfuzJunF8 svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-vjfuzJunF8 svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-vjfuzJunF8 .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-vjfuzJunF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjfuzJunF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjfuzJunF8 H1 {
  text-align: left;
}
.cid-vjgt0ayoUo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgt0ayoUo .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgt0ayoUo .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgt0ayoUo .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgt0ayoUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgt0ayoUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgt0ayoUo .container {
  max-width: 1300px;
}
.cid-vjgtdWxpMc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtdWxpMc .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtdWxpMc .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtdWxpMc .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtdWxpMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtdWxpMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtdWxpMc .container {
  max-width: 1300px;
}
.cid-vjgtjtVYO4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtjtVYO4 .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtjtVYO4 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtjtVYO4 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtjtVYO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtjtVYO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtjtVYO4 .container {
  max-width: 1300px;
}
.cid-vjgtn4oQua {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtn4oQua .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtn4oQua .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtn4oQua .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtn4oQua .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtn4oQua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtn4oQua .container {
  max-width: 1300px;
}
.cid-vjgtqMGbvi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtqMGbvi .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtqMGbvi .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtqMGbvi .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtqMGbvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtqMGbvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtqMGbvi .container {
  max-width: 1300px;
}
.cid-vjgtvlN9KN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtvlN9KN .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtvlN9KN .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtvlN9KN .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtvlN9KN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtvlN9KN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtvlN9KN .container {
  max-width: 1300px;
}
.cid-vjgtyiRDPI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtyiRDPI .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtyiRDPI .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtyiRDPI .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtyiRDPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtyiRDPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtyiRDPI .container {
  max-width: 1300px;
}
.cid-vjgtBcy8Uy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtBcy8Uy .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtBcy8Uy .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtBcy8Uy .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtBcy8Uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtBcy8Uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtBcy8Uy .container {
  max-width: 1300px;
}
.cid-vjgtHKDCcT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtHKDCcT .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtHKDCcT .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtHKDCcT .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtHKDCcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtHKDCcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtHKDCcT .container {
  max-width: 1300px;
}
.cid-vjgtKPZElC {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vjgtKPZElC .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtKPZElC .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtKPZElC .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtKPZElC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtKPZElC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtKPZElC .container {
  max-width: 1300px;
}
.cid-vjfuzJBNUL {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #0a4067;
}
.cid-vjfuzJBNUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjfuzJBNUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjfuzJBNUL .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjfuzJBNUL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjfuzJBNUL .row {
    text-align: center;
  }
  .cid-vjfuzJBNUL .row > div {
    margin: auto;
  }
  .cid-vjfuzJBNUL .social-row {
    justify-content: center;
  }
}
.cid-vjfuzJBNUL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjfuzJBNUL .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vjfuzJBNUL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjfuzJBNUL .list {
    margin-bottom: 0rem;
  }
}
.cid-vjfuzJBNUL .mbr-text {
  color: #ffffff;
}
.cid-vjfuzJBNUL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vjfuzJBNUL .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vjfuzJBNUL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vjfuzJBNUL .mbr-section-subtitle {
  color: #81c1e1;
}
.cid-vjgtT3gQgF .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjgtT3gQgF .nav-item:focus,
.cid-vjgtT3gQgF .nav-link:focus {
  outline: none;
}
.cid-vjgtT3gQgF .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-vjgtT3gQgF .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjgtT3gQgF .dropdown .dropdown-menu .dropdown-item:hover,
.cid-vjgtT3gQgF .dropdown .dropdown-menu .dropdown-item:active,
.cid-vjgtT3gQgF .dropdown .dropdown-menu .dropdown-item:focus {
  color: #0a4067 !important;
}
.cid-vjgtT3gQgF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjgtT3gQgF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vjgtT3gQgF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vjgtT3gQgF .navbar-caption:hover {
  color: inherit!important;
}
.cid-vjgtT3gQgF .container {
  max-width: 1380px;
}
.cid-vjgtT3gQgF .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-vjgtT3gQgF .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-vjgtT3gQgF .nav-link:hover,
.cid-vjgtT3gQgF .nav-link:active,
.cid-vjgtT3gQgF .nav-link:focus {
  border-bottom: 3px solid #0a4067;
  color: #0a4067 !important;
}
.cid-vjgtT3gQgF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-vjgtT3gQgF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-vjgtT3gQgF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vjgtT3gQgF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjgtT3gQgF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjgtT3gQgF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjgtT3gQgF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.5rem);
  }
}
.cid-vjgtT3gQgF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vjgtT3gQgF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjgtT3gQgF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjgtT3gQgF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vjgtT3gQgF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjgtT3gQgF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vjgtT3gQgF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vjgtT3gQgF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjgtT3gQgF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjgtT3gQgF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vjgtT3gQgF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjgtT3gQgF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjgtT3gQgF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vjgtT3gQgF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vjgtT3gQgF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjgtT3gQgF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjgtT3gQgF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vjgtT3gQgF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vjgtT3gQgF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vjgtT3gQgF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vjgtT3gQgF .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
}
.cid-vjgtT3gQgF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vjgtT3gQgF .icons-menu span {
  color: #ed6436 !important;
}
.cid-vjgtT3gQgF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjgtT3gQgF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjgtT3gQgF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjgtT3gQgF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjgtT3gQgF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjgtT3gQgF .dropdown-item.active,
.cid-vjgtT3gQgF .dropdown-item:active {
  background-color: transparent;
}
.cid-vjgtT3gQgF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjgtT3gQgF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjgtT3gQgF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjgtT3gQgF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjgtT3gQgF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjgtT3gQgF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjgtT3gQgF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vjgtT3gQgF .navbar-buttons {
  text-align: center;
}
.cid-vjgtT3gQgF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vjgtT3gQgF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004882;
}
.cid-vjgtT3gQgF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vjgtT3gQgF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vjgtT3gQgF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vjgtT3gQgF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vjgtT3gQgF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjgtT3gQgF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vjgtT3gQgF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vjgtT3gQgF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vjgtT3gQgF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vjgtT3gQgF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vjgtT3gQgF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vjgtT3gQgF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-vjgtT3gQgF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjgtT3gQgF .navbar {
    height: 110px;
  }
  .cid-vjgtT3gQgF .navbar.opened {
    height: auto;
  }
  .cid-vjgtT3gQgF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjgtT3BwYk {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #004882;
}
.cid-vjgtT3BwYk .row {
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
  justify-content: flex-start;
  pointer-events: none;
}
.cid-vjgtT3BwYk .content {
  margin: auto 0;
  pointer-events: all;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .cid-vjgtT3BwYk .content {
    max-width: 800px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-vjgtT3BwYk .content {
    padding: 10rem 2rem;
    padding-bottom: 12rem;
  }
}
.cid-vjgtT3BwYk .container {
  max-width: 1300px;
}
.cid-vjgtT3BwYk .mbr-bold,
.cid-vjgtT3BwYk b {
  font-weight: 900;
}
.cid-vjgtT3BwYk .btn {
  color: white !important;
}
.cid-vjgtT3BwYk svg {
  position: absolute;
  bottom: -25%;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%) scaleY(0.8);
  transform: translateX(-50%) scaleY(0.8);
  z-index: 1;
}
.cid-vjgtT3BwYk svg path {
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .cid-vjgtT3BwYk svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
    transform: translateX(-50%) scaleY(0.8) scaleX(1.8);
  }
}
@media (max-width: 992px) {
  .cid-vjgtT3BwYk svg {
    -webkit-transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
    transform: translateX(-50%) scaleY(0.8) scaleX(2.2);
  }
}
@media (max-width: 767px) {
  .cid-vjgtT3BwYk svg {
    -webkit-transform: translateX(-80%) scaleY(0.8) scaleX(5);
    transform: translateX(-80%) scaleY(0.8) scaleX(5);
  }
  .cid-vjgtT3BwYk .mbr-overlay {
    opacity: 0.2 !important;
  }
}
.cid-vjgtT3BwYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtT3BwYk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtT3BwYk H1 {
  text-align: left;
}
.cid-vjgtT3UO7d {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtT3UO7d .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtT3UO7d .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtT3UO7d .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtT3UO7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtT3UO7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtT3UO7d .container {
  max-width: 1300px;
}
.cid-vjgtT49iv1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtT49iv1 .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtT49iv1 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtT49iv1 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtT49iv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtT49iv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtT49iv1 .container {
  max-width: 1300px;
}
.cid-vjgtT4oQsm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtT4oQsm .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtT4oQsm .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtT4oQsm .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtT4oQsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtT4oQsm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtT4oQsm .container {
  max-width: 1300px;
}
.cid-vjgtT4EuS3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtT4EuS3 .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtT4EuS3 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtT4EuS3 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtT4EuS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtT4EuS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtT4EuS3 .container {
  max-width: 1300px;
}
.cid-vjgtT4VfmP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtT4VfmP .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtT4VfmP .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtT4VfmP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtT4VfmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtT4VfmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtT4VfmP .container {
  max-width: 1300px;
}
.cid-vjgtT5bWJr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtT5bWJr .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtT5bWJr .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtT5bWJr .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtT5bWJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtT5bWJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtT5bWJr .container {
  max-width: 1300px;
}
.cid-vjgtT5qSkv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtT5qSkv .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtT5qSkv .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtT5qSkv .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtT5qSkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtT5qSkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtT5qSkv .container {
  max-width: 1300px;
}
.cid-vjgtT5Ha42 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtT5Ha42 .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtT5Ha42 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtT5Ha42 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtT5Ha42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtT5Ha42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtT5Ha42 .container {
  max-width: 1300px;
}
.cid-vjgtT5XJQs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtT5XJQs .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtT5XJQs .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtT5XJQs .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtT5XJQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtT5XJQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtT5XJQs .container {
  max-width: 1300px;
}
.cid-vjgtT6dUfZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vjgtT6dUfZ .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjgtT6dUfZ .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjgtT6dUfZ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjgtT6dUfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtT6dUfZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtT6dUfZ .container {
  max-width: 1300px;
}
.cid-vjguyglq83 {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vjguyglq83 .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-vjguyglq83 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-vjguyglq83 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vjguyglq83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjguyglq83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjguyglq83 .container {
  max-width: 1300px;
}
.cid-vjgtT6uesN {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #0a4067;
}
.cid-vjgtT6uesN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjgtT6uesN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjgtT6uesN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjgtT6uesN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjgtT6uesN .row {
    text-align: center;
  }
  .cid-vjgtT6uesN .row > div {
    margin: auto;
  }
  .cid-vjgtT6uesN .social-row {
    justify-content: center;
  }
}
.cid-vjgtT6uesN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjgtT6uesN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vjgtT6uesN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjgtT6uesN .list {
    margin-bottom: 0rem;
  }
}
.cid-vjgtT6uesN .mbr-text {
  color: #ffffff;
}
.cid-vjgtT6uesN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vjgtT6uesN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vjgtT6uesN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vjgtT6uesN .mbr-section-subtitle {
  color: #81c1e1;
}
