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.15rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.15rem;
}
.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: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((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: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
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-s2V9RwV6vb .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-s2V9RwV6vb .navbar-fixed-top {
  padding-top: 0;
}
.cid-s2V9RwV6vb .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-s2V9RwV6vb .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-s2V9RwV6vb .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-s2V9RwV6vb .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s2V9RwV6vb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s2V9RwV6vb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-s2V9RwV6vb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-s2V9RwV6vb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2V9RwV6vb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2V9RwV6vb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2V9RwV6vb .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-s2V9RwV6vb .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s2V9RwV6vb .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-s2V9RwV6vb .dropdown-item,
.cid-s2V9RwV6vb .nav-link,
.cid-s2V9RwV6vb .brand-name {
  font-style: normal;
}
.cid-s2V9RwV6vb .dropdown-item:hover,
.cid-s2V9RwV6vb .nav-link:hover,
.cid-s2V9RwV6vb .brand-name:hover {
  color: #279e64 !important;
}
.cid-s2V9RwV6vb .dropdown-menu {
  background-color: #ffffff;
}
.cid-s2V9RwV6vb .dropdown-item:active {
  background-color: #ffffff;
}
.cid-s2V9RwV6vb .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-s2V9RwV6vb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s2V9RwV6vb .nav-item {
  position: relative;
}
.cid-s2V9RwV6vb .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s2V9RwV6vb .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-s2V9RwV6vb .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-s2V9RwV6vb .nav-link {
    line-height: 6.13;
  }
  .cid-s2V9RwV6vb .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-s2V9RwV6vb .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-s2V9RwV6vb .dropdown-item {
    color: #83868c !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-s2V9RwV6vb .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-s2V9RwV6vb .content-text {
  margin-bottom: 0;
}
.cid-s2V9RwV6vb .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s2V9RwV6vb .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-s2V9RwV6vb .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s2V9RwV6vb .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s2V9RwV6vb .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-s2V9RwV6vb .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s2V9RwV6vb .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s2V9RwV6vb .content-right-side {
  text-align: center;
}
.cid-s2V9RwV6vb .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s2V9RwV6vb .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s2V9RwV6vb .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-s2V9RwV6vb .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-s2V9RwV6vb .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s2V9RwV6vb .info-widget:first-child {
  margin-left: 0;
}
.cid-s2V9RwV6vb .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s2V9RwV6vb .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-s2V9RwV6vb .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-s2V9RwV6vb .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-s2V9RwV6vb .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-s2V9RwV6vb .navbar {
    display: block;
    padding: 0;
  }
  .cid-s2V9RwV6vb .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-s2V9RwV6vb .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-s2V9RwV6vb .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-s2V9RwV6vb .navbar-toggler {
    display: none;
  }
  .cid-s2V9RwV6vb .navbar-collapse {
    justify-content: center;
  }
}
.cid-s2V9RwV6vb .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-s2V9RwV6vb .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-s2V9RwV6vb .btn-sm {
  padding: 13px 29px;
}
.cid-s2V9RwV6vb .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s2V9RwV6vb .btn::after {
  background-color: #83868c;
  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-s2V9RwV6vb .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-s2V9RwV6vb .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s2V9RwV6vb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2V9RwV6vb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-s2V9RwV6vb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2V9RwV6vb .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s2V9RwV6vb .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2V9RwV6vb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s2V9RwV6vb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2V9RwV6vb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-s2V9RwV6vb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2V9RwV6vb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s2V9RwV6vb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2V9RwV6vb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2V9RwV6vb .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-s2V9RwV6vb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-s2V9RwV6vb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2V9RwV6vb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2V9RwV6vb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2V9RwV6vb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-s2V9RwV6vb button.navbar-toggler:focus {
  outline: none;
}
.cid-s2V9RwV6vb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-s2V9RwV6vb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-s2V9RwV6vb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s2V9RwV6vb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s2V9RwV6vb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-s2V9RwV6vb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s2V9RwV6vb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-s2V9RwV6vb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-s2V9RwV6vb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s2V9RwV6vb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2V9RwV6vb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2V9RwV6vb .collapsed .btn {
  display: flex;
}
.cid-s2V9RwV6vb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2V9RwV6vb .collapsed .navbar-collapse.collapsing,
.cid-s2V9RwV6vb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2V9RwV6vb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2V9RwV6vb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2V9RwV6vb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2V9RwV6vb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2V9RwV6vb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2V9RwV6vb .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-s2V9RwV6vb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2V9RwV6vb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s2V9RwV6vb .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s2V9RwV6vb .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2V9RwV6vb .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-s2V9RwV6vb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-s2V9RwV6vb .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-s2V9RwV6vb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2V9RwV6vb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2V9RwV6vb .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-s2V9RwV6vb .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2V9RwV6vb .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-s2V9RwV6vb .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-s2V9RwV6vb .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-s2V9RwV6vb .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-s2V9RwV6vb .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-s2V9RwV6vb .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-s2V9RwV6vb .navbar-collapse.collapsing,
  .cid-s2V9RwV6vb .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2V9RwV6vb .navbar-collapse.collapsing .navbar-nav,
  .cid-s2V9RwV6vb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2V9RwV6vb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2V9RwV6vb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2V9RwV6vb .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-s2V9RwV6vb .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-s2V9RwV6vb .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2V9RwV6vb .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-s2V9RwV6vb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2V9RwV6vb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2V9RwV6vb img {
    height: 3.8rem !important;
  }
  .cid-s2V9RwV6vb .btn {
    display: flex;
  }
  .cid-s2V9RwV6vb button.navbar-toggler {
    display: block;
  }
  .cid-s2V9RwV6vb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-s2V9RwV6vb .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-s2V9RwV6vb .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-s2V9RwV6vb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2V9RwV6vb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2V9RwV6vb .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-s2V9RwV6vb .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s2V9RwV6vb .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-s2V9RwV6vb .navbar-toggler {
  position: relative;
}
.cid-s2V9RwV6vb .dropdown-item.active,
.cid-s2V9RwV6vb .dropdown-item:active {
  color: initial;
}
.cid-s2V9RwV6vb .widget-title {
  color: #83868c;
}
.cid-s2V9RwV6vb .widget-text {
  color: #83868c;
}
.cid-s2V9RwV6vb .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-s2V9RwV6vb .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-s2V9RwV6vb .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-s2V9RwV6vb .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-s2V9RwV6vb .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-s2V9RwV6vb .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-s2V9RwV6vb .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-s2V9RwV6vb .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-s2V9RwV6vb .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-s2V9RwV6vb .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-s2V9RwV6vb .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-s2V9RwV6vb .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-s2V9RwV6vb .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-s2V9RwV6vb .menu-content-top,
  .cid-s2V9RwV6vb .menu-bottom {
    padding: 0 15px;
  }
  .cid-s2V9RwV6vb button.navbar-toggler {
    align-self: center;
  }
}
@-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-s2V9SnoqGp {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/1.webp");
}
.cid-s2V9SnoqGp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s2V9SnoqGp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-s2V9SnoqGp .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-s2V9SnoqGp .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-s2V9SnoqGp .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #13287d;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-s2V9SnoqGp .mbr-section-btn {
  display: flex;
}
.cid-s2V9SnoqGp .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-s2V9SnoqGp .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-s2V9SnoqGp .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-s2V9SnoqGp .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-s2V9SnoqGp .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-s2V9SnoqGp .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-s2V9SnoqGp .video-wrap .icon-wrap .line-video-1,
.cid-s2V9SnoqGp .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-s2V9SnoqGp .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-s2V9SnoqGp .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-s2V9SnoqGp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s2V9SnoqGp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2V9SnoqGp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2V9SnoqGp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffc600;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2V9SnoqGp a.close:hover {
  color: #ffc600;
}
@media (max-width: 991px) {
  .cid-s2V9SnoqGp .separator,
  .cid-s2V9SnoqGp .sep-holder,
  .cid-s2V9SnoqGp .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-s2V9SnoqGp .buttons-wrap {
    flex-direction: column;
  }
  .cid-s2V9SnoqGp .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-s2V9SnoqGp .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-s2V9SnoqGp .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-s2V9SnoqGp .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uFZkeRODml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFZkeRODml .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZkeRODml .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-uFZkeRODml .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uFZkeRODml .container {
    padding: 0 12px;
  }
}
.cid-uFZkeRODml .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFZkeRODml .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uFZkeRODml .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uFZkeRODml .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3b5998;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uFZkeRODml .mbr-section-title {
  color: #222222;
}
.cid-uFSKujpyTW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-uFSKujpyTW .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uFSKujpyTW .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uFSKujpyTW .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-uFSKujpyTW .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-uFSKujpyTW .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-uFSKujpyTW .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-uFSKujpyTW .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-uFSKujpyTW .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-uFSKujpyTW .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-uFSKujpyTW .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-uFSKujpyTW .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uFSKujpyTW .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uFSKujpyTW .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-uFSKujpyTW .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-uFSKujpyTW .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uFSKujpyTW .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-uFSKujpyTW .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-uFSKujpyTW .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-uFSKujpyTW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uFSKujpyTW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uFSKujpyTW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uFSKujpyTW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uFSKujpyTW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-uFSKujpyTW * {
    text-align: left;
  }
}
.cid-uFSKujpyTW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uFSKujpyTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSKujpyTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSKujpyTW .card-wrapper .card-box .mbr-text,
.cid-uFSKujpyTW .mbr-section-btn {
  color: #000000;
}
.cid-uFZlLotHbe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFZlLotHbe .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uFZlLotHbe .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uFZlLotHbe .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-uFZlLotHbe .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-uFZlLotHbe .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-uFZlLotHbe .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-uFZlLotHbe .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-uFZlLotHbe .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-uFZlLotHbe .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-uFZlLotHbe .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-uFZlLotHbe .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uFZlLotHbe .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uFZlLotHbe .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-uFZlLotHbe .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-uFZlLotHbe .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uFZlLotHbe .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-uFZlLotHbe .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-uFZlLotHbe .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-uFZlLotHbe .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uFZlLotHbe .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uFZlLotHbe .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uFZlLotHbe .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uFZlLotHbe .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-uFZlLotHbe * {
    text-align: left;
  }
}
.cid-uFZlLotHbe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uFZlLotHbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZlLotHbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZlLotHbe .card-wrapper .card-box .card-title,
.cid-uFZlLotHbe .mbr-section-btn,
.cid-uFZlLotHbe .card-wrapper .card-box .meta {
  color: #000000;
}
.cid-uFZlLotHbe .card-wrapper .card-box .mbr-text,
.cid-uFZlLotHbe .mbr-section-btn {
  color: #000000;
}
.cid-uFZfcMVXNC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeff2;
}
.cid-uFZfcMVXNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZfcMVXNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZfcMVXNC .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFZfcMVXNC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFZfcMVXNC .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uFZfcMVXNC .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uFZfcMVXNC .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-uFZfcMVXNC .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uFZfcMVXNC .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uFZfcMVXNC .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #3b5998;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFZfcMVXNC .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uFZfcMVXNC .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uFZfcMVXNC .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uFZfcMVXNC .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uFZfcMVXNC .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uFZfcMVXNC .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uFZfcMVXNC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFZfcMVXNC .item-number {
  color: #bcfe1e;
}
.cid-uFZfcMVXNC .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFZfcMVXNC .item-text {
  color: #bbbbbb;
}
.cid-uFZlBxdKHO {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFZlBxdKHO .mbr-section-subtitle {
  color: #279e64;
}
.cid-uFZlBxdKHO .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uFZlBxdKHO .mbr-text {
  color: #000000;
}
.cid-uFZlBxdKHO .mbr-section-btn {
  margin-top: 40px;
}
.cid-uFZlBxdKHO .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-uFZlBxdKHO .mbr-list {
  color: #83868c;
}
.cid-uFZlBxdKHO .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uFZlBxdKHO .mbr-list .list {
    text-align: left;
  }
}
.cid-uFZlBxdKHO .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-uFZlBxdKHO .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-uFZlBxdKHO .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-uFZlBxdKHO * {
    text-align: left;
  }
}
.cid-uFZlBxdKHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZlBxdKHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZfq8sDdv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFZfq8sDdv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZfq8sDdv .col-12 {
  padding: 0;
}
.cid-uFZfq8sDdv .row {
  margin: 0;
}
.cid-uFZfq8sDdv .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uFZfq8sDdv .card-margin {
    margin-top: -1px;
  }
}
.cid-uFZfq8sDdv .card-wrapper {
  min-height: 500px;
  border: 1px solid #13287d;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uFZfq8sDdv .card-wrapper {
    padding: 1rem;
  }
}
.cid-uFZfq8sDdv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZfq8sDdv .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uFZfq8sDdv .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uFZfq8sDdv .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uFZfq8sDdv .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uFZfq8sDdv .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uFZfq8sDdv .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFZfq8sDdv .image-wrapper {
    padding: 1rem;
  }
}
.cid-uFZfq8sDdv .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uFZfq8sDdv .mbr-text,
.cid-uFZfq8sDdv .mbr-section-btn {
  color: #221b35;
}
.cid-uFZlZOELzl {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uFZlZOELzl .mbr-section-subtitle {
  color: #279e64;
}
.cid-uFZlZOELzl .mbr-section-title {
  color: #000000;
}
.cid-uFZlZOELzl img {
  width: 100%;
}
.cid-uFZlZOELzl .mbr-text {
  color: #000000;
}
.cid-uFZlZOELzl .mbr-section-btn {
  margin-top: 40px;
}
.cid-uFZlZOELzl .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-uFZlZOELzl * {
    text-align: left;
  }
}
.cid-uFZlZOELzl .cards-wrap {
  flex-direction: column;
}
.cid-uFZlZOELzl .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-uFZlZOELzl .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uFZlZOELzl .wrapper .img: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-uFZlZOELzl .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-uFZlZOELzl .wrapper .content .mbr-card-title {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-uFZlZOELzl .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@-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-uFZlZOELzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZlZOELzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZmlCZZrP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeff2;
}
.cid-uFZmlCZZrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZmlCZZrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZmlCZZrP .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFZmlCZZrP .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFZmlCZZrP .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFZmlCZZrP .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFZmlCZZrP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFZmlCZZrP .mbr-section-title {
  color: #000000;
}
.cid-uFZmlCZZrP .mbr-desc {
  color: #000000;
}
.cid-uFZmlCZZrP .mbr-text {
  color: #000000;
}
.cid-uFZmlCZZrP .mbr-section-title,
.cid-uFZmlCZZrP .mbr-section-btn {
  color: #000000;
}
.cid-uFZfBE4wiF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFZfBE4wiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZfBE4wiF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZfBE4wiF .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFZfBE4wiF .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFZfBE4wiF .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uFZfBE4wiF .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uFZfBE4wiF .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #3b5998;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-uFZfBE4wiF .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uFZfBE4wiF .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uFZfBE4wiF .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #3b5998;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFZfBE4wiF .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uFZfBE4wiF .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uFZfBE4wiF .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uFZfBE4wiF .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uFZfBE4wiF .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uFZfBE4wiF .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uFZfBE4wiF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFZfBE4wiF .item-number {
  color: #bcfe1e;
}
.cid-uFZfBE4wiF .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFZfBE4wiF .item-text {
  color: #000000;
  text-align: center;
}
.cid-uFSKZzLboc {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFSKZzLboc .mbr-section-subtitle {
  color: #279e64;
}
.cid-uFSKZzLboc .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uFSKZzLboc .mbr-text {
  color: #000000;
}
.cid-uFSKZzLboc .mbr-section-btn {
  margin-top: 40px;
}
.cid-uFSKZzLboc .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-uFSKZzLboc .mbr-list {
  color: #83868c;
}
.cid-uFSKZzLboc .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uFSKZzLboc .mbr-list .list {
    text-align: left;
  }
}
.cid-uFSKZzLboc .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-uFSKZzLboc .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-uFSKZzLboc .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-uFSKZzLboc * {
    text-align: left;
  }
}
.cid-uFSKZzLboc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSKZzLboc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSpZ7wT5t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eeeff2;
}
.cid-uFSpZ7wT5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSpZ7wT5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSpZ7wT5t .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uFSpZ7wT5t .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFSpZ7wT5t .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-uFSpZ7wT5t .panel-body,
.cid-uFSpZ7wT5t .card-header {
  padding: 1rem 0;
}
.cid-uFSpZ7wT5t .panel-title-edit {
  color: #000000;
}
.cid-uFZmIseBNX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uFZmIseBNX .row {
  flex-direction: row-reverse;
}
.cid-uFZmIseBNX .mbr-text {
  color: #221b35;
}
.cid-uFZmIseBNX .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uFZmIseBNX h5,
.cid-uFZmIseBNX h6 {
  background: #13287d;
  display: inline;
}
.cid-uFZmIseBNX h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uFZmIseBNX h6 {
  line-height: 1.3 !important;
}
.cid-uFZmIseBNX h6 span {
  padding-right: 2rem;
}
.cid-uFZmIseBNX .mbr-section-title,
.cid-uFZmIseBNX .align {
  color: #ffffff;
}
.cid-uFZmIseBNX .mbr-section-subtitle,
.cid-uFZmIseBNX .align {
  color: #ffffff;
  text-align: center;
}
.cid-s2V9YtZ62l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2V9YtZ62l .mbr-section-title {
  margin-bottom: 30px;
  color: #279e64;
}
.cid-s2V9YtZ62l .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-s2V9YtZ62l .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s2V9YtZ62l .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s2V9YtZ62l .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s2V9YtZ62l .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s2V9YtZ62l .map-placeholder {
  display: none;
}
.cid-s2V9YtZ62l h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-uR0zJOx1dq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR0zJOx1dq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0zJOx1dq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR0zJOx1dq .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR0zJOx1dq .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #279e64;
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uR0zJOx1dq .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR0zJOx1dq .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uR0zJOx1dq .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uR0zJOx1dq .items-wrapper .card {
  padding: 0 32px;
}
.cid-uR0zJOx1dq .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uR0zJOx1dq .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uR0zJOx1dq .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uR0zJOx1dq .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uR0zJOx1dq .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uR0zJOx1dq .list-wrapper .list .item-wrap:hover,
.cid-uR0zJOx1dq .list-wrapper .list .item-wrap:focus {
  color: #279e64;
}
.cid-uR0zJOx1dq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uR0zJOx1dq .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uR0zJOx1dq .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uR0zJOx1dq .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uR0zJOx1dq .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uR0zJOx1dq .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uR0zJOx1dq .mbr-desc {
  color: #000000;
}
.cid-uR0zJOx1dq .mbr-text,
.cid-uR0zJOx1dq .text-wrapper {
  color: #9aa0a6;
}
.cid-uR0zJOx1dq .list {
  color: #9aa0a6;
}
.cid-uR0zJOx1dq .list,
.cid-uR0zJOx1dq .item-wrap {
  color: #000000;
}
.cid-uR0zJOx1dq .mbr-text,
.cid-uR0zJOx1dq .mbr-section-btn {
  color: #000000;
}
.cid-uFZAe7atYq .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uFZAe7atYq .navbar-fixed-top {
  padding-top: 0;
}
.cid-uFZAe7atYq .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uFZAe7atYq .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-uFZAe7atYq .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uFZAe7atYq .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uFZAe7atYq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uFZAe7atYq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uFZAe7atYq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uFZAe7atYq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFZAe7atYq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFZAe7atYq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFZAe7atYq .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uFZAe7atYq .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFZAe7atYq .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uFZAe7atYq .dropdown-item,
.cid-uFZAe7atYq .nav-link,
.cid-uFZAe7atYq .brand-name {
  font-style: normal;
}
.cid-uFZAe7atYq .dropdown-item:hover,
.cid-uFZAe7atYq .nav-link:hover,
.cid-uFZAe7atYq .brand-name:hover {
  color: #279e64 !important;
}
.cid-uFZAe7atYq .dropdown-menu {
  background-color: #ffffff;
}
.cid-uFZAe7atYq .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uFZAe7atYq .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uFZAe7atYq .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFZAe7atYq .nav-item {
  position: relative;
}
.cid-uFZAe7atYq .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFZAe7atYq .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uFZAe7atYq .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uFZAe7atYq .nav-link {
    line-height: 6.13;
  }
  .cid-uFZAe7atYq .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-uFZAe7atYq .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uFZAe7atYq .dropdown-item {
    color: #83868c !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-uFZAe7atYq .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-uFZAe7atYq .content-text {
  margin-bottom: 0;
}
.cid-uFZAe7atYq .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFZAe7atYq .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-uFZAe7atYq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFZAe7atYq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFZAe7atYq .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uFZAe7atYq .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFZAe7atYq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFZAe7atYq .content-right-side {
  text-align: center;
}
.cid-uFZAe7atYq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFZAe7atYq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFZAe7atYq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-uFZAe7atYq .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-uFZAe7atYq .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFZAe7atYq .info-widget:first-child {
  margin-left: 0;
}
.cid-uFZAe7atYq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFZAe7atYq .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uFZAe7atYq .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uFZAe7atYq .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-uFZAe7atYq .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uFZAe7atYq .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFZAe7atYq .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uFZAe7atYq .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-uFZAe7atYq .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uFZAe7atYq .navbar-toggler {
    display: none;
  }
  .cid-uFZAe7atYq .navbar-collapse {
    justify-content: center;
  }
}
.cid-uFZAe7atYq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uFZAe7atYq .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uFZAe7atYq .btn-sm {
  padding: 13px 29px;
}
.cid-uFZAe7atYq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFZAe7atYq .btn::after {
  background-color: #83868c;
  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-uFZAe7atYq .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uFZAe7atYq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFZAe7atYq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFZAe7atYq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uFZAe7atYq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFZAe7atYq .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFZAe7atYq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFZAe7atYq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFZAe7atYq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFZAe7atYq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uFZAe7atYq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFZAe7atYq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFZAe7atYq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFZAe7atYq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFZAe7atYq .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uFZAe7atYq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uFZAe7atYq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFZAe7atYq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFZAe7atYq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFZAe7atYq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uFZAe7atYq button.navbar-toggler:focus {
  outline: none;
}
.cid-uFZAe7atYq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-uFZAe7atYq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFZAe7atYq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFZAe7atYq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFZAe7atYq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFZAe7atYq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFZAe7atYq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFZAe7atYq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFZAe7atYq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFZAe7atYq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFZAe7atYq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFZAe7atYq .collapsed .btn {
  display: flex;
}
.cid-uFZAe7atYq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFZAe7atYq .collapsed .navbar-collapse.collapsing,
.cid-uFZAe7atYq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFZAe7atYq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFZAe7atYq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFZAe7atYq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFZAe7atYq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFZAe7atYq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFZAe7atYq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uFZAe7atYq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFZAe7atYq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFZAe7atYq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFZAe7atYq .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFZAe7atYq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uFZAe7atYq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uFZAe7atYq .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-uFZAe7atYq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFZAe7atYq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFZAe7atYq .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-uFZAe7atYq .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFZAe7atYq .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uFZAe7atYq .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uFZAe7atYq .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uFZAe7atYq .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uFZAe7atYq .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-uFZAe7atYq .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uFZAe7atYq .navbar-collapse.collapsing,
  .cid-uFZAe7atYq .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFZAe7atYq .navbar-collapse.collapsing .navbar-nav,
  .cid-uFZAe7atYq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFZAe7atYq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFZAe7atYq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFZAe7atYq .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uFZAe7atYq .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uFZAe7atYq .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFZAe7atYq .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uFZAe7atYq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFZAe7atYq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFZAe7atYq img {
    height: 3.8rem !important;
  }
  .cid-uFZAe7atYq .btn {
    display: flex;
  }
  .cid-uFZAe7atYq button.navbar-toggler {
    display: block;
  }
  .cid-uFZAe7atYq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uFZAe7atYq .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uFZAe7atYq .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-uFZAe7atYq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFZAe7atYq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFZAe7atYq .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-uFZAe7atYq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFZAe7atYq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uFZAe7atYq .navbar-toggler {
  position: relative;
}
.cid-uFZAe7atYq .dropdown-item.active,
.cid-uFZAe7atYq .dropdown-item:active {
  color: initial;
}
.cid-uFZAe7atYq .widget-title {
  color: #83868c;
}
.cid-uFZAe7atYq .widget-text {
  color: #83868c;
}
.cid-uFZAe7atYq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uFZAe7atYq .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uFZAe7atYq .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uFZAe7atYq .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-uFZAe7atYq .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uFZAe7atYq .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uFZAe7atYq .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uFZAe7atYq .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uFZAe7atYq .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uFZAe7atYq .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uFZAe7atYq .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uFZAe7atYq .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uFZAe7atYq .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uFZAe7atYq .menu-content-top,
  .cid-uFZAe7atYq .menu-bottom {
    padding: 0 15px;
  }
  .cid-uFZAe7atYq button.navbar-toggler {
    align-self: center;
  }
}
@-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-uFZAe8oyRw {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/3-1920x1274.jpg");
}
.cid-uFZAe8oyRw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFZAe8oyRw .mbr-section-title {
  color: #ffffff;
}
.cid-uFZAe8oyRw .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uFZAe8oyRw .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uFZAe8oyRw .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #13287d;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uFZAe8oyRw .mbr-section-btn {
  display: flex;
}
.cid-uFZAe8oyRw .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uFZAe8oyRw .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uFZAe8oyRw .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uFZAe8oyRw .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uFZAe8oyRw .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uFZAe8oyRw .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uFZAe8oyRw .video-wrap .icon-wrap .line-video-1,
.cid-uFZAe8oyRw .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uFZAe8oyRw .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uFZAe8oyRw .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uFZAe8oyRw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uFZAe8oyRw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFZAe8oyRw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uFZAe8oyRw a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffc600;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uFZAe8oyRw a.close:hover {
  color: #ffc600;
}
@media (max-width: 991px) {
  .cid-uFZAe8oyRw .separator,
  .cid-uFZAe8oyRw .sep-holder,
  .cid-uFZAe8oyRw .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uFZAe8oyRw .buttons-wrap {
    flex-direction: column;
  }
  .cid-uFZAe8oyRw .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uFZAe8oyRw .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uFZAe8oyRw .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uFZAe8oyRw .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uFZAe9UAIr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFZAe9UAIr .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uFZAe9UAIr .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uFZAe9UAIr .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-uFZAe9UAIr * {
    text-align: left;
  }
}
.cid-uFZAe9UAIr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uFZAe9UAIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZAe9UAIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZAe9UAIr .card-wrapper .card-box .mbr-text,
.cid-uFZAe9UAIr .mbr-section-btn {
  color: #000000;
}
.cid-uFZAeiJo5t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFZAeiJo5t .mbr-section-title {
  margin-bottom: 30px;
  color: #279e64;
}
.cid-uFZAeiJo5t .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-uFZAeiJo5t .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFZAeiJo5t .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFZAeiJo5t .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFZAeiJo5t .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFZAeiJo5t .map-placeholder {
  display: none;
}
.cid-uFZAeiJo5t h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-uR0zJOx1dq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR0zJOx1dq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0zJOx1dq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR0zJOx1dq .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR0zJOx1dq .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #279e64;
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uR0zJOx1dq .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR0zJOx1dq .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uR0zJOx1dq .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uR0zJOx1dq .items-wrapper .card {
  padding: 0 32px;
}
.cid-uR0zJOx1dq .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uR0zJOx1dq .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uR0zJOx1dq .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uR0zJOx1dq .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uR0zJOx1dq .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uR0zJOx1dq .list-wrapper .list .item-wrap:hover,
.cid-uR0zJOx1dq .list-wrapper .list .item-wrap:focus {
  color: #279e64;
}
.cid-uR0zJOx1dq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uR0zJOx1dq .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uR0zJOx1dq .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uR0zJOx1dq .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uR0zJOx1dq .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uR0zJOx1dq .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uR0zJOx1dq .mbr-desc {
  color: #000000;
}
.cid-uR0zJOx1dq .mbr-text,
.cid-uR0zJOx1dq .text-wrapper {
  color: #9aa0a6;
}
.cid-uR0zJOx1dq .list {
  color: #9aa0a6;
}
.cid-uR0zJOx1dq .list,
.cid-uR0zJOx1dq .item-wrap {
  color: #000000;
}
.cid-uR0zJOx1dq .mbr-text,
.cid-uR0zJOx1dq .mbr-section-btn {
  color: #000000;
}
.cid-uFZAw3UoJ3 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uFZAw3UoJ3 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uFZAw3UoJ3 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uFZAw3UoJ3 .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-uFZAw3UoJ3 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uFZAw3UoJ3 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uFZAw3UoJ3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uFZAw3UoJ3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uFZAw3UoJ3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uFZAw3UoJ3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFZAw3UoJ3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFZAw3UoJ3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFZAw3UoJ3 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uFZAw3UoJ3 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uFZAw3UoJ3 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uFZAw3UoJ3 .dropdown-item,
.cid-uFZAw3UoJ3 .nav-link,
.cid-uFZAw3UoJ3 .brand-name {
  font-style: normal;
}
.cid-uFZAw3UoJ3 .dropdown-item:hover,
.cid-uFZAw3UoJ3 .nav-link:hover,
.cid-uFZAw3UoJ3 .brand-name:hover {
  color: #279e64 !important;
}
.cid-uFZAw3UoJ3 .dropdown-menu {
  background-color: #ffffff;
}
.cid-uFZAw3UoJ3 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uFZAw3UoJ3 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uFZAw3UoJ3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uFZAw3UoJ3 .nav-item {
  position: relative;
}
.cid-uFZAw3UoJ3 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uFZAw3UoJ3 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uFZAw3UoJ3 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uFZAw3UoJ3 .nav-link {
    line-height: 6.13;
  }
  .cid-uFZAw3UoJ3 .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-uFZAw3UoJ3 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uFZAw3UoJ3 .dropdown-item {
    color: #83868c !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-uFZAw3UoJ3 .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-uFZAw3UoJ3 .content-text {
  margin-bottom: 0;
}
.cid-uFZAw3UoJ3 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uFZAw3UoJ3 .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-uFZAw3UoJ3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uFZAw3UoJ3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uFZAw3UoJ3 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uFZAw3UoJ3 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFZAw3UoJ3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uFZAw3UoJ3 .content-right-side {
  text-align: center;
}
.cid-uFZAw3UoJ3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uFZAw3UoJ3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uFZAw3UoJ3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-uFZAw3UoJ3 .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-uFZAw3UoJ3 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFZAw3UoJ3 .info-widget:first-child {
  margin-left: 0;
}
.cid-uFZAw3UoJ3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uFZAw3UoJ3 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uFZAw3UoJ3 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uFZAw3UoJ3 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-uFZAw3UoJ3 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uFZAw3UoJ3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uFZAw3UoJ3 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uFZAw3UoJ3 .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-uFZAw3UoJ3 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uFZAw3UoJ3 .navbar-toggler {
    display: none;
  }
  .cid-uFZAw3UoJ3 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uFZAw3UoJ3 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uFZAw3UoJ3 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uFZAw3UoJ3 .btn-sm {
  padding: 13px 29px;
}
.cid-uFZAw3UoJ3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uFZAw3UoJ3 .btn::after {
  background-color: #83868c;
  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-uFZAw3UoJ3 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uFZAw3UoJ3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uFZAw3UoJ3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFZAw3UoJ3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uFZAw3UoJ3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFZAw3UoJ3 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uFZAw3UoJ3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFZAw3UoJ3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFZAw3UoJ3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFZAw3UoJ3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uFZAw3UoJ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFZAw3UoJ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFZAw3UoJ3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFZAw3UoJ3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFZAw3UoJ3 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uFZAw3UoJ3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uFZAw3UoJ3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFZAw3UoJ3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFZAw3UoJ3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFZAw3UoJ3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uFZAw3UoJ3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uFZAw3UoJ3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-uFZAw3UoJ3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFZAw3UoJ3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFZAw3UoJ3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFZAw3UoJ3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFZAw3UoJ3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFZAw3UoJ3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFZAw3UoJ3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFZAw3UoJ3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFZAw3UoJ3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFZAw3UoJ3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFZAw3UoJ3 .collapsed .btn {
  display: flex;
}
.cid-uFZAw3UoJ3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFZAw3UoJ3 .collapsed .navbar-collapse.collapsing,
.cid-uFZAw3UoJ3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFZAw3UoJ3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFZAw3UoJ3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFZAw3UoJ3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFZAw3UoJ3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFZAw3UoJ3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFZAw3UoJ3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uFZAw3UoJ3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFZAw3UoJ3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFZAw3UoJ3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uFZAw3UoJ3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFZAw3UoJ3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uFZAw3UoJ3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uFZAw3UoJ3 .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-uFZAw3UoJ3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFZAw3UoJ3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFZAw3UoJ3 .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-uFZAw3UoJ3 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFZAw3UoJ3 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uFZAw3UoJ3 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uFZAw3UoJ3 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uFZAw3UoJ3 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uFZAw3UoJ3 .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-uFZAw3UoJ3 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uFZAw3UoJ3 .navbar-collapse.collapsing,
  .cid-uFZAw3UoJ3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFZAw3UoJ3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uFZAw3UoJ3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFZAw3UoJ3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFZAw3UoJ3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFZAw3UoJ3 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uFZAw3UoJ3 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uFZAw3UoJ3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFZAw3UoJ3 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uFZAw3UoJ3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFZAw3UoJ3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFZAw3UoJ3 img {
    height: 3.8rem !important;
  }
  .cid-uFZAw3UoJ3 .btn {
    display: flex;
  }
  .cid-uFZAw3UoJ3 button.navbar-toggler {
    display: block;
  }
  .cid-uFZAw3UoJ3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uFZAw3UoJ3 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uFZAw3UoJ3 .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-uFZAw3UoJ3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFZAw3UoJ3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFZAw3UoJ3 .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-uFZAw3UoJ3 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uFZAw3UoJ3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uFZAw3UoJ3 .navbar-toggler {
  position: relative;
}
.cid-uFZAw3UoJ3 .dropdown-item.active,
.cid-uFZAw3UoJ3 .dropdown-item:active {
  color: initial;
}
.cid-uFZAw3UoJ3 .widget-title {
  color: #83868c;
}
.cid-uFZAw3UoJ3 .widget-text {
  color: #83868c;
}
.cid-uFZAw3UoJ3 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uFZAw3UoJ3 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uFZAw3UoJ3 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uFZAw3UoJ3 .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-uFZAw3UoJ3 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uFZAw3UoJ3 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uFZAw3UoJ3 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uFZAw3UoJ3 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uFZAw3UoJ3 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uFZAw3UoJ3 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uFZAw3UoJ3 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uFZAw3UoJ3 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uFZAw3UoJ3 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uFZAw3UoJ3 .menu-content-top,
  .cid-uFZAw3UoJ3 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uFZAw3UoJ3 button.navbar-toggler {
    align-self: center;
  }
}
@-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-uFZAw4EuDh {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/4-1200x800.jpg");
}
.cid-uFZAw4EuDh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFZAw4EuDh .mbr-section-title {
  color: #ffffff;
}
.cid-uFZAw4EuDh .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uFZAw4EuDh .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uFZAw4EuDh .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #13287d;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uFZAw4EuDh .mbr-section-btn {
  display: flex;
}
.cid-uFZAw4EuDh .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uFZAw4EuDh .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uFZAw4EuDh .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uFZAw4EuDh .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uFZAw4EuDh .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uFZAw4EuDh .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uFZAw4EuDh .video-wrap .icon-wrap .line-video-1,
.cid-uFZAw4EuDh .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uFZAw4EuDh .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uFZAw4EuDh .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uFZAw4EuDh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uFZAw4EuDh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFZAw4EuDh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uFZAw4EuDh a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffc600;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uFZAw4EuDh a.close:hover {
  color: #ffc600;
}
@media (max-width: 991px) {
  .cid-uFZAw4EuDh .separator,
  .cid-uFZAw4EuDh .sep-holder,
  .cid-uFZAw4EuDh .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uFZAw4EuDh .buttons-wrap {
    flex-direction: column;
  }
  .cid-uFZAw4EuDh .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uFZAw4EuDh .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uFZAw4EuDh .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uFZAw4EuDh .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uFZAw58Y0p {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-uFZAw58Y0p .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uFZAw58Y0p .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uFZAw58Y0p .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-uFZAw58Y0p * {
    text-align: left;
  }
}
.cid-uFZAw58Y0p a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uFZAw58Y0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZAw58Y0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZAw58Y0p .card-wrapper .card-box .mbr-text,
.cid-uFZAw58Y0p .mbr-section-btn {
  color: #000000;
}
.cid-uFZAw5Vgnc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFZAw5Vgnc .mbr-section-title {
  margin-bottom: 30px;
  color: #279e64;
}
.cid-uFZAw5Vgnc .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-uFZAw5Vgnc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFZAw5Vgnc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFZAw5Vgnc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFZAw5Vgnc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFZAw5Vgnc .map-placeholder {
  display: none;
}
.cid-uFZAw5Vgnc h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-uFZAw6jsKI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFZAw6jsKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZAw6jsKI .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uFZAw6jsKI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFZAw6jsKI .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uFZAw6jsKI a {
  font-weight: 600;
}
.cid-uFZAw6jsKI a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uFZAw6jsKI .col-lg-3,
  .cid-uFZAw6jsKI .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uFZAw6jsKI .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uFZAw6jsKI .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uFZAw6jsKI h5 {
  margin: 0;
}
.cid-uFZAw6jsKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZAw6jsKI .iconfont-wrapper {
  position: relative;
}
.cid-uFZAw6jsKI .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uFZAw6jsKI .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uFZAw6jsKI .sociconfont-wrapper {
  display: flex;
}
.cid-uFZAw6jsKI .card-title,
.cid-uFZAw6jsKI .iconfont-wrapper {
  color: #000000;
}
.cid-uFZAw6jsKI .card-text {
  color: #000000;
}
.cid-uFZAw6jsKI .mbr-section-title {
  color: #000000;
}
.cid-uFZAw6jsKI .main-title,
.cid-uFZAw6jsKI .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uFZAw6My9H {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-uFZAw6My9H p {
  text-align: center;
}
.cid-uFZAw6My9H .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-uFZAw6My9H .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uFZAw6My9H .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #13287d;
}
.cid-uFZAw6My9H .logo-footer {
  line-height: normal;
}
.cid-uFZAw6My9H .copyright {
  display: flex;
  align-items: center;
}
.cid-uFZAw6My9H .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFZAw6My9H .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-uFZAw6My9H .icon-transition span {
  color: #83868c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uFZAw6My9H .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -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-uFZAw6My9H .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-uFZAw6My9H .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uFZAw6My9H .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-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);
  }
}
@media (max-width: 991px) {
  .cid-uFZAw6My9H .logo-footer {
    text-align: center;
  }
  .cid-uFZAw6My9H .social-media {
    justify-content: center;
  }
}
.cid-uR0zJOx1dq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR0zJOx1dq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0zJOx1dq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR0zJOx1dq .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR0zJOx1dq .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #279e64;
}
.cid-uR0zJOx1dq .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uR0zJOx1dq .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR0zJOx1dq .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uR0zJOx1dq .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uR0zJOx1dq .items-wrapper .card {
  padding: 0 32px;
}
.cid-uR0zJOx1dq .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uR0zJOx1dq .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uR0zJOx1dq .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uR0zJOx1dq .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uR0zJOx1dq .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uR0zJOx1dq .list-wrapper .list .item-wrap:hover,
.cid-uR0zJOx1dq .list-wrapper .list .item-wrap:focus {
  color: #279e64;
}
.cid-uR0zJOx1dq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uR0zJOx1dq .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uR0zJOx1dq .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uR0zJOx1dq .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uR0zJOx1dq .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uR0zJOx1dq .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uR0zJOx1dq .mbr-desc {
  color: #000000;
}
.cid-uR0zJOx1dq .mbr-text,
.cid-uR0zJOx1dq .text-wrapper {
  color: #9aa0a6;
}
.cid-uR0zJOx1dq .list {
  color: #9aa0a6;
}
.cid-uR0zJOx1dq .list,
.cid-uR0zJOx1dq .item-wrap {
  color: #000000;
}
.cid-uR0zJOx1dq .mbr-text,
.cid-uR0zJOx1dq .mbr-section-btn {
  color: #000000;
}
.cid-uR0FbPpThF .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uR0FbPpThF .navbar-fixed-top {
  padding-top: 0;
}
.cid-uR0FbPpThF .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uR0FbPpThF .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-uR0FbPpThF .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uR0FbPpThF .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uR0FbPpThF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uR0FbPpThF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uR0FbPpThF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uR0FbPpThF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uR0FbPpThF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uR0FbPpThF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uR0FbPpThF .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uR0FbPpThF .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uR0FbPpThF .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uR0FbPpThF .dropdown-item,
.cid-uR0FbPpThF .nav-link,
.cid-uR0FbPpThF .brand-name {
  font-style: normal;
}
.cid-uR0FbPpThF .dropdown-item:hover,
.cid-uR0FbPpThF .nav-link:hover,
.cid-uR0FbPpThF .brand-name:hover {
  color: #279e64 !important;
}
.cid-uR0FbPpThF .dropdown-menu {
  background-color: #ffffff;
}
.cid-uR0FbPpThF .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uR0FbPpThF .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uR0FbPpThF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uR0FbPpThF .nav-item {
  position: relative;
}
.cid-uR0FbPpThF .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uR0FbPpThF .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uR0FbPpThF .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uR0FbPpThF .nav-link {
    line-height: 6.13;
  }
  .cid-uR0FbPpThF .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-uR0FbPpThF .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uR0FbPpThF .dropdown-item {
    color: #83868c !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-uR0FbPpThF .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-uR0FbPpThF .content-text {
  margin-bottom: 0;
}
.cid-uR0FbPpThF .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uR0FbPpThF .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-uR0FbPpThF .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uR0FbPpThF .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uR0FbPpThF .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uR0FbPpThF .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR0FbPpThF .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uR0FbPpThF .content-right-side {
  text-align: center;
}
.cid-uR0FbPpThF .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uR0FbPpThF .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uR0FbPpThF .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-uR0FbPpThF .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-uR0FbPpThF .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uR0FbPpThF .info-widget:first-child {
  margin-left: 0;
}
.cid-uR0FbPpThF .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uR0FbPpThF .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uR0FbPpThF .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uR0FbPpThF .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-uR0FbPpThF .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uR0FbPpThF .navbar {
    display: block;
    padding: 0;
  }
  .cid-uR0FbPpThF .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uR0FbPpThF .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-uR0FbPpThF .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uR0FbPpThF .navbar-toggler {
    display: none;
  }
  .cid-uR0FbPpThF .navbar-collapse {
    justify-content: center;
  }
}
.cid-uR0FbPpThF .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uR0FbPpThF .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uR0FbPpThF .btn-sm {
  padding: 13px 29px;
}
.cid-uR0FbPpThF .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uR0FbPpThF .btn::after {
  background-color: #83868c;
  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-uR0FbPpThF .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uR0FbPpThF .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uR0FbPpThF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uR0FbPpThF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uR0FbPpThF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uR0FbPpThF .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uR0FbPpThF .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uR0FbPpThF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR0FbPpThF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR0FbPpThF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uR0FbPpThF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uR0FbPpThF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR0FbPpThF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uR0FbPpThF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR0FbPpThF .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uR0FbPpThF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uR0FbPpThF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uR0FbPpThF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uR0FbPpThF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uR0FbPpThF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uR0FbPpThF button.navbar-toggler:focus {
  outline: none;
}
.cid-uR0FbPpThF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-uR0FbPpThF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR0FbPpThF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR0FbPpThF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR0FbPpThF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR0FbPpThF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR0FbPpThF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR0FbPpThF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR0FbPpThF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR0FbPpThF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR0FbPpThF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR0FbPpThF .collapsed .btn {
  display: flex;
}
.cid-uR0FbPpThF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uR0FbPpThF .collapsed .navbar-collapse.collapsing,
.cid-uR0FbPpThF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uR0FbPpThF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uR0FbPpThF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uR0FbPpThF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uR0FbPpThF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uR0FbPpThF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uR0FbPpThF .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uR0FbPpThF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uR0FbPpThF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uR0FbPpThF .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uR0FbPpThF .collapsed button.navbar-toggler {
  display: block;
}
.cid-uR0FbPpThF .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uR0FbPpThF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uR0FbPpThF .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-uR0FbPpThF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uR0FbPpThF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uR0FbPpThF .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-uR0FbPpThF .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uR0FbPpThF .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uR0FbPpThF .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uR0FbPpThF .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uR0FbPpThF .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uR0FbPpThF .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-uR0FbPpThF .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uR0FbPpThF .navbar-collapse.collapsing,
  .cid-uR0FbPpThF .navbar-collapse.show {
    display: block !important;
  }
  .cid-uR0FbPpThF .navbar-collapse.collapsing .navbar-nav,
  .cid-uR0FbPpThF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uR0FbPpThF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uR0FbPpThF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uR0FbPpThF .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uR0FbPpThF .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uR0FbPpThF .navbar-collapse.collapsing .navbar-buttons,
  .cid-uR0FbPpThF .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uR0FbPpThF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uR0FbPpThF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uR0FbPpThF img {
    height: 3.8rem !important;
  }
  .cid-uR0FbPpThF .btn {
    display: flex;
  }
  .cid-uR0FbPpThF button.navbar-toggler {
    display: block;
  }
  .cid-uR0FbPpThF .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uR0FbPpThF .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uR0FbPpThF .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-uR0FbPpThF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uR0FbPpThF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uR0FbPpThF .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-uR0FbPpThF .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uR0FbPpThF .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uR0FbPpThF .navbar-toggler {
  position: relative;
}
.cid-uR0FbPpThF .dropdown-item.active,
.cid-uR0FbPpThF .dropdown-item:active {
  color: initial;
}
.cid-uR0FbPpThF .widget-title {
  color: #83868c;
}
.cid-uR0FbPpThF .widget-text {
  color: #83868c;
}
.cid-uR0FbPpThF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uR0FbPpThF .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uR0FbPpThF .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uR0FbPpThF .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-uR0FbPpThF .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uR0FbPpThF .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uR0FbPpThF .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uR0FbPpThF .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uR0FbPpThF .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uR0FbPpThF .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uR0FbPpThF .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uR0FbPpThF .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uR0FbPpThF .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uR0FbPpThF .menu-content-top,
  .cid-uR0FbPpThF .menu-bottom {
    padding: 0 15px;
  }
  .cid-uR0FbPpThF button.navbar-toggler {
    align-self: center;
  }
}
@-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-uR0FbSgppv {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/5-2000x1091.jpg");
}
.cid-uR0FbSgppv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR0FbSgppv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR0FbSgppv .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uR0FbSgppv .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uR0FbSgppv .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #13287d;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uR0FbSgppv .mbr-section-btn {
  display: flex;
}
.cid-uR0FbSgppv .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uR0FbSgppv .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uR0FbSgppv .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uR0FbSgppv .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uR0FbSgppv .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uR0FbSgppv .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uR0FbSgppv .video-wrap .icon-wrap .line-video-1,
.cid-uR0FbSgppv .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uR0FbSgppv .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uR0FbSgppv .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uR0FbSgppv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uR0FbSgppv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uR0FbSgppv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uR0FbSgppv a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffc600;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uR0FbSgppv a.close:hover {
  color: #ffc600;
}
@media (max-width: 991px) {
  .cid-uR0FbSgppv .separator,
  .cid-uR0FbSgppv .sep-holder,
  .cid-uR0FbSgppv .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uR0FbSgppv .buttons-wrap {
    flex-direction: column;
  }
  .cid-uR0FbSgppv .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uR0FbSgppv .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uR0FbSgppv .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uR0FbSgppv .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uR0FbTA20J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR0FbTA20J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0FbTA20J .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-uR0FbTA20J .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR0FbTA20J .container {
    padding: 0 12px;
  }
}
.cid-uR0FbTA20J .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uR0FbTA20J .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uR0FbTA20J .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uR0FbTA20J .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3b5998;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uR0FbTA20J .mbr-section-title {
  color: #222222;
}
.cid-uR0FbUnY9T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-uR0FbUnY9T .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uR0FbUnY9T .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uR0FbUnY9T .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-uR0FbUnY9T * {
    text-align: left;
  }
}
.cid-uR0FbUnY9T a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uR0FbUnY9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0FbUnY9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0FbUnY9T .card-wrapper .card-box .mbr-text,
.cid-uR0FbUnY9T .mbr-section-btn {
  color: #000000;
}
.cid-uR0FbVxSMv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uR0FbVxSMv .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uR0FbVxSMv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uR0FbVxSMv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-uR0FbVxSMv * {
    text-align: left;
  }
}
.cid-uR0FbVxSMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uR0FbVxSMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0FbVxSMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .card-title,
.cid-uR0FbVxSMv .mbr-section-btn,
.cid-uR0FbVxSMv .card-wrapper .card-box .meta {
  color: #000000;
}
.cid-uR0FbVxSMv .card-wrapper .card-box .mbr-text,
.cid-uR0FbVxSMv .mbr-section-btn {
  color: #000000;
}
.cid-uR0FbWvn9d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeff2;
}
.cid-uR0FbWvn9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0FbWvn9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0FbWvn9d .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uR0FbWvn9d .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR0FbWvn9d .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uR0FbWvn9d .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uR0FbWvn9d .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-uR0FbWvn9d .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uR0FbWvn9d .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uR0FbWvn9d .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #3b5998;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR0FbWvn9d .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uR0FbWvn9d .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uR0FbWvn9d .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uR0FbWvn9d .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uR0FbWvn9d .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uR0FbWvn9d .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uR0FbWvn9d .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR0FbWvn9d .item-number {
  color: #bcfe1e;
}
.cid-uR0FbWvn9d .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR0FbWvn9d .item-text {
  color: #bbbbbb;
}
.cid-uR0FbXow47 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uR0FbXow47 .mbr-section-subtitle {
  color: #279e64;
}
.cid-uR0FbXow47 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uR0FbXow47 .mbr-text {
  color: #000000;
}
.cid-uR0FbXow47 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uR0FbXow47 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-uR0FbXow47 .mbr-list {
  color: #83868c;
}
.cid-uR0FbXow47 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uR0FbXow47 .mbr-list .list {
    text-align: left;
  }
}
.cid-uR0FbXow47 .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-uR0FbXow47 .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-uR0FbXow47 .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-uR0FbXow47 * {
    text-align: left;
  }
}
.cid-uR0FbXow47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0FbXow47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0FbY2QxK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uR0FbY2QxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0FbY2QxK .col-12 {
  padding: 0;
}
.cid-uR0FbY2QxK .row {
  margin: 0;
}
.cid-uR0FbY2QxK .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uR0FbY2QxK .card-margin {
    margin-top: -1px;
  }
}
.cid-uR0FbY2QxK .card-wrapper {
  min-height: 500px;
  border: 1px solid #13287d;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uR0FbY2QxK .card-wrapper {
    padding: 1rem;
  }
}
.cid-uR0FbY2QxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0FbY2QxK .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uR0FbY2QxK .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uR0FbY2QxK .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uR0FbY2QxK .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uR0FbY2QxK .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uR0FbY2QxK .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uR0FbY2QxK .image-wrapper {
    padding: 1rem;
  }
}
.cid-uR0FbY2QxK .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uR0FbY2QxK .mbr-text,
.cid-uR0FbY2QxK .mbr-section-btn {
  color: #221b35;
}
.cid-uR0FbYLnrO {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uR0FbYLnrO .mbr-section-subtitle {
  color: #279e64;
}
.cid-uR0FbYLnrO .mbr-section-title {
  color: #000000;
}
.cid-uR0FbYLnrO img {
  width: 100%;
}
.cid-uR0FbYLnrO .mbr-text {
  color: #000000;
}
.cid-uR0FbYLnrO .mbr-section-btn {
  margin-top: 40px;
}
.cid-uR0FbYLnrO .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-uR0FbYLnrO * {
    text-align: left;
  }
}
.cid-uR0FbYLnrO .cards-wrap {
  flex-direction: column;
}
.cid-uR0FbYLnrO .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-uR0FbYLnrO .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uR0FbYLnrO .wrapper .img: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-uR0FbYLnrO .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-uR0FbYLnrO .wrapper .content .mbr-card-title {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-uR0FbYLnrO .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@-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-uR0FbYLnrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0FbYLnrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0FbZyqyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeff2;
}
.cid-uR0FbZyqyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0FbZyqyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0FbZyqyf .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uR0FbZyqyf .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uR0FbZyqyf .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR0FbZyqyf .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uR0FbZyqyf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uR0FbZyqyf .mbr-section-title {
  color: #000000;
}
.cid-uR0FbZyqyf .mbr-desc {
  color: #000000;
}
.cid-uR0FbZyqyf .mbr-text {
  color: #000000;
}
.cid-uR0FbZyqyf .mbr-section-title,
.cid-uR0FbZyqyf .mbr-section-btn {
  color: #000000;
}
.cid-uR0Fc057qY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR0Fc057qY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0Fc057qY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0Fc057qY .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uR0Fc057qY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR0Fc057qY .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uR0Fc057qY .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uR0Fc057qY .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #3b5998;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-uR0Fc057qY .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uR0Fc057qY .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uR0Fc057qY .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #3b5998;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR0Fc057qY .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uR0Fc057qY .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uR0Fc057qY .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uR0Fc057qY .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uR0Fc057qY .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uR0Fc057qY .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uR0Fc057qY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR0Fc057qY .item-number {
  color: #bcfe1e;
}
.cid-uR0Fc057qY .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR0Fc057qY .item-text {
  color: #000000;
  text-align: center;
}
.cid-uR0Fc0KiGj {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uR0Fc0KiGj .mbr-section-subtitle {
  color: #279e64;
}
.cid-uR0Fc0KiGj .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uR0Fc0KiGj .mbr-text {
  color: #000000;
}
.cid-uR0Fc0KiGj .mbr-section-btn {
  margin-top: 40px;
}
.cid-uR0Fc0KiGj .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-uR0Fc0KiGj .mbr-list {
  color: #83868c;
}
.cid-uR0Fc0KiGj .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uR0Fc0KiGj .mbr-list .list {
    text-align: left;
  }
}
.cid-uR0Fc0KiGj .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-uR0Fc0KiGj .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-uR0Fc0KiGj .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-uR0Fc0KiGj * {
    text-align: left;
  }
}
.cid-uR0Fc0KiGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0Fc0KiGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0Fc1lZYz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eeeff2;
}
.cid-uR0Fc1lZYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0Fc1lZYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0Fc1lZYz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uR0Fc1lZYz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uR0Fc1lZYz .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-uR0Fc1lZYz .panel-body,
.cid-uR0Fc1lZYz .card-header {
  padding: 1rem 0;
}
.cid-uR0Fc1lZYz .panel-title-edit {
  color: #000000;
}
.cid-uR0Fc2fyhg {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uR0Fc2fyhg .row {
  flex-direction: row-reverse;
}
.cid-uR0Fc2fyhg .mbr-text {
  color: #221b35;
}
.cid-uR0Fc2fyhg .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uR0Fc2fyhg h5,
.cid-uR0Fc2fyhg h6 {
  background: #13287d;
  display: inline;
}
.cid-uR0Fc2fyhg h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uR0Fc2fyhg h6 {
  line-height: 1.3 !important;
}
.cid-uR0Fc2fyhg h6 span {
  padding-right: 2rem;
}
.cid-uR0Fc2fyhg .mbr-section-title,
.cid-uR0Fc2fyhg .align {
  color: #ffffff;
}
.cid-uR0Fc2fyhg .mbr-section-subtitle,
.cid-uR0Fc2fyhg .align {
  color: #ffffff;
  text-align: center;
}
.cid-uR1sUKuysd {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #e9e9e9;
  margin-bottom: 70px;
}
.cid-uR1sUKuysd .content {
  padding-left: 30px;
}
.cid-uR1sUKuysd .mbr-section-subtitle {
  color: #279e64;
}
.cid-uR1sUKuysd .mbr-section-title {
  color: #13287d;
}
.cid-uR1sUKuysd .mbr-text {
  color: #83868c;
}
.cid-uR1sUKuysd .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-uR1sUKuysd .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uR1sUKuysd .p-4 {
  padding: 1rem 0 !important;
}
.cid-uR1sUKuysd .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uR1sUKuysd .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uR1sUKuysd .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uR1sUKuysd .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-uR1sUKuysd .card:last-child {
  border-bottom: none !important;
}
.cid-uR1sUKuysd .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uR1sUKuysd .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uR1sUKuysd .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-uR1sUKuysd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uR1sUKuysd .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #13287d;
  padding-right: 50px;
}
.cid-uR1sUKuysd .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uR1sUKuysd .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-uR1sUKuysd .card .card-header a.panel-title .toggle-icon:before,
.cid-uR1sUKuysd .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uR1sUKuysd .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-uR1sUKuysd .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uR1sUKuysd .card .panel-body {
  padding: 14px 20px;
}
.cid-uR1sUKuysd .card .panel-body p {
  color: #83868c;
}
.cid-uR1sUKuysd .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uR1sUKuysd .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uR1sUKuysd .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-uR1sUKuysd .collapsed .toggle-icon:before,
.cid-uR1sUKuysd .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-uR1sUKuysd .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-uR1sUKuysd .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1sUKuysd * {
    text-align: left;
  }
}
.cid-uR1sUKuysd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1sUKuysd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1sUKuysd .card .panel-body p {
  color: #000000;
}
.cid-uR0Fc2J1Op {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uR0Fc2J1Op .mbr-section-title {
  margin-bottom: 30px;
  color: #279e64;
}
.cid-uR0Fc2J1Op .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-uR0Fc2J1Op .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uR0Fc2J1Op .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uR0Fc2J1Op .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uR0Fc2J1Op .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uR0Fc2J1Op .map-placeholder {
  display: none;
}
.cid-uR0Fc2J1Op h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-uR0Fc3i6gE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR0Fc3i6gE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR0Fc3i6gE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR0Fc3i6gE .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR0Fc3i6gE .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uR0Fc3i6gE .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR0Fc3i6gE .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uR0Fc3i6gE .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uR0Fc3i6gE .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR0Fc3i6gE .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR0Fc3i6gE .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #279e64;
}
.cid-uR0Fc3i6gE .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uR0Fc3i6gE .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR0Fc3i6gE .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uR0Fc3i6gE .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uR0Fc3i6gE .items-wrapper .card {
  padding: 0 32px;
}
.cid-uR0Fc3i6gE .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uR0Fc3i6gE .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uR0Fc3i6gE .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uR0Fc3i6gE .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uR0Fc3i6gE .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uR0Fc3i6gE .list-wrapper .list .item-wrap:hover,
.cid-uR0Fc3i6gE .list-wrapper .list .item-wrap:focus {
  color: #279e64;
}
.cid-uR0Fc3i6gE .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uR0Fc3i6gE .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uR0Fc3i6gE .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uR0Fc3i6gE .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uR0Fc3i6gE .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uR0Fc3i6gE .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uR0Fc3i6gE .mbr-desc {
  color: #000000;
}
.cid-uR0Fc3i6gE .mbr-text,
.cid-uR0Fc3i6gE .text-wrapper {
  color: #9aa0a6;
}
.cid-uR0Fc3i6gE .list {
  color: #9aa0a6;
}
.cid-uR0Fc3i6gE .list,
.cid-uR0Fc3i6gE .item-wrap {
  color: #000000;
}
.cid-uR0Fc3i6gE .mbr-text,
.cid-uR0Fc3i6gE .mbr-section-btn {
  color: #000000;
}
.cid-uR1uf1nmts .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uR1uf1nmts .navbar-fixed-top {
  padding-top: 0;
}
.cid-uR1uf1nmts .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uR1uf1nmts .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-uR1uf1nmts .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uR1uf1nmts .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uR1uf1nmts .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uR1uf1nmts .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uR1uf1nmts .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uR1uf1nmts .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uR1uf1nmts .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uR1uf1nmts .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uR1uf1nmts .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uR1uf1nmts .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uR1uf1nmts .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uR1uf1nmts .dropdown-item,
.cid-uR1uf1nmts .nav-link,
.cid-uR1uf1nmts .brand-name {
  font-style: normal;
}
.cid-uR1uf1nmts .dropdown-item:hover,
.cid-uR1uf1nmts .nav-link:hover,
.cid-uR1uf1nmts .brand-name:hover {
  color: #279e64 !important;
}
.cid-uR1uf1nmts .dropdown-menu {
  background-color: #ffffff;
}
.cid-uR1uf1nmts .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uR1uf1nmts .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uR1uf1nmts .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uR1uf1nmts .nav-item {
  position: relative;
}
.cid-uR1uf1nmts .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uR1uf1nmts .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uR1uf1nmts .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uR1uf1nmts .nav-link {
    line-height: 6.13;
  }
  .cid-uR1uf1nmts .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-uR1uf1nmts .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uR1uf1nmts .dropdown-item {
    color: #83868c !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-uR1uf1nmts .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-uR1uf1nmts .content-text {
  margin-bottom: 0;
}
.cid-uR1uf1nmts .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uR1uf1nmts .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-uR1uf1nmts .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uR1uf1nmts .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uR1uf1nmts .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uR1uf1nmts .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR1uf1nmts .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uR1uf1nmts .content-right-side {
  text-align: center;
}
.cid-uR1uf1nmts .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uR1uf1nmts .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uR1uf1nmts .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-uR1uf1nmts .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-uR1uf1nmts .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uR1uf1nmts .info-widget:first-child {
  margin-left: 0;
}
.cid-uR1uf1nmts .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uR1uf1nmts .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uR1uf1nmts .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uR1uf1nmts .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-uR1uf1nmts .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uR1uf1nmts .navbar {
    display: block;
    padding: 0;
  }
  .cid-uR1uf1nmts .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uR1uf1nmts .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-uR1uf1nmts .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uR1uf1nmts .navbar-toggler {
    display: none;
  }
  .cid-uR1uf1nmts .navbar-collapse {
    justify-content: center;
  }
}
.cid-uR1uf1nmts .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uR1uf1nmts .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uR1uf1nmts .btn-sm {
  padding: 13px 29px;
}
.cid-uR1uf1nmts .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uR1uf1nmts .btn::after {
  background-color: #83868c;
  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-uR1uf1nmts .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uR1uf1nmts .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uR1uf1nmts .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uR1uf1nmts .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uR1uf1nmts .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uR1uf1nmts .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uR1uf1nmts .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uR1uf1nmts .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR1uf1nmts .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR1uf1nmts .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uR1uf1nmts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uR1uf1nmts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR1uf1nmts .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uR1uf1nmts .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR1uf1nmts .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uR1uf1nmts .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uR1uf1nmts .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uR1uf1nmts .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uR1uf1nmts .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uR1uf1nmts button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uR1uf1nmts button.navbar-toggler:focus {
  outline: none;
}
.cid-uR1uf1nmts button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-uR1uf1nmts button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR1uf1nmts button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR1uf1nmts button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR1uf1nmts button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR1uf1nmts nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR1uf1nmts nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR1uf1nmts nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR1uf1nmts nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR1uf1nmts .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR1uf1nmts .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR1uf1nmts .collapsed .btn {
  display: flex;
}
.cid-uR1uf1nmts .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uR1uf1nmts .collapsed .navbar-collapse.collapsing,
.cid-uR1uf1nmts .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uR1uf1nmts .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uR1uf1nmts .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uR1uf1nmts .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uR1uf1nmts .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uR1uf1nmts .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uR1uf1nmts .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uR1uf1nmts .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uR1uf1nmts .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uR1uf1nmts .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uR1uf1nmts .collapsed button.navbar-toggler {
  display: block;
}
.cid-uR1uf1nmts .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uR1uf1nmts .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uR1uf1nmts .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-uR1uf1nmts .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uR1uf1nmts .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uR1uf1nmts .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-uR1uf1nmts .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uR1uf1nmts .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uR1uf1nmts .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uR1uf1nmts .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uR1uf1nmts .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uR1uf1nmts .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-uR1uf1nmts .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uR1uf1nmts .navbar-collapse.collapsing,
  .cid-uR1uf1nmts .navbar-collapse.show {
    display: block !important;
  }
  .cid-uR1uf1nmts .navbar-collapse.collapsing .navbar-nav,
  .cid-uR1uf1nmts .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uR1uf1nmts .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uR1uf1nmts .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uR1uf1nmts .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uR1uf1nmts .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uR1uf1nmts .navbar-collapse.collapsing .navbar-buttons,
  .cid-uR1uf1nmts .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uR1uf1nmts .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uR1uf1nmts .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uR1uf1nmts img {
    height: 3.8rem !important;
  }
  .cid-uR1uf1nmts .btn {
    display: flex;
  }
  .cid-uR1uf1nmts button.navbar-toggler {
    display: block;
  }
  .cid-uR1uf1nmts .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uR1uf1nmts .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uR1uf1nmts .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-uR1uf1nmts .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uR1uf1nmts .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uR1uf1nmts .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-uR1uf1nmts .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uR1uf1nmts .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uR1uf1nmts .navbar-toggler {
  position: relative;
}
.cid-uR1uf1nmts .dropdown-item.active,
.cid-uR1uf1nmts .dropdown-item:active {
  color: initial;
}
.cid-uR1uf1nmts .widget-title {
  color: #83868c;
}
.cid-uR1uf1nmts .widget-text {
  color: #83868c;
}
.cid-uR1uf1nmts .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uR1uf1nmts .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uR1uf1nmts .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uR1uf1nmts .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-uR1uf1nmts .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uR1uf1nmts .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uR1uf1nmts .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uR1uf1nmts .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uR1uf1nmts .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uR1uf1nmts .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uR1uf1nmts .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uR1uf1nmts .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uR1uf1nmts .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uR1uf1nmts .menu-content-top,
  .cid-uR1uf1nmts .menu-bottom {
    padding: 0 15px;
  }
  .cid-uR1uf1nmts button.navbar-toggler {
    align-self: center;
  }
}
@-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-uR1uf2mUrL {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/7-2000x1287.jpg");
}
.cid-uR1uf2mUrL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR1uf2mUrL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR1uf2mUrL .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uR1uf2mUrL .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uR1uf2mUrL .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #13287d;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uR1uf2mUrL .mbr-section-btn {
  display: flex;
}
.cid-uR1uf2mUrL .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uR1uf2mUrL .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uR1uf2mUrL .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uR1uf2mUrL .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uR1uf2mUrL .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uR1uf2mUrL .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uR1uf2mUrL .video-wrap .icon-wrap .line-video-1,
.cid-uR1uf2mUrL .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uR1uf2mUrL .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uR1uf2mUrL .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uR1uf2mUrL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uR1uf2mUrL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uR1uf2mUrL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uR1uf2mUrL a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffc600;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uR1uf2mUrL a.close:hover {
  color: #ffc600;
}
@media (max-width: 991px) {
  .cid-uR1uf2mUrL .separator,
  .cid-uR1uf2mUrL .sep-holder,
  .cid-uR1uf2mUrL .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uR1uf2mUrL .buttons-wrap {
    flex-direction: column;
  }
  .cid-uR1uf2mUrL .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uR1uf2mUrL .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uR1uf2mUrL .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uR1uf2mUrL .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uR1uf3abzY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR1uf3abzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1uf3abzY .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-uR1uf3abzY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR1uf3abzY .container {
    padding: 0 12px;
  }
}
.cid-uR1uf3abzY .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uR1uf3abzY .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uR1uf3abzY .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uR1uf3abzY .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3b5998;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uR1uf3abzY .mbr-section-title {
  color: #222222;
}
.cid-uR1uf3AxWF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-uR1uf3AxWF .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uR1uf3AxWF .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uR1uf3AxWF .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-uR1uf3AxWF * {
    text-align: left;
  }
}
.cid-uR1uf3AxWF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uR1uf3AxWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1uf3AxWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1uf3AxWF .card-wrapper .card-box .mbr-text,
.cid-uR1uf3AxWF .mbr-section-btn {
  color: #000000;
}
.cid-uR1yED3cGL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR1yED3cGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1yED3cGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1yED3cGL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uR1yED3cGL .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uR1yED3cGL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR1yED3cGL .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uR1yED3cGL .container {
    padding: 0 24px;
  }
}
.cid-uR1yED3cGL .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uR1yED3cGL .image-wrapper img {
    height: 400px;
  }
}
.cid-uR1uf465sC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uR1uf465sC .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uR1uf465sC .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uR1uf465sC .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-uR1uf465sC .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-uR1uf465sC .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-uR1uf465sC .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-uR1uf465sC .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-uR1uf465sC .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-uR1uf465sC .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-uR1uf465sC .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-uR1uf465sC .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uR1uf465sC .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uR1uf465sC .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-uR1uf465sC .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-uR1uf465sC .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uR1uf465sC .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-uR1uf465sC .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-uR1uf465sC .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-uR1uf465sC .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uR1uf465sC .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uR1uf465sC .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uR1uf465sC .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uR1uf465sC .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-uR1uf465sC * {
    text-align: left;
  }
}
.cid-uR1uf465sC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uR1uf465sC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1uf465sC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1uf465sC .card-wrapper .card-box .card-title,
.cid-uR1uf465sC .mbr-section-btn,
.cid-uR1uf465sC .card-wrapper .card-box .meta {
  color: #000000;
}
.cid-uR1uf465sC .card-wrapper .card-box .mbr-text,
.cid-uR1uf465sC .mbr-section-btn {
  color: #000000;
}
.cid-uR1uf4uOwA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeff2;
}
.cid-uR1uf4uOwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1uf4uOwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1uf4uOwA .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uR1uf4uOwA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR1uf4uOwA .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uR1uf4uOwA .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uR1uf4uOwA .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-uR1uf4uOwA .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uR1uf4uOwA .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uR1uf4uOwA .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #3b5998;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR1uf4uOwA .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uR1uf4uOwA .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uR1uf4uOwA .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uR1uf4uOwA .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uR1uf4uOwA .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uR1uf4uOwA .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uR1uf4uOwA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR1uf4uOwA .item-number {
  color: #bcfe1e;
}
.cid-uR1uf4uOwA .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR1uf4uOwA .item-text {
  color: #bbbbbb;
}
.cid-uR1uf4Uq2Q {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uR1uf4Uq2Q .mbr-section-subtitle {
  color: #279e64;
}
.cid-uR1uf4Uq2Q .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uR1uf4Uq2Q .mbr-text {
  color: #000000;
}
.cid-uR1uf4Uq2Q .mbr-section-btn {
  margin-top: 40px;
}
.cid-uR1uf4Uq2Q .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-uR1uf4Uq2Q .mbr-list {
  color: #83868c;
}
.cid-uR1uf4Uq2Q .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uR1uf4Uq2Q .mbr-list .list {
    text-align: left;
  }
}
.cid-uR1uf4Uq2Q .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-uR1uf4Uq2Q .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-uR1uf4Uq2Q .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-uR1uf4Uq2Q * {
    text-align: left;
  }
}
.cid-uR1uf4Uq2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1uf4Uq2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1uf5flMW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uR1uf5flMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1uf5flMW .col-12 {
  padding: 0;
}
.cid-uR1uf5flMW .row {
  margin: 0;
}
.cid-uR1uf5flMW .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uR1uf5flMW .card-margin {
    margin-top: -1px;
  }
}
.cid-uR1uf5flMW .card-wrapper {
  min-height: 500px;
  border: 1px solid #13287d;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uR1uf5flMW .card-wrapper {
    padding: 1rem;
  }
}
.cid-uR1uf5flMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1uf5flMW .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uR1uf5flMW .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uR1uf5flMW .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uR1uf5flMW .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uR1uf5flMW .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uR1uf5flMW .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uR1uf5flMW .image-wrapper {
    padding: 1rem;
  }
}
.cid-uR1uf5flMW .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uR1uf5flMW .mbr-text,
.cid-uR1uf5flMW .mbr-section-btn {
  color: #221b35;
}
.cid-uR1uf5VGro {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uR1uf5VGro .mbr-section-subtitle {
  color: #279e64;
}
.cid-uR1uf5VGro .mbr-section-title {
  color: #000000;
}
.cid-uR1uf5VGro img {
  width: 100%;
}
.cid-uR1uf5VGro .mbr-text {
  color: #000000;
}
.cid-uR1uf5VGro .mbr-section-btn {
  margin-top: 40px;
}
.cid-uR1uf5VGro .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-uR1uf5VGro * {
    text-align: left;
  }
}
.cid-uR1uf5VGro .cards-wrap {
  flex-direction: column;
}
.cid-uR1uf5VGro .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-uR1uf5VGro .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uR1uf5VGro .wrapper .img: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-uR1uf5VGro .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-uR1uf5VGro .wrapper .content .mbr-card-title {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-uR1uf5VGro .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@-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-uR1uf5VGro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1uf5VGro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1uf8joQT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeff2;
}
.cid-uR1uf8joQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1uf8joQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1uf8joQT .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uR1uf8joQT .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uR1uf8joQT .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR1uf8joQT .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uR1uf8joQT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uR1uf8joQT .mbr-section-title {
  color: #000000;
}
.cid-uR1uf8joQT .mbr-desc {
  color: #000000;
}
.cid-uR1uf8joQT .mbr-text {
  color: #000000;
}
.cid-uR1uf8joQT .mbr-section-title,
.cid-uR1uf8joQT .mbr-section-btn {
  color: #000000;
}
.cid-uR1uf9pZao {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR1uf9pZao .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1uf9pZao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1uf9pZao .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uR1uf9pZao .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR1uf9pZao .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uR1uf9pZao .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uR1uf9pZao .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #3b5998;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-uR1uf9pZao .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uR1uf9pZao .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uR1uf9pZao .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #3b5998;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR1uf9pZao .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uR1uf9pZao .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uR1uf9pZao .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uR1uf9pZao .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uR1uf9pZao .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uR1uf9pZao .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uR1uf9pZao .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR1uf9pZao .item-number {
  color: #bcfe1e;
}
.cid-uR1uf9pZao .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR1uf9pZao .item-text {
  color: #000000;
  text-align: center;
}
.cid-uR1ufai30i {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uR1ufai30i .mbr-section-subtitle {
  color: #279e64;
}
.cid-uR1ufai30i .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uR1ufai30i .mbr-text {
  color: #000000;
}
.cid-uR1ufai30i .mbr-section-btn {
  margin-top: 40px;
}
.cid-uR1ufai30i .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-uR1ufai30i .mbr-list {
  color: #83868c;
}
.cid-uR1ufai30i .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uR1ufai30i .mbr-list .list {
    text-align: left;
  }
}
.cid-uR1ufai30i .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-uR1ufai30i .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-uR1ufai30i .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-uR1ufai30i * {
    text-align: left;
  }
}
.cid-uR1ufai30i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1ufai30i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1ufaTGZf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eeeff2;
}
.cid-uR1ufaTGZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1ufaTGZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1ufaTGZf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uR1ufaTGZf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uR1ufaTGZf .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-uR1ufaTGZf .panel-body,
.cid-uR1ufaTGZf .card-header {
  padding: 1rem 0;
}
.cid-uR1ufaTGZf .panel-title-edit {
  color: #000000;
}
.cid-uR1ufbMI2S {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uR1ufbMI2S .row {
  flex-direction: row-reverse;
}
.cid-uR1ufbMI2S .mbr-text {
  color: #221b35;
}
.cid-uR1ufbMI2S .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uR1ufbMI2S h5,
.cid-uR1ufbMI2S h6 {
  background: #13287d;
  display: inline;
}
.cid-uR1ufbMI2S h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uR1ufbMI2S h6 {
  line-height: 1.3 !important;
}
.cid-uR1ufbMI2S h6 span {
  padding-right: 2rem;
}
.cid-uR1ufbMI2S .mbr-section-title,
.cid-uR1ufbMI2S .align {
  color: #ffffff;
}
.cid-uR1ufbMI2S .mbr-section-subtitle,
.cid-uR1ufbMI2S .align {
  color: #ffffff;
  text-align: center;
}
.cid-uR1ufc66Ht {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #e9e9e9;
  margin-bottom: 70px;
}
.cid-uR1ufc66Ht .content {
  padding-left: 30px;
}
.cid-uR1ufc66Ht .mbr-section-subtitle {
  color: #279e64;
}
.cid-uR1ufc66Ht .mbr-section-title {
  color: #13287d;
}
.cid-uR1ufc66Ht .mbr-text {
  color: #83868c;
}
.cid-uR1ufc66Ht .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-uR1ufc66Ht .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uR1ufc66Ht .p-4 {
  padding: 1rem 0 !important;
}
.cid-uR1ufc66Ht .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uR1ufc66Ht .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uR1ufc66Ht .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uR1ufc66Ht .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-uR1ufc66Ht .card:last-child {
  border-bottom: none !important;
}
.cid-uR1ufc66Ht .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uR1ufc66Ht .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uR1ufc66Ht .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-uR1ufc66Ht .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uR1ufc66Ht .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #13287d;
  padding-right: 50px;
}
.cid-uR1ufc66Ht .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uR1ufc66Ht .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-uR1ufc66Ht .card .card-header a.panel-title .toggle-icon:before,
.cid-uR1ufc66Ht .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uR1ufc66Ht .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-uR1ufc66Ht .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uR1ufc66Ht .card .panel-body {
  padding: 14px 20px;
}
.cid-uR1ufc66Ht .card .panel-body p {
  color: #83868c;
}
.cid-uR1ufc66Ht .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uR1ufc66Ht .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uR1ufc66Ht .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-uR1ufc66Ht .collapsed .toggle-icon:before,
.cid-uR1ufc66Ht .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-uR1ufc66Ht .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-uR1ufc66Ht .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1ufc66Ht * {
    text-align: left;
  }
}
.cid-uR1ufc66Ht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1ufc66Ht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1ufc66Ht .card .panel-body p {
  color: #000000;
}
.cid-uR1ufcKG75 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uR1ufcKG75 .mbr-section-title {
  margin-bottom: 30px;
  color: #279e64;
}
.cid-uR1ufcKG75 .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-uR1ufcKG75 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uR1ufcKG75 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uR1ufcKG75 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uR1ufcKG75 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uR1ufcKG75 .map-placeholder {
  display: none;
}
.cid-uR1ufcKG75 h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-uR1ufd5VbC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR1ufd5VbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1ufd5VbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1ufd5VbC .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR1ufd5VbC .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uR1ufd5VbC .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR1ufd5VbC .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uR1ufd5VbC .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uR1ufd5VbC .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR1ufd5VbC .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR1ufd5VbC .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #279e64;
}
.cid-uR1ufd5VbC .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uR1ufd5VbC .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR1ufd5VbC .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uR1ufd5VbC .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uR1ufd5VbC .items-wrapper .card {
  padding: 0 32px;
}
.cid-uR1ufd5VbC .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uR1ufd5VbC .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uR1ufd5VbC .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uR1ufd5VbC .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uR1ufd5VbC .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uR1ufd5VbC .list-wrapper .list .item-wrap:hover,
.cid-uR1ufd5VbC .list-wrapper .list .item-wrap:focus {
  color: #279e64;
}
.cid-uR1ufd5VbC .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uR1ufd5VbC .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uR1ufd5VbC .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uR1ufd5VbC .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uR1ufd5VbC .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uR1ufd5VbC .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uR1ufd5VbC .mbr-desc {
  color: #000000;
}
.cid-uR1ufd5VbC .mbr-text,
.cid-uR1ufd5VbC .text-wrapper {
  color: #9aa0a6;
}
.cid-uR1ufd5VbC .list {
  color: #9aa0a6;
}
.cid-uR1ufd5VbC .list,
.cid-uR1ufd5VbC .item-wrap {
  color: #000000;
}
.cid-uR1ufd5VbC .mbr-text,
.cid-uR1ufd5VbC .mbr-section-btn {
  color: #000000;
}
.cid-uR1yLGOKc6 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uR1yLGOKc6 .navbar-fixed-top {
  padding-top: 0;
}
.cid-uR1yLGOKc6 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-uR1yLGOKc6 .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-uR1yLGOKc6 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-uR1yLGOKc6 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-uR1yLGOKc6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uR1yLGOKc6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uR1yLGOKc6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-uR1yLGOKc6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uR1yLGOKc6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uR1yLGOKc6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uR1yLGOKc6 .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uR1yLGOKc6 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uR1yLGOKc6 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-uR1yLGOKc6 .dropdown-item,
.cid-uR1yLGOKc6 .nav-link,
.cid-uR1yLGOKc6 .brand-name {
  font-style: normal;
}
.cid-uR1yLGOKc6 .dropdown-item:hover,
.cid-uR1yLGOKc6 .nav-link:hover,
.cid-uR1yLGOKc6 .brand-name:hover {
  color: #279e64 !important;
}
.cid-uR1yLGOKc6 .dropdown-menu {
  background-color: #ffffff;
}
.cid-uR1yLGOKc6 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-uR1yLGOKc6 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-uR1yLGOKc6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uR1yLGOKc6 .nav-item {
  position: relative;
}
.cid-uR1yLGOKc6 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uR1yLGOKc6 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-uR1yLGOKc6 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-uR1yLGOKc6 .nav-link {
    line-height: 6.13;
  }
  .cid-uR1yLGOKc6 .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-uR1yLGOKc6 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
  .cid-uR1yLGOKc6 .dropdown-item {
    color: #83868c !important;
    border-bottom: 0px solid #4f5b77;
  }
}
.cid-uR1yLGOKc6 .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-uR1yLGOKc6 .content-text {
  margin-bottom: 0;
}
.cid-uR1yLGOKc6 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uR1yLGOKc6 .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-uR1yLGOKc6 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uR1yLGOKc6 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uR1yLGOKc6 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-uR1yLGOKc6 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR1yLGOKc6 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uR1yLGOKc6 .content-right-side {
  text-align: center;
}
.cid-uR1yLGOKc6 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uR1yLGOKc6 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uR1yLGOKc6 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #279e64;
}
.cid-uR1yLGOKc6 .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-uR1yLGOKc6 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uR1yLGOKc6 .info-widget:first-child {
  margin-left: 0;
}
.cid-uR1yLGOKc6 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uR1yLGOKc6 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-uR1yLGOKc6 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uR1yLGOKc6 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #e1e3e6;
}
@media (min-width: 992px) {
  .cid-uR1yLGOKc6 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-uR1yLGOKc6 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uR1yLGOKc6 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-uR1yLGOKc6 .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-uR1yLGOKc6 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uR1yLGOKc6 .navbar-toggler {
    display: none;
  }
  .cid-uR1yLGOKc6 .navbar-collapse {
    justify-content: center;
  }
}
.cid-uR1yLGOKc6 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uR1yLGOKc6 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-uR1yLGOKc6 .btn-sm {
  padding: 13px 29px;
}
.cid-uR1yLGOKc6 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uR1yLGOKc6 .btn::after {
  background-color: #83868c;
  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-uR1yLGOKc6 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uR1yLGOKc6 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uR1yLGOKc6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uR1yLGOKc6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-uR1yLGOKc6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uR1yLGOKc6 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uR1yLGOKc6 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uR1yLGOKc6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR1yLGOKc6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR1yLGOKc6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uR1yLGOKc6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uR1yLGOKc6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR1yLGOKc6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uR1yLGOKc6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR1yLGOKc6 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-uR1yLGOKc6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-uR1yLGOKc6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uR1yLGOKc6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uR1yLGOKc6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uR1yLGOKc6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-uR1yLGOKc6 button.navbar-toggler:focus {
  outline: none;
}
.cid-uR1yLGOKc6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-uR1yLGOKc6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR1yLGOKc6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR1yLGOKc6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR1yLGOKc6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR1yLGOKc6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR1yLGOKc6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR1yLGOKc6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR1yLGOKc6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR1yLGOKc6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR1yLGOKc6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR1yLGOKc6 .collapsed .btn {
  display: flex;
}
.cid-uR1yLGOKc6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uR1yLGOKc6 .collapsed .navbar-collapse.collapsing,
.cid-uR1yLGOKc6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uR1yLGOKc6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uR1yLGOKc6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uR1yLGOKc6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uR1yLGOKc6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uR1yLGOKc6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uR1yLGOKc6 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-uR1yLGOKc6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uR1yLGOKc6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uR1yLGOKc6 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uR1yLGOKc6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uR1yLGOKc6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uR1yLGOKc6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-uR1yLGOKc6 .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-uR1yLGOKc6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uR1yLGOKc6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uR1yLGOKc6 .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-uR1yLGOKc6 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uR1yLGOKc6 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-uR1yLGOKc6 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-uR1yLGOKc6 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uR1yLGOKc6 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-uR1yLGOKc6 .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-uR1yLGOKc6 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-uR1yLGOKc6 .navbar-collapse.collapsing,
  .cid-uR1yLGOKc6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uR1yLGOKc6 .navbar-collapse.collapsing .navbar-nav,
  .cid-uR1yLGOKc6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uR1yLGOKc6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uR1yLGOKc6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uR1yLGOKc6 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-uR1yLGOKc6 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-uR1yLGOKc6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uR1yLGOKc6 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uR1yLGOKc6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uR1yLGOKc6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uR1yLGOKc6 img {
    height: 3.8rem !important;
  }
  .cid-uR1yLGOKc6 .btn {
    display: flex;
  }
  .cid-uR1yLGOKc6 button.navbar-toggler {
    display: block;
  }
  .cid-uR1yLGOKc6 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uR1yLGOKc6 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-uR1yLGOKc6 .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-uR1yLGOKc6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uR1yLGOKc6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uR1yLGOKc6 .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-uR1yLGOKc6 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uR1yLGOKc6 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uR1yLGOKc6 .navbar-toggler {
  position: relative;
}
.cid-uR1yLGOKc6 .dropdown-item.active,
.cid-uR1yLGOKc6 .dropdown-item:active {
  color: initial;
}
.cid-uR1yLGOKc6 .widget-title {
  color: #83868c;
}
.cid-uR1yLGOKc6 .widget-text {
  color: #83868c;
}
.cid-uR1yLGOKc6 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-uR1yLGOKc6 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #13287d;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-uR1yLGOKc6 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-uR1yLGOKc6 .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-uR1yLGOKc6 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-uR1yLGOKc6 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-uR1yLGOKc6 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-uR1yLGOKc6 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-uR1yLGOKc6 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-uR1yLGOKc6 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-uR1yLGOKc6 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-uR1yLGOKc6 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-uR1yLGOKc6 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-uR1yLGOKc6 .menu-content-top,
  .cid-uR1yLGOKc6 .menu-bottom {
    padding: 0 15px;
  }
  .cid-uR1yLGOKc6 button.navbar-toggler {
    align-self: center;
  }
}
@-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-uR1yLHuSMl {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/9-1920x1080.jpg");
}
.cid-uR1yLHuSMl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR1yLHuSMl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR1yLHuSMl .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-uR1yLHuSMl .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-uR1yLHuSMl .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #13287d;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uR1yLHuSMl .mbr-section-btn {
  display: flex;
}
.cid-uR1yLHuSMl .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-uR1yLHuSMl .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-uR1yLHuSMl .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-uR1yLHuSMl .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-uR1yLHuSMl .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uR1yLHuSMl .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-uR1yLHuSMl .video-wrap .icon-wrap .line-video-1,
.cid-uR1yLHuSMl .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-uR1yLHuSMl .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-uR1yLHuSMl .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-uR1yLHuSMl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uR1yLHuSMl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uR1yLHuSMl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uR1yLHuSMl a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffc600;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uR1yLHuSMl a.close:hover {
  color: #ffc600;
}
@media (max-width: 991px) {
  .cid-uR1yLHuSMl .separator,
  .cid-uR1yLHuSMl .sep-holder,
  .cid-uR1yLHuSMl .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uR1yLHuSMl .buttons-wrap {
    flex-direction: column;
  }
  .cid-uR1yLHuSMl .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-uR1yLHuSMl .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-uR1yLHuSMl .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-uR1yLHuSMl .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-uR1yLI9QiT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR1yLI9QiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1yLI9QiT .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-uR1yLI9QiT .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR1yLI9QiT .container {
    padding: 0 12px;
  }
}
.cid-uR1yLI9QiT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uR1yLI9QiT .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uR1yLI9QiT .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uR1yLI9QiT .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3b5998;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uR1yLI9QiT .mbr-section-title {
  color: #222222;
}
.cid-uR1yLItU6Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-uR1yLItU6Y .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uR1yLItU6Y .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uR1yLItU6Y .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-uR1yLItU6Y * {
    text-align: left;
  }
}
.cid-uR1yLItU6Y a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uR1yLItU6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1yLItU6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1yLItU6Y .card-wrapper .card-box .mbr-text,
.cid-uR1yLItU6Y .mbr-section-btn {
  color: #000000;
}
.cid-uR1yLJkXLP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uR1yLJkXLP .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uR1yLJkXLP .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uR1yLJkXLP .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-uR1yLJkXLP * {
    text-align: left;
  }
}
.cid-uR1yLJkXLP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uR1yLJkXLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1yLJkXLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .card-title,
.cid-uR1yLJkXLP .mbr-section-btn,
.cid-uR1yLJkXLP .card-wrapper .card-box .meta {
  color: #000000;
}
.cid-uR1yLJkXLP .card-wrapper .card-box .mbr-text,
.cid-uR1yLJkXLP .mbr-section-btn {
  color: #000000;
}
.cid-uR1yLK0sFK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeff2;
}
.cid-uR1yLK0sFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1yLK0sFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1yLK0sFK .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uR1yLK0sFK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR1yLK0sFK .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uR1yLK0sFK .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uR1yLK0sFK .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-uR1yLK0sFK .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uR1yLK0sFK .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uR1yLK0sFK .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #3b5998;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR1yLK0sFK .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uR1yLK0sFK .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uR1yLK0sFK .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uR1yLK0sFK .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uR1yLK0sFK .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uR1yLK0sFK .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uR1yLK0sFK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR1yLK0sFK .item-number {
  color: #bcfe1e;
}
.cid-uR1yLK0sFK .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR1yLK0sFK .item-text {
  color: #bbbbbb;
}
.cid-uR1yLKB4vG {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uR1yLKB4vG .mbr-section-subtitle {
  color: #279e64;
}
.cid-uR1yLKB4vG .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uR1yLKB4vG .mbr-text {
  color: #000000;
}
.cid-uR1yLKB4vG .mbr-section-btn {
  margin-top: 40px;
}
.cid-uR1yLKB4vG .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-uR1yLKB4vG .mbr-list {
  color: #83868c;
}
.cid-uR1yLKB4vG .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uR1yLKB4vG .mbr-list .list {
    text-align: left;
  }
}
.cid-uR1yLKB4vG .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-uR1yLKB4vG .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-uR1yLKB4vG .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-uR1yLKB4vG * {
    text-align: left;
  }
}
.cid-uR1yLKB4vG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1yLKB4vG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1yLKXwvG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uR1yLKXwvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1yLKXwvG .col-12 {
  padding: 0;
}
.cid-uR1yLKXwvG .row {
  margin: 0;
}
.cid-uR1yLKXwvG .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uR1yLKXwvG .card-margin {
    margin-top: -1px;
  }
}
.cid-uR1yLKXwvG .card-wrapper {
  min-height: 500px;
  border: 1px solid #13287d;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uR1yLKXwvG .card-wrapper {
    padding: 1rem;
  }
}
.cid-uR1yLKXwvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1yLKXwvG .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uR1yLKXwvG .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uR1yLKXwvG .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uR1yLKXwvG .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uR1yLKXwvG .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uR1yLKXwvG .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uR1yLKXwvG .image-wrapper {
    padding: 1rem;
  }
}
.cid-uR1yLKXwvG .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uR1yLKXwvG .mbr-text,
.cid-uR1yLKXwvG .mbr-section-btn {
  color: #221b35;
}
.cid-uR1yLLtFZV {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uR1yLLtFZV .mbr-section-subtitle {
  color: #279e64;
}
.cid-uR1yLLtFZV .mbr-section-title {
  color: #000000;
}
.cid-uR1yLLtFZV img {
  width: 100%;
}
.cid-uR1yLLtFZV .mbr-text {
  color: #000000;
}
.cid-uR1yLLtFZV .mbr-section-btn {
  margin-top: 40px;
}
.cid-uR1yLLtFZV .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-uR1yLLtFZV * {
    text-align: left;
  }
}
.cid-uR1yLLtFZV .cards-wrap {
  flex-direction: column;
}
.cid-uR1yLLtFZV .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-uR1yLLtFZV .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uR1yLLtFZV .wrapper .img: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-uR1yLLtFZV .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-uR1yLLtFZV .wrapper .content .mbr-card-title {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-uR1yLLtFZV .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@-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-uR1yLLtFZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1yLLtFZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1yLMkINO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeff2;
}
.cid-uR1yLMkINO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1yLMkINO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1yLMkINO .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uR1yLMkINO .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uR1yLMkINO .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR1yLMkINO .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uR1yLMkINO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uR1yLMkINO .mbr-section-title {
  color: #000000;
}
.cid-uR1yLMkINO .mbr-desc {
  color: #000000;
}
.cid-uR1yLMkINO .mbr-text {
  color: #000000;
}
.cid-uR1yLMkINO .mbr-section-title,
.cid-uR1yLMkINO .mbr-section-btn {
  color: #000000;
}
.cid-uR1yLN1vFH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR1yLN1vFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1yLN1vFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1yLN1vFH .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uR1yLN1vFH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR1yLN1vFH .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uR1yLN1vFH .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uR1yLN1vFH .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #3b5998;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-uR1yLN1vFH .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
}
.cid-uR1yLN1vFH .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uR1yLN1vFH .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #3b5998;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR1yLN1vFH .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uR1yLN1vFH .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uR1yLN1vFH .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uR1yLN1vFH .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uR1yLN1vFH .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uR1yLN1vFH .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uR1yLN1vFH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR1yLN1vFH .item-number {
  color: #bcfe1e;
}
.cid-uR1yLN1vFH .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uR1yLN1vFH .item-text {
  color: #000000;
  text-align: center;
}
.cid-uR1yLNEQBE {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uR1yLNEQBE .mbr-section-subtitle {
  color: #279e64;
}
.cid-uR1yLNEQBE .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uR1yLNEQBE .mbr-text {
  color: #000000;
}
.cid-uR1yLNEQBE .mbr-section-btn {
  margin-top: 40px;
}
.cid-uR1yLNEQBE .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-uR1yLNEQBE .mbr-list {
  color: #83868c;
}
.cid-uR1yLNEQBE .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-uR1yLNEQBE .mbr-list .list {
    text-align: left;
  }
}
.cid-uR1yLNEQBE .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-uR1yLNEQBE .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-uR1yLNEQBE .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-uR1yLNEQBE * {
    text-align: left;
  }
}
.cid-uR1yLNEQBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1yLNEQBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1yLO24xe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eeeff2;
}
.cid-uR1yLO24xe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1yLO24xe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1yLO24xe .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uR1yLO24xe .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uR1yLO24xe .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-uR1yLO24xe .panel-body,
.cid-uR1yLO24xe .card-header {
  padding: 1rem 0;
}
.cid-uR1yLO24xe .panel-title-edit {
  color: #000000;
}
.cid-uR1yLOCI3w {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uR1yLOCI3w .row {
  flex-direction: row-reverse;
}
.cid-uR1yLOCI3w .mbr-text {
  color: #221b35;
}
.cid-uR1yLOCI3w .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uR1yLOCI3w h5,
.cid-uR1yLOCI3w h6 {
  background: #13287d;
  display: inline;
}
.cid-uR1yLOCI3w h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uR1yLOCI3w h6 {
  line-height: 1.3 !important;
}
.cid-uR1yLOCI3w h6 span {
  padding-right: 2rem;
}
.cid-uR1yLOCI3w .mbr-section-title,
.cid-uR1yLOCI3w .align {
  color: #ffffff;
}
.cid-uR1yLOCI3w .mbr-section-subtitle,
.cid-uR1yLOCI3w .align {
  color: #ffffff;
  text-align: center;
}
.cid-uR1yLOVJBD {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #e9e9e9;
  margin-bottom: 70px;
}
.cid-uR1yLOVJBD .content {
  padding-left: 30px;
}
.cid-uR1yLOVJBD .mbr-section-subtitle {
  color: #279e64;
}
.cid-uR1yLOVJBD .mbr-section-title {
  color: #13287d;
}
.cid-uR1yLOVJBD .mbr-text {
  color: #83868c;
}
.cid-uR1yLOVJBD .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-uR1yLOVJBD .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uR1yLOVJBD .p-4 {
  padding: 1rem 0 !important;
}
.cid-uR1yLOVJBD .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uR1yLOVJBD .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uR1yLOVJBD .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uR1yLOVJBD .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-uR1yLOVJBD .card:last-child {
  border-bottom: none !important;
}
.cid-uR1yLOVJBD .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uR1yLOVJBD .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uR1yLOVJBD .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-uR1yLOVJBD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uR1yLOVJBD .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #13287d;
  padding-right: 50px;
}
.cid-uR1yLOVJBD .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uR1yLOVJBD .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-uR1yLOVJBD .card .card-header a.panel-title .toggle-icon:before,
.cid-uR1yLOVJBD .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uR1yLOVJBD .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-uR1yLOVJBD .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uR1yLOVJBD .card .panel-body {
  padding: 14px 20px;
}
.cid-uR1yLOVJBD .card .panel-body p {
  color: #83868c;
}
.cid-uR1yLOVJBD .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uR1yLOVJBD .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uR1yLOVJBD .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-uR1yLOVJBD .collapsed .toggle-icon:before,
.cid-uR1yLOVJBD .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-uR1yLOVJBD .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-uR1yLOVJBD .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1yLOVJBD * {
    text-align: left;
  }
}
.cid-uR1yLOVJBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1yLOVJBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1yLOVJBD .card .panel-body p {
  color: #000000;
}
.cid-uR1yLPtdrJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uR1yLPtdrJ .mbr-section-title {
  margin-bottom: 30px;
  color: #279e64;
}
.cid-uR1yLPtdrJ .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-uR1yLPtdrJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uR1yLPtdrJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uR1yLPtdrJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uR1yLPtdrJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uR1yLPtdrJ .map-placeholder {
  display: none;
}
.cid-uR1yLPtdrJ h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-uR1yLPPP52 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR1yLPPP52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1yLPPP52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1yLPPP52 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR1yLPPP52 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uR1yLPPP52 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR1yLPPP52 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uR1yLPPP52 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uR1yLPPP52 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uR1yLPPP52 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uR1yLPPP52 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #279e64;
}
.cid-uR1yLPPP52 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uR1yLPPP52 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR1yLPPP52 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uR1yLPPP52 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uR1yLPPP52 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uR1yLPPP52 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uR1yLPPP52 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uR1yLPPP52 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uR1yLPPP52 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uR1yLPPP52 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uR1yLPPP52 .list-wrapper .list .item-wrap:hover,
.cid-uR1yLPPP52 .list-wrapper .list .item-wrap:focus {
  color: #279e64;
}
.cid-uR1yLPPP52 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uR1yLPPP52 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uR1yLPPP52 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uR1yLPPP52 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uR1yLPPP52 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uR1yLPPP52 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uR1yLPPP52 .mbr-desc {
  color: #000000;
}
.cid-uR1yLPPP52 .mbr-text,
.cid-uR1yLPPP52 .text-wrapper {
  color: #9aa0a6;
}
.cid-uR1yLPPP52 .list {
  color: #9aa0a6;
}
.cid-uR1yLPPP52 .list,
.cid-uR1yLPPP52 .item-wrap {
  color: #000000;
}
.cid-uR1yLPPP52 .mbr-text,
.cid-uR1yLPPP52 .mbr-section-btn {
  color: #000000;
}
