/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

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

:focus {
  outline: none;
}

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

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

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

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

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

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

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 {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

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

body {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

figure {
  overflow: hidden;
}

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

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

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

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

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

.mbr-figure {
  -ms-grid-row-align: 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: -.25rem;
  margin-right: -.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;
}

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

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

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

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

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

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

.map iframe {
  width: 100%;
  min-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: 32px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

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

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

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

.mbr-arrow-up-icon::before {
  content: "\203a";
  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% {
    -webkit-transform: translateY(0px);
    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% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    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%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 95vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

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

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

@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: 95vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.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: .667em 1.667em !important;
  margin: 0 !important;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

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

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

.carousel-control-prev,
.carousel-control-next {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

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

.jq-selectbox__select {
  padding: 18px 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 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: 9px 25px;
}

.jq-selectbox__dropdown {
  border-radius: 22px;
  padding: 1rem;
}

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

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

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

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

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

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s, .3s, .3s, 2s;
  transition-timing-function: ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .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%;
  -webkit-transform: rotate(135deg);
  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: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  box-shadow: none;
  color: #565656;
  background-color: #efefef;
  border-radius: 22px;
  padding: 18px 25px;
  line-height: 1.43;
  min-height: 3.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: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

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 {
  justify-content: center;
}

@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

.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;
}
body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
/* ---- 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: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.8rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #054564 !important;
}
.bg-success {
  background-color: #365c9a !important;
}
.bg-info {
  background-color: #054564 !important;
}
.bg-warning {
  background-color: #fac769 !important;
}
.bg-danger {
  background-color: #b2ccd2 !important;
}
.btn-primary {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #01131b;
  border-color: #01131b;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #054564 !important;
  border-color: #054564 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #01131b !important;
  border-color: #01131b !important;
}
.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #01131b !important;
  border-color: #01131b !important;
}
.btn-secondary {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-secondary:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #05344b;
  border-color: #05344b;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #096693 !important;
  border-color: #096693 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #05344b !important;
  border-color: #05344b !important;
}
.btn-secondary:hover:before,
.btn-secondary:focus:before,
.btn-secondary.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #05344b !important;
  border-color: #05344b !important;
}
.btn-info {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-info:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #01131b;
  border-color: #01131b;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #054564 !important;
  border-color: #054564 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #01131b !important;
  border-color: #01131b !important;
}
.btn-info:hover:before,
.btn-info:focus:before,
.btn-info.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #01131b !important;
  border-color: #01131b !important;
}
.btn-success {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-success:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #223a61;
  border-color: #223a61;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #365c9a !important;
  border-color: #365c9a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #223a61 !important;
  border-color: #223a61 !important;
}
.btn-success:hover:before,
.btn-success:focus:before,
.btn-success.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #223a61 !important;
  border-color: #223a61 !important;
}
.btn-warning {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-warning:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #f8ab1f;
  border-color: #f8ab1f;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fac769 !important;
  border-color: #fac769 !important;
  color: #614003 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #614003 !important;
  background-color: #f8ab1f !important;
  border-color: #f8ab1f !important;
}
.btn-warning:hover:before,
.btn-warning:focus:before,
.btn-warning.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614003 !important;
  background-color: #f8ab1f !important;
  border-color: #f8ab1f !important;
}
.btn-danger {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-danger:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #82acb6;
  border-color: #82acb6;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger:hover:before,
.btn-danger:focus:before,
.btn-danger.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-black {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover:before,
.btn-black:focus:before,
.btn-black.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-white {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover:before,
.btn-white:focus:before,
.btn-white.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}
.btn-primary-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-primary-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #054564;
  border-color: #054564;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000203;
  color: #000203 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #054564;
  border-color: #054564;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #054564 !important;
  border-color: #054564 !important;
}
.btn-secondary-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-secondary-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #096693;
  border-color: #096693;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #032333;
  color: #032333 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #096693;
  border-color: #096693;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #096693 !important;
  border-color: #096693 !important;
}
.btn-info-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-info-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #054564;
  border-color: #054564;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #000203;
  color: #000203 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #054564;
  border-color: #054564;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #054564 !important;
  border-color: #054564 !important;
}
.btn-success-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-success-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #365c9a;
  border-color: #365c9a;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1c2f4e;
  color: #1c2f4e !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #365c9a;
  border-color: #365c9a;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #365c9a !important;
  border-color: #365c9a !important;
}
.btn-warning-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-warning-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #fac769;
  border-color: #fac769;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #f5a208;
  color: #f5a208 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #614003 !important;
  background-color: #fac769;
  border-color: #fac769;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614003 !important;
  background-color: #fac769 !important;
  border-color: #fac769 !important;
}
.btn-danger-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-danger-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-black-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-black-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-white-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-outline:hover:before,
.btn-white-outline:focus:before,
.btn-white-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.text-primary {
  color: #054564 !important;
}
.text-secondary {
  color: #096693 !important;
}
.text-success {
  color: #365c9a !important;
}
.text-info {
  color: #054564 !important;
}
.text-warning {
  color: #fac769 !important;
}
.text-danger {
  color: #b2ccd2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000203 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #032333 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1c2f4e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000203 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f5a208 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #72a1ac !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #365c9a;
}
.alert-info {
  background-color: #054564;
}
.alert-warning {
  background-color: #fac769;
}
.alert-danger {
  background-color: #b2ccd2;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #054564;
  border-color: #054564;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #054564;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0b99dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7e9ed2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0b99dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
blockquote {
  border-color: #054564;
}
/* Forms */
.mbr-form .btn {
  margin: .3rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background: #efefef;
  color: #c6dbe5;
}
.jq-selectbox li {
  border-radius: 22px;
  background-color: #054564;
  border: 1px solid #e8e8e8;
}
.jq-selectbox li:not(:nth-last-child(1)) {
  margin-bottom: 5px;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  border-radius: 22px;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #054564;
  border-bottom-color: #054564;
}
.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: #054564 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #096693 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23054564' %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-sRzdZA50s2 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-sRzdZA50s2 .nav-item:focus,
.cid-sRzdZA50s2 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sRzdZA50s2 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sRzdZA50s2 .nav-item .nav-link {
    position: relative;
  }
  .cid-sRzdZA50s2 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #054564, #096693);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sRzdZA50s2 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sRzdZA50s2 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRzdZA50s2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRzdZA50s2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRzdZA50s2 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-sRzdZA50s2 .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-sRzdZA50s2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRzdZA50s2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #c6dbe5;
}
.cid-sRzdZA50s2 .navbar.opened {
  transition: all .3s;
  background: #c6dbe5 !important;
}
.cid-sRzdZA50s2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-sRzdZA50s2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRzdZA50s2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRzdZA50s2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRzdZA50s2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sRzdZA50s2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sRzdZA50s2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRzdZA50s2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRzdZA50s2 .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-sRzdZA50s2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRzdZA50s2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRzdZA50s2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRzdZA50s2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRzdZA50s2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRzdZA50s2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sRzdZA50s2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRzdZA50s2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRzdZA50s2 .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-sRzdZA50s2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRzdZA50s2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRzdZA50s2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRzdZA50s2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sRzdZA50s2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRzdZA50s2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRzdZA50s2 .navbar.navbar-short {
  background: #c6dbe5 !important;
  min-height: 60px;
}
.cid-sRzdZA50s2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRzdZA50s2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRzdZA50s2 .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-sRzdZA50s2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sRzdZA50s2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRzdZA50s2 .dropdown-item.active,
.cid-sRzdZA50s2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sRzdZA50s2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRzdZA50s2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRzdZA50s2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRzdZA50s2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6dbe5;
}
.cid-sRzdZA50s2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRzdZA50s2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRzdZA50s2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRzdZA50s2 .navbar-buttons {
  text-align: center;
}
.cid-sRzdZA50s2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRzdZA50s2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sRzdZA50s2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRzdZA50s2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRzdZA50s2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRzdZA50s2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRzdZA50s2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRzdZA50s2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRzdZA50s2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRzdZA50s2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRzdZA50s2 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sRzdZA50s2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRzdZA50s2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRzdZA50s2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sRzdZA50s2 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRzdZA50s2 .navbar {
    height: 77px;
  }
  .cid-sRzdZA50s2 .navbar.opened {
    height: auto;
  }
  .cid-sRzdZA50s2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRzdZA50s2 .dropdown-menu {
  padding-top: 0.1rem!important;
  padding-bottom: 0.2rem!important;
}
.cid-sMidPJljGI {
  background-image: url("../../../assets/images/negozio-e-prodotti-headerrid3000-2000x1333.jpg");
  overflow: hidden;
}
.cid-sMidPJljGI H1 {
  color: #096693;
  text-align: left;
}
.cid-sMidPJljGI .mbr-text,
.cid-sMidPJljGI .mbr-section-btn {
  color: #096693;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  text-align: left;
}
.cid-sMidPJljGI .row {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 576px) {
  .cid-sMidPJljGI .row {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.cid-sMidPJljGI .img1 {
  width: 70%;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 55px 5px rgba(12, 135, 195, 0.35);
  border-radius: 5px;
}
.cid-sMidPJljGI .relative {
  position: relative;
}
.cid-sMidPJljGI .card-img {
  width: 100%;
}
.cid-sMidPJljGI H3 {
  color: #096693;
}
.cid-sL48lOjC6i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #096693;
}
.cid-sL48lOjC6i img,
.cid-sL48lOjC6i .item-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
.cid-sL48lOjC6i .item:focus,
.cid-sL48lOjC6i span:focus {
  outline: none;
}
.cid-sL48lOjC6i .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sL48lOjC6i .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #c6dbe5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sL48lOjC6i .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sL48lOjC6i .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sL48lOjC6i .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sL48lOjC6i .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sL48lOjC6i .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sL48lOjC6i .mbr-section-title {
  color: #ffffff;
}
.cid-sL48lOjC6i .mbr-text,
.cid-sL48lOjC6i .mbr-section-btn {
  text-align: left;
  color: #096693;
}
.cid-sL48lOjC6i .item-title {
  text-align: left;
  color: #096693;
}
.cid-sL48lOjC6i .item-subtitle {
  text-align: left;
  color: #096693;
}
.cid-sL48lOjC6i .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uMvehVIPgg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #096693;
}
.cid-uMvehVIPgg .container-fluid {
  padding: 0 3rem;
}
.cid-uMvehVIPgg .media-container-column {
  padding: 0 2rem;
}
.cid-uMvehVIPgg .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uMvehVIPgg .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uMvehVIPgg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sL4aPROsKB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c6dbe5;
}
.cid-sL4aPROsKB p {
  color: #767676;
}
.cid-sL4aPROsKB .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sL4aPROsKB .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sL4aPROsKB .row-element,
.cid-sL4aPROsKB .image-element {
  padding: 0;
}
.cid-sL4aPROsKB .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sL4aPROsKB .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sL4aPROsKB .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sL4aPROsKB .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #054564, #096693);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sL4aPROsKB .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sL4aPROsKB .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sL4aPROsKB .text-content {
    padding: 2rem 1rem;
  }
  .cid-sL4aPROsKB .underline .line {
    height: 2px;
  }
  .cid-sL4aPROsKB .mbr-title,
  .cid-sL4aPROsKB .underline,
  .cid-sL4aPROsKB .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sL4aPROsKB .mbr-text,
.cid-sL4aPROsKB .mbr-section-btn {
  text-align: left;
  color: #096693;
}
.cid-sL4aPROsKB .mbr-title,
.cid-sL4aPROsKB .underline {
  color: #096693;
}
.cid-sL3kc0Oqe3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c6dbe5;
}
.cid-sL3kc0Oqe3 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-sL3kc0Oqe3 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sL3kc0Oqe3 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sL3kc0Oqe3 .form-group {
  padding-right: 0;
}
.cid-sL3kc0Oqe3 .card {
  padding: 3rem 8rem;
}
.cid-sL3kc0Oqe3 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sL3kc0Oqe3 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sL3kc0Oqe3 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sL3kc0Oqe3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sL3kc0Oqe3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sL3kc0Oqe3 .map-placeholder {
  display: none;
}
.cid-sL3kc0Oqe3 .btn-primary {
  border: 1px solid #054564 !important;
}
.cid-sL3kc0Oqe3 .btn-primary:hover {
  border: 1px solid #054564 !important;
}
.cid-sL3kc0Oqe3 .stripe {
  border-bottom: 1px solid #0087ab !important;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sL3kc0Oqe3 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sL3kc0Oqe3 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9 !important;
  width: 85%;
}
.cid-sL3kc0Oqe3 .mbr-text {
  color: #444;
}
.cid-sL3kc0Oqe3 h5 {
  margin-bottom: 0;
}
.cid-sL3kc0Oqe3 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sL3kc0Oqe3 .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: top;
}
.cid-sL3kc0Oqe3 .mbr-iconfont {
  padding-top: 0px;
  font-weight: bold;
}
.cid-sL3kc0Oqe3 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sL3kc0Oqe3 .socicon {
  font-size: 1.3rem;
  background: #096693;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sL3kc0Oqe3 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sL3kc0Oqe3 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sL3kc0Oqe3 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sL3kc0Oqe3 .social-list a:hover {
  opacity: 0.4;
}
.cid-sL3kc0Oqe3 .media-container-row > div {
  padding: 0px;
}
.cid-sL3kc0Oqe3 .text2 {
  color: #096693;
  text-align: left;
  line-height: 150%;
}
.cid-sL3kc0Oqe3 .group-title {
  text-align: left;
  color: #096693;
  padding-bottom: 0.2rem;
}
.cid-sL3kc0Oqe3 .links {
  color: #096693;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sL3kc0Oqe3 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sL3kc0Oqe3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sL3kc0Oqe3 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sL3kc0Oqe3 .form-group {
    max-width: 180px;
  }
  .cid-sL3kc0Oqe3 .card {
    padding: 2rem 1rem;
  }
}
.cid-sL3kc0Oqe3 .links span {
  color: #9e9e9e;
}
.cid-sL3kc0Oqe3 .logo-title,
.cid-sL3kc0Oqe3 .logo-sub-title {
  text-align: center;
}
.cid-sL3kc0Oqe3 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sL3sJcjyjd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c6dbe5;
  overflow: hidden;
}
.cid-sL3sJcjyjd .media-container-row .mbr-text {
  color: #096693;
}
.cid-sRzhKx6o9F .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-sRzhKx6o9F .nav-item:focus,
.cid-sRzhKx6o9F .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sRzhKx6o9F .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sRzhKx6o9F .nav-item .nav-link {
    position: relative;
  }
  .cid-sRzhKx6o9F .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #054564, #096693);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sRzhKx6o9F .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sRzhKx6o9F .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRzhKx6o9F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRzhKx6o9F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRzhKx6o9F .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-sRzhKx6o9F .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-sRzhKx6o9F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRzhKx6o9F .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #c6dbe5;
}
.cid-sRzhKx6o9F .navbar.opened {
  transition: all .3s;
  background: #c6dbe5 !important;
}
.cid-sRzhKx6o9F .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-sRzhKx6o9F .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRzhKx6o9F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRzhKx6o9F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRzhKx6o9F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sRzhKx6o9F .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sRzhKx6o9F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRzhKx6o9F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRzhKx6o9F .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-sRzhKx6o9F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRzhKx6o9F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRzhKx6o9F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRzhKx6o9F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRzhKx6o9F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRzhKx6o9F .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sRzhKx6o9F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRzhKx6o9F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRzhKx6o9F .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-sRzhKx6o9F .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRzhKx6o9F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRzhKx6o9F .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRzhKx6o9F .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sRzhKx6o9F .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRzhKx6o9F .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRzhKx6o9F .navbar.navbar-short {
  background: #c6dbe5 !important;
  min-height: 60px;
}
.cid-sRzhKx6o9F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRzhKx6o9F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRzhKx6o9F .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-sRzhKx6o9F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sRzhKx6o9F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRzhKx6o9F .dropdown-item.active,
.cid-sRzhKx6o9F .dropdown-item:active {
  background-color: transparent;
}
.cid-sRzhKx6o9F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRzhKx6o9F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRzhKx6o9F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRzhKx6o9F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6dbe5;
}
.cid-sRzhKx6o9F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRzhKx6o9F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRzhKx6o9F ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRzhKx6o9F .navbar-buttons {
  text-align: center;
}
.cid-sRzhKx6o9F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRzhKx6o9F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sRzhKx6o9F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRzhKx6o9F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRzhKx6o9F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRzhKx6o9F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRzhKx6o9F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRzhKx6o9F nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRzhKx6o9F nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRzhKx6o9F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRzhKx6o9F .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sRzhKx6o9F a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRzhKx6o9F .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRzhKx6o9F .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sRzhKx6o9F .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRzhKx6o9F .navbar {
    height: 77px;
  }
  .cid-sRzhKx6o9F .navbar.opened {
    height: auto;
  }
  .cid-sRzhKx6o9F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRzhKx6o9F .dropdown-menu {
  padding-top: 0.1rem!important;
  padding-bottom: 0.2rem!important;
}
.cid-tcj1ssxFMF {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #c6dbe5;
}
.cid-tcj1ssxFMF .mbr-section-title {
  color: #096693;
  text-align: left;
}
.cid-tcj1ssxFMF .mbr-text,
.cid-tcj1ssxFMF .mbr-section-btn {
  color: #096693;
  text-align: left;
}
.cid-tcj1ssxFMF .mbr-section-subtitle {
  color: #096693;
  text-align: left;
}
.cid-tcj1ssxFMF img {
  border-radius: 10px;
}
.cid-tcj1ssxFMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcj1ssxFMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sRzidK4EbZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #096693;
}
.cid-sRzidK4EbZ img,
.cid-sRzidK4EbZ .item-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
.cid-sRzidK4EbZ .item:focus,
.cid-sRzidK4EbZ span:focus {
  outline: none;
}
.cid-sRzidK4EbZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sRzidK4EbZ .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #c6dbe5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sRzidK4EbZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRzidK4EbZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sRzidK4EbZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sRzidK4EbZ .mbr-section-title {
  color: #c6dbe5;
}
.cid-sRzidK4EbZ .mbr-text,
.cid-sRzidK4EbZ .mbr-section-btn {
  text-align: left;
  color: #096693;
}
.cid-sRzidK4EbZ .item-title {
  text-align: left;
  color: #096693;
}
.cid-sRzidK4EbZ .item-subtitle {
  text-align: left;
  color: #096693;
}
.cid-sRzidK4EbZ .mbr-section-subtitle {
  text-align: center;
  color: #096693;
}
.cid-sRzhKwVQhF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c6dbe5;
  overflow: hidden;
}
.cid-sRzhKwVQhF .media-container-row .mbr-text {
  color: #096693;
}
.cid-t7uP7uznf3 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-t7uP7uznf3 .nav-item:focus,
.cid-t7uP7uznf3 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t7uP7uznf3 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-t7uP7uznf3 .nav-item .nav-link {
    position: relative;
  }
  .cid-t7uP7uznf3 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #054564, #096693);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-t7uP7uznf3 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-t7uP7uznf3 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7uP7uznf3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7uP7uznf3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7uP7uznf3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-t7uP7uznf3 .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-t7uP7uznf3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7uP7uznf3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #c6dbe5;
}
.cid-t7uP7uznf3 .navbar.opened {
  transition: all .3s;
  background: #c6dbe5 !important;
}
.cid-t7uP7uznf3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-t7uP7uznf3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7uP7uznf3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7uP7uznf3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7uP7uznf3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t7uP7uznf3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t7uP7uznf3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7uP7uznf3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7uP7uznf3 .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-t7uP7uznf3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7uP7uznf3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t7uP7uznf3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t7uP7uznf3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7uP7uznf3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7uP7uznf3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7uP7uznf3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7uP7uznf3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7uP7uznf3 .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-t7uP7uznf3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t7uP7uznf3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7uP7uznf3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7uP7uznf3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7uP7uznf3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t7uP7uznf3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t7uP7uznf3 .navbar.navbar-short {
  background: #c6dbe5 !important;
  min-height: 60px;
}
.cid-t7uP7uznf3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t7uP7uznf3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7uP7uznf3 .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-t7uP7uznf3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-t7uP7uznf3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7uP7uznf3 .dropdown-item.active,
.cid-t7uP7uznf3 .dropdown-item:active {
  background-color: transparent;
}
.cid-t7uP7uznf3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7uP7uznf3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7uP7uznf3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7uP7uznf3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6dbe5;
}
.cid-t7uP7uznf3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7uP7uznf3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7uP7uznf3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t7uP7uznf3 .navbar-buttons {
  text-align: center;
}
.cid-t7uP7uznf3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7uP7uznf3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-t7uP7uznf3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7uP7uznf3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7uP7uznf3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7uP7uznf3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7uP7uznf3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7uP7uznf3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7uP7uznf3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7uP7uznf3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7uP7uznf3 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-t7uP7uznf3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t7uP7uznf3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t7uP7uznf3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t7uP7uznf3 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7uP7uznf3 .navbar {
    height: 77px;
  }
  .cid-t7uP7uznf3 .navbar.opened {
    height: auto;
  }
  .cid-t7uP7uznf3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7uP7uznf3 .dropdown-menu {
  padding-top: 0.1rem!important;
  padding-bottom: 0.2rem!important;
}
.cid-tcj32CUSxE {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #c6dbe5;
}
.cid-tcj32CUSxE .mbr-section-title {
  color: #096693;
  text-align: left;
}
.cid-tcj32CUSxE .mbr-text,
.cid-tcj32CUSxE .mbr-section-btn {
  color: #096693;
  text-align: left;
}
.cid-tcj32CUSxE .mbr-section-subtitle {
  color: #096693;
  text-align: left;
}
.cid-tcj32CUSxE img {
  border-radius: 10px;
}
.cid-tcj32CUSxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcj32CUSxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thpWDHCZd7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #c6dbe5;
}
.cid-thpWDHCZd7 .container-fluid {
  padding: 0 3rem;
}
.cid-thpWDHCZd7 .media-container-column {
  padding: 0 2rem;
}
.cid-thpWDHCZd7 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #096693;
}
@media (max-width: 767px) {
  .cid-thpWDHCZd7 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-thpWDHCZd7 .mbr-section-subtitle {
  color: #096693;
}
.cid-t7GXfDbgaM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #096693;
}
.cid-t7GXfDbgaM img,
.cid-t7GXfDbgaM .item-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
.cid-t7GXfDbgaM .item:focus,
.cid-t7GXfDbgaM span:focus {
  outline: none;
}
.cid-t7GXfDbgaM .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-t7GXfDbgaM .item-wrapper {
  position: unset;
  border-radius: 10px;
  background: #c6dbe5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7GXfDbgaM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7GXfDbgaM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t7GXfDbgaM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7GXfDbgaM .mbr-section-title {
  color: #ffffff;
}
.cid-t7GXfDbgaM .mbr-text,
.cid-t7GXfDbgaM .mbr-section-btn {
  text-align: center;
}
.cid-t7GXfDbgaM .item-title {
  text-align: left;
  color: #096693;
}
.cid-t7GXfDbgaM .item-subtitle {
  text-align: left;
}
.cid-tb5hrTUpND {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #c6dbe5;
}
.cid-tb5hrTUpND .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tb5hrTUpND .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
  color: #096693;
}
.cid-tb5hrTUpND .mbr-section-btn {
  margin-top: 30px;
}
.cid-tb5hrTUpND .mbr-fallback-image.disabled {
  display: none;
}
.cid-tb5hrTUpND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tb5hrTUpND .mbr-section-title,
.cid-tb5hrTUpND .mbr-section-btn {
  color: #096693;
}
.cid-t7uP7tKzeB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #096693;
}
.cid-t7uP7tKzeB img,
.cid-t7uP7tKzeB .item-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
.cid-t7uP7tKzeB .item:focus,
.cid-t7uP7tKzeB span:focus {
  outline: none;
}
.cid-t7uP7tKzeB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t7uP7tKzeB .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #c6dbe5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7uP7tKzeB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7uP7tKzeB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t7uP7tKzeB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7uP7tKzeB .mbr-section-title {
  color: #c6dbe5;
}
.cid-t7uP7tKzeB .mbr-text,
.cid-t7uP7tKzeB .mbr-section-btn {
  text-align: left;
  color: #096693;
}
.cid-t7uP7tKzeB .item-title {
  text-align: left;
  color: #096693;
}
.cid-t7uP7tKzeB .item-subtitle {
  text-align: left;
  color: #096693;
}
.cid-t7uP7tKzeB .mbr-section-subtitle {
  text-align: center;
  color: #096693;
}
.cid-t7uP7upqd4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c6dbe5;
  overflow: hidden;
}
.cid-t7uP7upqd4 .media-container-row .mbr-text {
  color: #096693;
}
.cid-t7quVDEuuz .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-t7quVDEuuz .nav-item:focus,
.cid-t7quVDEuuz .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t7quVDEuuz .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-t7quVDEuuz .nav-item .nav-link {
    position: relative;
  }
  .cid-t7quVDEuuz .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #054564, #096693);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-t7quVDEuuz .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-t7quVDEuuz .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7quVDEuuz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7quVDEuuz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7quVDEuuz .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-t7quVDEuuz .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-t7quVDEuuz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7quVDEuuz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #c6dbe5;
}
.cid-t7quVDEuuz .navbar.opened {
  transition: all .3s;
  background: #c6dbe5 !important;
}
.cid-t7quVDEuuz .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-t7quVDEuuz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t7quVDEuuz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7quVDEuuz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7quVDEuuz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t7quVDEuuz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t7quVDEuuz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7quVDEuuz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7quVDEuuz .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-t7quVDEuuz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7quVDEuuz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t7quVDEuuz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t7quVDEuuz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7quVDEuuz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7quVDEuuz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7quVDEuuz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7quVDEuuz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7quVDEuuz .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-t7quVDEuuz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t7quVDEuuz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7quVDEuuz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7quVDEuuz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7quVDEuuz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t7quVDEuuz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t7quVDEuuz .navbar.navbar-short {
  background: #c6dbe5 !important;
  min-height: 60px;
}
.cid-t7quVDEuuz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t7quVDEuuz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7quVDEuuz .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-t7quVDEuuz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-t7quVDEuuz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7quVDEuuz .dropdown-item.active,
.cid-t7quVDEuuz .dropdown-item:active {
  background-color: transparent;
}
.cid-t7quVDEuuz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7quVDEuuz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7quVDEuuz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7quVDEuuz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6dbe5;
}
.cid-t7quVDEuuz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7quVDEuuz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7quVDEuuz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t7quVDEuuz .navbar-buttons {
  text-align: center;
}
.cid-t7quVDEuuz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7quVDEuuz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-t7quVDEuuz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7quVDEuuz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7quVDEuuz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7quVDEuuz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7quVDEuuz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7quVDEuuz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7quVDEuuz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7quVDEuuz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7quVDEuuz .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-t7quVDEuuz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t7quVDEuuz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t7quVDEuuz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t7quVDEuuz .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7quVDEuuz .navbar {
    height: 77px;
  }
  .cid-t7quVDEuuz .navbar.opened {
    height: auto;
  }
  .cid-t7quVDEuuz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7quVDEuuz .dropdown-menu {
  padding-top: 0.1rem!important;
  padding-bottom: 0.2rem!important;
}
.cid-tcj2k9VhkV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #c6dbe5;
}
.cid-tcj2k9VhkV .mbr-section-title {
  color: #096693;
  text-align: left;
}
.cid-tcj2k9VhkV .mbr-text,
.cid-tcj2k9VhkV .mbr-section-btn {
  color: #096693;
  text-align: left;
}
.cid-tcj2k9VhkV .mbr-section-subtitle {
  color: #096693;
  text-align: left;
}
.cid-tcj2k9VhkV img {
  border-radius: 10px;
}
.cid-tcj2k9VhkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcj2k9VhkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t7quVCzT1p {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #096693;
}
.cid-t7quVCzT1p img,
.cid-t7quVCzT1p .item-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
.cid-t7quVCzT1p .item:focus,
.cid-t7quVCzT1p span:focus {
  outline: none;
}
.cid-t7quVCzT1p .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t7quVCzT1p .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #c6dbe5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7quVCzT1p .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7quVCzT1p .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t7quVCzT1p .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7quVCzT1p .mbr-section-title {
  color: #c6dbe5;
}
.cid-t7quVCzT1p .mbr-text,
.cid-t7quVCzT1p .mbr-section-btn {
  text-align: left;
  color: #096693;
}
.cid-t7quVCzT1p .item-title {
  text-align: left;
  color: #096693;
}
.cid-t7quVCzT1p .item-subtitle {
  text-align: left;
  color: #096693;
}
.cid-t7quVCzT1p .mbr-section-subtitle {
  text-align: center;
  color: #096693;
}
.cid-t7quVDtsVN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c6dbe5;
  overflow: hidden;
}
.cid-t7quVDtsVN .media-container-row .mbr-text {
  color: #096693;
}
.cid-sRzdZA50s2 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-sRzdZA50s2 .nav-item:focus,
.cid-sRzdZA50s2 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sRzdZA50s2 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sRzdZA50s2 .nav-item .nav-link {
    position: relative;
  }
  .cid-sRzdZA50s2 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #054564, #096693);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sRzdZA50s2 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sRzdZA50s2 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRzdZA50s2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRzdZA50s2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRzdZA50s2 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-sRzdZA50s2 .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-sRzdZA50s2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRzdZA50s2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #c6dbe5;
}
.cid-sRzdZA50s2 .navbar.opened {
  transition: all .3s;
  background: #c6dbe5 !important;
}
.cid-sRzdZA50s2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-sRzdZA50s2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRzdZA50s2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRzdZA50s2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRzdZA50s2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sRzdZA50s2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sRzdZA50s2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRzdZA50s2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRzdZA50s2 .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-sRzdZA50s2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRzdZA50s2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sRzdZA50s2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sRzdZA50s2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRzdZA50s2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRzdZA50s2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sRzdZA50s2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRzdZA50s2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRzdZA50s2 .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-sRzdZA50s2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sRzdZA50s2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRzdZA50s2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRzdZA50s2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sRzdZA50s2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sRzdZA50s2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sRzdZA50s2 .navbar.navbar-short {
  background: #c6dbe5 !important;
  min-height: 60px;
}
.cid-sRzdZA50s2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sRzdZA50s2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sRzdZA50s2 .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-sRzdZA50s2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sRzdZA50s2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRzdZA50s2 .dropdown-item.active,
.cid-sRzdZA50s2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sRzdZA50s2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRzdZA50s2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRzdZA50s2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRzdZA50s2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6dbe5;
}
.cid-sRzdZA50s2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRzdZA50s2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRzdZA50s2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sRzdZA50s2 .navbar-buttons {
  text-align: center;
}
.cid-sRzdZA50s2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRzdZA50s2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sRzdZA50s2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRzdZA50s2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRzdZA50s2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRzdZA50s2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRzdZA50s2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRzdZA50s2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRzdZA50s2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRzdZA50s2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRzdZA50s2 .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-sRzdZA50s2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRzdZA50s2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sRzdZA50s2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sRzdZA50s2 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRzdZA50s2 .navbar {
    height: 77px;
  }
  .cid-sRzdZA50s2 .navbar.opened {
    height: auto;
  }
  .cid-sRzdZA50s2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRzdZA50s2 .dropdown-menu {
  padding-top: 0.1rem!important;
  padding-bottom: 0.2rem!important;
}
.cid-tciZYGQR4P {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #c6dbe5;
}
.cid-tciZYGQR4P .mbr-section-title {
  color: #096693;
  text-align: left;
}
.cid-tciZYGQR4P .mbr-text,
.cid-tciZYGQR4P .mbr-section-btn {
  color: #096693;
  text-align: left;
}
.cid-tciZYGQR4P .mbr-section-subtitle {
  color: #096693;
  text-align: left;
}
.cid-tciZYGQR4P img {
  border-radius: 10px;
}
.cid-tciZYGQR4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tciZYGQR4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sRzdbzsyY2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #096693;
}
.cid-sRzdbzsyY2 img,
.cid-sRzdbzsyY2 .item-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
.cid-sRzdbzsyY2 .item:focus,
.cid-sRzdbzsyY2 span:focus {
  outline: none;
}
.cid-sRzdbzsyY2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sRzdbzsyY2 .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #c6dbe5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sRzdbzsyY2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRzdbzsyY2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sRzdbzsyY2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sRzdbzsyY2 .mbr-section-title {
  color: #c6dbe5;
}
.cid-sRzdbzsyY2 .mbr-text,
.cid-sRzdbzsyY2 .mbr-section-btn {
  text-align: left;
  color: #096693;
}
.cid-sRzdbzsyY2 .item-title {
  text-align: left;
  color: #096693;
}
.cid-sRzdbzsyY2 .item-subtitle {
  text-align: left;
  color: #096693;
}
.cid-sRzdbzsyY2 .mbr-section-subtitle {
  text-align: center;
  color: #096693;
}
.cid-sRzcCWV58v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c6dbe5;
  overflow: hidden;
}
.cid-sRzcCWV58v .media-container-row .mbr-text {
  color: #096693;
}
.cid-tww0Ucb5kl .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-tww0Ucb5kl .nav-item:focus,
.cid-tww0Ucb5kl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tww0Ucb5kl .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tww0Ucb5kl .nav-item .nav-link {
    position: relative;
  }
  .cid-tww0Ucb5kl .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #054564, #096693);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tww0Ucb5kl .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tww0Ucb5kl .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tww0Ucb5kl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tww0Ucb5kl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tww0Ucb5kl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5em;
  padding-left: 2.5em;
}
.cid-tww0Ucb5kl .collapsed .dropdown-menu .dropdown-item .mbr-iconfont {
  display: none;
}
.cid-tww0Ucb5kl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tww0Ucb5kl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #c6dbe5;
}
.cid-tww0Ucb5kl .navbar.opened {
  transition: all .3s;
  background: #c6dbe5 !important;
}
.cid-tww0Ucb5kl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
  line-height: 1.6;
  min-width: 170px;
}
.cid-tww0Ucb5kl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tww0Ucb5kl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tww0Ucb5kl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tww0Ucb5kl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tww0Ucb5kl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tww0Ucb5kl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tww0Ucb5kl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tww0Ucb5kl .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-tww0Ucb5kl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tww0Ucb5kl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tww0Ucb5kl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tww0Ucb5kl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tww0Ucb5kl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tww0Ucb5kl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tww0Ucb5kl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tww0Ucb5kl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tww0Ucb5kl .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-tww0Ucb5kl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tww0Ucb5kl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tww0Ucb5kl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tww0Ucb5kl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tww0Ucb5kl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tww0Ucb5kl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tww0Ucb5kl .navbar.navbar-short {
  background: #c6dbe5 !important;
  min-height: 60px;
}
.cid-tww0Ucb5kl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tww0Ucb5kl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tww0Ucb5kl .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-tww0Ucb5kl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tww0Ucb5kl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tww0Ucb5kl .dropdown-item.active,
.cid-tww0Ucb5kl .dropdown-item:active {
  background-color: transparent;
}
.cid-tww0Ucb5kl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tww0Ucb5kl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tww0Ucb5kl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tww0Ucb5kl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c6dbe5;
}
.cid-tww0Ucb5kl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tww0Ucb5kl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tww0Ucb5kl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tww0Ucb5kl .navbar-buttons {
  text-align: center;
}
.cid-tww0Ucb5kl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tww0Ucb5kl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tww0Ucb5kl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tww0Ucb5kl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tww0Ucb5kl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tww0Ucb5kl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tww0Ucb5kl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tww0Ucb5kl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tww0Ucb5kl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tww0Ucb5kl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tww0Ucb5kl .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tww0Ucb5kl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tww0Ucb5kl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tww0Ucb5kl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tww0Ucb5kl .icons-menu span {
  font-size: 20px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tww0Ucb5kl .navbar {
    height: 77px;
  }
  .cid-tww0Ucb5kl .navbar.opened {
    height: auto;
  }
  .cid-tww0Ucb5kl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tww0Ucb5kl .dropdown-menu {
  padding-top: 0.1rem!important;
  padding-bottom: 0.2rem!important;
}
.cid-tww0Uadaho {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #c6dbe5;
}
.cid-tww0Uadaho .mbr-section-title {
  color: #096693;
  text-align: left;
}
.cid-tww0Uadaho .mbr-text,
.cid-tww0Uadaho .mbr-section-btn {
  color: #096693;
  text-align: left;
}
.cid-tww0Uadaho .mbr-section-subtitle {
  color: #096693;
  text-align: left;
}
.cid-tww0Uadaho img {
  border-radius: 10px;
}
.cid-tww0Uadaho .mbr-fallback-image.disabled {
  display: none;
}
.cid-tww0Uadaho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tww0UaQy5r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #096693;
}
.cid-tww0UaQy5r img,
.cid-tww0UaQy5r .item-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
.cid-tww0UaQy5r .item:focus,
.cid-tww0UaQy5r span:focus {
  outline: none;
}
.cid-tww0UaQy5r .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tww0UaQy5r .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #c6dbe5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tww0UaQy5r .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tww0UaQy5r .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tww0UaQy5r .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tww0UaQy5r .mbr-section-title {
  color: #c6dbe5;
}
.cid-tww0UaQy5r .mbr-text,
.cid-tww0UaQy5r .mbr-section-btn {
  text-align: left;
  color: #096693;
}
.cid-tww0UaQy5r .item-title {
  text-align: left;
  color: #096693;
}
.cid-tww0UaQy5r .item-subtitle {
  text-align: left;
  color: #096693;
}
.cid-tww0UaQy5r .mbr-section-subtitle {
  text-align: center;
  color: #096693;
}
.cid-tww0Uc0Svx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c6dbe5;
  overflow: hidden;
}
.cid-tww0Uc0Svx .media-container-row .mbr-text {
  color: #096693;
}
