body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.6rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0087ab !important;
}
.bg-success {
  background-color: #344cf1 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0087ab !important;
  border-color: #0087ab !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004b5e !important;
  border-color: #004b5e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000101 !important;
  border-color: #000101 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e26cb !important;
  border-color: #0e26cb !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.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.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.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.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #003645;
  color: #003645;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #0087ab;
  border-color: #0087ab;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0087ab !important;
  border-color: #0087ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #0a1c44;
  border-color: #0a1c44;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0c21b3;
  color: #0c21b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #344cf1;
  border-color: #344cf1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #344cf1 !important;
  border-color: #344cf1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0087ab !important;
}
.text-secondary {
  color: #0a1c44 !important;
}
.text-success {
  color: #344cf1 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003645 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0c21b3 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !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: #70c770;
}
.alert-info {
  background-color: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #ececec;
}
.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: #0087ab;
  border-color: #0087ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0087ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2bd2ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f3f4fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #0087ab;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #0087ab !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0087ab;
  color: #ffffff;
}
.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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0087ab;
  border-bottom-color: #0087ab;
}
.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: #0087ab !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: #0a1c44 !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='%230087ab' %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-vdpYenWHka .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vdpYenWHka .navbar-fixed-top {
  padding-top: 0;
}
.cid-vdpYenWHka .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vdpYenWHka .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vdpYenWHka .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdpYenWHka .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vdpYenWHka .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vdpYenWHka .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vdpYenWHka .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vdpYenWHka .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vdpYenWHka .menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vdpYenWHka .dropdown-item {
  padding: 0 !important;
  width: 160px !important;
}
.cid-vdpYenWHka .dropdown-item,
.cid-vdpYenWHka .nav-link,
.cid-vdpYenWHka .brand-name {
  font-style: normal;
}
.cid-vdpYenWHka .dropdown-item:hover,
.cid-vdpYenWHka .nav-link:hover,
.cid-vdpYenWHka .brand-name:hover {
  color: #0087ab !important;
}
.cid-vdpYenWHka .dropdown-menu {
  background-color: #0a1c44;
}
.cid-vdpYenWHka .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-vdpYenWHka .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdpYenWHka .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vdpYenWHka .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vdpYenWHka .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vdpYenWHka .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdpYenWHka .content-text {
  margin-bottom: 0;
}
.cid-vdpYenWHka .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vdpYenWHka .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vdpYenWHka .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vdpYenWHka .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vdpYenWHka .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vdpYenWHka .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vdpYenWHka .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vdpYenWHka .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vdpYenWHka .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdpYenWHka .nav-dropdown .link {
  font-weight: 400;
}
.cid-vdpYenWHka .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vdpYenWHka .content-right-side {
  text-align: center;
}
.cid-vdpYenWHka .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vdpYenWHka .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vdpYenWHka .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vdpYenWHka .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdpYenWHka .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdpYenWHka .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vdpYenWHka .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vdpYenWHka .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vdpYenWHka .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-vdpYenWHka .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-vdpYenWHka .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-vdpYenWHka .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdpYenWHka .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-vdpYenWHka .navbar {
    display: block;
    padding: 0;
  }
  .cid-vdpYenWHka .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdpYenWHka .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vdpYenWHka .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vdpYenWHka .navbar-toggler {
    display: none;
  }
  .cid-vdpYenWHka .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdpYenWHka .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vdpYenWHka .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 0;
}
.cid-vdpYenWHka .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vdpYenWHka .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vdpYenWHka .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vdpYenWHka .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdpYenWHka .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vdpYenWHka .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdpYenWHka .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vdpYenWHka .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdpYenWHka .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdpYenWHka .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vdpYenWHka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdpYenWHka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdpYenWHka .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vdpYenWHka .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdpYenWHka .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vdpYenWHka .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vdpYenWHka .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vdpYenWHka .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vdpYenWHka .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vdpYenWHka .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vdpYenWHka button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vdpYenWHka button.navbar-toggler:focus {
  outline: none;
}
.cid-vdpYenWHka button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6230c;
}
.cid-vdpYenWHka button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdpYenWHka button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdpYenWHka button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdpYenWHka button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdpYenWHka nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdpYenWHka nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdpYenWHka nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdpYenWHka nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdpYenWHka .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdpYenWHka .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdpYenWHka .collapsed .btn {
  display: flex;
}
.cid-vdpYenWHka .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vdpYenWHka .collapsed .navbar-collapse.collapsing,
.cid-vdpYenWHka .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vdpYenWHka .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vdpYenWHka .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vdpYenWHka .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vdpYenWHka .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vdpYenWHka .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vdpYenWHka .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vdpYenWHka .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vdpYenWHka .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vdpYenWHka .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vdpYenWHka .collapsed button.navbar-toggler {
  display: block;
}
.cid-vdpYenWHka .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vdpYenWHka .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdpYenWHka .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vdpYenWHka .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vdpYenWHka .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vdpYenWHka .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vdpYenWHka .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-vdpYenWHka .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-vdpYenWHka .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-vdpYenWHka .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-vdpYenWHka .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vdpYenWHka .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vdpYenWHka .navbar-collapse.collapsing,
  .cid-vdpYenWHka .navbar-collapse.show {
    display: block !important;
  }
  .cid-vdpYenWHka .navbar-collapse.collapsing .navbar-nav,
  .cid-vdpYenWHka .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vdpYenWHka .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vdpYenWHka .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vdpYenWHka .navbar-collapse.collapsing .navbar-buttons,
  .cid-vdpYenWHka .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vdpYenWHka .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vdpYenWHka .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vdpYenWHka img {
    height: 3.8rem !important;
  }
  .cid-vdpYenWHka .btn {
    display: flex;
  }
  .cid-vdpYenWHka button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vdpYenWHka .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vdpYenWHka .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdpYenWHka .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vdpYenWHka .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vdpYenWHka .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vdpYenWHka .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vdpYenWHka .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vdpYenWHka .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vdpYenWHka .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vdpYenWHka .nav-link:focus {
  outline: none;
}
.cid-vdpYenWHka .navbar-toggler {
  position: relative;
}
.cid-vdpYenWHka .dropdown-item.active,
.cid-vdpYenWHka .dropdown-item:active {
  color: initial;
}
.cid-vdpYenWHka .widget-title,
.cid-vdpYenWHka .widget-icon {
  color: #e9e9e9;
}
.cid-vdpYenWHka .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-vdpYenWHka .menu-logo {
    display: noneeeeeeeeeee;
  }
  .cid-vdpYenWHka .navbar {
    padding: 0;
  }
  .cid-vdpYenWHka .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdpYenWHka button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-vdpYenWHka .My-menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: .8rem 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  text-align: center !important;
}
.cid-vdpYenWHka .myItem {
  padding-top: 6px;
}
.cid-vdpYenWHka .btn-danger-custom {
  background-color: #CC8400;
  color: #ffffff;
  border-color: #CC8400;
}
.cid-vdpYenWHka .btn-danger-custom:hover {
  background-color: #FFB84D;
  border-color: #FFB84D;
}
.cid-vdpxLKItCm {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdpxLKItCm .mbr-overlay {
  z-index: 1;
}
.cid-vdpxLKItCm .carousel,
.cid-vdpxLKItCm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vdpxLKItCm .item-wrapper {
  width: 100%;
}
.cid-vdpxLKItCm .carousel-caption {
  bottom: 40px;
}
.cid-vdpxLKItCm .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vdpxLKItCm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdpxLKItCm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdpxLKItCm .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-vdpxLKItCm span {
  font-size: 50px;
}
.cid-vdpxLKItCm .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-vdpxLKItCm .mobi-mbri-arrow-next:hover {
  color: #0087ab;
}
.cid-vdpxLKItCm .mobi-mbri-arrow-prev:hover {
  color: #0087ab;
}
.cid-vdpxLKItCm .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-vdpxLKItCm .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vdpxLKItCm .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-vdpxLKItCm .carousel-fade .active.carousel-item-left,
.cid-vdpxLKItCm .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-vdpxLKItCm .carousel-fade .carousel-item-left.carousel-item-next,
.cid-vdpxLKItCm .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
@media (max-width: 992px) {
  .cid-vdpxLKItCm {
    padding-top: 18rem;
  }
}
@media (max-width: 576px) {
  .cid-vdpxLKItCm {
    padding-top: 20rem;
  }
}
.cid-vdpMKdNs1d {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #074d7a;
}
.cid-vdpMKdNs1d h3 {
  text-align: center;
  font-weight: 300;
}
.cid-vdpMKdNs1d .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-vdpMKdNs1d .mbr-section-subtitle {
  color: #767676;
}
.cid-vdpMKdNs1d .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-vdpMKdNs1d ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-vdpMKdNs1d path {
  stroke: #0087ab;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vdpMKdNs1d .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-vdpMKdNs1d .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vdpMKdNs1d .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vdpMKdNs1d .mbr-section-title,
.cid-vdpMKdNs1d .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdpMKdNs1d p {
  color: #656565;
}
.cid-vdpMKdNs1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdpMKdNs1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdpMKdNs1d .mbr-section-title,
.cid-vdpMKdNs1d .line-wrap DIV {
  text-align: center;
}
.cid-vdpJU7WQZZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-color: #074d7a;
}
.cid-vdpJU7WQZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdpJU7WQZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdpJU7WQZZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 400px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .cid-vdpJU7WQZZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdpJU7WQZZ .embla__slide .slide-content {
  width: 100%;
}
.cid-vdpJU7WQZZ .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  min-height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vdpJU7WQZZ .embla__slide .slide-content .item-wrapper {
    min-height: 350px;
  }
}
.cid-vdpJU7WQZZ .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vdpJU7WQZZ .embla__slide .slide-content .item-wrapper .card-box {
  padding: 0px 32px 0px 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdpJU7WQZZ .embla__slide .slide-content .item-wrapper .card-box {
    padding: 0px 24px 0px 24px;
  }
}
.cid-vdpJU7WQZZ .embla__slide .slide-content .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #252322 20%, transparent);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.cid-vdpJU7WQZZ .embla__slide .slide-content .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vdpJU7WQZZ .embla__slide .slide-content .item-wrapper .card-box .item-text {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  margin-bottom: 0;
}
.cid-vdpJU7WQZZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  margin-bottom: -9.6px;
}
.cid-vdpJU7WQZZ .embla__button--next,
.cid-vdpJU7WQZZ .embla__button--prev {
  display: flex;
}
.cid-vdpJU7WQZZ .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background-color: transparent !important;
  color: #252322 !important;
  border: 1px solid #252322 !important;
  box-shadow: 3px 3px 0 0 #252322 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-vdpJU7WQZZ .embla__button {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-vdpJU7WQZZ .embla__button {
    bottom: 0;
  }
}
.cid-vdpJU7WQZZ .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-vdpJU7WQZZ .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vdpJU7WQZZ .embla__button.embla__button--prev {
  right: 73px;
}
.cid-vdpJU7WQZZ .embla__button.embla__button--next {
  right: 0;
}
.cid-vdpJU7WQZZ .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vdpJU7WQZZ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cid-vdpJU7WQZZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdpJU7WQZZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdpJU7WQZZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdpJU7WQZZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdpJU7WQZZ .item-title {
  color: #ffffff;
}
.cid-vdpJU7WQZZ .item-text {
  color: #f0ece8;
  text-align: center;
}
.cid-vdpJU7WQZZ .item-title,
.cid-vdpJU7WQZZ .mbr-section-btn {
  text-align: center;
}
.cid-vdpJU7WQZZ .embla__slide .item-wrapper {
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
}
.cid-vdpJU7WQZZ .embla__slide .item-wrapper .item-img img {
  object-fit: contain !important;
  width: 100% !important;
  height: auto !important;
  position: relative !important;
}
@media (max-width: 768px) {
  .cid-vdpJU7WQZZ .slider02 .item-wrapper .item-img img {
    object-fit: contain !important;
    height: auto !important;
    width: 100% !important;
    position: relative !important;
  }
}
@media (max-width: 992px) {
  .cid-vdpJU7WQZZ .embla__slide .item-wrapper {
    min-height: auto !important;
  }
}
.cid-vdtdTH1qbA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vdtdTH1qbA .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdtdTH1qbA .card-box {
  width: 100%;
}
.cid-vdtdTH1qbA .card-img {
  padding: 1rem;
  border: 2px solid #f67b0c;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-vdtdTH1qbA .card-img span {
  color: #0a1c44;
  font-size: 3.2rem;
}
.cid-vdtdTH1qbA .mbr-text {
  color: #656565;
}
.cid-vdtdTH1qbA p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-vdtdTH1qbA .card {
    margin-bottom: 2rem;
  }
}
.cid-vdtdTH1qbA .card-title,
.cid-vdtdTH1qbA .card-img {
  color: #0087ab;
  text-align: center;
}
.cid-vdtdTH1qbA .mbr-section-title {
  text-align: center;
}
.cid-vdtdTH1qbA .mbr-section-sub-title {
  text-align: center;
  color: #074d7a;
}
.cid-vdtdTH1qbA .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vdtdTH1qbA .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #024068;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vdtdTH1qbA .line-wrap2 {
  display: inline-block;
  width: 100%;
}
.cid-vdtdTH1qbA .line2 {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #024068;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-vdtdTH1qbA .mbr-section-title,
.cid-vdtdTH1qbA .line-wrap {
  text-align: center;
  color: #074d7a;
}
.cid-vdtdTH1qbA .mbr-text,
.cid-vdtdTH1qbA .line-wrap2 {
  text-align: center;
  color: #0087ab;
}
.cid-vdtdTH1qbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdtdTH1qbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdu29vMM7x {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #074d7a;
}
.cid-vdu29vMM7x .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vdu29vMM7x .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vdu29vMM7x .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-vdu29vMM7x .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-vdu29vMM7x .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-vdu29vMM7x .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vdu29vMM7x .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-vdu29vMM7x .input-group-btn {
  padding-left: 0;
}
.cid-vdu29vMM7x .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vdu29vMM7x .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-vdu29vMM7x .mbr-text {
  color: #444;
}
.cid-vdu29vMM7x h5 {
  margin-bottom: 0;
}
.cid-vdu29vMM7x .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vdu29vMM7x .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdu29vMM7x .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vdu29vMM7x .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdu29vMM7x .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-vdu29vMM7x .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vdu29vMM7x .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vdu29vMM7x .social-list a:hover {
  opacity: 0.4;
}
.cid-vdu29vMM7x .media-container-row > div {
  padding: 0px;
}
.cid-vdu29vMM7x .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vdu29vMM7x .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vdu29vMM7x .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdu29vMM7x .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vdu29vMM7x .social-list,
  .cid-vdu29vMM7x .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vdu29vMM7x h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vdu29vMM7x .form-group {
    max-width: 180px;
  }
}
.cid-vdu29vMM7x .links span {
  color: #9e9e9e;
}
.cid-vdu29vMM7x .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vdu29vMM7x .logo-title {
  text-align: center;
}
.cid-vdu29vMM7x .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vdu29vMM7x .logo-title,
.cid-vdu29vMM7x .logo {
  color: #ffffff;
}
.cid-vdu2a8Yxnu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #074d7a;
}
.cid-vdu2a8Yxnu .links {
  text-align: center;
  color: #ffffff;
}
.cid-vdu2a8Yxnu p {
  margin: 0;
}
.cid-vdpYenWHka .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vdpYenWHka .navbar-fixed-top {
  padding-top: 0;
}
.cid-vdpYenWHka .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vdpYenWHka .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vdpYenWHka .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdpYenWHka .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vdpYenWHka .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vdpYenWHka .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vdpYenWHka .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vdpYenWHka .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vdpYenWHka .menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vdpYenWHka .dropdown-item {
  padding: 0 !important;
  width: 160px !important;
}
.cid-vdpYenWHka .dropdown-item,
.cid-vdpYenWHka .nav-link,
.cid-vdpYenWHka .brand-name {
  font-style: normal;
}
.cid-vdpYenWHka .dropdown-item:hover,
.cid-vdpYenWHka .nav-link:hover,
.cid-vdpYenWHka .brand-name:hover {
  color: #0087ab !important;
}
.cid-vdpYenWHka .dropdown-menu {
  background-color: #0a1c44;
}
.cid-vdpYenWHka .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-vdpYenWHka .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdpYenWHka .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vdpYenWHka .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vdpYenWHka .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vdpYenWHka .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdpYenWHka .content-text {
  margin-bottom: 0;
}
.cid-vdpYenWHka .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vdpYenWHka .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vdpYenWHka .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vdpYenWHka .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vdpYenWHka .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vdpYenWHka .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vdpYenWHka .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vdpYenWHka .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vdpYenWHka .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdpYenWHka .nav-dropdown .link {
  font-weight: 400;
}
.cid-vdpYenWHka .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vdpYenWHka .content-right-side {
  text-align: center;
}
.cid-vdpYenWHka .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vdpYenWHka .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vdpYenWHka .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vdpYenWHka .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdpYenWHka .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdpYenWHka .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vdpYenWHka .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vdpYenWHka .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vdpYenWHka .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-vdpYenWHka .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-vdpYenWHka .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-vdpYenWHka .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdpYenWHka .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-vdpYenWHka .navbar {
    display: block;
    padding: 0;
  }
  .cid-vdpYenWHka .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdpYenWHka .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vdpYenWHka .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vdpYenWHka .navbar-toggler {
    display: none;
  }
  .cid-vdpYenWHka .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdpYenWHka .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vdpYenWHka .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 0;
}
.cid-vdpYenWHka .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vdpYenWHka .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vdpYenWHka .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vdpYenWHka .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdpYenWHka .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vdpYenWHka .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdpYenWHka .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vdpYenWHka .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdpYenWHka .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdpYenWHka .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vdpYenWHka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdpYenWHka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdpYenWHka .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vdpYenWHka .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdpYenWHka .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vdpYenWHka .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vdpYenWHka .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vdpYenWHka .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vdpYenWHka .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vdpYenWHka .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vdpYenWHka button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vdpYenWHka button.navbar-toggler:focus {
  outline: none;
}
.cid-vdpYenWHka button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6230c;
}
.cid-vdpYenWHka button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdpYenWHka button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdpYenWHka button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdpYenWHka button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdpYenWHka nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdpYenWHka nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdpYenWHka nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdpYenWHka nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdpYenWHka .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdpYenWHka .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdpYenWHka .collapsed .btn {
  display: flex;
}
.cid-vdpYenWHka .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vdpYenWHka .collapsed .navbar-collapse.collapsing,
.cid-vdpYenWHka .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vdpYenWHka .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vdpYenWHka .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vdpYenWHka .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vdpYenWHka .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vdpYenWHka .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vdpYenWHka .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vdpYenWHka .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vdpYenWHka .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vdpYenWHka .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vdpYenWHka .collapsed button.navbar-toggler {
  display: block;
}
.cid-vdpYenWHka .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vdpYenWHka .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdpYenWHka .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vdpYenWHka .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vdpYenWHka .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vdpYenWHka .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vdpYenWHka .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-vdpYenWHka .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-vdpYenWHka .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-vdpYenWHka .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-vdpYenWHka .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vdpYenWHka .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vdpYenWHka .navbar-collapse.collapsing,
  .cid-vdpYenWHka .navbar-collapse.show {
    display: block !important;
  }
  .cid-vdpYenWHka .navbar-collapse.collapsing .navbar-nav,
  .cid-vdpYenWHka .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vdpYenWHka .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vdpYenWHka .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vdpYenWHka .navbar-collapse.collapsing .navbar-buttons,
  .cid-vdpYenWHka .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vdpYenWHka .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vdpYenWHka .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vdpYenWHka img {
    height: 3.8rem !important;
  }
  .cid-vdpYenWHka .btn {
    display: flex;
  }
  .cid-vdpYenWHka button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vdpYenWHka .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vdpYenWHka .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdpYenWHka .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vdpYenWHka .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vdpYenWHka .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vdpYenWHka .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vdpYenWHka .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vdpYenWHka .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vdpYenWHka .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vdpYenWHka .nav-link:focus {
  outline: none;
}
.cid-vdpYenWHka .navbar-toggler {
  position: relative;
}
.cid-vdpYenWHka .dropdown-item.active,
.cid-vdpYenWHka .dropdown-item:active {
  color: initial;
}
.cid-vdpYenWHka .widget-title,
.cid-vdpYenWHka .widget-icon {
  color: #e9e9e9;
}
.cid-vdpYenWHka .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-vdpYenWHka .menu-logo {
    display: noneeeeeeeeeee;
  }
  .cid-vdpYenWHka .navbar {
    padding: 0;
  }
  .cid-vdpYenWHka .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdpYenWHka button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-vdpYenWHka .My-menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: .8rem 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  text-align: center !important;
}
.cid-vdpYenWHka .myItem {
  padding-top: 6px;
}
.cid-vdpYenWHka .btn-danger-custom {
  background-color: #CC8400;
  color: #ffffff;
  border-color: #CC8400;
}
.cid-vdpYenWHka .btn-danger-custom:hover {
  background-color: #FFB84D;
  border-color: #FFB84D;
}
.cid-vdu4rGZr3F {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdu4rGZr3F .mbr-overlay {
  z-index: 1;
}
.cid-vdu4rGZr3F .carousel,
.cid-vdu4rGZr3F .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vdu4rGZr3F .item-wrapper {
  width: 100%;
}
.cid-vdu4rGZr3F .carousel-caption {
  bottom: 40px;
}
.cid-vdu4rGZr3F .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vdu4rGZr3F .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdu4rGZr3F .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdu4rGZr3F .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-vdu4rGZr3F span {
  font-size: 50px;
}
.cid-vdu4rGZr3F .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-vdu4rGZr3F .mobi-mbri-arrow-next:hover {
  color: #0087ab;
}
.cid-vdu4rGZr3F .mobi-mbri-arrow-prev:hover {
  color: #0087ab;
}
.cid-vdu4rGZr3F .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-vdu4rGZr3F .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-vdu4rGZr3F .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-vdu4rGZr3F .carousel-fade .active.carousel-item-left,
.cid-vdu4rGZr3F .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-vdu4rGZr3F .carousel-fade .carousel-item-left.carousel-item-next,
.cid-vdu4rGZr3F .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
@media (max-width: 992px) {
  .cid-vdu4rGZr3F {
    padding-top: 18rem;
  }
}
@media (max-width: 576px) {
  .cid-vdu4rGZr3F {
    padding-top: 20rem;
  }
}
.cid-vduaLU2MpY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vduaLU2MpY .mbr-section-title {
  text-align: center;
  color: #074d7a;
}
.cid-vduaLU2MpY .mbr-text,
.cid-vduaLU2MpY .mbr-section-btn {
  text-align: justify;
  color: #074d7a;
}
.cid-vduaLU2MpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vduaLU2MpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdu4fPquat {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #074d7a;
}
.cid-vdu4fPquat .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vdu4fPquat .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vdu4fPquat .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-vdu4fPquat .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-vdu4fPquat .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-vdu4fPquat .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vdu4fPquat .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-vdu4fPquat .input-group-btn {
  padding-left: 0;
}
.cid-vdu4fPquat .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vdu4fPquat .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-vdu4fPquat .mbr-text {
  color: #444;
}
.cid-vdu4fPquat h5 {
  margin-bottom: 0;
}
.cid-vdu4fPquat .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vdu4fPquat .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdu4fPquat .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vdu4fPquat .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdu4fPquat .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-vdu4fPquat .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vdu4fPquat .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vdu4fPquat .social-list a:hover {
  opacity: 0.4;
}
.cid-vdu4fPquat .media-container-row > div {
  padding: 0px;
}
.cid-vdu4fPquat .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vdu4fPquat .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vdu4fPquat .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdu4fPquat .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vdu4fPquat .social-list,
  .cid-vdu4fPquat .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vdu4fPquat h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vdu4fPquat .form-group {
    max-width: 180px;
  }
}
.cid-vdu4fPquat .links span {
  color: #9e9e9e;
}
.cid-vdu4fPquat .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vdu4fPquat .logo-title {
  text-align: center;
}
.cid-vdu4fPquat .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vdu4fPquat .logo-title,
.cid-vdu4fPquat .logo {
  color: #ffffff;
}
.cid-vdu4h4Hww7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #074d7a;
}
.cid-vdu4h4Hww7 .links {
  text-align: center;
  color: #ffffff;
}
.cid-vdu4h4Hww7 p {
  margin: 0;
}
.cid-vdueckI4cH .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vdueckI4cH .navbar-fixed-top {
  padding-top: 0;
}
.cid-vdueckI4cH .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vdueckI4cH .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vdueckI4cH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdueckI4cH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vdueckI4cH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vdueckI4cH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vdueckI4cH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vdueckI4cH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vdueckI4cH .menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vdueckI4cH .dropdown-item {
  padding: 0 !important;
  width: 160px !important;
}
.cid-vdueckI4cH .dropdown-item,
.cid-vdueckI4cH .nav-link,
.cid-vdueckI4cH .brand-name {
  font-style: normal;
}
.cid-vdueckI4cH .dropdown-item:hover,
.cid-vdueckI4cH .nav-link:hover,
.cid-vdueckI4cH .brand-name:hover {
  color: #0087ab !important;
}
.cid-vdueckI4cH .dropdown-menu {
  background-color: #0a1c44;
}
.cid-vdueckI4cH .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-vdueckI4cH .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdueckI4cH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vdueckI4cH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vdueckI4cH .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vdueckI4cH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdueckI4cH .content-text {
  margin-bottom: 0;
}
.cid-vdueckI4cH .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vdueckI4cH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vdueckI4cH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vdueckI4cH .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vdueckI4cH .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vdueckI4cH .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vdueckI4cH .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vdueckI4cH .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vdueckI4cH .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdueckI4cH .nav-dropdown .link {
  font-weight: 400;
}
.cid-vdueckI4cH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vdueckI4cH .content-right-side {
  text-align: center;
}
.cid-vdueckI4cH .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vdueckI4cH .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vdueckI4cH .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vdueckI4cH .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdueckI4cH .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdueckI4cH .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vdueckI4cH .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vdueckI4cH .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vdueckI4cH .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-vdueckI4cH .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-vdueckI4cH .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-vdueckI4cH .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdueckI4cH .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-vdueckI4cH .navbar {
    display: block;
    padding: 0;
  }
  .cid-vdueckI4cH .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdueckI4cH .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vdueckI4cH .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vdueckI4cH .navbar-toggler {
    display: none;
  }
  .cid-vdueckI4cH .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdueckI4cH .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vdueckI4cH .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 0;
}
.cid-vdueckI4cH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vdueckI4cH .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vdueckI4cH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vdueckI4cH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdueckI4cH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vdueckI4cH .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdueckI4cH .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vdueckI4cH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdueckI4cH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdueckI4cH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vdueckI4cH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdueckI4cH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdueckI4cH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vdueckI4cH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdueckI4cH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vdueckI4cH .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vdueckI4cH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vdueckI4cH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vdueckI4cH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vdueckI4cH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vdueckI4cH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vdueckI4cH button.navbar-toggler:focus {
  outline: none;
}
.cid-vdueckI4cH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6230c;
}
.cid-vdueckI4cH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdueckI4cH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdueckI4cH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdueckI4cH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdueckI4cH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdueckI4cH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdueckI4cH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdueckI4cH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdueckI4cH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdueckI4cH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdueckI4cH .collapsed .btn {
  display: flex;
}
.cid-vdueckI4cH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vdueckI4cH .collapsed .navbar-collapse.collapsing,
.cid-vdueckI4cH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vdueckI4cH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vdueckI4cH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vdueckI4cH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vdueckI4cH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vdueckI4cH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vdueckI4cH .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vdueckI4cH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vdueckI4cH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vdueckI4cH .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vdueckI4cH .collapsed button.navbar-toggler {
  display: block;
}
.cid-vdueckI4cH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vdueckI4cH .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdueckI4cH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vdueckI4cH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vdueckI4cH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vdueckI4cH .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vdueckI4cH .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-vdueckI4cH .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-vdueckI4cH .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-vdueckI4cH .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-vdueckI4cH .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vdueckI4cH .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vdueckI4cH .navbar-collapse.collapsing,
  .cid-vdueckI4cH .navbar-collapse.show {
    display: block !important;
  }
  .cid-vdueckI4cH .navbar-collapse.collapsing .navbar-nav,
  .cid-vdueckI4cH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vdueckI4cH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vdueckI4cH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vdueckI4cH .navbar-collapse.collapsing .navbar-buttons,
  .cid-vdueckI4cH .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vdueckI4cH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vdueckI4cH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vdueckI4cH img {
    height: 3.8rem !important;
  }
  .cid-vdueckI4cH .btn {
    display: flex;
  }
  .cid-vdueckI4cH button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vdueckI4cH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vdueckI4cH .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdueckI4cH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vdueckI4cH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vdueckI4cH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vdueckI4cH .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vdueckI4cH .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vdueckI4cH .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vdueckI4cH .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vdueckI4cH .nav-link:focus {
  outline: none;
}
.cid-vdueckI4cH .navbar-toggler {
  position: relative;
}
.cid-vdueckI4cH .dropdown-item.active,
.cid-vdueckI4cH .dropdown-item:active {
  color: initial;
}
.cid-vdueckI4cH .widget-title,
.cid-vdueckI4cH .widget-icon {
  color: #e9e9e9;
}
.cid-vdueckI4cH .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-vdueckI4cH .menu-logo {
    display: noneeeeeeeeeee;
  }
  .cid-vdueckI4cH .navbar {
    padding: 0;
  }
  .cid-vdueckI4cH .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdueckI4cH button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-vdueckI4cH .My-menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: .8rem 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  text-align: center !important;
}
.cid-vdueckI4cH .myItem {
  padding-top: 6px;
}
.cid-vdueckI4cH .btn-danger-custom {
  background-color: #CC8400;
  color: #ffffff;
  border-color: #CC8400;
}
.cid-vdueckI4cH .btn-danger-custom:hover {
  background-color: #FFB84D;
  border-color: #FFB84D;
}
.cid-vdueU4ascD {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vdueU4ascD .mbr-section-title {
  text-align: center;
  color: #074d7a;
}
.cid-vdueU4ascD .mbr-text,
.cid-vdueU4ascD .mbr-section-btn {
  text-align: justify;
  color: #074d7a;
}
.cid-vdueU4ascD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdueU4ascD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdueU4ascD {
    padding-top: 14.4rem;
  }
}
@media (max-width: 576px) {
  .cid-vdueU4ascD {
    padding-top: 21.6rem;
  }
}
.cid-vduecmHpmK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #074d7a;
}
.cid-vduecmHpmK .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vduecmHpmK .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vduecmHpmK .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-vduecmHpmK .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-vduecmHpmK .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-vduecmHpmK .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vduecmHpmK .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-vduecmHpmK .input-group-btn {
  padding-left: 0;
}
.cid-vduecmHpmK .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vduecmHpmK .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-vduecmHpmK .mbr-text {
  color: #444;
}
.cid-vduecmHpmK h5 {
  margin-bottom: 0;
}
.cid-vduecmHpmK .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vduecmHpmK .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vduecmHpmK .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vduecmHpmK .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vduecmHpmK .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-vduecmHpmK .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vduecmHpmK .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vduecmHpmK .social-list a:hover {
  opacity: 0.4;
}
.cid-vduecmHpmK .media-container-row > div {
  padding: 0px;
}
.cid-vduecmHpmK .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vduecmHpmK .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vduecmHpmK .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vduecmHpmK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vduecmHpmK .social-list,
  .cid-vduecmHpmK .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vduecmHpmK h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vduecmHpmK .form-group {
    max-width: 180px;
  }
}
.cid-vduecmHpmK .links span {
  color: #9e9e9e;
}
.cid-vduecmHpmK .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vduecmHpmK .logo-title {
  text-align: center;
}
.cid-vduecmHpmK .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vduecmHpmK .logo-title,
.cid-vduecmHpmK .logo {
  color: #ffffff;
}
.cid-vduecnB5fd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #074d7a;
}
.cid-vduecnB5fd .links {
  text-align: center;
  color: #ffffff;
}
.cid-vduecnB5fd p {
  margin: 0;
}
.cid-vduGQTNfm3 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vduGQTNfm3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-vduGQTNfm3 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vduGQTNfm3 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vduGQTNfm3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vduGQTNfm3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vduGQTNfm3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vduGQTNfm3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vduGQTNfm3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vduGQTNfm3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vduGQTNfm3 .menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vduGQTNfm3 .dropdown-item {
  padding: 0 !important;
  width: 160px !important;
}
.cid-vduGQTNfm3 .dropdown-item,
.cid-vduGQTNfm3 .nav-link,
.cid-vduGQTNfm3 .brand-name {
  font-style: normal;
}
.cid-vduGQTNfm3 .dropdown-item:hover,
.cid-vduGQTNfm3 .nav-link:hover,
.cid-vduGQTNfm3 .brand-name:hover {
  color: #0087ab !important;
}
.cid-vduGQTNfm3 .dropdown-menu {
  background-color: #0a1c44;
}
.cid-vduGQTNfm3 .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-vduGQTNfm3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vduGQTNfm3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vduGQTNfm3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vduGQTNfm3 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vduGQTNfm3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vduGQTNfm3 .content-text {
  margin-bottom: 0;
}
.cid-vduGQTNfm3 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vduGQTNfm3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vduGQTNfm3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vduGQTNfm3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vduGQTNfm3 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vduGQTNfm3 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vduGQTNfm3 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vduGQTNfm3 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vduGQTNfm3 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vduGQTNfm3 .nav-dropdown .link {
  font-weight: 400;
}
.cid-vduGQTNfm3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vduGQTNfm3 .content-right-side {
  text-align: center;
}
.cid-vduGQTNfm3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vduGQTNfm3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vduGQTNfm3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vduGQTNfm3 .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vduGQTNfm3 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vduGQTNfm3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vduGQTNfm3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vduGQTNfm3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vduGQTNfm3 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-vduGQTNfm3 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-vduGQTNfm3 .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-vduGQTNfm3 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vduGQTNfm3 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-vduGQTNfm3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-vduGQTNfm3 .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vduGQTNfm3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vduGQTNfm3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vduGQTNfm3 .navbar-toggler {
    display: none;
  }
  .cid-vduGQTNfm3 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vduGQTNfm3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vduGQTNfm3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 0;
}
.cid-vduGQTNfm3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vduGQTNfm3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vduGQTNfm3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vduGQTNfm3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vduGQTNfm3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vduGQTNfm3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vduGQTNfm3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vduGQTNfm3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vduGQTNfm3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vduGQTNfm3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vduGQTNfm3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vduGQTNfm3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vduGQTNfm3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vduGQTNfm3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vduGQTNfm3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vduGQTNfm3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vduGQTNfm3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vduGQTNfm3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vduGQTNfm3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vduGQTNfm3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vduGQTNfm3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vduGQTNfm3 button.navbar-toggler:focus {
  outline: none;
}
.cid-vduGQTNfm3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6230c;
}
.cid-vduGQTNfm3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vduGQTNfm3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vduGQTNfm3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vduGQTNfm3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vduGQTNfm3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vduGQTNfm3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vduGQTNfm3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vduGQTNfm3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vduGQTNfm3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vduGQTNfm3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vduGQTNfm3 .collapsed .btn {
  display: flex;
}
.cid-vduGQTNfm3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vduGQTNfm3 .collapsed .navbar-collapse.collapsing,
.cid-vduGQTNfm3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vduGQTNfm3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vduGQTNfm3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vduGQTNfm3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vduGQTNfm3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vduGQTNfm3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vduGQTNfm3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vduGQTNfm3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vduGQTNfm3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vduGQTNfm3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vduGQTNfm3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-vduGQTNfm3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vduGQTNfm3 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vduGQTNfm3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vduGQTNfm3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vduGQTNfm3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vduGQTNfm3 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vduGQTNfm3 .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-vduGQTNfm3 .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-vduGQTNfm3 .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-vduGQTNfm3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-vduGQTNfm3 .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vduGQTNfm3 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vduGQTNfm3 .navbar-collapse.collapsing,
  .cid-vduGQTNfm3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-vduGQTNfm3 .navbar-collapse.collapsing .navbar-nav,
  .cid-vduGQTNfm3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vduGQTNfm3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vduGQTNfm3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vduGQTNfm3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-vduGQTNfm3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vduGQTNfm3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vduGQTNfm3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vduGQTNfm3 img {
    height: 3.8rem !important;
  }
  .cid-vduGQTNfm3 .btn {
    display: flex;
  }
  .cid-vduGQTNfm3 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vduGQTNfm3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vduGQTNfm3 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vduGQTNfm3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vduGQTNfm3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vduGQTNfm3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vduGQTNfm3 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vduGQTNfm3 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vduGQTNfm3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vduGQTNfm3 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vduGQTNfm3 .nav-link:focus {
  outline: none;
}
.cid-vduGQTNfm3 .navbar-toggler {
  position: relative;
}
.cid-vduGQTNfm3 .dropdown-item.active,
.cid-vduGQTNfm3 .dropdown-item:active {
  color: initial;
}
.cid-vduGQTNfm3 .widget-title,
.cid-vduGQTNfm3 .widget-icon {
  color: #e9e9e9;
}
.cid-vduGQTNfm3 .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-vduGQTNfm3 .menu-logo {
    display: noneeeeeeeeeee;
  }
  .cid-vduGQTNfm3 .navbar {
    padding: 0;
  }
  .cid-vduGQTNfm3 .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vduGQTNfm3 button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-vduGQTNfm3 .My-menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: .8rem 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  text-align: center !important;
}
.cid-vduGQTNfm3 .myItem {
  padding-top: 6px;
}
.cid-vduGQTNfm3 .btn-danger-custom {
  background-color: #CC8400;
  color: #ffffff;
  border-color: #CC8400;
}
.cid-vduGQTNfm3 .btn-danger-custom:hover {
  background-color: #FFB84D;
  border-color: #FFB84D;
}
.cid-vduGQUx752 {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vduGQUx752 .mbr-section-title {
  text-align: center;
  color: #074d7a;
}
.cid-vduGQUx752 .mbr-text,
.cid-vduGQUx752 .mbr-section-btn {
  text-align: justify;
  color: #074d7a;
}
.cid-vduGQUx752 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vduGQUx752 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vduGQUx752 {
    padding-top: 14.4rem;
  }
}
@media (max-width: 576px) {
  .cid-vduGQUx752 {
    padding-top: 21.6rem;
  }
}
.cid-vduGQViCyq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #074d7a;
}
.cid-vduGQViCyq .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vduGQViCyq .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vduGQViCyq .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-vduGQViCyq .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-vduGQViCyq .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-vduGQViCyq .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vduGQViCyq .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-vduGQViCyq .input-group-btn {
  padding-left: 0;
}
.cid-vduGQViCyq .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vduGQViCyq .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-vduGQViCyq .mbr-text {
  color: #444;
}
.cid-vduGQViCyq h5 {
  margin-bottom: 0;
}
.cid-vduGQViCyq .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vduGQViCyq .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vduGQViCyq .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vduGQViCyq .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vduGQViCyq .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-vduGQViCyq .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vduGQViCyq .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vduGQViCyq .social-list a:hover {
  opacity: 0.4;
}
.cid-vduGQViCyq .media-container-row > div {
  padding: 0px;
}
.cid-vduGQViCyq .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vduGQViCyq .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vduGQViCyq .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vduGQViCyq .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vduGQViCyq .social-list,
  .cid-vduGQViCyq .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vduGQViCyq h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vduGQViCyq .form-group {
    max-width: 180px;
  }
}
.cid-vduGQViCyq .links span {
  color: #9e9e9e;
}
.cid-vduGQViCyq .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vduGQViCyq .logo-title {
  text-align: center;
}
.cid-vduGQViCyq .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vduGQViCyq .logo-title,
.cid-vduGQViCyq .logo {
  color: #ffffff;
}
.cid-vduGQWavXQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #074d7a;
}
.cid-vduGQWavXQ .links {
  text-align: center;
  color: #ffffff;
}
.cid-vduGQWavXQ p {
  margin: 0;
}
.cid-vduHuMwg6f .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vduHuMwg6f .navbar-fixed-top {
  padding-top: 0;
}
.cid-vduHuMwg6f .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vduHuMwg6f .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vduHuMwg6f .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vduHuMwg6f .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vduHuMwg6f .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vduHuMwg6f .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vduHuMwg6f .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vduHuMwg6f .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vduHuMwg6f .menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vduHuMwg6f .dropdown-item {
  padding: 0 !important;
  width: 160px !important;
}
.cid-vduHuMwg6f .dropdown-item,
.cid-vduHuMwg6f .nav-link,
.cid-vduHuMwg6f .brand-name {
  font-style: normal;
}
.cid-vduHuMwg6f .dropdown-item:hover,
.cid-vduHuMwg6f .nav-link:hover,
.cid-vduHuMwg6f .brand-name:hover {
  color: #0087ab !important;
}
.cid-vduHuMwg6f .dropdown-menu {
  background-color: #0a1c44;
}
.cid-vduHuMwg6f .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-vduHuMwg6f .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vduHuMwg6f .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vduHuMwg6f .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vduHuMwg6f .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vduHuMwg6f .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vduHuMwg6f .content-text {
  margin-bottom: 0;
}
.cid-vduHuMwg6f .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vduHuMwg6f .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vduHuMwg6f .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vduHuMwg6f .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vduHuMwg6f .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vduHuMwg6f .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vduHuMwg6f .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vduHuMwg6f .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vduHuMwg6f .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vduHuMwg6f .nav-dropdown .link {
  font-weight: 400;
}
.cid-vduHuMwg6f .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vduHuMwg6f .content-right-side {
  text-align: center;
}
.cid-vduHuMwg6f .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vduHuMwg6f .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vduHuMwg6f .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vduHuMwg6f .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vduHuMwg6f .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vduHuMwg6f .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vduHuMwg6f .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vduHuMwg6f .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vduHuMwg6f .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-vduHuMwg6f .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-vduHuMwg6f .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-vduHuMwg6f .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vduHuMwg6f .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-vduHuMwg6f .navbar {
    display: block;
    padding: 0;
  }
  .cid-vduHuMwg6f .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vduHuMwg6f .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vduHuMwg6f .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vduHuMwg6f .navbar-toggler {
    display: none;
  }
  .cid-vduHuMwg6f .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vduHuMwg6f .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vduHuMwg6f .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 0;
}
.cid-vduHuMwg6f .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vduHuMwg6f .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vduHuMwg6f .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vduHuMwg6f .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vduHuMwg6f .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vduHuMwg6f .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vduHuMwg6f .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vduHuMwg6f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vduHuMwg6f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vduHuMwg6f .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vduHuMwg6f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vduHuMwg6f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vduHuMwg6f .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vduHuMwg6f .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vduHuMwg6f .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vduHuMwg6f .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vduHuMwg6f .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vduHuMwg6f .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vduHuMwg6f .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vduHuMwg6f .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vduHuMwg6f button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vduHuMwg6f button.navbar-toggler:focus {
  outline: none;
}
.cid-vduHuMwg6f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6230c;
}
.cid-vduHuMwg6f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vduHuMwg6f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vduHuMwg6f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vduHuMwg6f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vduHuMwg6f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vduHuMwg6f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vduHuMwg6f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vduHuMwg6f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vduHuMwg6f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vduHuMwg6f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vduHuMwg6f .collapsed .btn {
  display: flex;
}
.cid-vduHuMwg6f .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vduHuMwg6f .collapsed .navbar-collapse.collapsing,
.cid-vduHuMwg6f .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vduHuMwg6f .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vduHuMwg6f .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vduHuMwg6f .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vduHuMwg6f .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vduHuMwg6f .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vduHuMwg6f .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vduHuMwg6f .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vduHuMwg6f .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vduHuMwg6f .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vduHuMwg6f .collapsed button.navbar-toggler {
  display: block;
}
.cid-vduHuMwg6f .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vduHuMwg6f .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vduHuMwg6f .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vduHuMwg6f .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vduHuMwg6f .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vduHuMwg6f .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vduHuMwg6f .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-vduHuMwg6f .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-vduHuMwg6f .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-vduHuMwg6f .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-vduHuMwg6f .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vduHuMwg6f .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vduHuMwg6f .navbar-collapse.collapsing,
  .cid-vduHuMwg6f .navbar-collapse.show {
    display: block !important;
  }
  .cid-vduHuMwg6f .navbar-collapse.collapsing .navbar-nav,
  .cid-vduHuMwg6f .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vduHuMwg6f .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vduHuMwg6f .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vduHuMwg6f .navbar-collapse.collapsing .navbar-buttons,
  .cid-vduHuMwg6f .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vduHuMwg6f .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vduHuMwg6f .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vduHuMwg6f img {
    height: 3.8rem !important;
  }
  .cid-vduHuMwg6f .btn {
    display: flex;
  }
  .cid-vduHuMwg6f button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vduHuMwg6f .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vduHuMwg6f .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vduHuMwg6f .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vduHuMwg6f .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vduHuMwg6f .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vduHuMwg6f .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vduHuMwg6f .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vduHuMwg6f .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vduHuMwg6f .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vduHuMwg6f .nav-link:focus {
  outline: none;
}
.cid-vduHuMwg6f .navbar-toggler {
  position: relative;
}
.cid-vduHuMwg6f .dropdown-item.active,
.cid-vduHuMwg6f .dropdown-item:active {
  color: initial;
}
.cid-vduHuMwg6f .widget-title,
.cid-vduHuMwg6f .widget-icon {
  color: #e9e9e9;
}
.cid-vduHuMwg6f .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-vduHuMwg6f .menu-logo {
    display: noneeeeeeeeeee;
  }
  .cid-vduHuMwg6f .navbar {
    padding: 0;
  }
  .cid-vduHuMwg6f .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vduHuMwg6f button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-vduHuMwg6f .My-menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: .8rem 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  text-align: center !important;
}
.cid-vduHuMwg6f .myItem {
  padding-top: 6px;
}
.cid-vduHuMwg6f .btn-danger-custom {
  background-color: #CC8400;
  color: #ffffff;
  border-color: #CC8400;
}
.cid-vduHuMwg6f .btn-danger-custom:hover {
  background-color: #FFB84D;
  border-color: #FFB84D;
}
.cid-vduHuNr7Ie {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vduHuNr7Ie .mbr-section-title {
  text-align: center;
  color: #074d7a;
}
.cid-vduHuNr7Ie .mbr-text,
.cid-vduHuNr7Ie .mbr-section-btn {
  text-align: center;
  color: #074d7a;
}
.cid-vduHuNr7Ie .mbr-fallback-image.disabled {
  display: none;
}
.cid-vduHuNr7Ie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vduHuNr7Ie {
    padding-top: 14.4rem;
  }
}
@media (max-width: 576px) {
  .cid-vduHuNr7Ie {
    padding-top: 21.6rem;
  }
}
.cid-vduHuO0gRl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #074d7a;
}
.cid-vduHuO0gRl .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vduHuO0gRl .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vduHuO0gRl .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-vduHuO0gRl .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-vduHuO0gRl .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-vduHuO0gRl .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vduHuO0gRl .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-vduHuO0gRl .input-group-btn {
  padding-left: 0;
}
.cid-vduHuO0gRl .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vduHuO0gRl .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-vduHuO0gRl .mbr-text {
  color: #444;
}
.cid-vduHuO0gRl h5 {
  margin-bottom: 0;
}
.cid-vduHuO0gRl .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vduHuO0gRl .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vduHuO0gRl .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vduHuO0gRl .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vduHuO0gRl .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-vduHuO0gRl .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vduHuO0gRl .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vduHuO0gRl .social-list a:hover {
  opacity: 0.4;
}
.cid-vduHuO0gRl .media-container-row > div {
  padding: 0px;
}
.cid-vduHuO0gRl .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vduHuO0gRl .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vduHuO0gRl .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vduHuO0gRl .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vduHuO0gRl .social-list,
  .cid-vduHuO0gRl .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vduHuO0gRl h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vduHuO0gRl .form-group {
    max-width: 180px;
  }
}
.cid-vduHuO0gRl .links span {
  color: #9e9e9e;
}
.cid-vduHuO0gRl .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vduHuO0gRl .logo-title {
  text-align: center;
}
.cid-vduHuO0gRl .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vduHuO0gRl .logo-title,
.cid-vduHuO0gRl .logo {
  color: #ffffff;
}
.cid-vduHuOZ7L5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #074d7a;
}
.cid-vduHuOZ7L5 .links {
  text-align: center;
  color: #ffffff;
}
.cid-vduHuOZ7L5 p {
  margin: 0;
}
.cid-vdFDEIha0K .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vdFDEIha0K .navbar-fixed-top {
  padding-top: 0;
}
.cid-vdFDEIha0K .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vdFDEIha0K .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vdFDEIha0K .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdFDEIha0K .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vdFDEIha0K .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vdFDEIha0K .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vdFDEIha0K .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vdFDEIha0K .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vdFDEIha0K .menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vdFDEIha0K .dropdown-item {
  padding: 0 !important;
  width: 160px !important;
}
.cid-vdFDEIha0K .dropdown-item,
.cid-vdFDEIha0K .nav-link,
.cid-vdFDEIha0K .brand-name {
  font-style: normal;
}
.cid-vdFDEIha0K .dropdown-item:hover,
.cid-vdFDEIha0K .nav-link:hover,
.cid-vdFDEIha0K .brand-name:hover {
  color: #0087ab !important;
}
.cid-vdFDEIha0K .dropdown-menu {
  background-color: #0a1c44;
}
.cid-vdFDEIha0K .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-vdFDEIha0K .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdFDEIha0K .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vdFDEIha0K .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vdFDEIha0K .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vdFDEIha0K .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdFDEIha0K .content-text {
  margin-bottom: 0;
}
.cid-vdFDEIha0K .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vdFDEIha0K .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vdFDEIha0K .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vdFDEIha0K .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vdFDEIha0K .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vdFDEIha0K .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vdFDEIha0K .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vdFDEIha0K .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vdFDEIha0K .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdFDEIha0K .nav-dropdown .link {
  font-weight: 400;
}
.cid-vdFDEIha0K .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vdFDEIha0K .content-right-side {
  text-align: center;
}
.cid-vdFDEIha0K .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vdFDEIha0K .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vdFDEIha0K .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vdFDEIha0K .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdFDEIha0K .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdFDEIha0K .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vdFDEIha0K .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vdFDEIha0K .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vdFDEIha0K .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-vdFDEIha0K .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-vdFDEIha0K .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-vdFDEIha0K .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdFDEIha0K .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-vdFDEIha0K .navbar {
    display: block;
    padding: 0;
  }
  .cid-vdFDEIha0K .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdFDEIha0K .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vdFDEIha0K .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vdFDEIha0K .navbar-toggler {
    display: none;
  }
  .cid-vdFDEIha0K .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdFDEIha0K .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vdFDEIha0K .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 0;
}
.cid-vdFDEIha0K .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vdFDEIha0K .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vdFDEIha0K .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vdFDEIha0K .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdFDEIha0K .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vdFDEIha0K .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdFDEIha0K .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vdFDEIha0K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdFDEIha0K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdFDEIha0K .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vdFDEIha0K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdFDEIha0K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdFDEIha0K .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vdFDEIha0K .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdFDEIha0K .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vdFDEIha0K .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vdFDEIha0K .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vdFDEIha0K .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vdFDEIha0K .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vdFDEIha0K .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vdFDEIha0K button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vdFDEIha0K button.navbar-toggler:focus {
  outline: none;
}
.cid-vdFDEIha0K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6230c;
}
.cid-vdFDEIha0K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdFDEIha0K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdFDEIha0K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdFDEIha0K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdFDEIha0K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdFDEIha0K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdFDEIha0K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdFDEIha0K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdFDEIha0K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdFDEIha0K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdFDEIha0K .collapsed .btn {
  display: flex;
}
.cid-vdFDEIha0K .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vdFDEIha0K .collapsed .navbar-collapse.collapsing,
.cid-vdFDEIha0K .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vdFDEIha0K .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vdFDEIha0K .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vdFDEIha0K .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vdFDEIha0K .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vdFDEIha0K .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vdFDEIha0K .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vdFDEIha0K .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vdFDEIha0K .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vdFDEIha0K .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vdFDEIha0K .collapsed button.navbar-toggler {
  display: block;
}
.cid-vdFDEIha0K .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vdFDEIha0K .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdFDEIha0K .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vdFDEIha0K .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vdFDEIha0K .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vdFDEIha0K .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vdFDEIha0K .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-vdFDEIha0K .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-vdFDEIha0K .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-vdFDEIha0K .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-vdFDEIha0K .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vdFDEIha0K .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vdFDEIha0K .navbar-collapse.collapsing,
  .cid-vdFDEIha0K .navbar-collapse.show {
    display: block !important;
  }
  .cid-vdFDEIha0K .navbar-collapse.collapsing .navbar-nav,
  .cid-vdFDEIha0K .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vdFDEIha0K .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vdFDEIha0K .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vdFDEIha0K .navbar-collapse.collapsing .navbar-buttons,
  .cid-vdFDEIha0K .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vdFDEIha0K .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vdFDEIha0K .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vdFDEIha0K img {
    height: 3.8rem !important;
  }
  .cid-vdFDEIha0K .btn {
    display: flex;
  }
  .cid-vdFDEIha0K button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vdFDEIha0K .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vdFDEIha0K .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdFDEIha0K .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vdFDEIha0K .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vdFDEIha0K .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vdFDEIha0K .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vdFDEIha0K .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vdFDEIha0K .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vdFDEIha0K .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vdFDEIha0K .nav-link:focus {
  outline: none;
}
.cid-vdFDEIha0K .navbar-toggler {
  position: relative;
}
.cid-vdFDEIha0K .dropdown-item.active,
.cid-vdFDEIha0K .dropdown-item:active {
  color: initial;
}
.cid-vdFDEIha0K .widget-title,
.cid-vdFDEIha0K .widget-icon {
  color: #e9e9e9;
}
.cid-vdFDEIha0K .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-vdFDEIha0K .menu-logo {
    display: noneeeeeeeeeee;
  }
  .cid-vdFDEIha0K .navbar {
    padding: 0;
  }
  .cid-vdFDEIha0K .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdFDEIha0K button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-vdFDEIha0K .My-menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: .8rem 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  text-align: center !important;
}
.cid-vdFDEIha0K .myItem {
  padding-top: 6px;
}
.cid-vdFDEIha0K .btn-danger-custom {
  background-color: #CC8400;
  color: #ffffff;
  border-color: #CC8400;
}
.cid-vdFDEIha0K .btn-danger-custom:hover {
  background-color: #FFB84D;
  border-color: #FFB84D;
}
.cid-vdFP3tzkcH {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vdFP3tzkcH .mbr-section-title {
  text-align: center;
  color: #074d7a;
}
.cid-vdFP3tzkcH .mbr-text,
.cid-vdFP3tzkcH .mbr-section-btn {
  text-align: justify;
  color: #074d7a;
}
.cid-vdFP3tzkcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdFP3tzkcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdFP3tzkcH .mbr-text,
.cid-vdFP3tzkcH .mbr-section-btn P {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdFP3tzkcH {
    padding-top: 14.4rem;
  }
}
@media (max-width: 576px) {
  .cid-vdFP3tzkcH {
    padding-top: 21.6rem;
  }
}
.cid-vdFDEJR14F {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #074d7a;
}
.cid-vdFDEJR14F .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vdFDEJR14F .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vdFDEJR14F .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-vdFDEJR14F .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-vdFDEJR14F .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-vdFDEJR14F .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vdFDEJR14F .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-vdFDEJR14F .input-group-btn {
  padding-left: 0;
}
.cid-vdFDEJR14F .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vdFDEJR14F .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-vdFDEJR14F .mbr-text {
  color: #444;
}
.cid-vdFDEJR14F h5 {
  margin-bottom: 0;
}
.cid-vdFDEJR14F .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vdFDEJR14F .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdFDEJR14F .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vdFDEJR14F .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdFDEJR14F .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-vdFDEJR14F .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vdFDEJR14F .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vdFDEJR14F .social-list a:hover {
  opacity: 0.4;
}
.cid-vdFDEJR14F .media-container-row > div {
  padding: 0px;
}
.cid-vdFDEJR14F .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vdFDEJR14F .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vdFDEJR14F .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdFDEJR14F .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vdFDEJR14F .social-list,
  .cid-vdFDEJR14F .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vdFDEJR14F h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vdFDEJR14F .form-group {
    max-width: 180px;
  }
}
.cid-vdFDEJR14F .links span {
  color: #9e9e9e;
}
.cid-vdFDEJR14F .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vdFDEJR14F .logo-title {
  text-align: center;
}
.cid-vdFDEJR14F .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vdFDEJR14F .logo-title,
.cid-vdFDEJR14F .logo {
  color: #ffffff;
}
.cid-vdFDEKU1ew {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #074d7a;
}
.cid-vdFDEKU1ew .links {
  text-align: center;
  color: #ffffff;
}
.cid-vdFDEKU1ew p {
  margin: 0;
}
.cid-vdR0S97ZBE .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vdR0S97ZBE .navbar-fixed-top {
  padding-top: 0;
}
.cid-vdR0S97ZBE .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vdR0S97ZBE .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vdR0S97ZBE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdR0S97ZBE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vdR0S97ZBE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vdR0S97ZBE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vdR0S97ZBE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vdR0S97ZBE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vdR0S97ZBE .menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vdR0S97ZBE .dropdown-item {
  padding: 0 !important;
  width: 160px !important;
}
.cid-vdR0S97ZBE .dropdown-item,
.cid-vdR0S97ZBE .nav-link,
.cid-vdR0S97ZBE .brand-name {
  font-style: normal;
}
.cid-vdR0S97ZBE .dropdown-item:hover,
.cid-vdR0S97ZBE .nav-link:hover,
.cid-vdR0S97ZBE .brand-name:hover {
  color: #0087ab !important;
}
.cid-vdR0S97ZBE .dropdown-menu {
  background-color: #0a1c44;
}
.cid-vdR0S97ZBE .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-vdR0S97ZBE .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdR0S97ZBE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vdR0S97ZBE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vdR0S97ZBE .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vdR0S97ZBE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdR0S97ZBE .content-text {
  margin-bottom: 0;
}
.cid-vdR0S97ZBE .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vdR0S97ZBE .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vdR0S97ZBE .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vdR0S97ZBE .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vdR0S97ZBE .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vdR0S97ZBE .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vdR0S97ZBE .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vdR0S97ZBE .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vdR0S97ZBE .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdR0S97ZBE .nav-dropdown .link {
  font-weight: 400;
}
.cid-vdR0S97ZBE .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vdR0S97ZBE .content-right-side {
  text-align: center;
}
.cid-vdR0S97ZBE .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vdR0S97ZBE .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vdR0S97ZBE .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vdR0S97ZBE .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdR0S97ZBE .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdR0S97ZBE .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vdR0S97ZBE .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vdR0S97ZBE .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vdR0S97ZBE .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-vdR0S97ZBE .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-vdR0S97ZBE .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-vdR0S97ZBE .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdR0S97ZBE .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-vdR0S97ZBE .navbar {
    display: block;
    padding: 0;
  }
  .cid-vdR0S97ZBE .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdR0S97ZBE .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vdR0S97ZBE .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vdR0S97ZBE .navbar-toggler {
    display: none;
  }
  .cid-vdR0S97ZBE .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdR0S97ZBE .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vdR0S97ZBE .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 0;
}
.cid-vdR0S97ZBE .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vdR0S97ZBE .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vdR0S97ZBE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vdR0S97ZBE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdR0S97ZBE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vdR0S97ZBE .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdR0S97ZBE .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vdR0S97ZBE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdR0S97ZBE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdR0S97ZBE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vdR0S97ZBE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdR0S97ZBE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdR0S97ZBE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vdR0S97ZBE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdR0S97ZBE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vdR0S97ZBE .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vdR0S97ZBE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vdR0S97ZBE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vdR0S97ZBE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vdR0S97ZBE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vdR0S97ZBE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vdR0S97ZBE button.navbar-toggler:focus {
  outline: none;
}
.cid-vdR0S97ZBE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6230c;
}
.cid-vdR0S97ZBE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdR0S97ZBE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdR0S97ZBE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdR0S97ZBE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdR0S97ZBE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdR0S97ZBE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdR0S97ZBE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdR0S97ZBE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdR0S97ZBE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdR0S97ZBE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdR0S97ZBE .collapsed .btn {
  display: flex;
}
.cid-vdR0S97ZBE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vdR0S97ZBE .collapsed .navbar-collapse.collapsing,
.cid-vdR0S97ZBE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vdR0S97ZBE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vdR0S97ZBE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vdR0S97ZBE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vdR0S97ZBE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vdR0S97ZBE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vdR0S97ZBE .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vdR0S97ZBE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vdR0S97ZBE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vdR0S97ZBE .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vdR0S97ZBE .collapsed button.navbar-toggler {
  display: block;
}
.cid-vdR0S97ZBE .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vdR0S97ZBE .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdR0S97ZBE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vdR0S97ZBE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vdR0S97ZBE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vdR0S97ZBE .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vdR0S97ZBE .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-vdR0S97ZBE .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-vdR0S97ZBE .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-vdR0S97ZBE .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-vdR0S97ZBE .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vdR0S97ZBE .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vdR0S97ZBE .navbar-collapse.collapsing,
  .cid-vdR0S97ZBE .navbar-collapse.show {
    display: block !important;
  }
  .cid-vdR0S97ZBE .navbar-collapse.collapsing .navbar-nav,
  .cid-vdR0S97ZBE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vdR0S97ZBE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vdR0S97ZBE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vdR0S97ZBE .navbar-collapse.collapsing .navbar-buttons,
  .cid-vdR0S97ZBE .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vdR0S97ZBE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vdR0S97ZBE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vdR0S97ZBE img {
    height: 3.8rem !important;
  }
  .cid-vdR0S97ZBE .btn {
    display: flex;
  }
  .cid-vdR0S97ZBE button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vdR0S97ZBE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vdR0S97ZBE .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdR0S97ZBE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vdR0S97ZBE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vdR0S97ZBE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vdR0S97ZBE .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vdR0S97ZBE .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vdR0S97ZBE .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vdR0S97ZBE .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vdR0S97ZBE .nav-link:focus {
  outline: none;
}
.cid-vdR0S97ZBE .navbar-toggler {
  position: relative;
}
.cid-vdR0S97ZBE .dropdown-item.active,
.cid-vdR0S97ZBE .dropdown-item:active {
  color: initial;
}
.cid-vdR0S97ZBE .widget-title,
.cid-vdR0S97ZBE .widget-icon {
  color: #e9e9e9;
}
.cid-vdR0S97ZBE .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-vdR0S97ZBE .menu-logo {
    display: noneeeeeeeeeee;
  }
  .cid-vdR0S97ZBE .navbar {
    padding: 0;
  }
  .cid-vdR0S97ZBE .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdR0S97ZBE button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-vdR0S97ZBE .My-menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: .8rem 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  text-align: center !important;
}
.cid-vdR0S97ZBE .myItem {
  padding-top: 6px;
}
.cid-vdR0S97ZBE .btn-danger-custom {
  background-color: #CC8400;
  color: #ffffff;
  border-color: #CC8400;
}
.cid-vdR0S97ZBE .btn-danger-custom:hover {
  background-color: #FFB84D;
  border-color: #FFB84D;
}
.cid-vdR0S9StgW {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vdR0S9StgW .mbr-section-title {
  text-align: center;
  color: #074d7a;
}
.cid-vdR0S9StgW .mbr-text,
.cid-vdR0S9StgW .mbr-section-btn {
  text-align: justify;
  color: #074d7a;
}
.cid-vdR0S9StgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdR0S9StgW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdR0S9StgW .mbr-text,
.cid-vdR0S9StgW .mbr-section-btn P {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdR0S9StgW {
    padding-top: 14.4rem;
  }
}
@media (max-width: 576px) {
  .cid-vdR0S9StgW {
    padding-top: 21.6rem;
  }
}
.cid-vdR0Sag9xj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #074d7a;
}
.cid-vdR0Sag9xj .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vdR0Sag9xj .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vdR0Sag9xj .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-vdR0Sag9xj .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-vdR0Sag9xj .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-vdR0Sag9xj .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vdR0Sag9xj .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-vdR0Sag9xj .input-group-btn {
  padding-left: 0;
}
.cid-vdR0Sag9xj .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vdR0Sag9xj .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-vdR0Sag9xj .mbr-text {
  color: #444;
}
.cid-vdR0Sag9xj h5 {
  margin-bottom: 0;
}
.cid-vdR0Sag9xj .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vdR0Sag9xj .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdR0Sag9xj .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vdR0Sag9xj .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdR0Sag9xj .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-vdR0Sag9xj .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vdR0Sag9xj .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vdR0Sag9xj .social-list a:hover {
  opacity: 0.4;
}
.cid-vdR0Sag9xj .media-container-row > div {
  padding: 0px;
}
.cid-vdR0Sag9xj .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vdR0Sag9xj .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vdR0Sag9xj .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdR0Sag9xj .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vdR0Sag9xj .social-list,
  .cid-vdR0Sag9xj .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vdR0Sag9xj h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vdR0Sag9xj .form-group {
    max-width: 180px;
  }
}
.cid-vdR0Sag9xj .links span {
  color: #9e9e9e;
}
.cid-vdR0Sag9xj .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vdR0Sag9xj .logo-title {
  text-align: center;
}
.cid-vdR0Sag9xj .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vdR0Sag9xj .logo-title,
.cid-vdR0Sag9xj .logo {
  color: #ffffff;
}
.cid-vdR0SaZ88V {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #074d7a;
}
.cid-vdR0SaZ88V .links {
  text-align: center;
  color: #ffffff;
}
.cid-vdR0SaZ88V p {
  margin: 0;
}
.cid-vdR2QzHPLZ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vdR2QzHPLZ .navbar-fixed-top {
  padding-top: 0;
}
.cid-vdR2QzHPLZ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vdR2QzHPLZ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vdR2QzHPLZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdR2QzHPLZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vdR2QzHPLZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vdR2QzHPLZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vdR2QzHPLZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vdR2QzHPLZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vdR2QzHPLZ .menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vdR2QzHPLZ .dropdown-item {
  padding: 0 !important;
  width: 160px !important;
}
.cid-vdR2QzHPLZ .dropdown-item,
.cid-vdR2QzHPLZ .nav-link,
.cid-vdR2QzHPLZ .brand-name {
  font-style: normal;
}
.cid-vdR2QzHPLZ .dropdown-item:hover,
.cid-vdR2QzHPLZ .nav-link:hover,
.cid-vdR2QzHPLZ .brand-name:hover {
  color: #0087ab !important;
}
.cid-vdR2QzHPLZ .dropdown-menu {
  background-color: #0a1c44;
}
.cid-vdR2QzHPLZ .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-vdR2QzHPLZ .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdR2QzHPLZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vdR2QzHPLZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vdR2QzHPLZ .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vdR2QzHPLZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdR2QzHPLZ .content-text {
  margin-bottom: 0;
}
.cid-vdR2QzHPLZ .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vdR2QzHPLZ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vdR2QzHPLZ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vdR2QzHPLZ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vdR2QzHPLZ .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vdR2QzHPLZ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vdR2QzHPLZ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vdR2QzHPLZ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vdR2QzHPLZ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdR2QzHPLZ .nav-dropdown .link {
  font-weight: 400;
}
.cid-vdR2QzHPLZ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vdR2QzHPLZ .content-right-side {
  text-align: center;
}
.cid-vdR2QzHPLZ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vdR2QzHPLZ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vdR2QzHPLZ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vdR2QzHPLZ .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdR2QzHPLZ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdR2QzHPLZ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vdR2QzHPLZ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vdR2QzHPLZ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vdR2QzHPLZ .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-vdR2QzHPLZ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-vdR2QzHPLZ .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-vdR2QzHPLZ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdR2QzHPLZ .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-vdR2QzHPLZ .navbar {
    display: block;
    padding: 0;
  }
  .cid-vdR2QzHPLZ .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdR2QzHPLZ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vdR2QzHPLZ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vdR2QzHPLZ .navbar-toggler {
    display: none;
  }
  .cid-vdR2QzHPLZ .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdR2QzHPLZ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vdR2QzHPLZ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 0;
}
.cid-vdR2QzHPLZ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vdR2QzHPLZ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vdR2QzHPLZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vdR2QzHPLZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdR2QzHPLZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vdR2QzHPLZ .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdR2QzHPLZ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vdR2QzHPLZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdR2QzHPLZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdR2QzHPLZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vdR2QzHPLZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdR2QzHPLZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdR2QzHPLZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vdR2QzHPLZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdR2QzHPLZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vdR2QzHPLZ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vdR2QzHPLZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vdR2QzHPLZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vdR2QzHPLZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vdR2QzHPLZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vdR2QzHPLZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vdR2QzHPLZ button.navbar-toggler:focus {
  outline: none;
}
.cid-vdR2QzHPLZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6230c;
}
.cid-vdR2QzHPLZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdR2QzHPLZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdR2QzHPLZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdR2QzHPLZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdR2QzHPLZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdR2QzHPLZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdR2QzHPLZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdR2QzHPLZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdR2QzHPLZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdR2QzHPLZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdR2QzHPLZ .collapsed .btn {
  display: flex;
}
.cid-vdR2QzHPLZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vdR2QzHPLZ .collapsed .navbar-collapse.collapsing,
.cid-vdR2QzHPLZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vdR2QzHPLZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vdR2QzHPLZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vdR2QzHPLZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vdR2QzHPLZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vdR2QzHPLZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vdR2QzHPLZ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vdR2QzHPLZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vdR2QzHPLZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vdR2QzHPLZ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vdR2QzHPLZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-vdR2QzHPLZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vdR2QzHPLZ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdR2QzHPLZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vdR2QzHPLZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vdR2QzHPLZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vdR2QzHPLZ .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vdR2QzHPLZ .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-vdR2QzHPLZ .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-vdR2QzHPLZ .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-vdR2QzHPLZ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-vdR2QzHPLZ .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vdR2QzHPLZ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vdR2QzHPLZ .navbar-collapse.collapsing,
  .cid-vdR2QzHPLZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-vdR2QzHPLZ .navbar-collapse.collapsing .navbar-nav,
  .cid-vdR2QzHPLZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vdR2QzHPLZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vdR2QzHPLZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vdR2QzHPLZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-vdR2QzHPLZ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vdR2QzHPLZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vdR2QzHPLZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vdR2QzHPLZ img {
    height: 3.8rem !important;
  }
  .cid-vdR2QzHPLZ .btn {
    display: flex;
  }
  .cid-vdR2QzHPLZ button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vdR2QzHPLZ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vdR2QzHPLZ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdR2QzHPLZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vdR2QzHPLZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vdR2QzHPLZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vdR2QzHPLZ .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vdR2QzHPLZ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vdR2QzHPLZ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vdR2QzHPLZ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vdR2QzHPLZ .nav-link:focus {
  outline: none;
}
.cid-vdR2QzHPLZ .navbar-toggler {
  position: relative;
}
.cid-vdR2QzHPLZ .dropdown-item.active,
.cid-vdR2QzHPLZ .dropdown-item:active {
  color: initial;
}
.cid-vdR2QzHPLZ .widget-title,
.cid-vdR2QzHPLZ .widget-icon {
  color: #e9e9e9;
}
.cid-vdR2QzHPLZ .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-vdR2QzHPLZ .menu-logo {
    display: noneeeeeeeeeee;
  }
  .cid-vdR2QzHPLZ .navbar {
    padding: 0;
  }
  .cid-vdR2QzHPLZ .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdR2QzHPLZ button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-vdR2QzHPLZ .My-menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: .8rem 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  text-align: center !important;
}
.cid-vdR2QzHPLZ .myItem {
  padding-top: 6px;
}
.cid-vdR2QzHPLZ .btn-danger-custom {
  background-color: #CC8400;
  color: #ffffff;
  border-color: #CC8400;
}
.cid-vdR2QzHPLZ .btn-danger-custom:hover {
  background-color: #FFB84D;
  border-color: #FFB84D;
}
.cid-vdR2QAxQbc {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vdR2QAxQbc .mbr-section-title {
  text-align: center;
  color: #074d7a;
}
.cid-vdR2QAxQbc .mbr-text,
.cid-vdR2QAxQbc .mbr-section-btn {
  text-align: justify;
  color: #074d7a;
}
.cid-vdR2QAxQbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdR2QAxQbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdR2QAxQbc .mbr-text,
.cid-vdR2QAxQbc .mbr-section-btn P {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdR2QAxQbc {
    padding-top: 14.4rem;
  }
}
@media (max-width: 576px) {
  .cid-vdR2QAxQbc {
    padding-top: 21.6rem;
  }
}
.cid-vdR2QAxQbc P {
  color: #074d7a;
}
.cid-vdR2QBbXOT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #074d7a;
}
.cid-vdR2QBbXOT .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vdR2QBbXOT .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vdR2QBbXOT .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-vdR2QBbXOT .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-vdR2QBbXOT .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-vdR2QBbXOT .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vdR2QBbXOT .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-vdR2QBbXOT .input-group-btn {
  padding-left: 0;
}
.cid-vdR2QBbXOT .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vdR2QBbXOT .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-vdR2QBbXOT .mbr-text {
  color: #444;
}
.cid-vdR2QBbXOT h5 {
  margin-bottom: 0;
}
.cid-vdR2QBbXOT .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vdR2QBbXOT .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdR2QBbXOT .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vdR2QBbXOT .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdR2QBbXOT .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-vdR2QBbXOT .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vdR2QBbXOT .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vdR2QBbXOT .social-list a:hover {
  opacity: 0.4;
}
.cid-vdR2QBbXOT .media-container-row > div {
  padding: 0px;
}
.cid-vdR2QBbXOT .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vdR2QBbXOT .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vdR2QBbXOT .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdR2QBbXOT .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vdR2QBbXOT .social-list,
  .cid-vdR2QBbXOT .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vdR2QBbXOT h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vdR2QBbXOT .form-group {
    max-width: 180px;
  }
}
.cid-vdR2QBbXOT .links span {
  color: #9e9e9e;
}
.cid-vdR2QBbXOT .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vdR2QBbXOT .logo-title {
  text-align: center;
}
.cid-vdR2QBbXOT .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vdR2QBbXOT .logo-title,
.cid-vdR2QBbXOT .logo {
  color: #ffffff;
}
.cid-vdR2QC2moS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #074d7a;
}
.cid-vdR2QC2moS .links {
  text-align: center;
  color: #ffffff;
}
.cid-vdR2QC2moS p {
  margin: 0;
}
.cid-vdRbjCS2NS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vdRbjCS2NS .navbar-fixed-top {
  padding-top: 0;
}
.cid-vdRbjCS2NS .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vdRbjCS2NS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vdRbjCS2NS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdRbjCS2NS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vdRbjCS2NS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vdRbjCS2NS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vdRbjCS2NS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vdRbjCS2NS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vdRbjCS2NS .menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vdRbjCS2NS .dropdown-item {
  padding: 0 !important;
  width: 160px !important;
}
.cid-vdRbjCS2NS .dropdown-item,
.cid-vdRbjCS2NS .nav-link,
.cid-vdRbjCS2NS .brand-name {
  font-style: normal;
}
.cid-vdRbjCS2NS .dropdown-item:hover,
.cid-vdRbjCS2NS .nav-link:hover,
.cid-vdRbjCS2NS .brand-name:hover {
  color: #0087ab !important;
}
.cid-vdRbjCS2NS .dropdown-menu {
  background-color: #0a1c44;
}
.cid-vdRbjCS2NS .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-vdRbjCS2NS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdRbjCS2NS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vdRbjCS2NS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vdRbjCS2NS .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vdRbjCS2NS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdRbjCS2NS .content-text {
  margin-bottom: 0;
}
.cid-vdRbjCS2NS .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vdRbjCS2NS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vdRbjCS2NS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vdRbjCS2NS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vdRbjCS2NS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vdRbjCS2NS .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vdRbjCS2NS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vdRbjCS2NS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vdRbjCS2NS .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdRbjCS2NS .nav-dropdown .link {
  font-weight: 400;
}
.cid-vdRbjCS2NS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vdRbjCS2NS .content-right-side {
  text-align: center;
}
.cid-vdRbjCS2NS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vdRbjCS2NS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vdRbjCS2NS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vdRbjCS2NS .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdRbjCS2NS .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdRbjCS2NS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vdRbjCS2NS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vdRbjCS2NS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vdRbjCS2NS .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-vdRbjCS2NS .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-vdRbjCS2NS .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-vdRbjCS2NS .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdRbjCS2NS .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-vdRbjCS2NS .navbar {
    display: block;
    padding: 0;
  }
  .cid-vdRbjCS2NS .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdRbjCS2NS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vdRbjCS2NS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vdRbjCS2NS .navbar-toggler {
    display: none;
  }
  .cid-vdRbjCS2NS .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdRbjCS2NS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vdRbjCS2NS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 0;
}
.cid-vdRbjCS2NS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vdRbjCS2NS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vdRbjCS2NS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vdRbjCS2NS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdRbjCS2NS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vdRbjCS2NS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdRbjCS2NS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vdRbjCS2NS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdRbjCS2NS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdRbjCS2NS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vdRbjCS2NS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdRbjCS2NS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdRbjCS2NS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vdRbjCS2NS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdRbjCS2NS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vdRbjCS2NS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vdRbjCS2NS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vdRbjCS2NS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vdRbjCS2NS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vdRbjCS2NS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vdRbjCS2NS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vdRbjCS2NS button.navbar-toggler:focus {
  outline: none;
}
.cid-vdRbjCS2NS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6230c;
}
.cid-vdRbjCS2NS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdRbjCS2NS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdRbjCS2NS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdRbjCS2NS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdRbjCS2NS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRbjCS2NS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdRbjCS2NS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdRbjCS2NS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRbjCS2NS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdRbjCS2NS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdRbjCS2NS .collapsed .btn {
  display: flex;
}
.cid-vdRbjCS2NS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vdRbjCS2NS .collapsed .navbar-collapse.collapsing,
.cid-vdRbjCS2NS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vdRbjCS2NS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vdRbjCS2NS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vdRbjCS2NS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vdRbjCS2NS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vdRbjCS2NS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vdRbjCS2NS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vdRbjCS2NS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vdRbjCS2NS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vdRbjCS2NS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vdRbjCS2NS .collapsed button.navbar-toggler {
  display: block;
}
.cid-vdRbjCS2NS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vdRbjCS2NS .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdRbjCS2NS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vdRbjCS2NS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vdRbjCS2NS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vdRbjCS2NS .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vdRbjCS2NS .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-vdRbjCS2NS .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-vdRbjCS2NS .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-vdRbjCS2NS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-vdRbjCS2NS .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vdRbjCS2NS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vdRbjCS2NS .navbar-collapse.collapsing,
  .cid-vdRbjCS2NS .navbar-collapse.show {
    display: block !important;
  }
  .cid-vdRbjCS2NS .navbar-collapse.collapsing .navbar-nav,
  .cid-vdRbjCS2NS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vdRbjCS2NS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vdRbjCS2NS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vdRbjCS2NS .navbar-collapse.collapsing .navbar-buttons,
  .cid-vdRbjCS2NS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vdRbjCS2NS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vdRbjCS2NS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vdRbjCS2NS img {
    height: 3.8rem !important;
  }
  .cid-vdRbjCS2NS .btn {
    display: flex;
  }
  .cid-vdRbjCS2NS button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vdRbjCS2NS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vdRbjCS2NS .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdRbjCS2NS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vdRbjCS2NS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vdRbjCS2NS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vdRbjCS2NS .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vdRbjCS2NS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vdRbjCS2NS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vdRbjCS2NS .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vdRbjCS2NS .nav-link:focus {
  outline: none;
}
.cid-vdRbjCS2NS .navbar-toggler {
  position: relative;
}
.cid-vdRbjCS2NS .dropdown-item.active,
.cid-vdRbjCS2NS .dropdown-item:active {
  color: initial;
}
.cid-vdRbjCS2NS .widget-title,
.cid-vdRbjCS2NS .widget-icon {
  color: #e9e9e9;
}
.cid-vdRbjCS2NS .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-vdRbjCS2NS .menu-logo {
    display: noneeeeeeeeeee;
  }
  .cid-vdRbjCS2NS .navbar {
    padding: 0;
  }
  .cid-vdRbjCS2NS .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdRbjCS2NS button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-vdRbjCS2NS .My-menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: .8rem 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  text-align: center !important;
}
.cid-vdRbjCS2NS .myItem {
  padding-top: 6px;
}
.cid-vdRbjCS2NS .btn-danger-custom {
  background-color: #CC8400;
  color: #ffffff;
  border-color: #CC8400;
}
.cid-vdRbjCS2NS .btn-danger-custom:hover {
  background-color: #FFB84D;
  border-color: #FFB84D;
}
.cid-vdRgn7UwGX {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vdRgn7UwGX .mbr-section-title {
  text-align: center;
  color: #074d7a;
}
.cid-vdRgn7UwGX .mbr-text,
.cid-vdRgn7UwGX .mbr-section-btn {
  text-align: justify;
  color: #074d7a;
}
.cid-vdRgn7UwGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdRgn7UwGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdRgn7UwGX {
    padding-top: 14.4rem;
  }
}
@media (max-width: 576px) {
  .cid-vdRgn7UwGX {
    padding-top: 21.6rem;
  }
}
.cid-vdRbjFnVtQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #074d7a;
}
.cid-vdRbjFnVtQ .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vdRbjFnVtQ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vdRbjFnVtQ .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-vdRbjFnVtQ .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-vdRbjFnVtQ .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-vdRbjFnVtQ .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vdRbjFnVtQ .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-vdRbjFnVtQ .input-group-btn {
  padding-left: 0;
}
.cid-vdRbjFnVtQ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vdRbjFnVtQ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-vdRbjFnVtQ .mbr-text {
  color: #444;
}
.cid-vdRbjFnVtQ h5 {
  margin-bottom: 0;
}
.cid-vdRbjFnVtQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vdRbjFnVtQ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdRbjFnVtQ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vdRbjFnVtQ .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdRbjFnVtQ .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-vdRbjFnVtQ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vdRbjFnVtQ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vdRbjFnVtQ .social-list a:hover {
  opacity: 0.4;
}
.cid-vdRbjFnVtQ .media-container-row > div {
  padding: 0px;
}
.cid-vdRbjFnVtQ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vdRbjFnVtQ .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vdRbjFnVtQ .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdRbjFnVtQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vdRbjFnVtQ .social-list,
  .cid-vdRbjFnVtQ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vdRbjFnVtQ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vdRbjFnVtQ .form-group {
    max-width: 180px;
  }
}
.cid-vdRbjFnVtQ .links span {
  color: #9e9e9e;
}
.cid-vdRbjFnVtQ .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vdRbjFnVtQ .logo-title {
  text-align: center;
}
.cid-vdRbjFnVtQ .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vdRbjFnVtQ .logo-title,
.cid-vdRbjFnVtQ .logo {
  color: #ffffff;
}
.cid-vdRbjGvWDN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #074d7a;
}
.cid-vdRbjGvWDN .links {
  text-align: center;
  color: #ffffff;
}
.cid-vdRbjGvWDN p {
  margin: 0;
}
.cid-vduHuMwg6f .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vduHuMwg6f .navbar-fixed-top {
  padding-top: 0;
}
.cid-vduHuMwg6f .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vduHuMwg6f .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vduHuMwg6f .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vduHuMwg6f .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vduHuMwg6f .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vduHuMwg6f .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vduHuMwg6f .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vduHuMwg6f .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vduHuMwg6f .menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vduHuMwg6f .dropdown-item {
  padding: 0 !important;
  width: 160px !important;
}
.cid-vduHuMwg6f .dropdown-item,
.cid-vduHuMwg6f .nav-link,
.cid-vduHuMwg6f .brand-name {
  font-style: normal;
}
.cid-vduHuMwg6f .dropdown-item:hover,
.cid-vduHuMwg6f .nav-link:hover,
.cid-vduHuMwg6f .brand-name:hover {
  color: #0087ab !important;
}
.cid-vduHuMwg6f .dropdown-menu {
  background-color: #0a1c44;
}
.cid-vduHuMwg6f .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-vduHuMwg6f .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vduHuMwg6f .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vduHuMwg6f .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vduHuMwg6f .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vduHuMwg6f .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vduHuMwg6f .content-text {
  margin-bottom: 0;
}
.cid-vduHuMwg6f .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vduHuMwg6f .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vduHuMwg6f .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vduHuMwg6f .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vduHuMwg6f .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vduHuMwg6f .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vduHuMwg6f .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vduHuMwg6f .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vduHuMwg6f .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vduHuMwg6f .nav-dropdown .link {
  font-weight: 400;
}
.cid-vduHuMwg6f .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vduHuMwg6f .content-right-side {
  text-align: center;
}
.cid-vduHuMwg6f .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vduHuMwg6f .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vduHuMwg6f .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vduHuMwg6f .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vduHuMwg6f .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vduHuMwg6f .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vduHuMwg6f .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vduHuMwg6f .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vduHuMwg6f .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-vduHuMwg6f .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-vduHuMwg6f .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-vduHuMwg6f .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vduHuMwg6f .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-vduHuMwg6f .navbar {
    display: block;
    padding: 0;
  }
  .cid-vduHuMwg6f .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vduHuMwg6f .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vduHuMwg6f .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vduHuMwg6f .navbar-toggler {
    display: none;
  }
  .cid-vduHuMwg6f .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vduHuMwg6f .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vduHuMwg6f .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 0;
}
.cid-vduHuMwg6f .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vduHuMwg6f .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vduHuMwg6f .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vduHuMwg6f .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vduHuMwg6f .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vduHuMwg6f .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vduHuMwg6f .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vduHuMwg6f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vduHuMwg6f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vduHuMwg6f .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vduHuMwg6f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vduHuMwg6f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vduHuMwg6f .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vduHuMwg6f .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vduHuMwg6f .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vduHuMwg6f .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vduHuMwg6f .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vduHuMwg6f .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vduHuMwg6f .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vduHuMwg6f .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vduHuMwg6f button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vduHuMwg6f button.navbar-toggler:focus {
  outline: none;
}
.cid-vduHuMwg6f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6230c;
}
.cid-vduHuMwg6f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vduHuMwg6f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vduHuMwg6f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vduHuMwg6f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vduHuMwg6f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vduHuMwg6f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vduHuMwg6f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vduHuMwg6f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vduHuMwg6f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vduHuMwg6f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vduHuMwg6f .collapsed .btn {
  display: flex;
}
.cid-vduHuMwg6f .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vduHuMwg6f .collapsed .navbar-collapse.collapsing,
.cid-vduHuMwg6f .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vduHuMwg6f .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vduHuMwg6f .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vduHuMwg6f .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vduHuMwg6f .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vduHuMwg6f .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vduHuMwg6f .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vduHuMwg6f .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vduHuMwg6f .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vduHuMwg6f .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vduHuMwg6f .collapsed button.navbar-toggler {
  display: block;
}
.cid-vduHuMwg6f .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vduHuMwg6f .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vduHuMwg6f .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vduHuMwg6f .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vduHuMwg6f .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vduHuMwg6f .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vduHuMwg6f .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-vduHuMwg6f .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-vduHuMwg6f .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-vduHuMwg6f .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-vduHuMwg6f .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vduHuMwg6f .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vduHuMwg6f .navbar-collapse.collapsing,
  .cid-vduHuMwg6f .navbar-collapse.show {
    display: block !important;
  }
  .cid-vduHuMwg6f .navbar-collapse.collapsing .navbar-nav,
  .cid-vduHuMwg6f .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vduHuMwg6f .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vduHuMwg6f .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vduHuMwg6f .navbar-collapse.collapsing .navbar-buttons,
  .cid-vduHuMwg6f .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vduHuMwg6f .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vduHuMwg6f .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vduHuMwg6f img {
    height: 3.8rem !important;
  }
  .cid-vduHuMwg6f .btn {
    display: flex;
  }
  .cid-vduHuMwg6f button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vduHuMwg6f .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vduHuMwg6f .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vduHuMwg6f .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vduHuMwg6f .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vduHuMwg6f .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vduHuMwg6f .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vduHuMwg6f .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vduHuMwg6f .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vduHuMwg6f .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vduHuMwg6f .nav-link:focus {
  outline: none;
}
.cid-vduHuMwg6f .navbar-toggler {
  position: relative;
}
.cid-vduHuMwg6f .dropdown-item.active,
.cid-vduHuMwg6f .dropdown-item:active {
  color: initial;
}
.cid-vduHuMwg6f .widget-title,
.cid-vduHuMwg6f .widget-icon {
  color: #e9e9e9;
}
.cid-vduHuMwg6f .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-vduHuMwg6f .menu-logo {
    display: noneeeeeeeeeee;
  }
  .cid-vduHuMwg6f .navbar {
    padding: 0;
  }
  .cid-vduHuMwg6f .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vduHuMwg6f button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-vduHuMwg6f .My-menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: .8rem 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  text-align: center !important;
}
.cid-vduHuMwg6f .myItem {
  padding-top: 6px;
}
.cid-vduHuMwg6f .btn-danger-custom {
  background-color: #CC8400;
  color: #ffffff;
  border-color: #CC8400;
}
.cid-vduHuMwg6f .btn-danger-custom:hover {
  background-color: #FFB84D;
  border-color: #FFB84D;
}
.cid-vdRortEM9G {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vdRortEM9G .mbr-section-title {
  text-align: center;
  color: #074d7a;
}
.cid-vdRortEM9G .mbr-text,
.cid-vdRortEM9G .mbr-section-btn {
  text-align: justify;
  color: #074d7a;
}
.cid-vdRortEM9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdRortEM9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdRortEM9G {
    padding-top: 14.4rem;
  }
}
@media (max-width: 576px) {
  .cid-vdRortEM9G {
    padding-top: 21.6rem;
  }
}
.cid-vdRkhOX2CI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-vdRkhOX2CI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdRkhOX2CI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdRkhOX2CI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vdRkhOX2CI .team-card:hover {
  transform: translateY(-10px);
}
.cid-vdRkhOX2CI .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vdRkhOX2CI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-vdRkhOX2CI .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vdRkhOX2CI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdRkhOX2CI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-vdRkhOX2CI .social-row {
  text-align: center;
}
.cid-vdRkhOX2CI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vdRkhOX2CI .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-vdRkhOX2CI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vdRkhOX2CI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vdRkhOX2CI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vdRkhOX2CI .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdRkhOX2CI .embla__button--next,
.cid-vdRkhOX2CI .embla__button--prev {
  display: flex;
}
.cid-vdRkhOX2CI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vdRkhOX2CI .embla__button {
    display: none;
  }
}
.cid-vdRkhOX2CI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vdRkhOX2CI .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vdRkhOX2CI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vdRkhOX2CI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vdRkhOX2CI .embla__button {
    top: auto;
  }
}
.cid-vdRkhOX2CI .embla {
  position: relative;
  width: 100%;
}
.cid-vdRkhOX2CI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vdRkhOX2CI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdRkhOX2CI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdRkhOX2CI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 992px) {
  .cid-vdRkhOX2CI {
    padding-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-vdRkhOX2CI {
    padding-top: 0rem;
  }
}
.cid-vdRkhOX2CI .card-title,
.cid-vdRkhOX2CI .social-row {
  color: #074d7a;
}
.cid-vduHuO0gRl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #074d7a;
}
.cid-vduHuO0gRl .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vduHuO0gRl .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vduHuO0gRl .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-vduHuO0gRl .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-vduHuO0gRl .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-vduHuO0gRl .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vduHuO0gRl .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-vduHuO0gRl .input-group-btn {
  padding-left: 0;
}
.cid-vduHuO0gRl .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vduHuO0gRl .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-vduHuO0gRl .mbr-text {
  color: #444;
}
.cid-vduHuO0gRl h5 {
  margin-bottom: 0;
}
.cid-vduHuO0gRl .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vduHuO0gRl .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vduHuO0gRl .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vduHuO0gRl .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vduHuO0gRl .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-vduHuO0gRl .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vduHuO0gRl .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vduHuO0gRl .social-list a:hover {
  opacity: 0.4;
}
.cid-vduHuO0gRl .media-container-row > div {
  padding: 0px;
}
.cid-vduHuO0gRl .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vduHuO0gRl .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vduHuO0gRl .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vduHuO0gRl .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vduHuO0gRl .social-list,
  .cid-vduHuO0gRl .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vduHuO0gRl h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vduHuO0gRl .form-group {
    max-width: 180px;
  }
}
.cid-vduHuO0gRl .links span {
  color: #9e9e9e;
}
.cid-vduHuO0gRl .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vduHuO0gRl .logo-title {
  text-align: center;
}
.cid-vduHuO0gRl .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vduHuO0gRl .logo-title,
.cid-vduHuO0gRl .logo {
  color: #ffffff;
}
.cid-vduHuOZ7L5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #074d7a;
}
.cid-vduHuOZ7L5 .links {
  text-align: center;
  color: #ffffff;
}
.cid-vduHuOZ7L5 p {
  margin: 0;
}
.cid-vdRrsc6OSN .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vdRrsc6OSN .navbar-fixed-top {
  padding-top: 0;
}
.cid-vdRrsc6OSN .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vdRrsc6OSN .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vdRrsc6OSN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdRrsc6OSN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vdRrsc6OSN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vdRrsc6OSN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vdRrsc6OSN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-vdRrsc6OSN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vdRrsc6OSN .menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vdRrsc6OSN .dropdown-item {
  padding: 0 !important;
  width: 160px !important;
}
.cid-vdRrsc6OSN .dropdown-item,
.cid-vdRrsc6OSN .nav-link,
.cid-vdRrsc6OSN .brand-name {
  font-style: normal;
}
.cid-vdRrsc6OSN .dropdown-item:hover,
.cid-vdRrsc6OSN .nav-link:hover,
.cid-vdRrsc6OSN .brand-name:hover {
  color: #0087ab !important;
}
.cid-vdRrsc6OSN .dropdown-menu {
  background-color: #0a1c44;
}
.cid-vdRrsc6OSN .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-vdRrsc6OSN .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdRrsc6OSN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vdRrsc6OSN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vdRrsc6OSN .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vdRrsc6OSN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdRrsc6OSN .content-text {
  margin-bottom: 0;
}
.cid-vdRrsc6OSN .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vdRrsc6OSN .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0087ab;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vdRrsc6OSN .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vdRrsc6OSN .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vdRrsc6OSN .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vdRrsc6OSN .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vdRrsc6OSN .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vdRrsc6OSN .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vdRrsc6OSN .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdRrsc6OSN .nav-dropdown .link {
  font-weight: 400;
}
.cid-vdRrsc6OSN .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vdRrsc6OSN .content-right-side {
  text-align: center;
}
.cid-vdRrsc6OSN .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vdRrsc6OSN .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vdRrsc6OSN .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vdRrsc6OSN .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdRrsc6OSN .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdRrsc6OSN .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vdRrsc6OSN .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vdRrsc6OSN .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vdRrsc6OSN .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-vdRrsc6OSN .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-vdRrsc6OSN .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-vdRrsc6OSN .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdRrsc6OSN .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-vdRrsc6OSN .navbar {
    display: block;
    padding: 0;
  }
  .cid-vdRrsc6OSN .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vdRrsc6OSN .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vdRrsc6OSN .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vdRrsc6OSN .navbar-toggler {
    display: none;
  }
  .cid-vdRrsc6OSN .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vdRrsc6OSN .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vdRrsc6OSN .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 0;
}
.cid-vdRrsc6OSN .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vdRrsc6OSN .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vdRrsc6OSN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vdRrsc6OSN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdRrsc6OSN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vdRrsc6OSN .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdRrsc6OSN .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vdRrsc6OSN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdRrsc6OSN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdRrsc6OSN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vdRrsc6OSN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vdRrsc6OSN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vdRrsc6OSN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vdRrsc6OSN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdRrsc6OSN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vdRrsc6OSN .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vdRrsc6OSN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vdRrsc6OSN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vdRrsc6OSN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-vdRrsc6OSN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vdRrsc6OSN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vdRrsc6OSN button.navbar-toggler:focus {
  outline: none;
}
.cid-vdRrsc6OSN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f6230c;
}
.cid-vdRrsc6OSN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vdRrsc6OSN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdRrsc6OSN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vdRrsc6OSN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vdRrsc6OSN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRrsc6OSN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdRrsc6OSN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdRrsc6OSN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdRrsc6OSN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdRrsc6OSN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdRrsc6OSN .collapsed .btn {
  display: flex;
}
.cid-vdRrsc6OSN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vdRrsc6OSN .collapsed .navbar-collapse.collapsing,
.cid-vdRrsc6OSN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vdRrsc6OSN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vdRrsc6OSN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vdRrsc6OSN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vdRrsc6OSN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vdRrsc6OSN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vdRrsc6OSN .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vdRrsc6OSN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vdRrsc6OSN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vdRrsc6OSN .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vdRrsc6OSN .collapsed button.navbar-toggler {
  display: block;
}
.cid-vdRrsc6OSN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vdRrsc6OSN .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdRrsc6OSN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vdRrsc6OSN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vdRrsc6OSN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vdRrsc6OSN .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vdRrsc6OSN .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-vdRrsc6OSN .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-vdRrsc6OSN .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-vdRrsc6OSN .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-vdRrsc6OSN .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vdRrsc6OSN .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vdRrsc6OSN .navbar-collapse.collapsing,
  .cid-vdRrsc6OSN .navbar-collapse.show {
    display: block !important;
  }
  .cid-vdRrsc6OSN .navbar-collapse.collapsing .navbar-nav,
  .cid-vdRrsc6OSN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vdRrsc6OSN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vdRrsc6OSN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vdRrsc6OSN .navbar-collapse.collapsing .navbar-buttons,
  .cid-vdRrsc6OSN .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vdRrsc6OSN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vdRrsc6OSN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vdRrsc6OSN img {
    height: 3.8rem !important;
  }
  .cid-vdRrsc6OSN .btn {
    display: flex;
  }
  .cid-vdRrsc6OSN button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vdRrsc6OSN .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vdRrsc6OSN .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdRrsc6OSN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vdRrsc6OSN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vdRrsc6OSN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vdRrsc6OSN .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vdRrsc6OSN .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vdRrsc6OSN .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vdRrsc6OSN .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vdRrsc6OSN .nav-link:focus {
  outline: none;
}
.cid-vdRrsc6OSN .navbar-toggler {
  position: relative;
}
.cid-vdRrsc6OSN .dropdown-item.active,
.cid-vdRrsc6OSN .dropdown-item:active {
  color: initial;
}
.cid-vdRrsc6OSN .widget-title,
.cid-vdRrsc6OSN .widget-icon {
  color: #e9e9e9;
}
.cid-vdRrsc6OSN .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-vdRrsc6OSN .menu-logo {
    display: noneeeeeeeeeee;
  }
  .cid-vdRrsc6OSN .navbar {
    padding: 0;
  }
  .cid-vdRrsc6OSN .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdRrsc6OSN button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-vdRrsc6OSN .My-menu-content-top {
  background: #074d7a;
  max-width: 100%;
  display: noneeeeeeeeee;
  -webkit-justify-content: left;
  justify-content: left;
  padding: .8rem 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
  text-align: center !important;
}
.cid-vdRrsc6OSN .myItem {
  padding-top: 6px;
}
.cid-vdRrsc6OSN .btn-danger-custom {
  background-color: #CC8400;
  color: #ffffff;
  border-color: #CC8400;
}
.cid-vdRrsc6OSN .btn-danger-custom:hover {
  background-color: #FFB84D;
  border-color: #FFB84D;
}
.cid-vdRrscYX42 {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vdRrscYX42 .mbr-section-title {
  text-align: center;
  color: #074d7a;
}
.cid-vdRrscYX42 .mbr-text,
.cid-vdRrscYX42 .mbr-section-btn {
  text-align: justify;
  color: #074d7a;
}
.cid-vdRrscYX42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdRrscYX42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vdRrscYX42 {
    padding-top: 14.4rem;
  }
}
@media (max-width: 576px) {
  .cid-vdRrscYX42 {
    padding-top: 21.6rem;
  }
}
.cid-vdRrT5c8uW {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vdRrT5c8uW .mbr-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vdRrT5c8uW .mbr-section-title {
  padding-bottom: 3rem;
}
.cid-vdRrT5c8uW .google-map {
  height: 25rem;
  position: relative;
  width: 100%;
}
.cid-vdRrT5c8uW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vdRrT5c8uW .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-vdRrT5c8uW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vdRrT5c8uW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vdRrT5c8uW .map-placeholder {
  display: none;
}
.cid-vdRrT5c8uW h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-vdRrsh5Aqa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #074d7a;
}
.cid-vdRrsh5Aqa .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-vdRrsh5Aqa .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vdRrsh5Aqa .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-vdRrsh5Aqa .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-vdRrsh5Aqa .btn-primary:hover {
  border: 1px solid #0087ab !important;
}
.cid-vdRrsh5Aqa .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-vdRrsh5Aqa .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-vdRrsh5Aqa .input-group-btn {
  padding-left: 0;
}
.cid-vdRrsh5Aqa .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-vdRrsh5Aqa .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-vdRrsh5Aqa .mbr-text {
  color: #444;
}
.cid-vdRrsh5Aqa h5 {
  margin-bottom: 0;
}
.cid-vdRrsh5Aqa .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vdRrsh5Aqa .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vdRrsh5Aqa .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-vdRrsh5Aqa .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdRrsh5Aqa .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-vdRrsh5Aqa .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-vdRrsh5Aqa .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vdRrsh5Aqa .social-list a:hover {
  opacity: 0.4;
}
.cid-vdRrsh5Aqa .media-container-row > div {
  padding: 0px;
}
.cid-vdRrsh5Aqa .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-vdRrsh5Aqa .group-title {
  text-align: left;
  color: #ffffff;
  padding-bottom: 0.2rem;
}
.cid-vdRrsh5Aqa .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vdRrsh5Aqa .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-vdRrsh5Aqa .social-list,
  .cid-vdRrsh5Aqa .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-vdRrsh5Aqa h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-vdRrsh5Aqa .form-group {
    max-width: 180px;
  }
}
.cid-vdRrsh5Aqa .links span {
  color: #9e9e9e;
}
.cid-vdRrsh5Aqa .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-vdRrsh5Aqa .logo-title {
  text-align: center;
}
.cid-vdRrsh5Aqa .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vdRrsh5Aqa .logo-title,
.cid-vdRrsh5Aqa .logo {
  color: #ffffff;
}
.cid-vdRrshPqnw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #074d7a;
}
.cid-vdRrshPqnw .links {
  text-align: center;
  color: #ffffff;
}
.cid-vdRrshPqnw p {
  margin: 0;
}
