body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.02rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.02rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.816rem;
    font-size: calc( 1.0070000000000001rem + (1.02 - 1.0070000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0070000000000001rem + (1.02 - 1.0070000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #13287d !important;
}
.bg-success {
  background-color: #ffc600 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #eff2f7 !important;
}
.bg-danger {
  background-color: #0a1126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #13287d !important;
  border-color: #13287d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
  color: #4d6a9a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-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: #060c24;
  color: #060c24;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #13287d;
  border-color: #13287d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #13287d !important;
  border-color: #13287d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #134c30;
  color: #134c30;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #279e64;
  border-color: #279e64;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #279e64 !important;
  border-color: #279e64 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #997700;
  color: #997700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000;
  background-color: #ffc600;
  border-color: #ffc600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #abbbd5;
  color: #abbbd5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4d6a9a;
  background-color: #eff2f7;
  border-color: #eff2f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d6a9a !important;
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #0a1126;
  border-color: #0a1126;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1126 !important;
  border-color: #0a1126 !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: #13287d !important;
}
.text-secondary {
  color: #279e64 !important;
}
.text-success {
  color: #ffc600 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #eff2f7 !important;
}
.text-danger {
  color: #0a1126 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #060c24 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #134c30 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997700 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #abbbd5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #83868c;
}
.alert-warning {
  background-color: #eff2f7;
}
.alert-danger {
  background-color: #0a1126;
}
.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: #13287d;
  border-color: #13287d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #13287d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3053e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #acbbe9;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #13287d;
}
/* 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: #13287d !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: #13287d;
  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: #13287d;
  border-bottom-color: #13287d;
}
.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: #13287d !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: #279e64 !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='%2313287d' %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-s2V8GM9yhP .navbar {
  padding: 0.5rem 0;
  background: #192d30;
  transition: none;
  min-height: 50px;
}
.cid-s2V8GM9yhP .navbar-fixed-top {
  padding-top: 0;
}
.cid-s2V8GM9yhP .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-s2V8GM9yhP .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-s2V8GM9yhP .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-s2V8GM9yhP .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s2V8GM9yhP .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s2V8GM9yhP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-s2V8GM9yhP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-s2V8GM9yhP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2V8GM9yhP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2V8GM9yhP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2V8GM9yhP .menu-content-top {
  background: #192d30;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-s2V8GM9yhP .dropdown-item {
  padding: 0;
  color: #83868c;
  line-height: 2.6;
}
.cid-s2V8GM9yhP .dropdown-item:hover {
  color: #279e64 !important;
}
.cid-s2V8GM9yhP .nav-link,
.cid-s2V8GM9yhP .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-s2V8GM9yhP .nav-link:hover,
.cid-s2V8GM9yhP .brand-name:hover {
  color: #279e64 !important;
}
.cid-s2V8GM9yhP .dropdown-menu {
  background-color: #ffffff;
}
.cid-s2V8GM9yhP .dropdown-item:active {
  background-color: #ffffff;
}
.cid-s2V8GM9yhP .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-s2V8GM9yhP .navbar-dropdown.bg-color.transparent.opened {
  background: #192d30;
}
.cid-s2V8GM9yhP .nav-item {
  position: relative;
}
.cid-s2V8GM9yhP .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s2V8GM9yhP .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-s2V8GM9yhP .nav-item .nav-link:focus {
  outline: none;
}
.cid-s2V8GM9yhP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s2V8GM9yhP .content-text {
  margin-bottom: 0;
}
.cid-s2V8GM9yhP .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s2V8GM9yhP .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s2V8GM9yhP .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s2V8GM9yhP .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s2V8GM9yhP .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-s2V8GM9yhP .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s2V8GM9yhP .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s2V8GM9yhP .content-right-side {
  text-align: center;
}
.cid-s2V8GM9yhP .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s2V8GM9yhP .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s2V8GM9yhP .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-s2V8GM9yhP .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-s2V8GM9yhP .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s2V8GM9yhP .info-widget:first-child {
  margin-left: 0;
}
.cid-s2V8GM9yhP .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-s2V8GM9yhP .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-s2V8GM9yhP .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s2V8GM9yhP .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s2V8GM9yhP .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-s2V8GM9yhP .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-s2V8GM9yhP .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-s2V8GM9yhP .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-s2V8GM9yhP .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-s2V8GM9yhP .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-s2V8GM9yhP .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-s2V8GM9yhP .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-s2V8GM9yhP .navbar {
    display: block;
    padding: 0;
  }
  .cid-s2V8GM9yhP .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-s2V8GM9yhP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s2V8GM9yhP .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-s2V8GM9yhP .navbar-toggler {
    display: none;
  }
  .cid-s2V8GM9yhP .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-s2V8GM9yhP .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-s2V8GM9yhP .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-s2V8GM9yhP .btn-sm {
  padding: 13px 29px;
}
.cid-s2V8GM9yhP .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s2V8GM9yhP .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-s2V8GM9yhP .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-s2V8GM9yhP .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s2V8GM9yhP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2V8GM9yhP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-s2V8GM9yhP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2V8GM9yhP .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s2V8GM9yhP .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2V8GM9yhP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s2V8GM9yhP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2V8GM9yhP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-s2V8GM9yhP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2V8GM9yhP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s2V8GM9yhP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2V8GM9yhP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2V8GM9yhP .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-s2V8GM9yhP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-s2V8GM9yhP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2V8GM9yhP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2V8GM9yhP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2V8GM9yhP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-s2V8GM9yhP button.navbar-toggler:focus {
  outline: none;
}
.cid-s2V8GM9yhP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2V8GM9yhP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-s2V8GM9yhP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s2V8GM9yhP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s2V8GM9yhP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-s2V8GM9yhP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s2V8GM9yhP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-s2V8GM9yhP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-s2V8GM9yhP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s2V8GM9yhP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2V8GM9yhP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2V8GM9yhP .collapsed .btn {
  display: flex;
}
.cid-s2V8GM9yhP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2V8GM9yhP .collapsed .navbar-collapse.collapsing,
.cid-s2V8GM9yhP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2V8GM9yhP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2V8GM9yhP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2V8GM9yhP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2V8GM9yhP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2V8GM9yhP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2V8GM9yhP .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-s2V8GM9yhP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2V8GM9yhP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s2V8GM9yhP .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2V8GM9yhP .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2V8GM9yhP .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-s2V8GM9yhP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-s2V8GM9yhP .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-s2V8GM9yhP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2V8GM9yhP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2V8GM9yhP .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-s2V8GM9yhP .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2V8GM9yhP .menu-content-top {
    display: flex;
  }
  .cid-s2V8GM9yhP .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-s2V8GM9yhP .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-s2V8GM9yhP .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-s2V8GM9yhP .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-s2V8GM9yhP .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-s2V8GM9yhP .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-s2V8GM9yhP .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-s2V8GM9yhP .navbar-collapse.collapsing,
  .cid-s2V8GM9yhP .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2V8GM9yhP .navbar-collapse.collapsing .navbar-nav,
  .cid-s2V8GM9yhP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2V8GM9yhP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2V8GM9yhP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2V8GM9yhP .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-s2V8GM9yhP .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #13287d;
  }
  .cid-s2V8GM9yhP .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2V8GM9yhP .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-s2V8GM9yhP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2V8GM9yhP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2V8GM9yhP img {
    height: 3.8rem !important;
  }
  .cid-s2V8GM9yhP .btn {
    display: flex;
  }
  .cid-s2V8GM9yhP button.navbar-toggler {
    display: block;
  }
  .cid-s2V8GM9yhP .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-s2V8GM9yhP .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-s2V8GM9yhP .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-s2V8GM9yhP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2V8GM9yhP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2V8GM9yhP .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-s2V8GM9yhP .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-s2V8GM9yhP .nav-link:focus {
  outline: none;
}
.cid-s2V8GM9yhP .navbar-toggler {
  position: relative;
}
.cid-s2V8GM9yhP .widget-title,
.cid-s2V8GM9yhP .widget-icon {
  color: #e9e9e9;
}
.cid-s2V8GM9yhP .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-s2V8GM9yhP .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-s2V8GM9yhP .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-s2V8GM9yhP .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-s2V8GM9yhP .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-s2V8GM9yhP .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-s2V8GM9yhP .menu-content-top,
  .cid-s2V8GM9yhP .menu-bottom {
    padding: 0 15px;
  }
  .cid-s2V8GM9yhP button.navbar-toggler {
    align-self: center;
  }
  .cid-s2V8GM9yhP .btn {
    margin-left: 0;
  }
  .cid-s2V8GM9yhP .widget-icon {
    padding-right: 0;
  }
}
.cid-s2V8GM9yhP .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-s2V8GM9yhP .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-s2V8GM9yhP .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-s2V8GM9yhP .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-s2V8GM9yhP .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-s2V8Iif3En {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #192d30;
}
.cid-s2V8Iif3En .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-s2V8Iif3En .img-wrap img {
  width: 100%;
}
.cid-s2V8Iif3En .mbr-section-subtitle {
  color: #ffc600;
}
.cid-s2V8Iif3En .mbr-section-title {
  color: #ffffff;
}
.cid-s2V8Iif3En .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-s2V8Iif3En .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-s2V8Iif3En .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-s2V8Iif3En .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-s2V8IvakZ5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-s2V8IvakZ5 .img-wrap {
  position: relative;
}
.cid-s2V8IvakZ5 .img-wrap img {
  width: 100%;
}
.cid-s2V8IvakZ5 .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 14px;
}
.cid-s2V8IvakZ5 .mbr-section-title {
  color: #13287d;
}
.cid-s2V8IvakZ5 .mbr-text {
  color: #83868c;
}
.cid-s2V8IvakZ5 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-s2V8IvakZ5 .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-s2V8IvakZ5 .cards-wrap {
  margin-top: 30px;
}
.cid-s2V8IvakZ5 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-s2V8IvakZ5 .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-s2V8IvakZ5 .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-s2V8IvakZ5 .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #279e64;
  position: relative;
  display: block;
}
.cid-s2V8IvakZ5 .wrapper .icon1 {
  background-color: #c5e9d8;
}
.cid-s2V8IvakZ5 .wrapper .icon1 .mbr-iconfont {
  color: #13287d;
}
.cid-s2V8IvakZ5 .wrapper .icon2 {
  background-color: #ede0b3;
}
.cid-s2V8IvakZ5 .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-s2V8IvakZ5 .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-s2V8IvakZ5 .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-s2V8IvakZ5 .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-s2V8IvakZ5 .wrapper .mbr-card-title {
  color: #13287d;
  margin-bottom: 17px;
}
.cid-s2V8IvakZ5 .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@media (max-width: 768px) {
  .cid-s2V8IvakZ5 .mbr-section-btn {
    justify-content: center;
  }
  .cid-s2V8IvakZ5 * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-s2V8IHwJ8J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s2V8IHwJ8J .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-s2V8IHwJ8J .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-s2V8IHwJ8J .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-s2V8IHwJ8J .contents .mbr-text {
  color: #83868c;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper {
  background-color: #279e64;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-img {
  box-shadow: -10px -10px 0 0 #63b68f;
  background-color: #ffffff;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-img .mbr-iconfont {
  color: #279e64 !important;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .btn.btn-primary-outline {
  color: #ffffff;
}
.cid-s2V8IHwJ8J .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-s2V8IHwJ8J .card-wrapper .card-box .card-title {
  color: #13287d;
}
.cid-s2V8IHwJ8J .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-s2V8IHwJ8J .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-s2V8IHwJ8J .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #eeeff2;
  align-items: center;
  justify-content: center;
  background-color: #279e64;
  cursor: pointer;
  position: relative;
}
.cid-s2V8IHwJ8J .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #13287d;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-s2V8IHwJ8J .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"]:active,
.cid-s2V8IHwJ8J .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-s2V8IHwJ8J .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-unJcm8eDhj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-unJcm8eDhj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-unJcm8eDhj .mbr-fallback-image.disabled {
  display: none;
}
.cid-unJcm8eDhj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unJcm8eDhj .content-wrap {
  margin: 0;
}
.cid-unJcm8eDhj .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-unJcm8eDhj .title-wrapper {
  padding: 48px 32px 48px 120px;
}
@media (max-width: 1640px) {
  .cid-unJcm8eDhj .title-wrapper {
    padding: 48px 24px 48px;
  }
}
@media (max-width: 992px) {
  .cid-unJcm8eDhj .title-wrapper {
    padding: 40px 0;
  }
}
.cid-unJcm8eDhj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-unJcm8eDhj .social-wrapper {
  padding: 48px 32px;
  height: 100%;
  border-left: 1px solid #150764;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-unJcm8eDhj .social-wrapper {
    padding: 48px 24px;
  }
}
@media (max-width: 992px) {
  .cid-unJcm8eDhj .social-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-unJcm8eDhj .social-wrapper {
    border-left: none;
    border-right: none;
    border-top: 1px solid #150764;
    border-bottom: 1px solid #150764;
  }
}
.cid-unJcm8eDhj .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.cid-unJcm8eDhj .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-unJcm8eDhj .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-unJcm8eDhj .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #4188ff;
}
.cid-unJcm8eDhj .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 43px;
  min-width: 54px;
  color: #150764;
  font-size: 16px;
  border-radius: 100%;
  border: 2px solid #150764;
  transition: all 0.3s ease-in-out;
  box-shadow: 4px 3px #150764;
  background-color: #ffffff;
  margin: 0 12px 12px 0;
}
.cid-unJcm8eDhj .contacts-wrapper {
  padding: 48px 120px 48px 32px;
}
@media (max-width: 1640px) {
  .cid-unJcm8eDhj .contacts-wrapper {
    padding: 48px 24px 48px;
  }
}
@media (max-width: 992px) {
  .cid-unJcm8eDhj .contacts-wrapper {
    padding: 40px 0;
  }
}
.cid-unJcm8eDhj .contacts-wrapper .mbr-desc {
  margin-bottom: 12px;
}
.cid-unJcm8eDhj .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-unJcm8eDhj .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-unJcm8eDhj .contacts-wrapper .list .item-wrap:hover,
.cid-unJcm8eDhj .contacts-wrapper .list .item-wrap:focus {
  color: #4188ff;
}
.cid-unJcm8eDhj .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-unJcm8eDhj .mbr-section-title {
  color: #150764;
}
.cid-unJcm8eDhj .mbr-desc,
.cid-unJcm8eDhj .desc-wrapper {
  color: #150764;
}
.cid-unJcm8eDhj .list {
  color: #150764;
}
.cid-unJcm8eDhj .mbr-section-title,
.cid-unJcm8eDhj .social-wrapper {
  text-align: center;
}
.cid-s2V8LF2Ct7 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s2V8LF2Ct7 .mbr-section-subtitle {
  color: #279e64;
}
.cid-s2V8LF2Ct7 .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-s2V8LF2Ct7 .mbr-text {
  color: #83868c;
}
.cid-s2V8LF2Ct7 .mbr-section-btn {
  margin-top: 40px;
}
.cid-s2V8LF2Ct7 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-s2V8LF2Ct7 .mbr-list {
  color: #83868c;
}
.cid-s2V8LF2Ct7 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-s2V8LF2Ct7 .mbr-list .list {
    text-align: left;
  }
}
.cid-s2V8LF2Ct7 .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-s2V8LF2Ct7 .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-s2V8LF2Ct7 .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-s2V8LF2Ct7 * {
    text-align: left;
  }
}
.cid-s2V8LQ8qwE {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #279e64);
}
.cid-s2V8LQ8qwE .head_info {
  text-align: center;
  margin-bottom: 61px;
}
.cid-s2V8LQ8qwE .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-s2V8LQ8qwE .head_info .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-s2V8LQ8qwE .head_info .mbr-section-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #83868c;
}
.cid-s2V8LQ8qwE .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #eff2f7;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-s2V8LQ8qwE .plan .plan-title {
  color: #13287d;
  margin-bottom: 32px;
}
.cid-s2V8LQ8qwE .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-s2V8LQ8qwE .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #279e64;
}
.cid-s2V8LQ8qwE .plan .plan-price .mbr-text {
  color: #13287d;
  margin-bottom: 0;
}
.cid-s2V8LQ8qwE .plan .plan-list {
  margin-bottom: 15px;
}
.cid-s2V8LQ8qwE .plan .plan-list .list-group {
  color: #83868c;
}
.cid-s2V8LQ8qwE .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-s2V8LQ8qwE .plan .plan-list .list-group-item:before {
  color: #279e64;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-s2V8LQ8qwE .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-s2V8LQ8qwE .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-s2V8LQ8qwE .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-s2V8LQ8qwE .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-s2V8LQ8qwE .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-s2V8LQ8qwE .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #ffc600 !important;
}
.cid-s2V8LQ8qwE .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.cid-s2V8LQ8qwE .plan .plan-price .mbr-text {
  text-align: center;
}
.cid-s2V8NEcRal {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-s2V8NEcRal .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-s2V8NEcRal .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-s2V8NEcRal .mbr-text {
  color: #3b5998;
  text-align: left;
}
.cid-s2V8NEcRal .phone-word {
  color: #279e64;
}
.cid-s2V8NEcRal .text-link {
  transition: all 0.3s ease-in;
}
.cid-s2V8NEcRal .text-link:hover {
  color: #279e64 !important;
}
.cid-s2V8NEcRal img {
  height: 100px;
  padding-right: 8px;
}
.cid-s2V8NEcRal .img1 {
  color: #279e64;
}
.cid-s2V8NEcRal .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-s2V8NEcRal .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s2V8NEcRal .content .link-wrap {
  color: red;
}
.cid-s2V8NEcRal .content .date-wrap {
  color: #13287d;
}
.cid-s2V8NEcRal .item,
.cid-s2V8NEcRal .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-s2V8NEcRal .item h4,
.cid-s2V8NEcRal .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s2V8NEcRal .link {
  transition: all 0.3s ease-in;
}
.cid-s2V8NEcRal .link .card-img {
  padding-bottom: 3px;
}
.cid-s2V8NEcRal .link:hover .card-img span {
  color: #279e64;
}
.cid-s2V8NEcRal .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-s2V8NEcRal .item .card-img {
  width: auto;
}
.cid-s2V8NEcRal .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-s2V8NEcRal .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-s2V8NEcRal h5 {
    text-align: left !important;
  }
  .cid-s2V8NEcRal .line-wrap {
    text-align: left !important;
  }
}
.cid-s2V8NEcRal .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
  text-align: right;
}
.cid-s2V8NEcRal .item-title:hover {
  color: #279e64;
}
.cid-s2V8NEcRal .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-s2V8NEcRal .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-s2V8NEcRal .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-s2V8NEcRal .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-s2V8NEcRal .btn[class*="-outline"]:active,
.cid-s2V8NEcRal .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-s2V8NEcRal .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-s2V8NEcRal .list .list-item:last-child {
  margin-top: 10px;
}
.cid-s2V8NEcRal .pre-form {
  color: #83868c;
}
.cid-s2V8NEcRal .form-group,
.cid-s2V8NEcRal .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-s2V8NEcRal .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-s2V8NEcRal .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-s2V8NEcRal .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-s2V8NEcRal .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-s2V8NEcRal .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-s2V8NEcRal .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-s2V8NEcRal .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-s2V8NEcRal .dragArea {
  flex-direction: column;
}
.cid-s2V8NEcRal .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-upOJvleYsr .navbar {
  padding: 0.5rem 0;
  background: #192d30;
  transition: none;
  min-height: 50px;
}
.cid-upOJvleYsr .navbar-fixed-top {
  padding-top: 0;
}
.cid-upOJvleYsr .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-upOJvleYsr .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-upOJvleYsr .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-upOJvleYsr .navbar-buttons {
  flex-wrap: wrap;
}
.cid-upOJvleYsr .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-upOJvleYsr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-upOJvleYsr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-upOJvleYsr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-upOJvleYsr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-upOJvleYsr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-upOJvleYsr .menu-content-top {
  background: #192d30;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-upOJvleYsr .dropdown-item {
  padding: 0;
  color: #83868c;
  line-height: 2.6;
}
.cid-upOJvleYsr .dropdown-item:hover {
  color: #279e64 !important;
}
.cid-upOJvleYsr .nav-link,
.cid-upOJvleYsr .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-upOJvleYsr .nav-link:hover,
.cid-upOJvleYsr .brand-name:hover {
  color: #279e64 !important;
}
.cid-upOJvleYsr .dropdown-menu {
  background-color: #ffffff;
}
.cid-upOJvleYsr .dropdown-item:active {
  background-color: #ffffff;
}
.cid-upOJvleYsr .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-upOJvleYsr .navbar-dropdown.bg-color.transparent.opened {
  background: #192d30;
}
.cid-upOJvleYsr .nav-item {
  position: relative;
}
.cid-upOJvleYsr .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-upOJvleYsr .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-upOJvleYsr .nav-item .nav-link:focus {
  outline: none;
}
.cid-upOJvleYsr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upOJvleYsr .content-text {
  margin-bottom: 0;
}
.cid-upOJvleYsr .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-upOJvleYsr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-upOJvleYsr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-upOJvleYsr .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-upOJvleYsr .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-upOJvleYsr .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upOJvleYsr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-upOJvleYsr .content-right-side {
  text-align: center;
}
.cid-upOJvleYsr .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-upOJvleYsr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-upOJvleYsr .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-upOJvleYsr .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-upOJvleYsr .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-upOJvleYsr .info-widget:first-child {
  margin-left: 0;
}
.cid-upOJvleYsr .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-upOJvleYsr .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-upOJvleYsr .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-upOJvleYsr .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-upOJvleYsr .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-upOJvleYsr .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-upOJvleYsr .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-upOJvleYsr .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-upOJvleYsr .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-upOJvleYsr .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-upOJvleYsr .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-upOJvleYsr .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-upOJvleYsr .navbar {
    display: block;
    padding: 0;
  }
  .cid-upOJvleYsr .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-upOJvleYsr .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-upOJvleYsr .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-upOJvleYsr .navbar-toggler {
    display: none;
  }
  .cid-upOJvleYsr .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-upOJvleYsr .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-upOJvleYsr .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-upOJvleYsr .btn-sm {
  padding: 13px 29px;
}
.cid-upOJvleYsr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-upOJvleYsr .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-upOJvleYsr .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-upOJvleYsr .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-upOJvleYsr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-upOJvleYsr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-upOJvleYsr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-upOJvleYsr .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-upOJvleYsr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-upOJvleYsr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upOJvleYsr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upOJvleYsr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-upOJvleYsr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-upOJvleYsr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upOJvleYsr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-upOJvleYsr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upOJvleYsr .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-upOJvleYsr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-upOJvleYsr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-upOJvleYsr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-upOJvleYsr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-upOJvleYsr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-upOJvleYsr button.navbar-toggler:focus {
  outline: none;
}
.cid-upOJvleYsr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upOJvleYsr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upOJvleYsr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOJvleYsr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upOJvleYsr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upOJvleYsr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOJvleYsr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upOJvleYsr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upOJvleYsr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upOJvleYsr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upOJvleYsr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upOJvleYsr .collapsed .btn {
  display: flex;
}
.cid-upOJvleYsr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-upOJvleYsr .collapsed .navbar-collapse.collapsing,
.cid-upOJvleYsr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-upOJvleYsr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-upOJvleYsr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-upOJvleYsr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-upOJvleYsr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-upOJvleYsr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-upOJvleYsr .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-upOJvleYsr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-upOJvleYsr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-upOJvleYsr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-upOJvleYsr .collapsed button.navbar-toggler {
  display: block;
}
.cid-upOJvleYsr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-upOJvleYsr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-upOJvleYsr .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-upOJvleYsr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-upOJvleYsr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-upOJvleYsr .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-upOJvleYsr .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-upOJvleYsr .menu-content-top {
    display: flex;
  }
  .cid-upOJvleYsr .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-upOJvleYsr .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-upOJvleYsr .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-upOJvleYsr .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-upOJvleYsr .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-upOJvleYsr .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-upOJvleYsr .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-upOJvleYsr .navbar-collapse.collapsing,
  .cid-upOJvleYsr .navbar-collapse.show {
    display: block !important;
  }
  .cid-upOJvleYsr .navbar-collapse.collapsing .navbar-nav,
  .cid-upOJvleYsr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-upOJvleYsr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-upOJvleYsr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-upOJvleYsr .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-upOJvleYsr .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #13287d;
  }
  .cid-upOJvleYsr .navbar-collapse.collapsing .navbar-buttons,
  .cid-upOJvleYsr .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-upOJvleYsr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-upOJvleYsr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-upOJvleYsr img {
    height: 3.8rem !important;
  }
  .cid-upOJvleYsr .btn {
    display: flex;
  }
  .cid-upOJvleYsr button.navbar-toggler {
    display: block;
  }
  .cid-upOJvleYsr .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-upOJvleYsr .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-upOJvleYsr .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-upOJvleYsr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-upOJvleYsr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-upOJvleYsr .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-upOJvleYsr .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-upOJvleYsr .nav-link:focus {
  outline: none;
}
.cid-upOJvleYsr .navbar-toggler {
  position: relative;
}
.cid-upOJvleYsr .widget-title,
.cid-upOJvleYsr .widget-icon {
  color: #e9e9e9;
}
.cid-upOJvleYsr .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-upOJvleYsr .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-upOJvleYsr .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-upOJvleYsr .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-upOJvleYsr .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-upOJvleYsr .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-upOJvleYsr .menu-content-top,
  .cid-upOJvleYsr .menu-bottom {
    padding: 0 15px;
  }
  .cid-upOJvleYsr button.navbar-toggler {
    align-self: center;
  }
  .cid-upOJvleYsr .btn {
    margin-left: 0;
  }
  .cid-upOJvleYsr .widget-icon {
    padding-right: 0;
  }
}
.cid-upOJvleYsr .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-upOJvleYsr .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-upOJvleYsr .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-upOJvleYsr .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-upOJvleYsr .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-upOJvlz1ur {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #192d30;
}
.cid-upOJvlz1ur .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-upOJvlz1ur .img-wrap img {
  width: 100%;
}
.cid-upOJvlz1ur .mbr-section-subtitle {
  color: #ffc600;
}
.cid-upOJvlz1ur .mbr-section-title {
  color: #ffffff;
}
.cid-upOJvlz1ur .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-upOJvlz1ur .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-upOJvlz1ur .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-upOJvlz1ur .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-upOJWdt8wJ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #279e64;
  overflow: hidden;
  position: relative;
}
.cid-upOJWdt8wJ .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-upOJWdt8wJ .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-upOJWdt8wJ .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-upOJWdt8wJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upOJWdt8wJ .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-upOJWdt8wJ .container {
    padding: 0 30px;
  }
}
.cid-upOJWdt8wJ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-upOJWdt8wJ .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-upOJWdt8wJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upOJWdt8wJ .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-upOJWdt8wJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-upOJWdt8wJ .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-upOJWdt8wJ .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-upOJWdt8wJ .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-upOJWdt8wJ .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-upOJWdt8wJ .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-upOJWdt8wJ .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #ffffff !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-upOJWdt8wJ .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-upOJWdt8wJ .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-upOJWdt8wJ .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-upOJWdt8wJ .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #00acee;
}
.cid-upOJWdt8wJ .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-upOJWdt8wJ .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-upOJWdt8wJ .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-upOJWdt8wJ .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-upOJWdt8wJ .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-upOJWdt8wJ .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-upOJWdt8wJ .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-upOJWdt8wJ .mbr-desc {
  color: #c7fcb5;
  text-align: center;
}
.cid-upOJWdt8wJ .mbr-section-title {
  color: #ffffff;
}
.cid-upOJWdt8wJ .mbr-section-title,
.cid-upOJWdt8wJ .mbr-section-btn {
  text-align: center;
}
.cid-upOJvmRvus {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-upOJvmRvus .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-upOJvmRvus .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-upOJvmRvus .mbr-text {
  color: #3b5998;
  text-align: left;
}
.cid-upOJvmRvus .phone-word {
  color: #279e64;
}
.cid-upOJvmRvus .text-link {
  transition: all 0.3s ease-in;
}
.cid-upOJvmRvus .text-link:hover {
  color: #279e64 !important;
}
.cid-upOJvmRvus img {
  height: 100px;
  padding-right: 8px;
}
.cid-upOJvmRvus .img1 {
  color: #279e64;
}
.cid-upOJvmRvus .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-upOJvmRvus .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-upOJvmRvus .content .link-wrap {
  color: red;
}
.cid-upOJvmRvus .content .date-wrap {
  color: #13287d;
}
.cid-upOJvmRvus .item,
.cid-upOJvmRvus .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-upOJvmRvus .item h4,
.cid-upOJvmRvus .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-upOJvmRvus .link {
  transition: all 0.3s ease-in;
}
.cid-upOJvmRvus .link .card-img {
  padding-bottom: 3px;
}
.cid-upOJvmRvus .link:hover .card-img span {
  color: #279e64;
}
.cid-upOJvmRvus .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-upOJvmRvus .item .card-img {
  width: auto;
}
.cid-upOJvmRvus .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-upOJvmRvus .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-upOJvmRvus h5 {
    text-align: left !important;
  }
  .cid-upOJvmRvus .line-wrap {
    text-align: left !important;
  }
}
.cid-upOJvmRvus .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
  text-align: right;
}
.cid-upOJvmRvus .item-title:hover {
  color: #279e64;
}
.cid-upOJvmRvus .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-upOJvmRvus .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-upOJvmRvus .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-upOJvmRvus .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-upOJvmRvus .btn[class*="-outline"]:active,
.cid-upOJvmRvus .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-upOJvmRvus .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-upOJvmRvus .list .list-item:last-child {
  margin-top: 10px;
}
.cid-upOJvmRvus .pre-form {
  color: #83868c;
}
.cid-upOJvmRvus .form-group,
.cid-upOJvmRvus .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-upOJvmRvus .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-upOJvmRvus .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-upOJvmRvus .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-upOJvmRvus .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-upOJvmRvus .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-upOJvmRvus .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-upOJvmRvus .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-upOJvmRvus .dragArea {
  flex-direction: column;
}
.cid-upOJvmRvus .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-unJv4x4IdN .navbar {
  padding: 0.5rem 0;
  background: #192d30;
  transition: none;
  min-height: 50px;
}
.cid-unJv4x4IdN .navbar-fixed-top {
  padding-top: 0;
}
.cid-unJv4x4IdN .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-unJv4x4IdN .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-unJv4x4IdN .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-unJv4x4IdN .navbar-buttons {
  flex-wrap: wrap;
}
.cid-unJv4x4IdN .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-unJv4x4IdN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-unJv4x4IdN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-unJv4x4IdN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-unJv4x4IdN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-unJv4x4IdN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-unJv4x4IdN .menu-content-top {
  background: #192d30;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-unJv4x4IdN .dropdown-item {
  padding: 0;
  color: #83868c;
  line-height: 2.6;
}
.cid-unJv4x4IdN .dropdown-item:hover {
  color: #279e64 !important;
}
.cid-unJv4x4IdN .nav-link,
.cid-unJv4x4IdN .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-unJv4x4IdN .nav-link:hover,
.cid-unJv4x4IdN .brand-name:hover {
  color: #279e64 !important;
}
.cid-unJv4x4IdN .dropdown-menu {
  background-color: #ffffff;
}
.cid-unJv4x4IdN .dropdown-item:active {
  background-color: #ffffff;
}
.cid-unJv4x4IdN .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-unJv4x4IdN .navbar-dropdown.bg-color.transparent.opened {
  background: #192d30;
}
.cid-unJv4x4IdN .nav-item {
  position: relative;
}
.cid-unJv4x4IdN .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-unJv4x4IdN .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-unJv4x4IdN .nav-item .nav-link:focus {
  outline: none;
}
.cid-unJv4x4IdN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unJv4x4IdN .content-text {
  margin-bottom: 0;
}
.cid-unJv4x4IdN .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-unJv4x4IdN .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-unJv4x4IdN .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-unJv4x4IdN .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-unJv4x4IdN .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-unJv4x4IdN .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unJv4x4IdN .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-unJv4x4IdN .content-right-side {
  text-align: center;
}
.cid-unJv4x4IdN .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-unJv4x4IdN .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-unJv4x4IdN .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-unJv4x4IdN .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-unJv4x4IdN .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unJv4x4IdN .info-widget:first-child {
  margin-left: 0;
}
.cid-unJv4x4IdN .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-unJv4x4IdN .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-unJv4x4IdN .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-unJv4x4IdN .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-unJv4x4IdN .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-unJv4x4IdN .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-unJv4x4IdN .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-unJv4x4IdN .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-unJv4x4IdN .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-unJv4x4IdN .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-unJv4x4IdN .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-unJv4x4IdN .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-unJv4x4IdN .navbar {
    display: block;
    padding: 0;
  }
  .cid-unJv4x4IdN .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-unJv4x4IdN .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-unJv4x4IdN .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-unJv4x4IdN .navbar-toggler {
    display: none;
  }
  .cid-unJv4x4IdN .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-unJv4x4IdN .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-unJv4x4IdN .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-unJv4x4IdN .btn-sm {
  padding: 13px 29px;
}
.cid-unJv4x4IdN .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-unJv4x4IdN .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-unJv4x4IdN .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-unJv4x4IdN .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-unJv4x4IdN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-unJv4x4IdN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-unJv4x4IdN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-unJv4x4IdN .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-unJv4x4IdN .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-unJv4x4IdN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unJv4x4IdN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unJv4x4IdN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-unJv4x4IdN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-unJv4x4IdN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unJv4x4IdN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-unJv4x4IdN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unJv4x4IdN .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-unJv4x4IdN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-unJv4x4IdN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-unJv4x4IdN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-unJv4x4IdN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-unJv4x4IdN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-unJv4x4IdN button.navbar-toggler:focus {
  outline: none;
}
.cid-unJv4x4IdN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unJv4x4IdN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unJv4x4IdN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unJv4x4IdN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unJv4x4IdN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unJv4x4IdN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unJv4x4IdN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unJv4x4IdN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unJv4x4IdN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unJv4x4IdN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unJv4x4IdN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unJv4x4IdN .collapsed .btn {
  display: flex;
}
.cid-unJv4x4IdN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-unJv4x4IdN .collapsed .navbar-collapse.collapsing,
.cid-unJv4x4IdN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-unJv4x4IdN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-unJv4x4IdN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-unJv4x4IdN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-unJv4x4IdN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-unJv4x4IdN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-unJv4x4IdN .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-unJv4x4IdN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-unJv4x4IdN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-unJv4x4IdN .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-unJv4x4IdN .collapsed button.navbar-toggler {
  display: block;
}
.cid-unJv4x4IdN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-unJv4x4IdN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-unJv4x4IdN .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-unJv4x4IdN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-unJv4x4IdN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-unJv4x4IdN .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-unJv4x4IdN .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-unJv4x4IdN .menu-content-top {
    display: flex;
  }
  .cid-unJv4x4IdN .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-unJv4x4IdN .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-unJv4x4IdN .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-unJv4x4IdN .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-unJv4x4IdN .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-unJv4x4IdN .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-unJv4x4IdN .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-unJv4x4IdN .navbar-collapse.collapsing,
  .cid-unJv4x4IdN .navbar-collapse.show {
    display: block !important;
  }
  .cid-unJv4x4IdN .navbar-collapse.collapsing .navbar-nav,
  .cid-unJv4x4IdN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-unJv4x4IdN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-unJv4x4IdN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-unJv4x4IdN .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-unJv4x4IdN .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #13287d;
  }
  .cid-unJv4x4IdN .navbar-collapse.collapsing .navbar-buttons,
  .cid-unJv4x4IdN .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-unJv4x4IdN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-unJv4x4IdN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-unJv4x4IdN img {
    height: 3.8rem !important;
  }
  .cid-unJv4x4IdN .btn {
    display: flex;
  }
  .cid-unJv4x4IdN button.navbar-toggler {
    display: block;
  }
  .cid-unJv4x4IdN .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-unJv4x4IdN .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-unJv4x4IdN .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-unJv4x4IdN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-unJv4x4IdN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-unJv4x4IdN .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-unJv4x4IdN .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-unJv4x4IdN .nav-link:focus {
  outline: none;
}
.cid-unJv4x4IdN .navbar-toggler {
  position: relative;
}
.cid-unJv4x4IdN .widget-title,
.cid-unJv4x4IdN .widget-icon {
  color: #e9e9e9;
}
.cid-unJv4x4IdN .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-unJv4x4IdN .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-unJv4x4IdN .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-unJv4x4IdN .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-unJv4x4IdN .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-unJv4x4IdN .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-unJv4x4IdN .menu-content-top,
  .cid-unJv4x4IdN .menu-bottom {
    padding: 0 15px;
  }
  .cid-unJv4x4IdN button.navbar-toggler {
    align-self: center;
  }
  .cid-unJv4x4IdN .btn {
    margin-left: 0;
  }
  .cid-unJv4x4IdN .widget-icon {
    padding-right: 0;
  }
}
.cid-unJv4x4IdN .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-unJv4x4IdN .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-unJv4x4IdN .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-unJv4x4IdN .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-unJv4x4IdN .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-unJv4xBZXf {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #192d30;
}
.cid-unJv4xBZXf .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-unJv4xBZXf .img-wrap img {
  width: 100%;
}
.cid-unJv4xBZXf .mbr-section-subtitle {
  color: #ffc600;
}
.cid-unJv4xBZXf .mbr-section-title {
  color: #ffffff;
}
.cid-unJv4xBZXf .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-unJv4xBZXf .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-unJv4xBZXf .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-unJv4xBZXf .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-unJv4zxkUJ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #279e64);
}
.cid-unJv4zxkUJ .head_info {
  text-align: center;
  margin-bottom: 61px;
}
.cid-unJv4zxkUJ .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-unJv4zxkUJ .head_info .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-unJv4zxkUJ .head_info .mbr-section-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #83868c;
}
.cid-unJv4zxkUJ .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #eff2f7;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-unJv4zxkUJ .plan .plan-title {
  color: #13287d;
  margin-bottom: 32px;
}
.cid-unJv4zxkUJ .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-unJv4zxkUJ .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #279e64;
}
.cid-unJv4zxkUJ .plan .plan-price .mbr-text {
  color: #13287d;
  margin-bottom: 0;
}
.cid-unJv4zxkUJ .plan .plan-list {
  margin-bottom: 15px;
}
.cid-unJv4zxkUJ .plan .plan-list .list-group {
  color: #83868c;
}
.cid-unJv4zxkUJ .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-unJv4zxkUJ .plan .plan-list .list-group-item:before {
  color: #279e64;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-unJv4zxkUJ .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-unJv4zxkUJ .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-unJv4zxkUJ .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-unJv4zxkUJ .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-unJv4zxkUJ .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-unJv4zxkUJ .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #ffc600 !important;
}
.cid-unJv4zxkUJ .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.cid-unJv4zxkUJ .plan .plan-price .mbr-text {
  text-align: center;
}
.cid-unJv4A01HP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-unJv4A01HP .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-unJv4A01HP .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-unJv4A01HP .mbr-text {
  color: #3b5998;
  text-align: left;
}
.cid-unJv4A01HP .phone-word {
  color: #279e64;
}
.cid-unJv4A01HP .text-link {
  transition: all 0.3s ease-in;
}
.cid-unJv4A01HP .text-link:hover {
  color: #279e64 !important;
}
.cid-unJv4A01HP img {
  height: 100px;
  padding-right: 8px;
}
.cid-unJv4A01HP .img1 {
  color: #279e64;
}
.cid-unJv4A01HP .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-unJv4A01HP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-unJv4A01HP .content .link-wrap {
  color: red;
}
.cid-unJv4A01HP .content .date-wrap {
  color: #13287d;
}
.cid-unJv4A01HP .item,
.cid-unJv4A01HP .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-unJv4A01HP .item h4,
.cid-unJv4A01HP .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-unJv4A01HP .link {
  transition: all 0.3s ease-in;
}
.cid-unJv4A01HP .link .card-img {
  padding-bottom: 3px;
}
.cid-unJv4A01HP .link:hover .card-img span {
  color: #279e64;
}
.cid-unJv4A01HP .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-unJv4A01HP .item .card-img {
  width: auto;
}
.cid-unJv4A01HP .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-unJv4A01HP .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-unJv4A01HP h5 {
    text-align: left !important;
  }
  .cid-unJv4A01HP .line-wrap {
    text-align: left !important;
  }
}
.cid-unJv4A01HP .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
  text-align: right;
}
.cid-unJv4A01HP .item-title:hover {
  color: #279e64;
}
.cid-unJv4A01HP .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-unJv4A01HP .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-unJv4A01HP .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-unJv4A01HP .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-unJv4A01HP .btn[class*="-outline"]:active,
.cid-unJv4A01HP .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-unJv4A01HP .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-unJv4A01HP .list .list-item:last-child {
  margin-top: 10px;
}
.cid-unJv4A01HP .pre-form {
  color: #83868c;
}
.cid-unJv4A01HP .form-group,
.cid-unJv4A01HP .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-unJv4A01HP .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-unJv4A01HP .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-unJv4A01HP .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-unJv4A01HP .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-unJv4A01HP .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-unJv4A01HP .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-unJv4A01HP .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-unJv4A01HP .dragArea {
  flex-direction: column;
}
.cid-unJv4A01HP .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-unJvnrS7Y0 .navbar {
  padding: 0.5rem 0;
  background: #192d30;
  transition: none;
  min-height: 50px;
}
.cid-unJvnrS7Y0 .navbar-fixed-top {
  padding-top: 0;
}
.cid-unJvnrS7Y0 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-unJvnrS7Y0 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-unJvnrS7Y0 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-unJvnrS7Y0 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-unJvnrS7Y0 .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-unJvnrS7Y0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-unJvnrS7Y0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-unJvnrS7Y0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-unJvnrS7Y0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-unJvnrS7Y0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-unJvnrS7Y0 .menu-content-top {
  background: #192d30;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-unJvnrS7Y0 .dropdown-item {
  padding: 0;
  color: #83868c;
  line-height: 2.6;
}
.cid-unJvnrS7Y0 .dropdown-item:hover {
  color: #279e64 !important;
}
.cid-unJvnrS7Y0 .nav-link,
.cid-unJvnrS7Y0 .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-unJvnrS7Y0 .nav-link:hover,
.cid-unJvnrS7Y0 .brand-name:hover {
  color: #279e64 !important;
}
.cid-unJvnrS7Y0 .dropdown-menu {
  background-color: #ffffff;
}
.cid-unJvnrS7Y0 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-unJvnrS7Y0 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-unJvnrS7Y0 .navbar-dropdown.bg-color.transparent.opened {
  background: #192d30;
}
.cid-unJvnrS7Y0 .nav-item {
  position: relative;
}
.cid-unJvnrS7Y0 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-unJvnrS7Y0 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-unJvnrS7Y0 .nav-item .nav-link:focus {
  outline: none;
}
.cid-unJvnrS7Y0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unJvnrS7Y0 .content-text {
  margin-bottom: 0;
}
.cid-unJvnrS7Y0 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-unJvnrS7Y0 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-unJvnrS7Y0 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-unJvnrS7Y0 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-unJvnrS7Y0 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-unJvnrS7Y0 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unJvnrS7Y0 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-unJvnrS7Y0 .content-right-side {
  text-align: center;
}
.cid-unJvnrS7Y0 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-unJvnrS7Y0 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-unJvnrS7Y0 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-unJvnrS7Y0 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-unJvnrS7Y0 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unJvnrS7Y0 .info-widget:first-child {
  margin-left: 0;
}
.cid-unJvnrS7Y0 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-unJvnrS7Y0 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-unJvnrS7Y0 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-unJvnrS7Y0 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-unJvnrS7Y0 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-unJvnrS7Y0 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-unJvnrS7Y0 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-unJvnrS7Y0 .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-unJvnrS7Y0 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-unJvnrS7Y0 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-unJvnrS7Y0 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-unJvnrS7Y0 .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-unJvnrS7Y0 .navbar {
    display: block;
    padding: 0;
  }
  .cid-unJvnrS7Y0 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-unJvnrS7Y0 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-unJvnrS7Y0 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-unJvnrS7Y0 .navbar-toggler {
    display: none;
  }
  .cid-unJvnrS7Y0 .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-unJvnrS7Y0 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-unJvnrS7Y0 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-unJvnrS7Y0 .btn-sm {
  padding: 13px 29px;
}
.cid-unJvnrS7Y0 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-unJvnrS7Y0 .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-unJvnrS7Y0 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-unJvnrS7Y0 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-unJvnrS7Y0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-unJvnrS7Y0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-unJvnrS7Y0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-unJvnrS7Y0 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-unJvnrS7Y0 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-unJvnrS7Y0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unJvnrS7Y0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unJvnrS7Y0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-unJvnrS7Y0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-unJvnrS7Y0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unJvnrS7Y0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-unJvnrS7Y0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unJvnrS7Y0 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-unJvnrS7Y0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-unJvnrS7Y0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-unJvnrS7Y0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-unJvnrS7Y0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-unJvnrS7Y0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-unJvnrS7Y0 button.navbar-toggler:focus {
  outline: none;
}
.cid-unJvnrS7Y0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unJvnrS7Y0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unJvnrS7Y0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unJvnrS7Y0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unJvnrS7Y0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unJvnrS7Y0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unJvnrS7Y0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unJvnrS7Y0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unJvnrS7Y0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unJvnrS7Y0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unJvnrS7Y0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unJvnrS7Y0 .collapsed .btn {
  display: flex;
}
.cid-unJvnrS7Y0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-unJvnrS7Y0 .collapsed .navbar-collapse.collapsing,
.cid-unJvnrS7Y0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-unJvnrS7Y0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-unJvnrS7Y0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-unJvnrS7Y0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-unJvnrS7Y0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-unJvnrS7Y0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-unJvnrS7Y0 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-unJvnrS7Y0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-unJvnrS7Y0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-unJvnrS7Y0 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-unJvnrS7Y0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-unJvnrS7Y0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-unJvnrS7Y0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-unJvnrS7Y0 .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-unJvnrS7Y0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-unJvnrS7Y0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-unJvnrS7Y0 .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-unJvnrS7Y0 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-unJvnrS7Y0 .menu-content-top {
    display: flex;
  }
  .cid-unJvnrS7Y0 .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-unJvnrS7Y0 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-unJvnrS7Y0 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-unJvnrS7Y0 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-unJvnrS7Y0 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-unJvnrS7Y0 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-unJvnrS7Y0 .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-unJvnrS7Y0 .navbar-collapse.collapsing,
  .cid-unJvnrS7Y0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-unJvnrS7Y0 .navbar-collapse.collapsing .navbar-nav,
  .cid-unJvnrS7Y0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-unJvnrS7Y0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-unJvnrS7Y0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-unJvnrS7Y0 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-unJvnrS7Y0 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #13287d;
  }
  .cid-unJvnrS7Y0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-unJvnrS7Y0 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-unJvnrS7Y0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-unJvnrS7Y0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-unJvnrS7Y0 img {
    height: 3.8rem !important;
  }
  .cid-unJvnrS7Y0 .btn {
    display: flex;
  }
  .cid-unJvnrS7Y0 button.navbar-toggler {
    display: block;
  }
  .cid-unJvnrS7Y0 .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-unJvnrS7Y0 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-unJvnrS7Y0 .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-unJvnrS7Y0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-unJvnrS7Y0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-unJvnrS7Y0 .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-unJvnrS7Y0 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-unJvnrS7Y0 .nav-link:focus {
  outline: none;
}
.cid-unJvnrS7Y0 .navbar-toggler {
  position: relative;
}
.cid-unJvnrS7Y0 .widget-title,
.cid-unJvnrS7Y0 .widget-icon {
  color: #e9e9e9;
}
.cid-unJvnrS7Y0 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-unJvnrS7Y0 .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-unJvnrS7Y0 .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-unJvnrS7Y0 .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-unJvnrS7Y0 .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-unJvnrS7Y0 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-unJvnrS7Y0 .menu-content-top,
  .cid-unJvnrS7Y0 .menu-bottom {
    padding: 0 15px;
  }
  .cid-unJvnrS7Y0 button.navbar-toggler {
    align-self: center;
  }
  .cid-unJvnrS7Y0 .btn {
    margin-left: 0;
  }
  .cid-unJvnrS7Y0 .widget-icon {
    padding-right: 0;
  }
}
.cid-unJvnrS7Y0 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-unJvnrS7Y0 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-unJvnrS7Y0 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-unJvnrS7Y0 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-unJvnrS7Y0 .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-unJvnsq6XZ {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #192d30;
}
.cid-unJvnsq6XZ .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-unJvnsq6XZ .img-wrap img {
  width: 100%;
}
.cid-unJvnsq6XZ .mbr-section-subtitle {
  color: #ffc600;
}
.cid-unJvnsq6XZ .mbr-section-title {
  color: #ffffff;
}
.cid-unJvnsq6XZ .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-unJvnsq6XZ .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-unJvnsq6XZ .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-unJvnsq6XZ .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-unJvNHKVMc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unJvNHKVMc .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-unJvNHKVMc .panel-group {
  border: none;
}
.cid-unJvNHKVMc .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-unJvNHKVMc .card-header {
    padding: 0rem;
  }
}
.cid-unJvNHKVMc .card {
  border: solid 1px #13287d;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-unJvNHKVMc .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-unJvNHKVMc .card {
    padding: 1rem;
  }
}
.cid-unJvNHKVMc .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-unJvNHKVMc .img-col {
  padding: 0;
}
.cid-unJvNHKVMc .img-item {
  height: 100%;
}
.cid-unJvNHKVMc img {
  height: 100%;
  object-fit: cover;
}
.cid-unJvNHKVMc .collapsed span {
  transform: rotate(0deg);
}
.cid-unJvNHKVMc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-unJvNHKVMc p {
  margin-bottom: 0.3rem;
}
.cid-unJvNHKVMc .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-unJvNHKVMc .card .card-header {
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-unJvNHKVMc .panel-text {
  color: #000000;
}
.cid-unJvNHKVMc .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-unJvNHKVMc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-unJvNHKVMc .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-unJvNHKVMc .panel-title-edit,
.cid-unJvNHKVMc .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-unJvNHKVMc .mbr-section-title,
.cid-unJvNHKVMc .mbr-section-subtitle {
  background: #13287d;
  display: inline;
}
.cid-unJvNHKVMc .mbr-section-subtitle,
.cid-unJvNHKVMc .align {
  color: #ffffff;
}
.cid-unJvNHKVMc .mbr-section-title,
.cid-unJvNHKVMc .align {
  color: #ffffff;
}
.cid-unJvNHKVMc .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #13287d;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-unJvNHKVMc .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-unJvnteVdR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-unJvnteVdR .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-unJvnteVdR .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-unJvnteVdR .mbr-text {
  color: #3b5998;
  text-align: left;
}
.cid-unJvnteVdR .phone-word {
  color: #279e64;
}
.cid-unJvnteVdR .text-link {
  transition: all 0.3s ease-in;
}
.cid-unJvnteVdR .text-link:hover {
  color: #279e64 !important;
}
.cid-unJvnteVdR img {
  height: 100px;
  padding-right: 8px;
}
.cid-unJvnteVdR .img1 {
  color: #279e64;
}
.cid-unJvnteVdR .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-unJvnteVdR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-unJvnteVdR .content .link-wrap {
  color: red;
}
.cid-unJvnteVdR .content .date-wrap {
  color: #13287d;
}
.cid-unJvnteVdR .item,
.cid-unJvnteVdR .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-unJvnteVdR .item h4,
.cid-unJvnteVdR .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-unJvnteVdR .link {
  transition: all 0.3s ease-in;
}
.cid-unJvnteVdR .link .card-img {
  padding-bottom: 3px;
}
.cid-unJvnteVdR .link:hover .card-img span {
  color: #279e64;
}
.cid-unJvnteVdR .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-unJvnteVdR .item .card-img {
  width: auto;
}
.cid-unJvnteVdR .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-unJvnteVdR .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-unJvnteVdR h5 {
    text-align: left !important;
  }
  .cid-unJvnteVdR .line-wrap {
    text-align: left !important;
  }
}
.cid-unJvnteVdR .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
  text-align: right;
}
.cid-unJvnteVdR .item-title:hover {
  color: #279e64;
}
.cid-unJvnteVdR .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-unJvnteVdR .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-unJvnteVdR .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-unJvnteVdR .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-unJvnteVdR .btn[class*="-outline"]:active,
.cid-unJvnteVdR .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-unJvnteVdR .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-unJvnteVdR .list .list-item:last-child {
  margin-top: 10px;
}
.cid-unJvnteVdR .pre-form {
  color: #83868c;
}
.cid-unJvnteVdR .form-group,
.cid-unJvnteVdR .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-unJvnteVdR .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-unJvnteVdR .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-unJvnteVdR .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-unJvnteVdR .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-unJvnteVdR .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-unJvnteVdR .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-unJvnteVdR .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-unJvnteVdR .dragArea {
  flex-direction: column;
}
.cid-unJvnteVdR .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-unJxg2XUBI .navbar {
  padding: 0.5rem 0;
  background: #192d30;
  transition: none;
  min-height: 50px;
}
.cid-unJxg2XUBI .navbar-fixed-top {
  padding-top: 0;
}
.cid-unJxg2XUBI .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-unJxg2XUBI .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-unJxg2XUBI .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-unJxg2XUBI .navbar-buttons {
  flex-wrap: wrap;
}
.cid-unJxg2XUBI .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-unJxg2XUBI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-unJxg2XUBI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-unJxg2XUBI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-unJxg2XUBI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-unJxg2XUBI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-unJxg2XUBI .menu-content-top {
  background: #192d30;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-unJxg2XUBI .dropdown-item {
  padding: 0;
  color: #83868c;
  line-height: 2.6;
}
.cid-unJxg2XUBI .dropdown-item:hover {
  color: #279e64 !important;
}
.cid-unJxg2XUBI .nav-link,
.cid-unJxg2XUBI .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-unJxg2XUBI .nav-link:hover,
.cid-unJxg2XUBI .brand-name:hover {
  color: #279e64 !important;
}
.cid-unJxg2XUBI .dropdown-menu {
  background-color: #ffffff;
}
.cid-unJxg2XUBI .dropdown-item:active {
  background-color: #ffffff;
}
.cid-unJxg2XUBI .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-unJxg2XUBI .navbar-dropdown.bg-color.transparent.opened {
  background: #192d30;
}
.cid-unJxg2XUBI .nav-item {
  position: relative;
}
.cid-unJxg2XUBI .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-unJxg2XUBI .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-unJxg2XUBI .nav-item .nav-link:focus {
  outline: none;
}
.cid-unJxg2XUBI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unJxg2XUBI .content-text {
  margin-bottom: 0;
}
.cid-unJxg2XUBI .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-unJxg2XUBI .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-unJxg2XUBI .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-unJxg2XUBI .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-unJxg2XUBI .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-unJxg2XUBI .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unJxg2XUBI .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-unJxg2XUBI .content-right-side {
  text-align: center;
}
.cid-unJxg2XUBI .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-unJxg2XUBI .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-unJxg2XUBI .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-unJxg2XUBI .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-unJxg2XUBI .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-unJxg2XUBI .info-widget:first-child {
  margin-left: 0;
}
.cid-unJxg2XUBI .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-unJxg2XUBI .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-unJxg2XUBI .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-unJxg2XUBI .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-unJxg2XUBI .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-unJxg2XUBI .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-unJxg2XUBI .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-unJxg2XUBI .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-unJxg2XUBI .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-unJxg2XUBI .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-unJxg2XUBI .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-unJxg2XUBI .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-unJxg2XUBI .navbar {
    display: block;
    padding: 0;
  }
  .cid-unJxg2XUBI .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-unJxg2XUBI .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-unJxg2XUBI .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-unJxg2XUBI .navbar-toggler {
    display: none;
  }
  .cid-unJxg2XUBI .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-unJxg2XUBI .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-unJxg2XUBI .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-unJxg2XUBI .btn-sm {
  padding: 13px 29px;
}
.cid-unJxg2XUBI .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-unJxg2XUBI .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-unJxg2XUBI .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-unJxg2XUBI .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-unJxg2XUBI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-unJxg2XUBI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-unJxg2XUBI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-unJxg2XUBI .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-unJxg2XUBI .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-unJxg2XUBI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unJxg2XUBI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unJxg2XUBI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-unJxg2XUBI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-unJxg2XUBI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unJxg2XUBI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-unJxg2XUBI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unJxg2XUBI .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-unJxg2XUBI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-unJxg2XUBI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-unJxg2XUBI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-unJxg2XUBI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-unJxg2XUBI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-unJxg2XUBI button.navbar-toggler:focus {
  outline: none;
}
.cid-unJxg2XUBI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-unJxg2XUBI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unJxg2XUBI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unJxg2XUBI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unJxg2XUBI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unJxg2XUBI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unJxg2XUBI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unJxg2XUBI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unJxg2XUBI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unJxg2XUBI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unJxg2XUBI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unJxg2XUBI .collapsed .btn {
  display: flex;
}
.cid-unJxg2XUBI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-unJxg2XUBI .collapsed .navbar-collapse.collapsing,
.cid-unJxg2XUBI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-unJxg2XUBI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-unJxg2XUBI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-unJxg2XUBI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-unJxg2XUBI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-unJxg2XUBI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-unJxg2XUBI .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-unJxg2XUBI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-unJxg2XUBI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-unJxg2XUBI .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-unJxg2XUBI .collapsed button.navbar-toggler {
  display: block;
}
.cid-unJxg2XUBI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-unJxg2XUBI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-unJxg2XUBI .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-unJxg2XUBI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-unJxg2XUBI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-unJxg2XUBI .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-unJxg2XUBI .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-unJxg2XUBI .menu-content-top {
    display: flex;
  }
  .cid-unJxg2XUBI .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-unJxg2XUBI .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-unJxg2XUBI .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-unJxg2XUBI .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-unJxg2XUBI .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-unJxg2XUBI .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-unJxg2XUBI .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-unJxg2XUBI .navbar-collapse.collapsing,
  .cid-unJxg2XUBI .navbar-collapse.show {
    display: block !important;
  }
  .cid-unJxg2XUBI .navbar-collapse.collapsing .navbar-nav,
  .cid-unJxg2XUBI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-unJxg2XUBI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-unJxg2XUBI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-unJxg2XUBI .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-unJxg2XUBI .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #13287d;
  }
  .cid-unJxg2XUBI .navbar-collapse.collapsing .navbar-buttons,
  .cid-unJxg2XUBI .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-unJxg2XUBI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-unJxg2XUBI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-unJxg2XUBI img {
    height: 3.8rem !important;
  }
  .cid-unJxg2XUBI .btn {
    display: flex;
  }
  .cid-unJxg2XUBI button.navbar-toggler {
    display: block;
  }
  .cid-unJxg2XUBI .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-unJxg2XUBI .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-unJxg2XUBI .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-unJxg2XUBI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-unJxg2XUBI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-unJxg2XUBI .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-unJxg2XUBI .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-unJxg2XUBI .nav-link:focus {
  outline: none;
}
.cid-unJxg2XUBI .navbar-toggler {
  position: relative;
}
.cid-unJxg2XUBI .widget-title,
.cid-unJxg2XUBI .widget-icon {
  color: #e9e9e9;
}
.cid-unJxg2XUBI .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-unJxg2XUBI .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-unJxg2XUBI .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-unJxg2XUBI .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-unJxg2XUBI .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-unJxg2XUBI .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-unJxg2XUBI .menu-content-top,
  .cid-unJxg2XUBI .menu-bottom {
    padding: 0 15px;
  }
  .cid-unJxg2XUBI button.navbar-toggler {
    align-self: center;
  }
  .cid-unJxg2XUBI .btn {
    margin-left: 0;
  }
  .cid-unJxg2XUBI .widget-icon {
    padding-right: 0;
  }
}
.cid-unJxg2XUBI .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-unJxg2XUBI .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-unJxg2XUBI .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-unJxg2XUBI .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-unJxg2XUBI .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-unJxg3rwtu {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #192d30;
}
.cid-unJxg3rwtu .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-unJxg3rwtu .img-wrap img {
  width: 100%;
}
.cid-unJxg3rwtu .mbr-section-subtitle {
  color: #ffc600;
}
.cid-unJxg3rwtu .mbr-section-title {
  color: #ffffff;
}
.cid-unJxg3rwtu .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-unJxg3rwtu .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-unJxg3rwtu .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-unJxg3rwtu .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-unJxmBCvj0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unJxmBCvj0 .mbr-section-subtitle {
  color: #279e64;
}
.cid-unJxmBCvj0 .mbr-section-title {
  color: #13287d;
  text-align: center;
}
.cid-unJxmBCvj0 .mbr-text {
  color: #83868c;
}
.cid-unJxmBCvj0 .card {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-unJxmBCvj0 .card .card-wrap {
  background-color: #eff2f7;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.cid-unJxmBCvj0 .card .card-wrap .card-img {
  overflow: hidden;
  position: relative;
}
.cid-unJxmBCvj0 .card .card-wrap .card-img .img-icon {
  width: 100%;
  height: auto;
}
.cid-unJxmBCvj0 .card .card-wrap .card-box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s linear 0s;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cid-unJxmBCvj0 .card .card-wrap .card-box .card-title {
  color: #13287d;
  width: 100%;
}
.cid-unJxmBCvj0 .card .card-wrap .card-box .user-desc {
  color: #83868c;
  width: 100%;
}
.cid-unJxmBCvj0 .card .card-wrap .card-box .social-list {
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-unJxmBCvj0 .card .card-wrap .card-box .social-list .soc-item {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #279e64;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  transition: 0.3s all;
}
.cid-unJxmBCvj0 .card .card-wrap .card-box .social-list .soc-item span {
  font-size: 15px;
  color: #279e64;
  transition: all 0.3s;
}
.cid-unJxmBCvj0 .card .card-wrap .card-box .social-list .soc-item:first-child {
  transform: translateX(-15px);
}
.cid-unJxmBCvj0 .card .card-wrap .card-box .social-list .soc-item:last-child {
  transform: translateX(15px);
}
.cid-unJxmBCvj0 .card .card-wrap .card-box .social-list .soc-item:hover {
  background-color: #279e64 !important;
  transition: 0.3s all;
}
.cid-unJxmBCvj0 .card .card-wrap .card-box .social-list .soc-item:hover span {
  color: #ffffff;
}
.cid-unJxmBCvj0 .card .card-wrap .card-box .mbr-section-btn {
  margin-top: 40px;
}
.cid-unJxmBCvj0 .card .card-wrap .card-box .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-unJxmBCvj0 .card .card-wrap .card-box .mbr-section-btn .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-unJxmBCvj0 .card .card-wrap .card-box .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-unJxmBCvj0 .card .card-wrap .card-box .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-unJxmBCvj0 .card:hover .card-wrap .card-box {
  opacity: 1;
  visibility: visible;
}
.cid-unJxmBCvj0 .card:hover .card-wrap .card-box .social-list .soc-item:first-child {
  transform: translateX(0);
}
.cid-unJxmBCvj0 .card:hover .card-wrap .card-box .social-list .soc-item:last-child {
  transform: translateX(0);
}
.cid-unJxmBCvj0 .mbr-iconfont {
  color: #ffc600;
}
@media (min-width: 992px) {
  .cid-unJxmBCvj0 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-unJxmBCvj0 .card {
    margin-bottom: 30px;
  }
}
.cid-unJxmBCvj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unJxmBCvj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unJxmBCvj0 .card .card-wrap .card-box .user-desc {
  text-align: center;
}
.cid-unJxg42WWa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-unJxg42WWa .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-unJxg42WWa .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-unJxg42WWa .mbr-text {
  color: #3b5998;
  text-align: left;
}
.cid-unJxg42WWa .phone-word {
  color: #279e64;
}
.cid-unJxg42WWa .text-link {
  transition: all 0.3s ease-in;
}
.cid-unJxg42WWa .text-link:hover {
  color: #279e64 !important;
}
.cid-unJxg42WWa img {
  height: 100px;
  padding-right: 8px;
}
.cid-unJxg42WWa .img1 {
  color: #279e64;
}
.cid-unJxg42WWa .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-unJxg42WWa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-unJxg42WWa .content .link-wrap {
  color: red;
}
.cid-unJxg42WWa .content .date-wrap {
  color: #13287d;
}
.cid-unJxg42WWa .item,
.cid-unJxg42WWa .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-unJxg42WWa .item h4,
.cid-unJxg42WWa .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-unJxg42WWa .link {
  transition: all 0.3s ease-in;
}
.cid-unJxg42WWa .link .card-img {
  padding-bottom: 3px;
}
.cid-unJxg42WWa .link:hover .card-img span {
  color: #279e64;
}
.cid-unJxg42WWa .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-unJxg42WWa .item .card-img {
  width: auto;
}
.cid-unJxg42WWa .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-unJxg42WWa .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-unJxg42WWa h5 {
    text-align: left !important;
  }
  .cid-unJxg42WWa .line-wrap {
    text-align: left !important;
  }
}
.cid-unJxg42WWa .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
  text-align: right;
}
.cid-unJxg42WWa .item-title:hover {
  color: #279e64;
}
.cid-unJxg42WWa .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-unJxg42WWa .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-unJxg42WWa .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-unJxg42WWa .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-unJxg42WWa .btn[class*="-outline"]:active,
.cid-unJxg42WWa .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-unJxg42WWa .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-unJxg42WWa .list .list-item:last-child {
  margin-top: 10px;
}
.cid-unJxg42WWa .pre-form {
  color: #83868c;
}
.cid-unJxg42WWa .form-group,
.cid-unJxg42WWa .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-unJxg42WWa .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-unJxg42WWa .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-unJxg42WWa .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-unJxg42WWa .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-unJxg42WWa .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-unJxg42WWa .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-unJxg42WWa .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-unJxg42WWa .dragArea {
  flex-direction: column;
}
.cid-unJxg42WWa .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-uBTMdESYMS .navbar {
  padding: 0.5rem 0;
  background: #192d30;
  transition: none;
  min-height: 50px;
}
.cid-uBTMdESYMS .navbar-fixed-top {
  padding-top: 0;
}
.cid-uBTMdESYMS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uBTMdESYMS .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-uBTMdESYMS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uBTMdESYMS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uBTMdESYMS .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uBTMdESYMS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uBTMdESYMS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uBTMdESYMS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uBTMdESYMS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uBTMdESYMS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uBTMdESYMS .menu-content-top {
  background: #192d30;
  max-width: 100%;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uBTMdESYMS .dropdown-item {
  padding: 0;
  color: #83868c;
  line-height: 2.6;
}
.cid-uBTMdESYMS .dropdown-item:hover {
  color: #279e64 !important;
}
.cid-uBTMdESYMS .nav-link,
.cid-uBTMdESYMS .brand-name {
  font-style: normal;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.cid-uBTMdESYMS .nav-link:hover,
.cid-uBTMdESYMS .brand-name:hover {
  color: #279e64 !important;
}
.cid-uBTMdESYMS .dropdown-menu {
  background-color: #ffffff;
}
.cid-uBTMdESYMS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uBTMdESYMS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 1rem;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
.cid-uBTMdESYMS .navbar-dropdown.bg-color.transparent.opened {
  background: #192d30;
}
.cid-uBTMdESYMS .nav-item {
  position: relative;
}
.cid-uBTMdESYMS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uBTMdESYMS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uBTMdESYMS .nav-item .nav-link:focus {
  outline: none;
}
.cid-uBTMdESYMS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBTMdESYMS .content-text {
  margin-bottom: 0;
}
.cid-uBTMdESYMS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uBTMdESYMS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uBTMdESYMS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uBTMdESYMS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uBTMdESYMS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uBTMdESYMS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBTMdESYMS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uBTMdESYMS .content-right-side {
  text-align: center;
}
.cid-uBTMdESYMS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uBTMdESYMS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uBTMdESYMS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uBTMdESYMS .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-uBTMdESYMS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBTMdESYMS .info-widget:first-child {
  margin-left: 0;
}
.cid-uBTMdESYMS .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-uBTMdESYMS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uBTMdESYMS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uBTMdESYMS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uBTMdESYMS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.73;
}
.cid-uBTMdESYMS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uBTMdESYMS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #5a67a1;
}
@media (min-width: 992px) {
  .cid-uBTMdESYMS .nav-link {
    line-height: 6.13;
    color: #ffffff;
  }
  .cid-uBTMdESYMS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #279e64;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-uBTMdESYMS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uBTMdESYMS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uBTMdESYMS .menu-content-top {
    border-bottom: 1px solid rgba(225, 227, 230, 0.2);
  }
  .cid-uBTMdESYMS .navbar {
    display: block;
    padding: 0;
  }
  .cid-uBTMdESYMS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uBTMdESYMS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uBTMdESYMS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uBTMdESYMS .navbar-toggler {
    display: none;
  }
  .cid-uBTMdESYMS .navbar-collapse {
    justify-content: flex-end;
  }
}
.cid-uBTMdESYMS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uBTMdESYMS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 0;
}
.cid-uBTMdESYMS .btn-sm {
  padding: 13px 29px;
}
.cid-uBTMdESYMS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uBTMdESYMS .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uBTMdESYMS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uBTMdESYMS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uBTMdESYMS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uBTMdESYMS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uBTMdESYMS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uBTMdESYMS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uBTMdESYMS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uBTMdESYMS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBTMdESYMS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBTMdESYMS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uBTMdESYMS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uBTMdESYMS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBTMdESYMS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uBTMdESYMS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBTMdESYMS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uBTMdESYMS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uBTMdESYMS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uBTMdESYMS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uBTMdESYMS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uBTMdESYMS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-uBTMdESYMS button.navbar-toggler:focus {
  outline: none;
}
.cid-uBTMdESYMS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uBTMdESYMS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBTMdESYMS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBTMdESYMS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBTMdESYMS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBTMdESYMS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBTMdESYMS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBTMdESYMS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBTMdESYMS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBTMdESYMS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBTMdESYMS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBTMdESYMS .collapsed .btn {
  display: flex;
}
.cid-uBTMdESYMS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uBTMdESYMS .collapsed .navbar-collapse.collapsing,
.cid-uBTMdESYMS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uBTMdESYMS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uBTMdESYMS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uBTMdESYMS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uBTMdESYMS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uBTMdESYMS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uBTMdESYMS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uBTMdESYMS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uBTMdESYMS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uBTMdESYMS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uBTMdESYMS .collapsed button.navbar-toggler {
  display: block;
}
.cid-uBTMdESYMS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uBTMdESYMS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uBTMdESYMS .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-uBTMdESYMS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uBTMdESYMS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uBTMdESYMS .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-uBTMdESYMS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uBTMdESYMS .menu-content-top {
    display: flex;
  }
  .cid-uBTMdESYMS .menu-content-top .right-wrap p {
    display: none;
  }
  .cid-uBTMdESYMS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uBTMdESYMS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uBTMdESYMS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uBTMdESYMS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-uBTMdESYMS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uBTMdESYMS .navbar-collapse .icons-menu {
    display: none;
  }
  .cid-uBTMdESYMS .navbar-collapse.collapsing,
  .cid-uBTMdESYMS .navbar-collapse.show {
    display: block !important;
  }
  .cid-uBTMdESYMS .navbar-collapse.collapsing .navbar-nav,
  .cid-uBTMdESYMS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uBTMdESYMS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uBTMdESYMS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uBTMdESYMS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uBTMdESYMS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    color: #13287d;
  }
  .cid-uBTMdESYMS .navbar-collapse.collapsing .navbar-buttons,
  .cid-uBTMdESYMS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uBTMdESYMS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uBTMdESYMS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uBTMdESYMS img {
    height: 3.8rem !important;
  }
  .cid-uBTMdESYMS .btn {
    display: flex;
  }
  .cid-uBTMdESYMS button.navbar-toggler {
    display: block;
  }
  .cid-uBTMdESYMS .navbar-brand {
    margin-top: 0.5rem;
  }
  .cid-uBTMdESYMS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uBTMdESYMS .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-uBTMdESYMS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uBTMdESYMS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uBTMdESYMS .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-uBTMdESYMS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uBTMdESYMS .nav-link:focus {
  outline: none;
}
.cid-uBTMdESYMS .navbar-toggler {
  position: relative;
}
.cid-uBTMdESYMS .widget-title,
.cid-uBTMdESYMS .widget-icon {
  color: #e9e9e9;
}
.cid-uBTMdESYMS .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uBTMdESYMS .menu-content-top .menu-content-right .info-widget {
    margin-left: 20px;
  }
  .cid-uBTMdESYMS .menu-content-top .menu-content-right .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uBTMdESYMS .menu-content-top .menu-content-right .info-widget .widget-icon {
    font-size: 20px;
  }
  .cid-uBTMdESYMS .menu-content-top .menu-content-right .info-widget .widget-content {
    display: none;
  }
  .cid-uBTMdESYMS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uBTMdESYMS .menu-content-top,
  .cid-uBTMdESYMS .menu-bottom {
    padding: 0 15px;
  }
  .cid-uBTMdESYMS button.navbar-toggler {
    align-self: center;
  }
  .cid-uBTMdESYMS .btn {
    margin-left: 0;
  }
  .cid-uBTMdESYMS .widget-icon {
    padding-right: 0;
  }
}
.cid-uBTMdESYMS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uBTMdESYMS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
  background-color: #5a67a1;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uBTMdESYMS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uBTMdESYMS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-uBTMdESYMS .soc-item {
  margin: .5rem .3rem;
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-uBTMdFgWVm {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #192d30;
}
.cid-uBTMdFgWVm .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-uBTMdFgWVm .img-wrap img {
  width: 100%;
}
.cid-uBTMdFgWVm .mbr-section-subtitle {
  color: #ffc600;
}
.cid-uBTMdFgWVm .mbr-section-title {
  color: #ffffff;
}
.cid-uBTMdFgWVm .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-uBTMdFgWVm .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-uBTMdFgWVm .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-uBTMdFgWVm .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uBTNezz54E {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uBTNezz54E .head_info {
  text-align: center;
  margin-bottom: 61px;
}
.cid-uBTNezz54E .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-uBTNezz54E .head_info .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-uBTNezz54E .head_info .mbr-section-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #83868c;
}
.cid-uBTNezz54E .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #eff2f7;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-uBTNezz54E .plan .plan-title {
  color: #13287d;
  margin-bottom: 32px;
}
.cid-uBTNezz54E .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-uBTNezz54E .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #279e64;
}
.cid-uBTNezz54E .plan .plan-price .mbr-text {
  color: #13287d;
  margin-bottom: 0;
}
.cid-uBTNezz54E .plan .plan-list {
  margin-bottom: 15px;
}
.cid-uBTNezz54E .plan .plan-list .list-group {
  color: #83868c;
}
.cid-uBTNezz54E .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-uBTNezz54E .plan .plan-list .list-group-item:before {
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-uBTNezz54E .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-uBTNezz54E .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-uBTNezz54E .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-uBTNezz54E .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uBTNezz54E .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uBTNezz54E .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #ffc600 !important;
}
.cid-uBTNezz54E .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.cid-uBTNezz54E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBTNezz54E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBTQ1ncgc3 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #279e64;
}
.cid-uBTQ1ncgc3 .content-inner .left-content {
  display: block;
}
.cid-uBTQ1ncgc3 .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-uBTQ1ncgc3 .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-uBTQ1ncgc3 .content-inner .right-content {
  display: block;
}
.cid-uBTQ1ncgc3 .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-uBTQ1ncgc3 .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-uBTQ1ncgc3 .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-uBTQ1ncgc3 .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-uBTQ1ncgc3 .content-inner {
    justify-content: center !important;
  }
  .cid-uBTQ1ncgc3 * {
    text-align: center;
  }
}
.cid-uBTQ1ncgc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBTQ1ncgc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBTQ1ncgc3 .content-inner .right-content .mbr-text,
.cid-uBTQ1ncgc3 .mbr-section-btn {
  text-align: left;
}
.cid-uBTMdGGoHC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-uBTMdGGoHC .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-uBTMdGGoHC .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uBTMdGGoHC .mbr-text {
  color: #3b5998;
  text-align: left;
}
.cid-uBTMdGGoHC .phone-word {
  color: #279e64;
}
.cid-uBTMdGGoHC .text-link {
  transition: all 0.3s ease-in;
}
.cid-uBTMdGGoHC .text-link:hover {
  color: #279e64 !important;
}
.cid-uBTMdGGoHC img {
  height: 100px;
  padding-right: 8px;
}
.cid-uBTMdGGoHC .img1 {
  color: #279e64;
}
.cid-uBTMdGGoHC .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-uBTMdGGoHC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uBTMdGGoHC .content .link-wrap {
  color: red;
}
.cid-uBTMdGGoHC .content .date-wrap {
  color: #13287d;
}
.cid-uBTMdGGoHC .item,
.cid-uBTMdGGoHC .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-uBTMdGGoHC .item h4,
.cid-uBTMdGGoHC .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uBTMdGGoHC .link {
  transition: all 0.3s ease-in;
}
.cid-uBTMdGGoHC .link .card-img {
  padding-bottom: 3px;
}
.cid-uBTMdGGoHC .link:hover .card-img span {
  color: #279e64;
}
.cid-uBTMdGGoHC .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-uBTMdGGoHC .item .card-img {
  width: auto;
}
.cid-uBTMdGGoHC .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-uBTMdGGoHC .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-uBTMdGGoHC h5 {
    text-align: left !important;
  }
  .cid-uBTMdGGoHC .line-wrap {
    text-align: left !important;
  }
}
.cid-uBTMdGGoHC .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
  text-align: right;
}
.cid-uBTMdGGoHC .item-title:hover {
  color: #279e64;
}
.cid-uBTMdGGoHC .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uBTMdGGoHC .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-uBTMdGGoHC .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-uBTMdGGoHC .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-uBTMdGGoHC .btn[class*="-outline"]:active,
.cid-uBTMdGGoHC .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-uBTMdGGoHC .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-uBTMdGGoHC .list .list-item:last-child {
  margin-top: 10px;
}
.cid-uBTMdGGoHC .pre-form {
  color: #83868c;
}
.cid-uBTMdGGoHC .form-group,
.cid-uBTMdGGoHC .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uBTMdGGoHC .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-uBTMdGGoHC .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-uBTMdGGoHC .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-uBTMdGGoHC .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-uBTMdGGoHC .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-uBTMdGGoHC .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-uBTMdGGoHC .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-uBTMdGGoHC .dragArea {
  flex-direction: column;
}
.cid-uBTMdGGoHC .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
