body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.8rem;
}
.display-2 {
  font-family: 'Merriweather', 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: 'Merriweather', 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) {
  border-radius: 100px;
}
.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 a {
  border-radius: 100px !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;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vkKDarnuhf .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vkKDarnuhf .navbar-fixed-top {
  padding-top: 0;
}
.cid-vkKDarnuhf .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vkKDarnuhf .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-vkKDarnuhf .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-vkKDarnuhf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vkKDarnuhf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vkKDarnuhf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vkKDarnuhf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vkKDarnuhf .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -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-vkKDarnuhf .dropdown-item {
  padding: 0;
}
.cid-vkKDarnuhf .dropdown-item,
.cid-vkKDarnuhf .nav-link,
.cid-vkKDarnuhf .brand-name {
  font-style: normal;
}
.cid-vkKDarnuhf .dropdown-item:hover,
.cid-vkKDarnuhf .nav-link:hover,
.cid-vkKDarnuhf .brand-name:hover {
  color: #0087ab !important;
}
.cid-vkKDarnuhf .dropdown-menu {
  background-color: #0a1c44;
}
.cid-vkKDarnuhf .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-vkKDarnuhf .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vkKDarnuhf .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vkKDarnuhf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vkKDarnuhf .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vkKDarnuhf .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-vkKDarnuhf .content-text {
  margin-bottom: 0;
}
.cid-vkKDarnuhf .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vkKDarnuhf .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-vkKDarnuhf .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vkKDarnuhf .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vkKDarnuhf .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vkKDarnuhf .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vkKDarnuhf .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vkKDarnuhf .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vkKDarnuhf .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vkKDarnuhf .nav-dropdown .link {
  font-weight: 400;
}
.cid-vkKDarnuhf .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vkKDarnuhf .content-right-side {
  text-align: center;
}
.cid-vkKDarnuhf .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vkKDarnuhf .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vkKDarnuhf .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vkKDarnuhf .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-vkKDarnuhf .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vkKDarnuhf .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vkKDarnuhf .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vkKDarnuhf .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vkKDarnuhf .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-vkKDarnuhf .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-vkKDarnuhf .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-vkKDarnuhf .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkKDarnuhf .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-vkKDarnuhf .navbar {
    display: block;
    padding: 0;
  }
  .cid-vkKDarnuhf .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkKDarnuhf .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-vkKDarnuhf .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vkKDarnuhf .navbar-toggler {
    display: none;
  }
  .cid-vkKDarnuhf .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-vkKDarnuhf .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vkKDarnuhf .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vkKDarnuhf .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vkKDarnuhf .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vkKDarnuhf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vkKDarnuhf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vkKDarnuhf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vkKDarnuhf .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vkKDarnuhf .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vkKDarnuhf .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-vkKDarnuhf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vkKDarnuhf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vkKDarnuhf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vkKDarnuhf .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-vkKDarnuhf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vkKDarnuhf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vkKDarnuhf .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-vkKDarnuhf .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vkKDarnuhf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vkKDarnuhf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vkKDarnuhf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vkKDarnuhf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vkKDarnuhf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vkKDarnuhf button.navbar-toggler:focus {
  outline: none;
}
.cid-vkKDarnuhf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-vkKDarnuhf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vkKDarnuhf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkKDarnuhf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vkKDarnuhf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vkKDarnuhf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkKDarnuhf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vkKDarnuhf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vkKDarnuhf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vkKDarnuhf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vkKDarnuhf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vkKDarnuhf .collapsed .btn {
  display: flex;
}
.cid-vkKDarnuhf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vkKDarnuhf .collapsed .navbar-collapse.collapsing,
.cid-vkKDarnuhf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vkKDarnuhf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vkKDarnuhf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vkKDarnuhf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vkKDarnuhf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vkKDarnuhf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vkKDarnuhf .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vkKDarnuhf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vkKDarnuhf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vkKDarnuhf .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vkKDarnuhf .collapsed button.navbar-toggler {
  display: block;
}
.cid-vkKDarnuhf .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vkKDarnuhf .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vkKDarnuhf .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-vkKDarnuhf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vkKDarnuhf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vkKDarnuhf .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-vkKDarnuhf .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-vkKDarnuhf .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-vkKDarnuhf .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-vkKDarnuhf .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-vkKDarnuhf .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-vkKDarnuhf .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vkKDarnuhf .navbar-collapse.collapsing,
  .cid-vkKDarnuhf .navbar-collapse.show {
    display: block !important;
  }
  .cid-vkKDarnuhf .navbar-collapse.collapsing .navbar-nav,
  .cid-vkKDarnuhf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vkKDarnuhf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vkKDarnuhf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vkKDarnuhf .navbar-collapse.collapsing .navbar-buttons,
  .cid-vkKDarnuhf .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vkKDarnuhf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vkKDarnuhf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vkKDarnuhf img {
    height: 3.8rem !important;
  }
  .cid-vkKDarnuhf .btn {
    display: flex;
  }
  .cid-vkKDarnuhf button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vkKDarnuhf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vkKDarnuhf .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vkKDarnuhf .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-vkKDarnuhf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vkKDarnuhf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vkKDarnuhf .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-vkKDarnuhf .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vkKDarnuhf .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vkKDarnuhf .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vkKDarnuhf .nav-link:focus {
  outline: none;
}
.cid-vkKDarnuhf .navbar-toggler {
  position: relative;
}
.cid-vkKDarnuhf .dropdown-item.active,
.cid-vkKDarnuhf .dropdown-item:active {
  color: initial;
}
.cid-vkKDarnuhf .widget-title,
.cid-vkKDarnuhf .widget-icon {
  color: #e9e9e9;
}
.cid-vkKDarnuhf .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-vkKDarnuhf .menu-logo {
    display: none;
  }
  .cid-vkKDarnuhf .navbar {
    padding: 0;
  }
  .cid-vkKDarnuhf .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vkKDarnuhf button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-vkEX3bDX2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkEX3bDX2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2503866/assets/images/01-h_mpk7gl96.jpg");
}
.cid-vkEV5hciLJ {
  background-color: #ffffff;
}
.cid-vkEV5hciLJ .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vkEV5hciLJ img {
  width: 100%;
}
.cid-vkEV5hciLJ p {
  line-height: 1.6;
}
.cid-vkEV5hciLJ .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vkEV5hciLJ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-vkEV5hciLJ .mbr-text,
.cid-vkEV5hciLJ .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-vkEV5hciLJ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vkEV5hciLJ .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-vkEV5hciLJ .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-vkEV5hciLJ .mbr-section-title,
.cid-vkEV5hciLJ .line-wrap {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-vkEV5hciLJ .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-vkEV5hciLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkEV5hciLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkEV5hciLJ P {
  color: #0a1c44;
}
.cid-vgK1JtO92f {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #0a1c44;
}
.cid-vgK1JtO92f .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vgK1JtO92f .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vgK1JtO92f .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vgK1JtO92f .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-vgK1JtO92f .btn {
  margin: 0 !important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vgK1JtO92f .card {
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
}
.cid-vgK1JtO92f .card:hover .card-box {
  bottom: 0;
}
.cid-vgK1JtO92f .card:hover .btn {
  opacity: 1;
}
.cid-vgK1JtO92f .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-vgK1JtO92f .card-img {
  overflow: hidden !important;
  position: relative;
  border-radius: 0px;
}
.cid-vgK1JtO92f .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-vgK1JtO92f .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -70px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-vgK1JtO92f .mbr-section-title,
.cid-vgK1JtO92f .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vgK1JtO92f .card-box > p,
.cid-vgK1JtO92f .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-vgK1JtO92f .card-box {
    bottom: 0;
  }
  .cid-vgK1JtO92f .btn {
    opacity: 1;
  }
}
.cid-vgK1JtO92f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgK1JtO92f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgtgp6yUIM {
  background-color: #0a1c44;
}
.cid-vgtgp6yUIM .container-fluid {
  padding: 0;
}
.cid-vgtgp6yUIM img {
  width: 100%;
}
.cid-vgtgp6yUIM .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-vgtgp6yUIM .content {
    padding: 3rem;
  }
}
.cid-vgtgp6yUIM .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-vgtgp6yUIM .img-col {
  padding: 0;
  margin: auto;
}
.cid-vgtgp6yUIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgtgp6yUIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlBDDgXzUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlBDDgXzUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2503866/assets/images/01-h_mpk7gl96.jpg");
}
.cid-vh59HMqC1F {
  background-color: #0a1c44;
}
.cid-vh59HMqC1F .container-fluid {
  padding: 0;
}
.cid-vh59HMqC1F img {
  width: 100%;
}
.cid-vh59HMqC1F .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-vh59HMqC1F .content {
    padding: 3rem;
  }
}
.cid-vh59HMqC1F .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-vh59HMqC1F .img-col {
  padding: 0;
  margin: auto;
}
.cid-vh59HMqC1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh59HMqC1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-visAuY3WaT {
  background-color: #0a1c44;
}
.cid-visAuY3WaT .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-visAuY3WaT .container-fluid {
  padding: 0;
}
.cid-visAuY3WaT img {
  width: 100%;
}
.cid-visAuY3WaT .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-visAuY3WaT .content {
    padding: 3rem;
  }
}
.cid-visAuY3WaT .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-visAuY3WaT .img-col {
  padding: 0;
  margin: auto;
}
.cid-visAuY3WaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-visAuY3WaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkzhzKBrme {
  background-color: #ffffff;
}
.cid-vkzhzKBrme .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vkzhzKBrme .container-fluid {
  padding: 0;
}
.cid-vkzhzKBrme img {
  width: 100%;
}
.cid-vkzhzKBrme .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-vkzhzKBrme .content {
    padding: 3rem;
  }
}
.cid-vkzhzKBrme .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-vkzhzKBrme .img-col {
  padding: 0;
  margin: auto;
}
.cid-vkzhzKBrme .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkzhzKBrme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkzhzKBrme .mbr-text,
.cid-vkzhzKBrme .mbr-section-btn {
  color: #0a1c44;
}
.cid-vkzhzKBrme .mbr-section-title {
  color: #0a1c44;
}
.cid-vlGHV2u1yd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlGHV2u1yd .container-fluid {
  padding: 0;
}
.cid-vlGHV2u1yd img {
  width: 100%;
}
.cid-vlGHV2u1yd .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-vlGHV2u1yd .content {
    padding: 3rem;
  }
}
.cid-vlGHV2u1yd .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-vlGHV2u1yd .img-col {
  padding: 0;
  margin: auto;
}
.cid-vlGHV2u1yd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlGHV2u1yd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlGHV2u1yd .mbr-text,
.cid-vlGHV2u1yd .mbr-section-btn {
  color: #0a1c44;
}
.cid-vlGHV2u1yd .mbr-section-title {
  color: #0a1c44;
}
.cid-vgto0yu2sM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0a1c44;
}
.cid-vgto0yu2sM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgto0yu2sM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgto0yu2sM .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgto0yu2sM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgto0yu2sM .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgto0yu2sM .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vgto0yu2sM .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vgto0yu2sM .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vgto0yu2sM .image-wrapper {
  padding: 0 1rem;
}
.cid-vgto0yu2sM img,
.cid-vgto0yu2sM .image-wrapper {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vgto0yu2sM img,
  .cid-vgto0yu2sM .image-wrapper {
    max-height: 350px;
  }
}
.cid-vgto0yu2sM .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vgto0yu2sM .mbr-text {
  color: #000000;
}
.cid-vgto0yu2sM .mbr-text,
.cid-vgto0yu2sM .mbr-section-btn {
  text-align: left;
}
.cid-vgto0yu2sM .price {
  color: #232323;
  text-align: left;
}
.cid-vgto0yu2sM .content-head {
  max-width: 800px;
}
.cid-vgto0yu2sM .mbr-section-maintitle {
  text-align: center;
}
.cid-vgto0yu2sM .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-viH38dBo6r {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-viH38dBo6r .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-viH38dBo6r .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-viH38dBo6r .container {
    padding: 0 25px;
  }
}
.cid-viH38dBo6r .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viH38dBo6r .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-viH38dBo6r .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-viH38dBo6r .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-viH38dBo6r .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-viH38dBo6r .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-viH38dBo6r .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #0a1c44;
}
.cid-viH38dBo6r .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #ffffff;
  box-shadow: inset 52px 0 0 0 #0a1c44;
}
.cid-viH38dBo6r .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-viH38dBo6r .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #0a1c44;
  background-color: #ffffff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-viH38dBo6r .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-viH38dBo6r .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-viH38dBo6r .mbr-section-title {
  color: #0a1c44;
}
.cid-viH38dBo6r .panel-title-edit {
  color: #0a1c44;
}
.cid-viH38dBo6r .panel-text {
  color: #000000;
}
.cid-vgFEgMvW2d .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-vgFEgMvW2d .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-vgFEgMvW2d .countdown-cont {
  margin: 0 auto;
}
.cid-vgFEgMvW2d .countdown-cont div:not(:last-child) {
  border-right: 2px solid lightgray;
}
.cid-vgFEgMvW2d .countdown-cont .row {
  -webkit-flex-wrap: nowrap;
}
.cid-vgFEgMvW2d .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-vgFEgMvW2d .period {
  display: block;
  padding-top: 2px;
}
.cid-vgFEgMvW2d .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-vgFEgMvW2d .full-count-container {
  background: #0a1c44;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vgFEgMvW2d .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgFEgMvW2d .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-vgFEgMvW2d .dot {
    display: none;
  }
  .cid-vgFEgMvW2d .number {
    white-space: nowrap;
  }
  .cid-vgFEgMvW2d .countdown-cont {
    margin: 0 auto;
  }
  .cid-vgFEgMvW2d .countdown-cont div:not(:last-child) {
    border-right: 0px solid lightgray;
  }
  .cid-vgFEgMvW2d .countdown-cont div {
    padding: 0;
  }
  .cid-vgFEgMvW2d .col-sm-3 {
    padding: 0;
  }
}
@media (max-width: 550px) {
  .cid-vgFEgMvW2d .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-vgFEgMvW2d .number-wrap {
    padding: 5px 5px 13px 5px;
  }
  .cid-vgFEgMvW2d .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-vgFEgMvW2d .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-vgFEgMvW2d .number {
    font-size: 25px;
  }
  .cid-vgFEgMvW2d .period {
    font-size: 0.7rem;
  }
}
.cid-vgFEgMvW2d H2 {
  color: #000000;
}
.cid-vk5pLwQNG5 {
  background-color: #0a1c44;
}
.cid-vk5pLwQNG5 .container-fluid {
  padding: 0;
}
.cid-vk5pLwQNG5 img {
  width: 100%;
}
.cid-vk5pLwQNG5 .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-vk5pLwQNG5 .content {
    padding: 3rem;
  }
}
.cid-vk5pLwQNG5 .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-vk5pLwQNG5 .img-col {
  padding: 0;
  margin: auto;
}
.cid-vk5pLwQNG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk5pLwQNG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vl2gif0Dz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl2gif0Dz3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/2503866/assets/images/background1.jpg?rnd=1785314226616");
}
.cid-vmMiF4kGW1 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #0a1c44;
}
.cid-vmMiF4kGW1 .mbr-section-title {
  text-align: center;
}
.cid-vmMiF4kGW1 .mbr-text,
.cid-vmMiF4kGW1 .mbr-section-btn {
  text-align: center;
}
.cid-vmMiF4kGW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmMiF4kGW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmGazeQbWe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmGazeQbWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmGazeQbWe .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-vmGazeQbWe .container {
    padding: 0 16px;
  }
}
.cid-vmGazeQbWe .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vmGazeQbWe .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vmGazeQbWe .item:hover .item-wrapper .card-box,
.cid-vmGazeQbWe .item:focus .item-wrapper .card-box {
  border: 1px solid #0a1c44;
  box-shadow: 6px 8px 0 0 #0a1c44;
}
.cid-vmGazeQbWe .item:hover .item-wrapper .card-box .item-price,
.cid-vmGazeQbWe .item:focus .item-wrapper .card-box .item-price {
  color: #0a1c44;
}
.cid-vmGazeQbWe .item:hover .item-wrapper .card-box .btn-primary,
.cid-vmGazeQbWe .item:focus .item-wrapper .card-box .btn-primary,
.cid-vmGazeQbWe .item:hover .item-wrapper .card-box .btn-secondary,
.cid-vmGazeQbWe .item:focus .item-wrapper .card-box .btn-secondary,
.cid-vmGazeQbWe .item:hover .item-wrapper .card-box .btn-success,
.cid-vmGazeQbWe .item:focus .item-wrapper .card-box .btn-success,
.cid-vmGazeQbWe .item:hover .item-wrapper .card-box .btn-info,
.cid-vmGazeQbWe .item:focus .item-wrapper .card-box .btn-info,
.cid-vmGazeQbWe .item:hover .item-wrapper .card-box .btn-warning,
.cid-vmGazeQbWe .item:focus .item-wrapper .card-box .btn-warning,
.cid-vmGazeQbWe .item:hover .item-wrapper .card-box .btn-danger,
.cid-vmGazeQbWe .item:focus .item-wrapper .card-box .btn-danger,
.cid-vmGazeQbWe .item:hover .item-wrapper .card-box .btn-black,
.cid-vmGazeQbWe .item:focus .item-wrapper .card-box .btn-black,
.cid-vmGazeQbWe .item:hover .item-wrapper .card-box .btn-white,
.cid-vmGazeQbWe .item:focus .item-wrapper .card-box .btn-white {
  background-color: #0a1c44 !important;
  border-color: #0a1c44 !important;
}
.cid-vmGazeQbWe .item .item-wrapper {
  height: 100%;
}
.cid-vmGazeQbWe .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #bdc5cf;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-vmGazeQbWe .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vmGazeQbWe .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-vmGazeQbWe .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #f6f7f9;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vmGazeQbWe .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vmGazeQbWe .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vmGazeQbWe .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-vmGazeQbWe .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-vmGazeQbWe .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-vmGazeQbWe .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-vmGazeQbWe .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vmGazeQbWe .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-vmGazeQbWe .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #0a1c44;
  color: #ffffff;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vmGazeQbWe .item-title {
  color: #0a1c44;
}
.cid-vmGazeQbWe .item-desc {
  color: #000000;
}
.cid-vmGazeQbWe .item-price {
  color: #000000;
}
.cid-vmGazeQbWe .list {
  color: #000000;
}
.cid-vl65xwY6wN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vl65xwY6wN .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
}
.cid-vl65xwY6wN .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vl65xwY6wN .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-vl65xwY6wN .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-vl65xwY6wN .btn {
  margin: 0 !important;
  transition: all 0.3s;
  opacity: 0;
}
.cid-vl65xwY6wN .card {
  padding: 0 !important;
  margin: 0;
  overflow: hidden;
}
.cid-vl65xwY6wN .card:hover .card-box {
  bottom: 0;
}
.cid-vl65xwY6wN .card:hover .btn {
  opacity: 1;
}
.cid-vl65xwY6wN .card-title {
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.cid-vl65xwY6wN .card-img {
  overflow: hidden !important;
  position: relative;
  border-radius: 0px;
}
.cid-vl65xwY6wN .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
}
.cid-vl65xwY6wN .card-box {
  position: absolute;
  padding: 1.5rem 1.5rem;
  bottom: -70px;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  z-index: 2;
}
.cid-vl65xwY6wN .mbr-section-title,
.cid-vl65xwY6wN .line-wrap {
  text-align: center;
}
.cid-vl65xwY6wN .card-box > p,
.cid-vl65xwY6wN .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-vl65xwY6wN .card-box {
    bottom: 0;
  }
  .cid-vl65xwY6wN .btn {
    opacity: 1;
  }
}
.cid-vl65xwY6wN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vl65xwY6wN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rzHbTSLWxc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("https://r.mobirisesite.com/2503866/assets/images/gba2bffb85312d63bca7f62645934-h_mnp17u7s.jpg");
}
.cid-rzHbTSLWxc .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rzHbTSLWxc .card {
  background-color: #0a1c44;
  padding: 4rem 10rem;
}
.cid-rzHbTSLWxc .input-group-btn {
  display: block;
}
.cid-rzHbTSLWxc .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-rzHbTSLWxc .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-rzHbTSLWxc .form-control {
  background: white;
  max-height: 3rem;
  padding: 1rem;
  border-radius: 4px !important;
  font-size: 16px;
}
.cid-rzHbTSLWxc .btn-primary {
  border: 1px solid #0087ab !important;
}
.cid-rzHbTSLWxc .input-group-btn .btn {
  border-radius: 4px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-rzHbTSLWxc .form-control-label {
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .cid-rzHbTSLWxc .card {
    padding: 4rem;
  }
}
@media (max-width: 576px) {
  .cid-rzHbTSLWxc .card {
    padding: 2rem;
  }
}
.cid-rzHbTSLWxc .mbr-section-title,
.cid-rzHbTSLWxc .line-wrap {
  color: #ffffff;
}
.cid-vlsrY7uJlr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vlsrY7uJlr .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-vlsrY7uJlr .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-vlsrY7uJlr .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vlsrY7uJlr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-vlsrY7uJlr .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-vlsrY7uJlr .text2 {
  color: #000000;
  text-align: left;
}
.cid-vlsrY7uJlr .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-vlsrY7uJlr .logo-title {
  text-align: center;
}
.cid-vlsrY7uJlr .logo-sub-title {
  text-align: center;
}
.cid-vlsrY7uJlr .links {
  text-align: center;
  color: #656565;
}
.cid-vlsrY7uJlr .logo-sub-title i {
  color: #9e9e9e;
}
.cid-vlsrY7uJlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlsrY7uJlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vngKYhKgsR {
  z-index: 1000;
  width: 100%;
}
.cid-vngKYhKgsR nav.navbar {
  position: fixed;
}
.cid-vngKYhKgsR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vngKYhKgsR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vngKYhKgsR .dropdown-item {
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vngKYhKgsR .dropdown-item:hover,
.cid-vngKYhKgsR .dropdown-item:focus {
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vngKYhKgsR .dropdown-item:hover span {
  color: white;
}
.cid-vngKYhKgsR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vngKYhKgsR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vngKYhKgsR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vngKYhKgsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vngKYhKgsR .nav-link {
  position: relative;
}
.cid-vngKYhKgsR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vngKYhKgsR .container {
    flex-wrap: nowrap;
  }
}
.cid-vngKYhKgsR .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vngKYhKgsR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vngKYhKgsR .dropdown-menu,
.cid-vngKYhKgsR .navbar.opened {
  background: #ffffff !important;
}
.cid-vngKYhKgsR .nav-item:focus,
.cid-vngKYhKgsR .nav-link:focus {
  outline: none;
}
.cid-vngKYhKgsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vngKYhKgsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vngKYhKgsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vngKYhKgsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vngKYhKgsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vngKYhKgsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vngKYhKgsR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vngKYhKgsR .navbar.opened {
  transition: all 0.3s;
}
.cid-vngKYhKgsR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vngKYhKgsR .navbar .navbar-logo img {
  border-radius: 0 !important;
  width: auto;
}
.cid-vngKYhKgsR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vngKYhKgsR .navbar.collapsed {
  justify-content: center;
}
.cid-vngKYhKgsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vngKYhKgsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vngKYhKgsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vngKYhKgsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vngKYhKgsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vngKYhKgsR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vngKYhKgsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vngKYhKgsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vngKYhKgsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vngKYhKgsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vngKYhKgsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vngKYhKgsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vngKYhKgsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vngKYhKgsR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vngKYhKgsR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vngKYhKgsR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vngKYhKgsR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vngKYhKgsR .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-vngKYhKgsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vngKYhKgsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vngKYhKgsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vngKYhKgsR .navbar.navbar-short {
  min-height: 96px;
}
.cid-vngKYhKgsR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vngKYhKgsR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vngKYhKgsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vngKYhKgsR .navbar-brand .navbar-caption:hover,
.cid-vngKYhKgsR .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vngKYhKgsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vngKYhKgsR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vngKYhKgsR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vngKYhKgsR .dropdown-item.active,
.cid-vngKYhKgsR .dropdown-item:active {
  background-color: transparent;
}
.cid-vngKYhKgsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vngKYhKgsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vngKYhKgsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vngKYhKgsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vngKYhKgsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vngKYhKgsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vngKYhKgsR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vngKYhKgsR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vngKYhKgsR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vngKYhKgsR .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vngKYhKgsR .navbar-buttons {
    text-align: left;
  }
}
.cid-vngKYhKgsR .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vngKYhKgsR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vngKYhKgsR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vngKYhKgsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vngKYhKgsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vngKYhKgsR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vngKYhKgsR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vngKYhKgsR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vngKYhKgsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vngKYhKgsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vngKYhKgsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vngKYhKgsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vngKYhKgsR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vngKYhKgsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vngKYhKgsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vngKYhKgsR .navbar {
    height: 70px;
  }
  .cid-vngKYhKgsR .navbar.opened {
    height: auto;
  }
  .cid-vngKYhKgsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vngKYhKgsR .navbar-nav {
  margin: 0 auto;
}
.cid-vngKYhKgsR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vngKYhKgsR .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vngKYhKgsR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vngKYhKgsR .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vngKYhKgsR .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vngKYhKgsR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vngKYhKgsR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vngKYhKgsR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vngKYhKgsR .navbar {
    justify-content: flex-start !important;
  }
  .cid-vngKYhKgsR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vngKYhKgsR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vngKYhKgsR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vngKYhKgsR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vngKYhKgsR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vngKYhKgsR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vngKYhKgsR .content-wrap {
  min-height: 110px;
}
