body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #34617e !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #34617e !important;
  border-color: #34617e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1e3748 !important;
  border-color: #1e3748 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e3748 !important;
  border-color: #1e3748 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #162936;
  color: #162936;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #34617e;
  border-color: #34617e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #34617e !important;
  border-color: #34617e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  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: #34617e !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #162936 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #34617e;
  border-color: #34617e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #34617e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6ea2c3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #34617e;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #34617e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #34617e;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #34617e;
  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: #34617e;
  border-bottom-color: #34617e;
}
.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: #34617e !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: #ff3366 !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: 100px;
  height: 100px;
  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='%2334617e' %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.3;
}
.cid-tBilpfO6MA .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tBilpfO6MA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tBilpfO6MA a {
  font-style: normal;
}
.cid-tBilpfO6MA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tBilpfO6MA .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tBilpfO6MA .nav-item:focus,
.cid-tBilpfO6MA .nav-link:focus {
  outline: none;
}
.cid-tBilpfO6MA .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tBilpfO6MA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tBilpfO6MA .menu-logo {
  margin-right: auto;
}
.cid-tBilpfO6MA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tBilpfO6MA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tBilpfO6MA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tBilpfO6MA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tBilpfO6MA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tBilpfO6MA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tBilpfO6MA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tBilpfO6MA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tBilpfO6MA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBilpfO6MA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tBilpfO6MA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tBilpfO6MA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tBilpfO6MA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBilpfO6MA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tBilpfO6MA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBilpfO6MA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tBilpfO6MA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tBilpfO6MA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tBilpfO6MA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tBilpfO6MA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tBilpfO6MA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tBilpfO6MA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tBilpfO6MA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tBilpfO6MA button.navbar-toggler:focus {
  outline: none;
}
.cid-tBilpfO6MA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34617e;
}
.cid-tBilpfO6MA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBilpfO6MA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBilpfO6MA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBilpfO6MA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBilpfO6MA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBilpfO6MA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBilpfO6MA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBilpfO6MA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBilpfO6MA .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tBilpfO6MA .collapsed .btn {
  display: flex;
}
.cid-tBilpfO6MA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tBilpfO6MA .collapsed .navbar-collapse.collapsing,
.cid-tBilpfO6MA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tBilpfO6MA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tBilpfO6MA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tBilpfO6MA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tBilpfO6MA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tBilpfO6MA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tBilpfO6MA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tBilpfO6MA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tBilpfO6MA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tBilpfO6MA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tBilpfO6MA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tBilpfO6MA .collapsed button.navbar-toggler {
  display: block;
}
.cid-tBilpfO6MA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tBilpfO6MA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tBilpfO6MA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tBilpfO6MA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tBilpfO6MA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tBilpfO6MA .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tBilpfO6MA .navbar-expand {
    flex-direction: column;
  }
  .cid-tBilpfO6MA img {
    height: 3.8rem !important;
  }
  .cid-tBilpfO6MA .btn {
    display: flex;
  }
  .cid-tBilpfO6MA button.navbar-toggler {
    display: block;
  }
  .cid-tBilpfO6MA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tBilpfO6MA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tBilpfO6MA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tBilpfO6MA .navbar-collapse.collapsing,
  .cid-tBilpfO6MA .navbar-collapse.show {
    display: block !important;
  }
  .cid-tBilpfO6MA .navbar-collapse.collapsing .navbar-nav,
  .cid-tBilpfO6MA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tBilpfO6MA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tBilpfO6MA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tBilpfO6MA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tBilpfO6MA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBilpfO6MA .navbar-collapse.collapsing .navbar-buttons,
  .cid-tBilpfO6MA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tBilpfO6MA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tBilpfO6MA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBilpfO6MA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tBilpfO6MA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tBilpfO6MA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tBilpfO6MA .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tBilpfO6MA .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tBilpfO6MA .navbar-collapse {
  flex-basis: auto;
}
.cid-tBilpfO6MA .nav-link:hover,
.cid-tBilpfO6MA .dropdown-item:hover {
  color: #34617e !important;
}
.cid-ssKPQI2bPF {
  overflow-x: hidden !important;
}
.cid-ssKPQI2bPF,
.cid-ssKPQI2bPF .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-ssKPQI2bPF .mbr-section-title {
  color: #ffffff;
}
.cid-ssKPQI2bPF .mbr-section-title span {
  color: #34617e;
}
.cid-ssKPQI2bPF .mbr-text {
  color: #34617e;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-ssKPQI2bPF .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/presentation1-1-2000x563.png");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-ssKPQI2bPF .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-ssKPQI2bPF .mbr-overlay {
  z-index: 1;
}
.cid-ssKPQI2bPF .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-rQo2CW77ZI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQo2CW77ZI SPAN {
  color: #34617e;
}
.cid-rQo2CW77ZI .mbr-section-subtitle {
  color: #34617e;
}
.cid-sAhzTtcMPh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #34617e;
}
.cid-sAhzTtcMPh img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sAhzTtcMPh img:hover {
  transform: scale(1.1);
}
.cid-sAhzTtcMPh .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sAhzTtcMPh h2 {
  padding: 0;
  margin: 0;
}
.cid-sAhzTtcMPh .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAhzTtcMPh .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sAhzTtcMPh .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sAhzTtcMPh .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sAhzTtcMPh .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sAhzTtcMPh .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sAhzTtcMPh .mbr-iconfont {
  margin: 0!important;
}
.cid-sAhzTtcMPh .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sAhzTtcMPh .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sAhzTtcMPh .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sAhzTtcMPh .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sAhzTtcMPh .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sAhzTtcMPh H2 {
  color: #333333;
}
.cid-sAhzTtcMPh .mbr-text {
  color: #ffffff;
}
.cid-sAhzTtcMPh H1 {
  color: #ffffff;
}
.cid-sAhAz0l3Ad {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAhAz0l3Ad img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sAhAz0l3Ad img:hover {
  transform: scale(1.1);
}
.cid-sAhAz0l3Ad .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sAhAz0l3Ad h2 {
  padding: 0;
  margin: 0;
}
.cid-sAhAz0l3Ad .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sAhAz0l3Ad .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sAhAz0l3Ad .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-sAhAz0l3Ad .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sAhAz0l3Ad .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sAhAz0l3Ad .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sAhAz0l3Ad .mbr-iconfont {
  margin: 0!important;
}
.cid-sAhAz0l3Ad .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sAhAz0l3Ad .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sAhAz0l3Ad .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sAhAz0l3Ad .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sAhAz0l3Ad .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sAhAz0l3Ad H2 {
  color: #333333;
}
.cid-sAhAz0l3Ad .mbr-text {
  color: #34617e;
}
.cid-sAhAz0l3Ad H1 {
  color: #34617e;
}
.cid-rQo2ICytca {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #77aca6;
}
.cid-rQo2ICytca SPAN {
  color: #34617e;
}
.cid-rQo2ICytca .mbr-text {
  color: #ffffff;
}
.cid-rQo2ICytca .mbr-section-subtitle {
  color: #34617e;
}
.cid-rQo2ICytca H2 {
  color: #ffffff;
}
.cid-u0QZMDlDC8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #97bea6;
}
.cid-u0QZMDlDC8 SPAN {
  color: #34617e;
}
.cid-u0QZMDlDC8 H2 {
  color: #34617e;
}
.cid-u0QZQv4D3h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0QZQv4D3h .container {
  max-width: 1400px;
}
.cid-u0QZQv4D3h img,
.cid-u0QZQv4D3h .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u0QZQv4D3h img:before,
.cid-u0QZQv4D3h .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4a798f;
  position: absolute;
  z-index: 10;
}
.cid-u0QZQv4D3h img:hover:before,
.cid-u0QZQv4D3h .item-img:hover:before {
  opacity: 0.2;
}
.cid-u0QZQv4D3h .item:focus,
.cid-u0QZQv4D3h span:focus {
  outline: none;
}
.cid-u0QZQv4D3h .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u0QZQv4D3h .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u0QZQv4D3h .item-content {
  padding-top: 1.5rem;
}
.cid-u0QZQv4D3h .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u0QZQv4D3h .mbr-section-title {
  color: #4a798f;
}
.cid-u0QZQv4D3h .mbr-text,
.cid-u0QZQv4D3h .mbr-section-btn {
  color: #818181;
}
.cid-ttQhesjD50 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #c0d245;
}
.cid-ttQhesjD50 SPAN {
  color: #34617e;
}
.cid-ttQhesjD50 H2 {
  color: #34617e;
}
.cid-tvPFEpYhvl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvPFEpYhvl .container {
  max-width: 1400px;
}
.cid-tvPFEpYhvl img,
.cid-tvPFEpYhvl .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvPFEpYhvl img:before,
.cid-tvPFEpYhvl .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-tvPFEpYhvl img:hover:before,
.cid-tvPFEpYhvl .item-img:hover:before {
  opacity: 0.2;
}
.cid-tvPFEpYhvl .item:focus,
.cid-tvPFEpYhvl span:focus {
  outline: none;
}
.cid-tvPFEpYhvl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvPFEpYhvl .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tvPFEpYhvl .item-content {
  padding-top: 1.5rem;
}
.cid-tvPFEpYhvl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvPFEpYhvl .mbr-section-title {
  color: #4a798f;
}
.cid-tvPFEpYhvl .mbr-text,
.cid-tvPFEpYhvl .mbr-section-btn {
  color: #818181;
}
.cid-tqrvEp8GBh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #97bea6;
}
.cid-tqrvEp8GBh SPAN {
  color: #34617e;
}
.cid-tqrvEp8GBh H2 {
  color: #34617e;
}
.cid-tvOLzpaTeG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvOLzpaTeG .container {
  max-width: 1400px;
}
.cid-tvOLzpaTeG img,
.cid-tvOLzpaTeG .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvOLzpaTeG img:before,
.cid-tvOLzpaTeG .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4a798f;
  position: absolute;
  z-index: 10;
}
.cid-tvOLzpaTeG img:hover:before,
.cid-tvOLzpaTeG .item-img:hover:before {
  opacity: 0.2;
}
.cid-tvOLzpaTeG .item:focus,
.cid-tvOLzpaTeG span:focus {
  outline: none;
}
.cid-tvOLzpaTeG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvOLzpaTeG .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tvOLzpaTeG .item-content {
  padding-top: 1.5rem;
}
.cid-tvOLzpaTeG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvOLzpaTeG .mbr-section-title {
  color: #4a798f;
}
.cid-tvOLzpaTeG .mbr-text,
.cid-tvOLzpaTeG .mbr-section-btn {
  color: #818181;
}
.cid-tqrwxI3ySc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #c1ca88;
}
.cid-tqrwxI3ySc SPAN {
  color: #34617e;
}
.cid-tqrwxI3ySc H2 {
  color: #34617e;
}
.cid-tvOLBjIfQu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvOLBjIfQu .container {
  max-width: 1400px;
}
.cid-tvOLBjIfQu img,
.cid-tvOLBjIfQu .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvOLBjIfQu img:before,
.cid-tvOLBjIfQu .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4a798f;
  position: absolute;
  z-index: 10;
}
.cid-tvOLBjIfQu img:hover:before,
.cid-tvOLBjIfQu .item-img:hover:before {
  opacity: 0.2;
}
.cid-tvOLBjIfQu .item:focus,
.cid-tvOLBjIfQu span:focus {
  outline: none;
}
.cid-tvOLBjIfQu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvOLBjIfQu .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tvOLBjIfQu .item-content {
  padding-top: 1.5rem;
}
.cid-tvOLBjIfQu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvOLBjIfQu .mbr-section-title {
  color: #4a798f;
}
.cid-tvOLBjIfQu .mbr-text,
.cid-tvOLBjIfQu .mbr-section-btn {
  color: #818181;
}
.cid-tqrwzdQkpw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #c0d245;
}
.cid-tqrwzdQkpw SPAN {
  color: #34617e;
}
.cid-tqrwzdQkpw H2 {
  color: #34617e;
}
.cid-tvOLMD8tKd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvOLMD8tKd .container {
  max-width: 1400px;
}
.cid-tvOLMD8tKd img,
.cid-tvOLMD8tKd .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvOLMD8tKd img:before,
.cid-tvOLMD8tKd .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-tvOLMD8tKd img:hover:before,
.cid-tvOLMD8tKd .item-img:hover:before {
  opacity: 0.2;
}
.cid-tvOLMD8tKd .item:focus,
.cid-tvOLMD8tKd span:focus {
  outline: none;
}
.cid-tvOLMD8tKd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvOLMD8tKd .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tvOLMD8tKd .item-content {
  padding-top: 1.5rem;
}
.cid-tvOLMD8tKd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvOLMD8tKd .mbr-section-title {
  color: #4a798f;
}
.cid-tvOLMD8tKd .mbr-text,
.cid-tvOLMD8tKd .mbr-section-btn {
  color: #818181;
}
.cid-tqrx1uH9iB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #77aca6;
}
.cid-tqrx1uH9iB SPAN {
  color: #34617e;
}
.cid-tqrx1uH9iB H2 {
  color: #34617e;
}
.cid-tvOLPDfXxu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvOLPDfXxu .container {
  max-width: 1400px;
}
.cid-tvOLPDfXxu img,
.cid-tvOLPDfXxu .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvOLPDfXxu img:before,
.cid-tvOLPDfXxu .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4a798f;
  position: absolute;
  z-index: 10;
}
.cid-tvOLPDfXxu img:hover:before,
.cid-tvOLPDfXxu .item-img:hover:before {
  opacity: 0.2;
}
.cid-tvOLPDfXxu .item:focus,
.cid-tvOLPDfXxu span:focus {
  outline: none;
}
.cid-tvOLPDfXxu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvOLPDfXxu .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tvOLPDfXxu .item-content {
  padding-top: 1.5rem;
}
.cid-tvOLPDfXxu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvOLPDfXxu .mbr-section-title {
  color: #4a798f;
}
.cid-tvOLPDfXxu .mbr-text,
.cid-tvOLPDfXxu .mbr-section-btn {
  color: #818181;
}
.cid-tqrwAwQWUk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #97bea6;
}
.cid-tqrwAwQWUk SPAN {
  color: #34617e;
}
.cid-tqrwAwQWUk H2 {
  color: #34617e;
}
.cid-tvOLRxOdIG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvOLRxOdIG .container {
  max-width: 1400px;
}
.cid-tvOLRxOdIG img,
.cid-tvOLRxOdIG .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvOLRxOdIG img:before,
.cid-tvOLRxOdIG .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4a798f;
  position: absolute;
  z-index: 10;
}
.cid-tvOLRxOdIG img:hover:before,
.cid-tvOLRxOdIG .item-img:hover:before {
  opacity: 0.2;
}
.cid-tvOLRxOdIG .item:focus,
.cid-tvOLRxOdIG span:focus {
  outline: none;
}
.cid-tvOLRxOdIG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvOLRxOdIG .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tvOLRxOdIG .item-content {
  padding-top: 1.5rem;
}
.cid-tvOLRxOdIG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvOLRxOdIG .mbr-section-title {
  color: #4a798f;
}
.cid-tvOLRxOdIG .mbr-text,
.cid-tvOLRxOdIG .mbr-section-btn {
  color: #818181;
}
.cid-tqrwBuxBt5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #c1ca88;
}
.cid-tqrwBuxBt5 SPAN {
  color: #34617e;
}
.cid-tqrwBuxBt5 H2 {
  color: #34617e;
}
.cid-tvPIaQ9QQi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvPIaQ9QQi .container {
  max-width: 1400px;
}
.cid-tvPIaQ9QQi img,
.cid-tvPIaQ9QQi .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvPIaQ9QQi img:before,
.cid-tvPIaQ9QQi .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-tvPIaQ9QQi img:hover:before,
.cid-tvPIaQ9QQi .item-img:hover:before {
  opacity: 0.2;
}
.cid-tvPIaQ9QQi .item:focus,
.cid-tvPIaQ9QQi span:focus {
  outline: none;
}
.cid-tvPIaQ9QQi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvPIaQ9QQi .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tvPIaQ9QQi .item-content {
  padding-top: 1.5rem;
}
.cid-tvPIaQ9QQi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvPIaQ9QQi .mbr-section-title {
  color: #4a798f;
}
.cid-tvPIaQ9QQi .mbr-text,
.cid-tvPIaQ9QQi .mbr-section-btn {
  color: #818181;
}
.cid-rQo2KToUbM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eaeff1;
}
.cid-rQo2KToUbM SPAN {
  color: #34617e;
}
.cid-rQo2M3r4Sx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/tropic-center-794x595.jpeg");
}
.cid-rQo2M3r4Sx div.b {
  padding-top: 2rem;
}
.cid-rQo2M3r4Sx .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rQo2M3r4Sx a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rQo2M3r4Sx .google-map {
  height: 25rem;
  position: relative;
}
.cid-rQo2M3r4Sx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rQo2M3r4Sx .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-rQo2M3r4Sx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rQo2M3r4Sx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rQo2M3r4Sx div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-rQo2M3r4Sx div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-rQo2M3r4Sx H5 {
  color: #ffffff;
}
.cid-rQo2Pu4CMG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQo2Pu4CMG SPAN {
  color: #34617e;
}
.cid-tBhNeJ3aXV {
  padding-top: 0rem;
  padding-bottom: 4.5rem;
  background-color: #ffffff;
}
.cid-tBhNeJ3aXV .item-image {
  margin-bottom: 5rem;
}
.cid-tBhNeJ3aXV img,
.cid-tBhNeJ3aXV .item-img {
  width: 100%;
}
.cid-tBhNeJ3aXV .item:focus,
.cid-tBhNeJ3aXV span:focus {
  outline: none;
}
.cid-tBhNeJ3aXV .item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}
.cid-tBhNeJ3aXV .item-wrapper {
  position: unset;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tBhNeJ3aXV .mbr-section-title {
  color: #232323;
}
@media (min-width: 768px) {
  .cid-tBhNeJ3aXV .mbr-section-head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .cid-tBhNeJ3aXV .mbr-section-subtitle,
  .cid-tBhNeJ3aXV .mbr-text {
    display: none;
  }
}
@media (max-width: 600px) {
  .cid-tBhNeJ3aXV .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tBhNeJ3aXV .mbr-section-title a {
  color: #9b9ba5 ;
}
.cid-tBhNeJ3aXV .mbr-text {
  color: #34617e;
  text-align: center;
}
.cid-tBhNeJ3aXV .mbr-section-subtitle {
  color: #34617e;
  text-align: center;
}
.cid-rQo2R9QFPy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQo2R9QFPy SPAN {
  color: #34617e;
}
.cid-rQo2TLtJWs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/dji-62-1214x911.jpeg");
}
.cid-rQo2TLtJWs h2 {
  text-align: left;
}
.cid-rQo2TLtJWs h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rQo2TLtJWs p {
  color: #767676;
  text-align: left;
}
.cid-rQo2TLtJWs .aside-content {
  flex-basis: 100%;
}
.cid-rQo2TLtJWs .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rQo2TLtJWs .media {
  margin: initial;
  align-items: center;
}
.cid-rQo2TLtJWs .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rQo2TLtJWs .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rQo2TLtJWs .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rQo2TLtJWs .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rQo2TLtJWs .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rQo2TLtJWs .card-img span {
    font-size: 40px !important;
  }
}
.cid-rQo2TLtJWs P {
  color: #ffffff;
}
.cid-rQo2TLtJWs H4 {
  color: #ffffff;
}
.cid-rQo2VjyzS6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQo2VjyzS6 SPAN {
  color: #34617e;
}
.cid-tBigaBY5Yl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBigaBY5Yl .mbr-text,
.cid-tBigaBY5Yl blockquote {
  color: #767676;
}
.cid-tBigaBY5Yl P {
  color: #000000;
}
.cid-tBicMvleyH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBicMvleyH .card-img {
  background-color: #fff;
}
.cid-tBicMvleyH .card {
  align-self: stretch;
}
.cid-tBicMvleyH .card-box {
  padding: 2rem;
  background-color: #77aca6;
}
.cid-tBicMvleyH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tBicMvleyH p {
  text-align: left;
}
.cid-tBicMvleyH .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tBicMvleyH .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tBicMvleyH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tBicMvleyH .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tBicMvleyH .card-title {
  color: #34617e;
}
.cid-ssKMUxEMWF {
  background: #ffffff;
}
.cid-ssKMUxEMWF .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-ssKMUxEMWF .video-block {
    width: 100% !important;
  }
}
.cid-rQo31q5nKI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQo31q5nKI .mbr-text,
.cid-rQo31q5nKI blockquote {
  color: #767676;
}
.cid-rQo31q5nKI P {
  color: #000000;
}
.cid-rQo32QoLKn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dji-701-2000x1500.jpg");
}
.cid-rQo32QoLKn .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rQo32QoLKn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rQo32QoLKn p {
  color: #767676;
  text-align: left;
}
.cid-rQo32QoLKn .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rQo32QoLKn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rQo32QoLKn .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rQo32QoLKn .card-title {
  color: #34617e;
}
.cid-rQo32QoLKn P {
  color: #000000;
}
.cid-rQo33Su7k6 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rQo33Su7k6 .mbr-section-subtitle {
  color: #000000;
}
.cid-rQo33Su7k6 H2 {
  color: #34617e;
}
.cid-s007uJKmtT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s007uJKmtT SPAN {
  color: #34617e;
}
.cid-s00m563trs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/image0-3-2000x1500.jpeg");
}
.cid-rQo3545gU8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQo3545gU8 SPAN {
  color: #34617e;
}
.cid-rQo36WxaDn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rQo36WxaDn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rQo36WxaDn p {
  color: #767676;
  text-align: left;
}
.cid-rQo36WxaDn .card-box {
  padding-top: 2rem;
}
.cid-rQo36WxaDn .card-wrapper {
  height: 100%;
}
.cid-rQo36WxaDn .card-title {
  color: #34617e;
}
.cid-rQo36WxaDn P {
  color: #000000;
}
.cid-tqsam6YuaL {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background: #34617e;
}
.cid-tqsam6YuaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqsam6YuaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqsam6YuaL .google-map {
  height: 30rem;
  position: relative;
}
.cid-tqsam6YuaL .google-map iframe {
  height: 120%;
  width: 100%;
}
.cid-tqsam6YuaL .google-map [data-state-details] {
  color: #6b6763;
  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-tqsam6YuaL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqsam6YuaL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t8ezQJgQwE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8ezQJgQwE SPAN {
  color: #34617e;
}
.cid-t8eAI5sdp7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8eAI5sdp7 .mbr-text,
.cid-t8eAI5sdp7 blockquote {
  color: #767676;
}
.cid-t8eAI5sdp7 P {
  color: #000000;
}
.cid-rQo3bE5DSV {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/zw011-turk-mine-1600x1200.jpg");
}
.cid-rQo3bE5DSV H3 {
  text-align: center;
}
.cid-rQo3bE5DSV I {
  color: #ffffff;
}
.cid-rQo3cIGbvK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQo3cIGbvK SPAN {
  color: #34617e;
}
.cid-rQo3cIGbvK .mbr-text {
  color: #000000;
}
.cid-rQo3dS5NQT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
}
.cid-rQo3dS5NQT .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rQo3dS5NQT .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rQo3dS5NQT .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rQo3dS5NQT .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rQo3dS5NQT .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rQo3dS5NQT .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rQo3dS5NQT .card .panel-body {
  color: #767676;
}
.cid-rQo3dS5NQT .panel-text {
  color: #000000;
}
.cid-rQo3dS5NQT H4 {
  color: #34617e;
}
.cid-rQo3dS5NQT SPAN {
  color: #34617e;
}
.cid-rQo3eJfAhG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  position: relative;
}
.cid-rQo3eJfAhG .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rQo3eJfAhG .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rQo3eJfAhG .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rQo3eJfAhG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rQo3eJfAhG .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rQo3eJfAhG .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rQo3eJfAhG .card .panel-body {
  color: #767676;
}
.cid-rQo3eJfAhG .panel-text {
  color: #000000;
}
.cid-rQo3eJfAhG H4 {
  color: #34617e;
}
.cid-rQo3eJfAhG SPAN {
  color: #4a798f;
}
.cid-rQoeFHruQf {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/dji-62-2000x1500.jpg");
}
.cid-rQoeFHruQf H3 {
  text-align: center;
}
.cid-rQoeFHruQf I {
  color: #ffffff;
}
.cid-rQoeJSnkEe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQoeJSnkEe SPAN {
  color: #34617e;
}
.cid-rQoeJSnkEe .mbr-text {
  color: #000000;
}
.cid-rQoeJSnkEe H2 {
  color: #ffffff;
}
.cid-rQoeM0UvJs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQoeM0UvJs .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
}
.cid-rQoeM0UvJs .mbr-author-name {
  font-weight: bold;
}
.cid-rQoeM0UvJs .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rQoeNicu69 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQoeNicu69 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
}
.cid-rQoeNicu69 .mbr-author-name {
  font-weight: bold;
}
.cid-rQoeNicu69 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rQoePSel3I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQoePSel3I .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
}
.cid-rQoePSel3I .mbr-author-name {
  font-weight: bold;
}
.cid-rQoePSel3I .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rQoeOhvL4Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQoeOhvL4Y .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
}
.cid-rQoeOhvL4Y .mbr-author-name {
  font-weight: bold;
}
.cid-rQoeOhvL4Y .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rQoeRy3Q79 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQoeRy3Q79 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
}
.cid-rQoeRy3Q79 .mbr-author-name {
  font-weight: bold;
}
.cid-rQoeRy3Q79 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rQoeR1TqYJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQoeR1TqYJ .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
}
.cid-rQoeR1TqYJ .mbr-author-name {
  font-weight: bold;
}
.cid-rQoeR1TqYJ .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rQof2d0ytT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rQof2d0ytT .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
}
.cid-rQof2d0ytT .mbr-author-name {
  font-weight: bold;
}
.cid-rQof2d0ytT .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sZjoRBiDvg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZjoRBiDvg SPAN {
  color: #34617e;
}
.cid-sZjoRBiDvg .mbr-text {
  color: #000000;
}
.cid-sZjoRBiDvg H2 {
  color: #ffffff;
}
.cid-tavFiMEuTC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #34617e;
}
.cid-tavFiMEuTC .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #39847a;
  transition: all 0.4s ease-in-out;
}
.cid-tavFiMEuTC .content-block .mbr-text {
  margin: 0;
}
.cid-tavFiMEuTC .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tavFiMEuTC .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tavFiMEuTC .image-wrap:hover > .content-block {
  opacity: 0.6;
}
.cid-tavFiMEuTC .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tavFiMEuTC .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tavFiMEuTC h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tavFiMEuTC .mbr-section-title {
  color: #c1ca88;
}
.cid-tavGSpebqq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #34617e;
}
.cid-tavGSpebqq .cards-bg1 {
  background: #39847a;
}
.cid-tavGSpebqq .cards-bg2 {
  background: #97bea6;
}
.cid-tavGSpebqq .cards-bg3 {
  background: #4a798f;
}
.cid-tavGSpebqq .cards-bg4 {
  background: #c1ca88;
}
.cid-tavGSpebqq .card-wrapper {
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-tavGSpebqq .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-tavGSpebqq .card-title,
.cid-tavGSpebqq .card-box {
  color: #ffffff;
}
.cid-tavGSpebqq .mbr-section-subtitle,
.cid-tavGSpebqq .link {
  text-align: center;
}
.cid-tB68AakukG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #34617e;
}
@media (max-width: 991px) {
  .cid-tB68AakukG .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tB68AakukG .wrapper {
    padding: 0 6rem;
  }
}
.cid-tB68AakukG .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tB68AakukG .list {
    margin-bottom: 2rem;
  }
  .cid-tB68AakukG .list li {
    margin-top: .5rem;
  }
}
.cid-tBilCdQKKm .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tBilCdQKKm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tBilCdQKKm a {
  font-style: normal;
}
.cid-tBilCdQKKm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tBilCdQKKm .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tBilCdQKKm .nav-item:focus,
.cid-tBilCdQKKm .nav-link:focus {
  outline: none;
}
.cid-tBilCdQKKm .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tBilCdQKKm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tBilCdQKKm .menu-logo {
  margin-right: auto;
}
.cid-tBilCdQKKm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tBilCdQKKm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tBilCdQKKm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tBilCdQKKm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tBilCdQKKm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tBilCdQKKm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tBilCdQKKm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tBilCdQKKm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tBilCdQKKm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBilCdQKKm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tBilCdQKKm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tBilCdQKKm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tBilCdQKKm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBilCdQKKm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tBilCdQKKm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBilCdQKKm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tBilCdQKKm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tBilCdQKKm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tBilCdQKKm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tBilCdQKKm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tBilCdQKKm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tBilCdQKKm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tBilCdQKKm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tBilCdQKKm button.navbar-toggler:focus {
  outline: none;
}
.cid-tBilCdQKKm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34617e;
}
.cid-tBilCdQKKm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBilCdQKKm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBilCdQKKm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBilCdQKKm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBilCdQKKm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBilCdQKKm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBilCdQKKm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBilCdQKKm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBilCdQKKm .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tBilCdQKKm .collapsed .btn {
  display: flex;
}
.cid-tBilCdQKKm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tBilCdQKKm .collapsed .navbar-collapse.collapsing,
.cid-tBilCdQKKm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tBilCdQKKm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tBilCdQKKm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tBilCdQKKm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tBilCdQKKm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tBilCdQKKm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tBilCdQKKm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tBilCdQKKm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tBilCdQKKm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tBilCdQKKm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tBilCdQKKm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tBilCdQKKm .collapsed button.navbar-toggler {
  display: block;
}
.cid-tBilCdQKKm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tBilCdQKKm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tBilCdQKKm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tBilCdQKKm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tBilCdQKKm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tBilCdQKKm .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tBilCdQKKm .navbar-expand {
    flex-direction: column;
  }
  .cid-tBilCdQKKm img {
    height: 3.8rem !important;
  }
  .cid-tBilCdQKKm .btn {
    display: flex;
  }
  .cid-tBilCdQKKm button.navbar-toggler {
    display: block;
  }
  .cid-tBilCdQKKm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tBilCdQKKm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tBilCdQKKm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tBilCdQKKm .navbar-collapse.collapsing,
  .cid-tBilCdQKKm .navbar-collapse.show {
    display: block !important;
  }
  .cid-tBilCdQKKm .navbar-collapse.collapsing .navbar-nav,
  .cid-tBilCdQKKm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tBilCdQKKm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tBilCdQKKm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tBilCdQKKm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tBilCdQKKm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBilCdQKKm .navbar-collapse.collapsing .navbar-buttons,
  .cid-tBilCdQKKm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tBilCdQKKm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tBilCdQKKm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBilCdQKKm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tBilCdQKKm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tBilCdQKKm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tBilCdQKKm .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tBilCdQKKm .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tBilCdQKKm .navbar-collapse {
  flex-basis: auto;
}
.cid-tBilCdQKKm .nav-link:hover,
.cid-tBilCdQKKm .dropdown-item:hover {
  color: #34617e !important;
}
.cid-srxdeCu2vc {
  padding-top: 30px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/dji-626-2000x1507.jpeg");
}
.cid-srxdeCu2vc .row {
  justify-content: flex-end;
}
.cid-srxdeCu2vc .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #4a798f;
}
.cid-srxdeCu2vc .block {
  background-color: #34617e;
}
.cid-srxdeCu2vc img {
  width: 100%;
}
.cid-srxdeCu2vc .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-srxdeCu2vc .content {
  max-width: 600px;
}
.cid-srxdeCu2vc h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-srxdeCu2vc .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-srxdeCu2vc h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-srxdeCu2vc .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-srxdeCu2vc h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-srxdeCu2vc .mbr-text,
.cid-srxdeCu2vc .mbr-section-btn {
  color: #ffffff;
}
.cid-srxdeCu2vc H1 {
  color: #ffffff;
}
.cid-srxdeCu2vc H4 {
  color: #c1ca88;
}
.cid-srx34lcPqd {
  padding-top: 45px;
  background-image: url("../../../assets/images/dji-93-2000x1500.jpeg");
}
.cid-srx34lcPqd .text-content {
  padding-bottom: 0px;
}
.cid-srx34lcPqd .content-container .btn-bgr {
  z-index: 0;
}
.cid-srx34lcPqd .box-item-text {
  color: #ffffff;
}
.cid-srx34lcPqd .box-item {
  padding: 2.5rem;
}
.cid-srx34lcPqd .box-item:first-child {
  background-color: #34617e;
}
.cid-srx34lcPqd .box-item:nth-child(2) {
  background-color: #4a798f;
}
.cid-srx34lcPqd .box-item:last-child {
  background-color: #39847a;
}
.cid-srx34lcPqd .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-srx34lcPqd .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-srx34lcPqd .box-list li:last-child {
  border-bottom: none;
}
.cid-srx34lcPqd .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-srx34lcPqd .mbr-iconfont {
  color: #34617e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-srx34lcPqd .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-srx34lcPqd .mbr-section-subtitle,
  .cid-srx34lcPqd .mbr-section-title,
  .cid-srx34lcPqd .mbr-text,
  .cid-srx34lcPqd .mbr-section-btn,
  .cid-srx34lcPqd .icon-block-top,
  .cid-srx34lcPqd .box-item-title,
  .cid-srx34lcPqd .box-item-text {
    text-align: center !important;
  }
}
.cid-srx34lcPqd .mbr-section-title {
  color: #34617e;
}
.cid-srx34lcPqd .mbr-text,
.cid-srx34lcPqd .mbr-section-btn {
  color: #232323;
}
.cid-srx34lcPqd .mbr-section-subtitle {
  color: #34617e;
}
.cid-srx34lcPqd .icon-block-top,
.cid-srx34lcPqd .box-item-title {
  color: #ffffff;
}
.cid-srx5a5fIgn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #34617e;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-srx5a5fIgn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-srx5a5fIgn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srx5a5fIgn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srx5a5fIgn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-srx5a5fIgn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #39847a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-srx5a5fIgn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-srx5a5fIgn .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-srx5a5fIgn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-srx5a5fIgn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #39847a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-srx96bi81L {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/7n5a1679-2000x1333.jpeg");
}
.cid-srx96bi81L P {
  color: #767676;
}
.cid-srx96bi81L .mbr-text,
.cid-srx96bi81L .mbr-section-btn {
  text-align: left;
  color: #34617e;
}
.cid-srx96bi81L H1 {
  color: #34617e;
}
.cid-srBR7JA2LD {
  background: #4a798f;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-srBR7JA2LD .image-block {
  margin: auto;
}
.cid-srBR7JA2LD figcaption {
  position: relative;
}
.cid-srBR7JA2LD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-srBR7JA2LD .image-block {
    width: 100% !important;
  }
}
.cid-srxaardjuQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/7n5a1689-2000x1333.jpg");
}
.cid-srxaardjuQ h2 {
  margin-bottom: 0;
}
.cid-srxaardjuQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-srxaardjuQ p {
  color: #767676;
  margin-bottom: 0;
}
.cid-srxaardjuQ .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #c1ca88;
  position: relative;
  justify-content: unset;
}
.cid-srxaardjuQ .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-srxaardjuQ .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-srxaardjuQ .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-srxaardjuQ .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-srxaardjuQ .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-srxaardjuQ H2 {
  color: #c1ca88;
}
.cid-srxaardjuQ P {
  color: #34617e;
}
.cid-tvQjrVQoB7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #34617e;
}
.cid-tvQjrVQoB7 .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #39847a;
  transition: all 0.4s ease-in-out;
}
.cid-tvQjrVQoB7 .content-block .mbr-text {
  margin: 0;
}
.cid-tvQjrVQoB7 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tvQjrVQoB7 .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tvQjrVQoB7 .image-wrap:hover > .content-block {
  opacity: 0.6;
}
.cid-tvQjrVQoB7 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tvQjrVQoB7 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tvQjrVQoB7 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tvQjrVQoB7 .mbr-section-title {
  color: #c1ca88;
}
.cid-tavHhz4OW4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #34617e;
}
.cid-tavHhz4OW4 .cards-bg1 {
  background: #39847a;
}
.cid-tavHhz4OW4 .cards-bg2 {
  background: #97bea6;
}
.cid-tavHhz4OW4 .cards-bg3 {
  background: #4a798f;
}
.cid-tavHhz4OW4 .cards-bg4 {
  background: #c1ca88;
}
.cid-tavHhz4OW4 .card-wrapper {
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-tavHhz4OW4 .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-tavHhz4OW4 .card-title,
.cid-tavHhz4OW4 .card-box {
  color: #ffffff;
}
.cid-t0HtyvrVDN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #34617e;
}
@media (max-width: 991px) {
  .cid-t0HtyvrVDN .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t0HtyvrVDN .wrapper {
    padding: 0 6rem;
  }
}
.cid-t0HtyvrVDN .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-t0HtyvrVDN .list {
    margin-bottom: 2rem;
  }
  .cid-t0HtyvrVDN .list li {
    margin-top: .5rem;
  }
}
.cid-tBilJbC70q .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tBilJbC70q .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tBilJbC70q a {
  font-style: normal;
}
.cid-tBilJbC70q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tBilJbC70q .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tBilJbC70q .nav-item:focus,
.cid-tBilJbC70q .nav-link:focus {
  outline: none;
}
.cid-tBilJbC70q .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tBilJbC70q .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tBilJbC70q .menu-logo {
  margin-right: auto;
}
.cid-tBilJbC70q .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tBilJbC70q .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tBilJbC70q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tBilJbC70q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tBilJbC70q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tBilJbC70q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tBilJbC70q .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tBilJbC70q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tBilJbC70q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBilJbC70q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tBilJbC70q .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tBilJbC70q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tBilJbC70q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBilJbC70q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tBilJbC70q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBilJbC70q .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tBilJbC70q .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tBilJbC70q .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tBilJbC70q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tBilJbC70q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tBilJbC70q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tBilJbC70q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tBilJbC70q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tBilJbC70q button.navbar-toggler:focus {
  outline: none;
}
.cid-tBilJbC70q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34617e;
}
.cid-tBilJbC70q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBilJbC70q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBilJbC70q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBilJbC70q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBilJbC70q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBilJbC70q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBilJbC70q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBilJbC70q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBilJbC70q .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tBilJbC70q .collapsed .btn {
  display: flex;
}
.cid-tBilJbC70q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tBilJbC70q .collapsed .navbar-collapse.collapsing,
.cid-tBilJbC70q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tBilJbC70q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tBilJbC70q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tBilJbC70q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tBilJbC70q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tBilJbC70q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tBilJbC70q .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tBilJbC70q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tBilJbC70q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tBilJbC70q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tBilJbC70q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tBilJbC70q .collapsed button.navbar-toggler {
  display: block;
}
.cid-tBilJbC70q .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tBilJbC70q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tBilJbC70q .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tBilJbC70q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tBilJbC70q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tBilJbC70q .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tBilJbC70q .navbar-expand {
    flex-direction: column;
  }
  .cid-tBilJbC70q img {
    height: 3.8rem !important;
  }
  .cid-tBilJbC70q .btn {
    display: flex;
  }
  .cid-tBilJbC70q button.navbar-toggler {
    display: block;
  }
  .cid-tBilJbC70q .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tBilJbC70q .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tBilJbC70q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tBilJbC70q .navbar-collapse.collapsing,
  .cid-tBilJbC70q .navbar-collapse.show {
    display: block !important;
  }
  .cid-tBilJbC70q .navbar-collapse.collapsing .navbar-nav,
  .cid-tBilJbC70q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tBilJbC70q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tBilJbC70q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tBilJbC70q .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tBilJbC70q .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBilJbC70q .navbar-collapse.collapsing .navbar-buttons,
  .cid-tBilJbC70q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tBilJbC70q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tBilJbC70q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBilJbC70q .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tBilJbC70q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tBilJbC70q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tBilJbC70q .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tBilJbC70q .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tBilJbC70q .navbar-collapse {
  flex-basis: auto;
}
.cid-tBilJbC70q .nav-link:hover,
.cid-tBilJbC70q .dropdown-item:hover {
  color: #34617e !important;
}
.cid-srxqEmfsga {
  padding-top: 30px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/dji-626-2000x1500.jpg");
}
.cid-srxqEmfsga .row {
  justify-content: flex-end;
}
.cid-srxqEmfsga .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #4a798f;
}
.cid-srxqEmfsga .block {
  background-color: #34617e;
}
.cid-srxqEmfsga img {
  width: 100%;
}
.cid-srxqEmfsga .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-srxqEmfsga .content {
  max-width: 600px;
}
.cid-srxqEmfsga h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-srxqEmfsga .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-srxqEmfsga h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-srxqEmfsga .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-srxqEmfsga h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-srxqEmfsga .mbr-text,
.cid-srxqEmfsga .mbr-section-btn {
  color: #ffffff;
}
.cid-srxqEmfsga H1 {
  color: #ffffff;
}
.cid-srxqEmfsga H4 {
  color: #c1ca88;
}
.cid-srxqEmtMUI {
  padding-top: 45px;
  background-image: url("../../../assets/images/dji-620-2000x1500.jpg");
}
.cid-srxqEmtMUI .text-content {
  padding-bottom: 0px;
}
.cid-srxqEmtMUI .content-container .btn-bgr {
  z-index: 0;
}
.cid-srxqEmtMUI .box-item-text {
  color: #ffffff;
}
.cid-srxqEmtMUI .box-item {
  padding: 2.5rem;
}
.cid-srxqEmtMUI .box-item:first-child {
  background-color: #34617e;
}
.cid-srxqEmtMUI .box-item:nth-child(2) {
  background-color: #4a798f;
}
.cid-srxqEmtMUI .box-item:last-child {
  background-color: #39847a;
}
.cid-srxqEmtMUI .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-srxqEmtMUI .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-srxqEmtMUI .box-list li:last-child {
  border-bottom: none;
}
.cid-srxqEmtMUI .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-srxqEmtMUI .mbr-iconfont {
  color: #34617e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-srxqEmtMUI .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-srxqEmtMUI .mbr-section-subtitle,
  .cid-srxqEmtMUI .mbr-section-title,
  .cid-srxqEmtMUI .mbr-text,
  .cid-srxqEmtMUI .mbr-section-btn,
  .cid-srxqEmtMUI .icon-block-top,
  .cid-srxqEmtMUI .box-item-title,
  .cid-srxqEmtMUI .box-item-text {
    text-align: center !important;
  }
}
.cid-srxqEmtMUI .mbr-section-title {
  color: #34617e;
}
.cid-srxqEmtMUI .mbr-text,
.cid-srxqEmtMUI .mbr-section-btn {
  color: #232323;
}
.cid-srxqEmtMUI .mbr-section-subtitle {
  color: #34617e;
}
.cid-srxqEmtMUI .icon-block-top,
.cid-srxqEmtMUI .box-item-title {
  color: #ffffff;
}
.cid-srxqEmJ21i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #34617e;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-srxqEmJ21i .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-srxqEmJ21i .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srxqEmJ21i .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srxqEmJ21i .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-srxqEmJ21i .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #39847a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-srxqEmJ21i .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-srxqEmJ21i .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-srxqEmJ21i .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-srxqEmJ21i .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #39847a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-srxqEmYAMH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/dji-611-2000x1500.jpg");
}
.cid-srxqEmYAMH P {
  color: #767676;
}
.cid-srxqEmYAMH .mbr-text,
.cid-srxqEmYAMH .mbr-section-btn {
  text-align: left;
  color: #34617e;
}
.cid-srxqEmYAMH H1 {
  color: #34617e;
}
.cid-srxtCDyGUn {
  background: #4a798f;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-srxtCDyGUn .image-block {
  margin: auto;
}
.cid-srxtCDyGUn figcaption {
  position: relative;
}
.cid-srxtCDyGUn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-srxtCDyGUn .image-block {
    width: 100% !important;
  }
}
.cid-srxqEnsHUc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/7n5a1689-2000x1333.jpg");
}
.cid-srxqEnsHUc h2 {
  margin-bottom: 0;
}
.cid-srxqEnsHUc h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-srxqEnsHUc p {
  color: #767676;
  margin-bottom: 0;
}
.cid-srxqEnsHUc .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #c1ca88;
  position: relative;
  justify-content: unset;
}
.cid-srxqEnsHUc .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-srxqEnsHUc .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-srxqEnsHUc .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-srxqEnsHUc .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-srxqEnsHUc .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-srxqEnsHUc H2 {
  color: #c1ca88;
}
.cid-srxqEnsHUc P {
  color: #34617e;
}
.cid-tvQkakThy0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #34617e;
}
.cid-tvQkakThy0 .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #39847a;
  transition: all 0.4s ease-in-out;
}
.cid-tvQkakThy0 .content-block .mbr-text {
  margin: 0;
}
.cid-tvQkakThy0 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tvQkakThy0 .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tvQkakThy0 .image-wrap:hover > .content-block {
  opacity: 0.6;
}
.cid-tvQkakThy0 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tvQkakThy0 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tvQkakThy0 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tvQkakThy0 .mbr-section-title {
  color: #c1ca88;
}
.cid-tavHmRzQbU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #34617e;
}
.cid-tavHmRzQbU .cards-bg1 {
  background: #39847a;
}
.cid-tavHmRzQbU .cards-bg2 {
  background: #97bea6;
}
.cid-tavHmRzQbU .cards-bg3 {
  background: #4a798f;
}
.cid-tavHmRzQbU .cards-bg4 {
  background: #c1ca88;
}
.cid-tavHmRzQbU .card-wrapper {
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-tavHmRzQbU .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-tavHmRzQbU .card-title,
.cid-tavHmRzQbU .card-box {
  color: #ffffff;
}
.cid-tavHnz0nH0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #34617e;
}
@media (max-width: 991px) {
  .cid-tavHnz0nH0 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tavHnz0nH0 .wrapper {
    padding: 0 6rem;
  }
}
.cid-tavHnz0nH0 .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tavHnz0nH0 .list {
    margin-bottom: 2rem;
  }
  .cid-tavHnz0nH0 .list li {
    margin-top: .5rem;
  }
}
.cid-tBilt7rDhF .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tBilt7rDhF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tBilt7rDhF a {
  font-style: normal;
}
.cid-tBilt7rDhF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tBilt7rDhF .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tBilt7rDhF .nav-item:focus,
.cid-tBilt7rDhF .nav-link:focus {
  outline: none;
}
.cid-tBilt7rDhF .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tBilt7rDhF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tBilt7rDhF .menu-logo {
  margin-right: auto;
}
.cid-tBilt7rDhF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tBilt7rDhF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tBilt7rDhF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tBilt7rDhF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tBilt7rDhF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tBilt7rDhF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tBilt7rDhF .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tBilt7rDhF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tBilt7rDhF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBilt7rDhF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tBilt7rDhF .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tBilt7rDhF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tBilt7rDhF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBilt7rDhF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tBilt7rDhF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBilt7rDhF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tBilt7rDhF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tBilt7rDhF .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tBilt7rDhF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tBilt7rDhF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tBilt7rDhF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tBilt7rDhF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tBilt7rDhF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tBilt7rDhF button.navbar-toggler:focus {
  outline: none;
}
.cid-tBilt7rDhF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34617e;
}
.cid-tBilt7rDhF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBilt7rDhF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBilt7rDhF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBilt7rDhF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBilt7rDhF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBilt7rDhF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBilt7rDhF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBilt7rDhF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBilt7rDhF .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tBilt7rDhF .collapsed .btn {
  display: flex;
}
.cid-tBilt7rDhF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tBilt7rDhF .collapsed .navbar-collapse.collapsing,
.cid-tBilt7rDhF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tBilt7rDhF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tBilt7rDhF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tBilt7rDhF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tBilt7rDhF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tBilt7rDhF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tBilt7rDhF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tBilt7rDhF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tBilt7rDhF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tBilt7rDhF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tBilt7rDhF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tBilt7rDhF .collapsed button.navbar-toggler {
  display: block;
}
.cid-tBilt7rDhF .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tBilt7rDhF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tBilt7rDhF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tBilt7rDhF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tBilt7rDhF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tBilt7rDhF .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tBilt7rDhF .navbar-expand {
    flex-direction: column;
  }
  .cid-tBilt7rDhF img {
    height: 3.8rem !important;
  }
  .cid-tBilt7rDhF .btn {
    display: flex;
  }
  .cid-tBilt7rDhF button.navbar-toggler {
    display: block;
  }
  .cid-tBilt7rDhF .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tBilt7rDhF .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tBilt7rDhF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tBilt7rDhF .navbar-collapse.collapsing,
  .cid-tBilt7rDhF .navbar-collapse.show {
    display: block !important;
  }
  .cid-tBilt7rDhF .navbar-collapse.collapsing .navbar-nav,
  .cid-tBilt7rDhF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tBilt7rDhF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tBilt7rDhF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tBilt7rDhF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tBilt7rDhF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBilt7rDhF .navbar-collapse.collapsing .navbar-buttons,
  .cid-tBilt7rDhF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tBilt7rDhF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tBilt7rDhF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBilt7rDhF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tBilt7rDhF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tBilt7rDhF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tBilt7rDhF .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tBilt7rDhF .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tBilt7rDhF .navbar-collapse {
  flex-basis: auto;
}
.cid-tBilt7rDhF .nav-link:hover,
.cid-tBilt7rDhF .dropdown-item:hover {
  color: #34617e !important;
}
.cid-sV8RY9gluc {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sV8RY9gluc SPAN {
  color: #34617e;
}
.cid-sV8RY9gluc .mbr-text {
  color: #000000;
}
.cid-sV8DtvbWxu {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sV8DtvbWxu SPAN {
  color: #34617e;
}
.cid-sV8Cd5zcXW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eaeff1;
}
.cid-sV8Cd5zcXW .mbr-text,
.cid-sV8Cd5zcXW blockquote {
  color: #34617e;
}
.cid-sV8Cd5zcXW .mbr-text,
.cid-sV8Cd5zcXW blockquote P {
  text-align: center;
}
.cid-sV8DXtCXnL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sV8DXtCXnL SPAN {
  color: #34617e;
}
.cid-tnfwjxopWz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eaeff1;
}
.cid-tnfwjxopWz .mbr-text,
.cid-tnfwjxopWz blockquote {
  color: #34617e;
}
.cid-tnfwjxopWz .mbr-text,
.cid-tnfwjxopWz blockquote P {
  text-align: center;
}
.cid-sV8JwDDovn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sV8JwDDovn SPAN {
  color: #34617e;
}
.cid-sV8Jy7fXCb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eaeff1;
}
.cid-sV8Jy7fXCb .mbr-text,
.cid-sV8Jy7fXCb blockquote {
  color: #34617e;
}
.cid-sV8Jy7fXCb .mbr-text,
.cid-sV8Jy7fXCb blockquote P {
  text-align: center;
}
.cid-sV8JyU6cOj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sV8JyU6cOj SPAN {
  color: #34617e;
}
.cid-sV8JzaarnT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eaeff1;
}
.cid-sV8JzaarnT .mbr-text,
.cid-sV8JzaarnT blockquote {
  color: #34617e;
}
.cid-sV8JzaarnT .mbr-text,
.cid-sV8JzaarnT blockquote P {
  text-align: center;
}
.cid-sV8JzsmbTV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sV8JzsmbTV SPAN {
  color: #34617e;
}
.cid-sV8JzLgLnt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eaeff1;
}
.cid-sV8JzLgLnt .mbr-text,
.cid-sV8JzLgLnt blockquote {
  color: #34617e;
}
.cid-sV8JzLgLnt .mbr-text,
.cid-sV8JzLgLnt blockquote P {
  text-align: center;
}
.cid-sV8JA1cq2A {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sV8JA1cq2A SPAN {
  color: #34617e;
}
.cid-sV8JAhDnj5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eaeff1;
}
.cid-sV8JAhDnj5 .mbr-text,
.cid-sV8JAhDnj5 blockquote {
  color: #34617e;
}
.cid-sV8JAhDnj5 .mbr-text,
.cid-sV8JAhDnj5 blockquote P {
  text-align: center;
}
.cid-sV8JAx3euC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sV8JAx3euC SPAN {
  color: #34617e;
}
.cid-sV8JAMFPJ4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eaeff1;
}
.cid-sV8JAMFPJ4 .mbr-text,
.cid-sV8JAMFPJ4 blockquote {
  color: #34617e;
}
.cid-sV8JAMFPJ4 .mbr-text,
.cid-sV8JAMFPJ4 blockquote P {
  text-align: center;
}
.cid-tB68KzoGw1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #34617e;
}
@media (max-width: 991px) {
  .cid-tB68KzoGw1 .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tB68KzoGw1 .wrapper {
    padding: 0 6rem;
  }
}
.cid-tB68KzoGw1 .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tB68KzoGw1 .list {
    margin-bottom: 2rem;
  }
  .cid-tB68KzoGw1 .list li {
    margin-top: .5rem;
  }
}
.cid-tBii3mdWmV .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tBii3mdWmV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tBii3mdWmV a {
  font-style: normal;
}
.cid-tBii3mdWmV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tBii3mdWmV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tBii3mdWmV .nav-item:focus,
.cid-tBii3mdWmV .nav-link:focus {
  outline: none;
}
.cid-tBii3mdWmV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tBii3mdWmV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tBii3mdWmV .menu-logo {
  margin-right: auto;
}
.cid-tBii3mdWmV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tBii3mdWmV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tBii3mdWmV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tBii3mdWmV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tBii3mdWmV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tBii3mdWmV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tBii3mdWmV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tBii3mdWmV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tBii3mdWmV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBii3mdWmV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tBii3mdWmV .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tBii3mdWmV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tBii3mdWmV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBii3mdWmV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tBii3mdWmV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBii3mdWmV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tBii3mdWmV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tBii3mdWmV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tBii3mdWmV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tBii3mdWmV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tBii3mdWmV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tBii3mdWmV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tBii3mdWmV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tBii3mdWmV button.navbar-toggler:focus {
  outline: none;
}
.cid-tBii3mdWmV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34617e;
}
.cid-tBii3mdWmV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBii3mdWmV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBii3mdWmV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBii3mdWmV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBii3mdWmV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBii3mdWmV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBii3mdWmV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBii3mdWmV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBii3mdWmV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tBii3mdWmV .collapsed .btn {
  display: flex;
}
.cid-tBii3mdWmV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tBii3mdWmV .collapsed .navbar-collapse.collapsing,
.cid-tBii3mdWmV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tBii3mdWmV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tBii3mdWmV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tBii3mdWmV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tBii3mdWmV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tBii3mdWmV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tBii3mdWmV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tBii3mdWmV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tBii3mdWmV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tBii3mdWmV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tBii3mdWmV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tBii3mdWmV .collapsed button.navbar-toggler {
  display: block;
}
.cid-tBii3mdWmV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tBii3mdWmV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tBii3mdWmV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tBii3mdWmV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tBii3mdWmV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tBii3mdWmV .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tBii3mdWmV .navbar-expand {
    flex-direction: column;
  }
  .cid-tBii3mdWmV img {
    height: 3.8rem !important;
  }
  .cid-tBii3mdWmV .btn {
    display: flex;
  }
  .cid-tBii3mdWmV button.navbar-toggler {
    display: block;
  }
  .cid-tBii3mdWmV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tBii3mdWmV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tBii3mdWmV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tBii3mdWmV .navbar-collapse.collapsing,
  .cid-tBii3mdWmV .navbar-collapse.show {
    display: block !important;
  }
  .cid-tBii3mdWmV .navbar-collapse.collapsing .navbar-nav,
  .cid-tBii3mdWmV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tBii3mdWmV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tBii3mdWmV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tBii3mdWmV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tBii3mdWmV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBii3mdWmV .navbar-collapse.collapsing .navbar-buttons,
  .cid-tBii3mdWmV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tBii3mdWmV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tBii3mdWmV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBii3mdWmV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tBii3mdWmV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tBii3mdWmV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tBii3mdWmV .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tBii3mdWmV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tBii3mdWmV .navbar-collapse {
  flex-basis: auto;
}
.cid-tBii3mdWmV .nav-link:hover,
.cid-tBii3mdWmV .dropdown-item:hover {
  color: #34617e !important;
}
.cid-tajVgFJe4h {
  overflow-x: hidden !important;
}
.cid-tajVgFJe4h,
.cid-tajVgFJe4h .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-tajVgFJe4h .mbr-section-title {
  color: #ffffff;
}
.cid-tajVgFJe4h .mbr-section-title span {
  color: #34617e;
}
.cid-tajVgFJe4h .mbr-text {
  color: #34617e;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tajVgFJe4h .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/presentation1-1-2000x563.png");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tajVgFJe4h .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tajVgFJe4h .mbr-overlay {
  z-index: 1;
}
.cid-tajVgFJe4h .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tajVgGaeNi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgGaeNi SPAN {
  color: #34617e;
}
.cid-tajVgGaeNi .mbr-section-subtitle {
  color: #34617e;
}
.cid-teQcXBSyJx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #34617e;
}
.cid-teQcXBSyJx img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-teQcXBSyJx img:hover {
  transform: scale(1.1);
}
.cid-teQcXBSyJx .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-teQcXBSyJx h2 {
  padding: 0;
  margin: 0;
}
.cid-teQcXBSyJx .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teQcXBSyJx .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-teQcXBSyJx .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-teQcXBSyJx .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-teQcXBSyJx .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-teQcXBSyJx .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-teQcXBSyJx .mbr-iconfont {
  margin: 0!important;
}
.cid-teQcXBSyJx .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-teQcXBSyJx .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-teQcXBSyJx .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-teQcXBSyJx .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-teQcXBSyJx .text-col {
    padding: 2rem 1rem;
  }
}
.cid-teQcXBSyJx H2 {
  color: #333333;
}
.cid-teQcXBSyJx .mbr-text {
  color: #ffffff;
}
.cid-teQcXBSyJx H1 {
  color: #ffffff;
}
.cid-tajVgGRuxK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgGRuxK img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tajVgGRuxK img:hover {
  transform: scale(1.1);
}
.cid-tajVgGRuxK .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tajVgGRuxK h2 {
  padding: 0;
  margin: 0;
}
.cid-tajVgGRuxK .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tajVgGRuxK .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tajVgGRuxK .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-tajVgGRuxK .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tajVgGRuxK .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tajVgGRuxK .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tajVgGRuxK .mbr-iconfont {
  margin: 0!important;
}
.cid-tajVgGRuxK .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tajVgGRuxK .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tajVgGRuxK .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tajVgGRuxK .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tajVgGRuxK .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tajVgGRuxK H2 {
  color: #333333;
}
.cid-tajVgGRuxK .mbr-text {
  color: #34617e;
}
.cid-tajVgGRuxK H1 {
  color: #34617e;
}
.cid-tajVgH9PAm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #77aca6;
}
.cid-tajVgH9PAm SPAN {
  color: #34617e;
}
.cid-tajVgH9PAm .mbr-text {
  color: #ffffff;
}
.cid-tajVgH9PAm .mbr-section-subtitle {
  color: #34617e;
}
.cid-tajVgH9PAm H2 {
  color: #ffffff;
}
.cid-u0R1cwf7rS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #97bea6;
}
.cid-u0R1cwf7rS SPAN {
  color: #34617e;
}
.cid-u0R1cwf7rS H2 {
  color: #34617e;
}
.cid-u0R1e3kbay {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0R1e3kbay .container {
  max-width: 1400px;
}
.cid-u0R1e3kbay img,
.cid-u0R1e3kbay .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u0R1e3kbay img:before,
.cid-u0R1e3kbay .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4a798f;
  position: absolute;
  z-index: 10;
}
.cid-u0R1e3kbay img:hover:before,
.cid-u0R1e3kbay .item-img:hover:before {
  opacity: 0.2;
}
.cid-u0R1e3kbay .item:focus,
.cid-u0R1e3kbay span:focus {
  outline: none;
}
.cid-u0R1e3kbay .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u0R1e3kbay .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u0R1e3kbay .item-content {
  padding-top: 1.5rem;
}
.cid-u0R1e3kbay .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u0R1e3kbay .mbr-section-title {
  color: #4a798f;
}
.cid-u0R1e3kbay .mbr-text,
.cid-u0R1e3kbay .mbr-section-btn {
  color: #818181;
}
.cid-ttQl9sYOwu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #c0d245;
}
.cid-ttQl9sYOwu SPAN {
  color: #34617e;
}
.cid-ttQl9sYOwu H2 {
  color: #34617e;
}
.cid-ttQlb0APGK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttQlb0APGK .container {
  max-width: 1400px;
}
.cid-ttQlb0APGK img,
.cid-ttQlb0APGK .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ttQlb0APGK img:before,
.cid-ttQlb0APGK .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-ttQlb0APGK img:hover:before,
.cid-ttQlb0APGK .item-img:hover:before {
  opacity: 0.2;
}
.cid-ttQlb0APGK .item:focus,
.cid-ttQlb0APGK span:focus {
  outline: none;
}
.cid-ttQlb0APGK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ttQlb0APGK .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ttQlb0APGK .item-content {
  padding-top: 1.5rem;
}
.cid-ttQlb0APGK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ttQlb0APGK .mbr-section-title {
  color: #4a798f;
}
.cid-ttQlb0APGK .mbr-text,
.cid-ttQlb0APGK .mbr-section-btn {
  color: #818181;
}
.cid-tqaaJA8b4J {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #c1ca88;
}
.cid-tqaaJA8b4J SPAN {
  color: #34617e;
}
.cid-tqaaJA8b4J H2 {
  color: #eaeff1;
}
.cid-tq5o9lwUzM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tq5o9lwUzM .container {
  max-width: 1400px;
}
.cid-tq5o9lwUzM img,
.cid-tq5o9lwUzM .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tq5o9lwUzM img:before,
.cid-tq5o9lwUzM .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4a798f;
  position: absolute;
  z-index: 10;
}
.cid-tq5o9lwUzM img:hover:before,
.cid-tq5o9lwUzM .item-img:hover:before {
  opacity: 0.2;
}
.cid-tq5o9lwUzM .item:focus,
.cid-tq5o9lwUzM span:focus {
  outline: none;
}
.cid-tq5o9lwUzM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tq5o9lwUzM .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tq5o9lwUzM .item-content {
  padding-top: 1.5rem;
}
.cid-tq5o9lwUzM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tq5o9lwUzM .mbr-section-title {
  color: #4a798f;
}
.cid-tq5o9lwUzM .mbr-text,
.cid-tq5o9lwUzM .mbr-section-btn {
  color: #818181;
}
.cid-tqaaLEcCDU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #77aca6;
}
.cid-tqaaLEcCDU SPAN {
  color: #34617e;
}
.cid-tqaaLEcCDU H2 {
  color: #eaeff1;
}
.cid-tq5ohYVt6Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tq5ohYVt6Q .container {
  max-width: 1400px;
}
.cid-tq5ohYVt6Q img,
.cid-tq5ohYVt6Q .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tq5ohYVt6Q img:before,
.cid-tq5ohYVt6Q .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4a798f;
  position: absolute;
  z-index: 10;
}
.cid-tq5ohYVt6Q img:hover:before,
.cid-tq5ohYVt6Q .item-img:hover:before {
  opacity: 0.2;
}
.cid-tq5ohYVt6Q .item:focus,
.cid-tq5ohYVt6Q span:focus {
  outline: none;
}
.cid-tq5ohYVt6Q .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tq5ohYVt6Q .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tq5ohYVt6Q .item-content {
  padding-top: 1.5rem;
}
.cid-tq5ohYVt6Q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tq5ohYVt6Q .mbr-section-title {
  color: #4a798f;
}
.cid-tq5ohYVt6Q .mbr-text,
.cid-tq5ohYVt6Q .mbr-section-btn {
  color: #818181;
}
.cid-tqaaNKlTQ7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #c0d245;
}
.cid-tqaaNKlTQ7 SPAN {
  color: #34617e;
}
.cid-tqaaNKlTQ7 H2 {
  color: #eaeff1;
}
.cid-tq5oj5kUQO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tq5oj5kUQO .container {
  max-width: 1400px;
}
.cid-tq5oj5kUQO img,
.cid-tq5oj5kUQO .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tq5oj5kUQO img:before,
.cid-tq5oj5kUQO .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-tq5oj5kUQO img:hover:before,
.cid-tq5oj5kUQO .item-img:hover:before {
  opacity: 0.2;
}
.cid-tq5oj5kUQO .item:focus,
.cid-tq5oj5kUQO span:focus {
  outline: none;
}
.cid-tq5oj5kUQO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tq5oj5kUQO .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tq5oj5kUQO .item-content {
  padding-top: 1.5rem;
}
.cid-tq5oj5kUQO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tq5oj5kUQO .mbr-section-title {
  color: #4a798f;
}
.cid-tq5oj5kUQO .mbr-text,
.cid-tq5oj5kUQO .mbr-section-btn {
  color: #818181;
}
.cid-tqaaPdtKen {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #97bea6;
}
.cid-tqaaPdtKen SPAN {
  color: #34617e;
}
.cid-tqaaPdtKen H2 {
  color: #eaeff1;
}
.cid-tq5okYgyk8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tq5okYgyk8 .container {
  max-width: 1400px;
}
.cid-tq5okYgyk8 img,
.cid-tq5okYgyk8 .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tq5okYgyk8 img:before,
.cid-tq5okYgyk8 .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4a798f;
  position: absolute;
  z-index: 10;
}
.cid-tq5okYgyk8 img:hover:before,
.cid-tq5okYgyk8 .item-img:hover:before {
  opacity: 0.2;
}
.cid-tq5okYgyk8 .item:focus,
.cid-tq5okYgyk8 span:focus {
  outline: none;
}
.cid-tq5okYgyk8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tq5okYgyk8 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tq5okYgyk8 .item-content {
  padding-top: 1.5rem;
}
.cid-tq5okYgyk8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tq5okYgyk8 .mbr-section-title {
  color: #4a798f;
}
.cid-tq5okYgyk8 .mbr-text,
.cid-tq5okYgyk8 .mbr-section-btn {
  color: #818181;
}
.cid-tqaaQqJnIJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #77aca6;
}
.cid-tqaaQqJnIJ SPAN {
  color: #34617e;
}
.cid-tqaaQqJnIJ H2 {
  color: #eaeff1;
}
.cid-tq5olMgvOE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tq5olMgvOE .container {
  max-width: 1400px;
}
.cid-tq5olMgvOE img,
.cid-tq5olMgvOE .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tq5olMgvOE img:before,
.cid-tq5olMgvOE .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4a798f;
  position: absolute;
  z-index: 10;
}
.cid-tq5olMgvOE img:hover:before,
.cid-tq5olMgvOE .item-img:hover:before {
  opacity: 0.2;
}
.cid-tq5olMgvOE .item:focus,
.cid-tq5olMgvOE span:focus {
  outline: none;
}
.cid-tq5olMgvOE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tq5olMgvOE .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tq5olMgvOE .item-content {
  padding-top: 1.5rem;
}
.cid-tq5olMgvOE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tq5olMgvOE .mbr-section-title {
  color: #4a798f;
}
.cid-tq5olMgvOE .mbr-text,
.cid-tq5olMgvOE .mbr-section-btn {
  color: #818181;
}
.cid-tqaaRCzQDC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #c1ca88;
}
.cid-tqaaRCzQDC SPAN {
  color: #34617e;
}
.cid-tqaaRCzQDC H2 {
  color: #eaeff1;
}
.cid-tq5on4kjox {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tq5on4kjox .container {
  max-width: 1400px;
}
.cid-tq5on4kjox img,
.cid-tq5on4kjox .item-img {
  width: 100%;
  position: relative;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tq5on4kjox img:before,
.cid-tq5on4kjox .item-img:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #4232e2;
  position: absolute;
  z-index: 10;
}
.cid-tq5on4kjox img:hover:before,
.cid-tq5on4kjox .item-img:hover:before {
  opacity: 0.2;
}
.cid-tq5on4kjox .item:focus,
.cid-tq5on4kjox span:focus {
  outline: none;
}
.cid-tq5on4kjox .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tq5on4kjox .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tq5on4kjox .item-content {
  padding-top: 1.5rem;
}
.cid-tq5on4kjox .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tq5on4kjox .mbr-section-title {
  color: #4a798f;
}
.cid-tq5on4kjox .mbr-text,
.cid-tq5on4kjox .mbr-section-btn {
  color: #818181;
}
.cid-tajVgINQpj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eaeff1;
}
.cid-tajVgINQpj SPAN {
  color: #34617e;
}
.cid-tajVgJjJ9S {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/dji-0388-1-1314x739.jpg");
}
.cid-tajVgJjJ9S div.b {
  padding-top: 2rem;
}
.cid-tajVgJjJ9S .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-tajVgJjJ9S a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tajVgJjJ9S .google-map {
  height: 25rem;
  position: relative;
}
.cid-tajVgJjJ9S .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tajVgJjJ9S .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-tajVgJjJ9S .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tajVgJjJ9S .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tajVgJjJ9S div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-tajVgJjJ9S div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-tajVgJjJ9S H5 {
  color: #ffffff;
}
.cid-tajVgKaZUt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgKaZUt SPAN {
  color: #34617e;
}
.cid-tBihngu99a {
  padding-top: 0rem;
  padding-bottom: 4.5rem;
  background-color: #ffffff;
}
.cid-tBihngu99a .item-image {
  margin-bottom: 5rem;
}
.cid-tBihngu99a img,
.cid-tBihngu99a .item-img {
  width: 100%;
}
.cid-tBihngu99a .item:focus,
.cid-tBihngu99a span:focus {
  outline: none;
}
.cid-tBihngu99a .item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}
.cid-tBihngu99a .item-wrapper {
  position: unset;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tBihngu99a .mbr-section-title {
  color: #232323;
}
@media (min-width: 768px) {
  .cid-tBihngu99a .mbr-section-head {
    margin-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .cid-tBihngu99a .mbr-section-subtitle,
  .cid-tBihngu99a .mbr-text {
    display: none;
  }
}
@media (max-width: 600px) {
  .cid-tBihngu99a .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tBihngu99a .mbr-section-title a {
  color: #9b9ba5 ;
}
.cid-tBihngu99a .mbr-text {
  color: #34617e;
  text-align: center;
}
.cid-tBihngu99a .mbr-section-subtitle {
  color: #34617e;
  text-align: center;
}
.cid-tajVgLXnzZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgLXnzZ SPAN {
  color: #34617e;
}
.cid-tajVgMqMZg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/dji-62-2000x1500.jpg");
}
.cid-tajVgMqMZg h2 {
  text-align: left;
}
.cid-tajVgMqMZg h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tajVgMqMZg p {
  color: #767676;
  text-align: left;
}
.cid-tajVgMqMZg .aside-content {
  flex-basis: 100%;
}
.cid-tajVgMqMZg .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tajVgMqMZg .media {
  margin: initial;
  align-items: center;
}
.cid-tajVgMqMZg .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tajVgMqMZg .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tajVgMqMZg .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tajVgMqMZg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tajVgMqMZg .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tajVgMqMZg .card-img span {
    font-size: 40px !important;
  }
}
.cid-tajVgMqMZg P {
  color: #ffffff;
}
.cid-tajVgMqMZg H4 {
  color: #ffffff;
}
.cid-tajVgMUFGI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgMUFGI SPAN {
  color: #34617e;
}
.cid-tajVgNkspH {
  background: #ffffff;
}
.cid-tajVgNkspH .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tajVgNkspH .video-block {
    width: 100% !important;
  }
}
.cid-tajVgNEhT4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgNEhT4 .mbr-text,
.cid-tajVgNEhT4 blockquote {
  color: #767676;
}
.cid-tajVgNEhT4 P {
  color: #000000;
}
.cid-tajVgNXFHU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dji-701-2000x1500.jpg");
}
.cid-tajVgNXFHU .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-tajVgNXFHU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tajVgNXFHU p {
  color: #767676;
  text-align: left;
}
.cid-tajVgNXFHU .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tajVgNXFHU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tajVgNXFHU .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tajVgNXFHU .card-title {
  color: #34617e;
}
.cid-tajVgNXFHU P {
  color: #000000;
}
.cid-tajVgONSq8 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tajVgONSq8 .mbr-section-subtitle {
  color: #000000;
}
.cid-tajVgONSq8 H2 {
  color: #34617e;
}
.cid-tajVgPcT3c {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgPcT3c SPAN {
  color: #34617e;
}
.cid-tajVgPNJar {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/image0-2000x1500.jpg");
}
.cid-tajVgQCTB9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgQCTB9 SPAN {
  color: #34617e;
}
.cid-tajVgQYdA3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tajVgQYdA3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tajVgQYdA3 p {
  color: #767676;
  text-align: left;
}
.cid-tajVgQYdA3 .card-box {
  padding-top: 2rem;
}
.cid-tajVgQYdA3 .card-wrapper {
  height: 100%;
}
.cid-tajVgQYdA3 .card-title {
  color: #34617e;
}
.cid-tajVgQYdA3 P {
  color: #000000;
}
.cid-tqsaYAwyQs {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background: #34617e;
}
.cid-tqsaYAwyQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqsaYAwyQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqsaYAwyQs .google-map {
  height: 30rem;
  position: relative;
}
.cid-tqsaYAwyQs .google-map iframe {
  height: 120%;
  width: 100%;
}
.cid-tqsaYAwyQs .google-map [data-state-details] {
  color: #6b6763;
  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-tqsaYAwyQs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tqsaYAwyQs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tajVgRrjd9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgRrjd9 SPAN {
  color: #34617e;
}
.cid-tajVgROl4P {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgROl4P .mbr-text,
.cid-tajVgROl4P blockquote {
  color: #767676;
}
.cid-tajVgROl4P P {
  color: #000000;
}
.cid-tajVgSblgC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/zw011-turk-mine-1600x1200.jpg");
}
.cid-tajVgSblgC H3 {
  text-align: center;
}
.cid-tajVgSblgC I {
  color: #ffffff;
}
.cid-tajVgSxLpf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgSxLpf SPAN {
  color: #34617e;
}
.cid-tajVgSxLpf .mbr-text {
  color: #000000;
}
.cid-tajVgT0vxU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
}
.cid-tajVgT0vxU .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tajVgT0vxU .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tajVgT0vxU .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tajVgT0vxU .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tajVgT0vxU .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-tajVgT0vxU .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tajVgT0vxU .card .panel-body {
  color: #767676;
}
.cid-tajVgT0vxU .panel-text {
  color: #000000;
}
.cid-tajVgT0vxU H4 {
  color: #34617e;
}
.cid-tajVgT0vxU SPAN {
  color: #34617e;
}
.cid-tajVgTwIXH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  position: relative;
}
.cid-tajVgTwIXH .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tajVgTwIXH .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tajVgTwIXH .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tajVgTwIXH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tajVgTwIXH .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-tajVgTwIXH .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tajVgTwIXH .card .panel-body {
  color: #767676;
}
.cid-tajVgTwIXH .panel-text {
  color: #000000;
}
.cid-tajVgTwIXH H4 {
  color: #34617e;
}
.cid-tajVgTwIXH SPAN {
  color: #4a798f;
}
.cid-tajVgUjiFm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/solar-modules-1996x1151.jpg");
}
.cid-tajVgUjiFm H3 {
  text-align: center;
}
.cid-tajVgUjiFm I {
  color: #ffffff;
}
.cid-tajVgUR2Va {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgUR2Va SPAN {
  color: #34617e;
}
.cid-tajVgUR2Va .mbr-text {
  color: #000000;
}
.cid-tajVgUR2Va H2 {
  color: #ffffff;
}
.cid-tajVgVgvP1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgVgvP1 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
}
.cid-tajVgVgvP1 .mbr-author-name {
  font-weight: bold;
}
.cid-tajVgVgvP1 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tajVgVF5a7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgVF5a7 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
  text-align: left;
}
.cid-tajVgVF5a7 .mbr-author-name {
  font-weight: bold;
}
.cid-tajVgVF5a7 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tajVgW36nH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgW36nH .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
}
.cid-tajVgW36nH .mbr-author-name {
  font-weight: bold;
}
.cid-tajVgW36nH .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tajVgWt1mi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgWt1mi .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
}
.cid-tajVgWt1mi .mbr-author-name {
  font-weight: bold;
}
.cid-tajVgWt1mi .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tajVgWWefj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgWWefj .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
}
.cid-tajVgWWefj .mbr-author-name {
  font-weight: bold;
}
.cid-tajVgWWefj .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tajVgXnWD1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgXnWD1 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
}
.cid-tajVgXnWD1 .mbr-author-name {
  font-weight: bold;
}
.cid-tajVgXnWD1 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tajVgXMPsY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgXMPsY .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #000000;
}
.cid-tajVgXMPsY .mbr-author-name {
  font-weight: bold;
}
.cid-tajVgXMPsY .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tajVgY8PBF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tajVgY8PBF SPAN {
  color: #34617e;
}
.cid-tajVgY8PBF .mbr-text {
  color: #000000;
}
.cid-tajVgY8PBF H2 {
  color: #ffffff;
}
.cid-tvQkFQlbZ9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #34617e;
}
.cid-tvQkFQlbZ9 .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #39847a;
  transition: all 0.4s ease-in-out;
}
.cid-tvQkFQlbZ9 .content-block .mbr-text {
  margin: 0;
}
.cid-tvQkFQlbZ9 .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tvQkFQlbZ9 .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tvQkFQlbZ9 .image-wrap:hover > .content-block {
  opacity: 0.6;
}
.cid-tvQkFQlbZ9 .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tvQkFQlbZ9 .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tvQkFQlbZ9 h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tvQkFQlbZ9 .mbr-section-title {
  color: #c1ca88;
}
.cid-tavzgsW6lr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #34617e;
}
.cid-tavzgsW6lr .cards-bg1 {
  background: #39847a;
}
.cid-tavzgsW6lr .cards-bg2 {
  background: #97bea6;
}
.cid-tavzgsW6lr .cards-bg3 {
  background: #4a798f;
}
.cid-tavzgsW6lr .cards-bg4 {
  background: #c1ca88;
}
.cid-tavzgsW6lr .card-wrapper {
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-tavzgsW6lr .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-tavzgsW6lr .card-title,
.cid-tavzgsW6lr .card-box {
  color: #ffffff;
}
.cid-tB69miDxuJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #34617e;
}
@media (max-width: 991px) {
  .cid-tB69miDxuJ .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tB69miDxuJ .wrapper {
    padding: 0 6rem;
  }
}
.cid-tB69miDxuJ .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tB69miDxuJ .list {
    margin-bottom: 2rem;
  }
  .cid-tB69miDxuJ .list li {
    margin-top: .5rem;
  }
}
.cid-tBilGkE9zh .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tBilGkE9zh .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tBilGkE9zh a {
  font-style: normal;
}
.cid-tBilGkE9zh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tBilGkE9zh .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tBilGkE9zh .nav-item:focus,
.cid-tBilGkE9zh .nav-link:focus {
  outline: none;
}
.cid-tBilGkE9zh .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tBilGkE9zh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tBilGkE9zh .menu-logo {
  margin-right: auto;
}
.cid-tBilGkE9zh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tBilGkE9zh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tBilGkE9zh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tBilGkE9zh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tBilGkE9zh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tBilGkE9zh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tBilGkE9zh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tBilGkE9zh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tBilGkE9zh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBilGkE9zh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tBilGkE9zh .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tBilGkE9zh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tBilGkE9zh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBilGkE9zh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tBilGkE9zh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBilGkE9zh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tBilGkE9zh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tBilGkE9zh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tBilGkE9zh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tBilGkE9zh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tBilGkE9zh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tBilGkE9zh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tBilGkE9zh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tBilGkE9zh button.navbar-toggler:focus {
  outline: none;
}
.cid-tBilGkE9zh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34617e;
}
.cid-tBilGkE9zh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBilGkE9zh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBilGkE9zh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBilGkE9zh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBilGkE9zh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBilGkE9zh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBilGkE9zh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBilGkE9zh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBilGkE9zh .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tBilGkE9zh .collapsed .btn {
  display: flex;
}
.cid-tBilGkE9zh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tBilGkE9zh .collapsed .navbar-collapse.collapsing,
.cid-tBilGkE9zh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tBilGkE9zh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tBilGkE9zh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tBilGkE9zh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tBilGkE9zh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tBilGkE9zh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tBilGkE9zh .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tBilGkE9zh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tBilGkE9zh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tBilGkE9zh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tBilGkE9zh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tBilGkE9zh .collapsed button.navbar-toggler {
  display: block;
}
.cid-tBilGkE9zh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tBilGkE9zh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tBilGkE9zh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tBilGkE9zh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tBilGkE9zh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tBilGkE9zh .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tBilGkE9zh .navbar-expand {
    flex-direction: column;
  }
  .cid-tBilGkE9zh img {
    height: 3.8rem !important;
  }
  .cid-tBilGkE9zh .btn {
    display: flex;
  }
  .cid-tBilGkE9zh button.navbar-toggler {
    display: block;
  }
  .cid-tBilGkE9zh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tBilGkE9zh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tBilGkE9zh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tBilGkE9zh .navbar-collapse.collapsing,
  .cid-tBilGkE9zh .navbar-collapse.show {
    display: block !important;
  }
  .cid-tBilGkE9zh .navbar-collapse.collapsing .navbar-nav,
  .cid-tBilGkE9zh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tBilGkE9zh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tBilGkE9zh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tBilGkE9zh .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tBilGkE9zh .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBilGkE9zh .navbar-collapse.collapsing .navbar-buttons,
  .cid-tBilGkE9zh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tBilGkE9zh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tBilGkE9zh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBilGkE9zh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tBilGkE9zh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tBilGkE9zh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tBilGkE9zh .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tBilGkE9zh .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tBilGkE9zh .navbar-collapse {
  flex-basis: auto;
}
.cid-tBilGkE9zh .nav-link:hover,
.cid-tBilGkE9zh .dropdown-item:hover {
  color: #34617e !important;
}
.cid-takVnmqDpZ {
  padding-top: 30px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/dji-626-2000x1507.jpeg");
}
.cid-takVnmqDpZ .row {
  justify-content: flex-end;
}
.cid-takVnmqDpZ .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #4a798f;
}
.cid-takVnmqDpZ .block {
  background-color: #34617e;
}
.cid-takVnmqDpZ img {
  width: 100%;
}
.cid-takVnmqDpZ .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-takVnmqDpZ .content {
  max-width: 600px;
}
.cid-takVnmqDpZ h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-takVnmqDpZ .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-takVnmqDpZ h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-takVnmqDpZ .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-takVnmqDpZ h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-takVnmqDpZ .mbr-text,
.cid-takVnmqDpZ .mbr-section-btn {
  color: #ffffff;
}
.cid-takVnmqDpZ H1 {
  color: #ffffff;
}
.cid-takVnmqDpZ H4 {
  color: #c1ca88;
}
.cid-takVnmEGAI {
  padding-top: 45px;
  background-image: url("../../../assets/images/dji-93-2000x1500.jpeg");
}
.cid-takVnmEGAI .text-content {
  padding-bottom: 0px;
}
.cid-takVnmEGAI .content-container .btn-bgr {
  z-index: 0;
}
.cid-takVnmEGAI .box-item-text {
  color: #ffffff;
}
.cid-takVnmEGAI .box-item {
  padding: 2.5rem;
}
.cid-takVnmEGAI .box-item:first-child {
  background-color: #34617e;
}
.cid-takVnmEGAI .box-item:nth-child(2) {
  background-color: #4a798f;
}
.cid-takVnmEGAI .box-item:last-child {
  background-color: #39847a;
}
.cid-takVnmEGAI .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-takVnmEGAI .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-takVnmEGAI .box-list li:last-child {
  border-bottom: none;
}
.cid-takVnmEGAI .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-takVnmEGAI .mbr-iconfont {
  color: #34617e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-takVnmEGAI .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-takVnmEGAI .mbr-section-subtitle,
  .cid-takVnmEGAI .mbr-section-title,
  .cid-takVnmEGAI .mbr-text,
  .cid-takVnmEGAI .mbr-section-btn,
  .cid-takVnmEGAI .icon-block-top,
  .cid-takVnmEGAI .box-item-title,
  .cid-takVnmEGAI .box-item-text {
    text-align: center !important;
  }
}
.cid-takVnmEGAI .mbr-section-title {
  color: #34617e;
}
.cid-takVnmEGAI .mbr-text,
.cid-takVnmEGAI .mbr-section-btn {
  color: #232323;
}
.cid-takVnmEGAI .mbr-section-subtitle {
  color: #34617e;
}
.cid-takVnmEGAI .icon-block-top,
.cid-takVnmEGAI .box-item-title {
  color: #ffffff;
}
.cid-tvQn562nYA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #34617e;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tvQn562nYA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tvQn562nYA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvQn562nYA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tvQn562nYA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tvQn562nYA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #39847a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tvQn562nYA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tvQn562nYA .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tvQn562nYA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tvQn562nYA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #39847a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-takVnnc2a5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/7n5a1679-2000x1333.jpeg");
}
.cid-takVnnc2a5 P {
  color: #767676;
}
.cid-takVnnc2a5 .mbr-text,
.cid-takVnnc2a5 .mbr-section-btn {
  text-align: left;
  color: #34617e;
}
.cid-takVnnc2a5 H1 {
  color: #34617e;
}
.cid-takVnnqNCx {
  background: #4a798f;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-takVnnqNCx .image-block {
  margin: auto;
}
.cid-takVnnqNCx figcaption {
  position: relative;
}
.cid-takVnnqNCx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-takVnnqNCx .image-block {
    width: 100% !important;
  }
}
.cid-takVnnEoD6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/7n5a1689-2000x1333.jpg");
}
.cid-takVnnEoD6 h2 {
  margin-bottom: 0;
}
.cid-takVnnEoD6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-takVnnEoD6 p {
  color: #767676;
  margin-bottom: 0;
}
.cid-takVnnEoD6 .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #c1ca88;
  position: relative;
  justify-content: unset;
}
.cid-takVnnEoD6 .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-takVnnEoD6 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-takVnnEoD6 .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-takVnnEoD6 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-takVnnEoD6 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-takVnnEoD6 H2 {
  color: #c1ca88;
}
.cid-takVnnEoD6 P {
  color: #34617e;
}
.cid-tvQn8xTJGr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #34617e;
}
.cid-tvQn8xTJGr .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #39847a;
  transition: all 0.4s ease-in-out;
}
.cid-tvQn8xTJGr .content-block .mbr-text {
  margin: 0;
}
.cid-tvQn8xTJGr .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tvQn8xTJGr .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tvQn8xTJGr .image-wrap:hover > .content-block {
  opacity: 0.6;
}
.cid-tvQn8xTJGr .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tvQn8xTJGr .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tvQn8xTJGr h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tvQn8xTJGr .mbr-section-title {
  color: #c1ca88;
}
.cid-tavEG3W0rG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #34617e;
}
.cid-tavEG3W0rG .cards-bg1 {
  background: #39847a;
}
.cid-tavEG3W0rG .cards-bg2 {
  background: #97bea6;
}
.cid-tavEG3W0rG .cards-bg3 {
  background: #4a798f;
}
.cid-tavEG3W0rG .cards-bg4 {
  background: #c1ca88;
}
.cid-tavEG3W0rG .card-wrapper {
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-tavEG3W0rG .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-tavEG3W0rG .card-title,
.cid-tavEG3W0rG .card-box {
  color: #ffffff;
}
.cid-tB694MvjoA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #34617e;
}
@media (max-width: 991px) {
  .cid-tB694MvjoA .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tB694MvjoA .wrapper {
    padding: 0 6rem;
  }
}
.cid-tB694MvjoA .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tB694MvjoA .list {
    margin-bottom: 2rem;
  }
  .cid-tB694MvjoA .list li {
    margin-top: .5rem;
  }
}
.cid-tBilMSjfjv .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tBilMSjfjv .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tBilMSjfjv a {
  font-style: normal;
}
.cid-tBilMSjfjv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tBilMSjfjv .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tBilMSjfjv .nav-item:focus,
.cid-tBilMSjfjv .nav-link:focus {
  outline: none;
}
.cid-tBilMSjfjv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tBilMSjfjv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tBilMSjfjv .menu-logo {
  margin-right: auto;
}
.cid-tBilMSjfjv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tBilMSjfjv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tBilMSjfjv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tBilMSjfjv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tBilMSjfjv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tBilMSjfjv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tBilMSjfjv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tBilMSjfjv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tBilMSjfjv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBilMSjfjv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tBilMSjfjv .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tBilMSjfjv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tBilMSjfjv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBilMSjfjv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tBilMSjfjv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBilMSjfjv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tBilMSjfjv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tBilMSjfjv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tBilMSjfjv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tBilMSjfjv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tBilMSjfjv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tBilMSjfjv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tBilMSjfjv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tBilMSjfjv button.navbar-toggler:focus {
  outline: none;
}
.cid-tBilMSjfjv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34617e;
}
.cid-tBilMSjfjv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBilMSjfjv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBilMSjfjv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBilMSjfjv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBilMSjfjv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBilMSjfjv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBilMSjfjv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBilMSjfjv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBilMSjfjv .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tBilMSjfjv .collapsed .btn {
  display: flex;
}
.cid-tBilMSjfjv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tBilMSjfjv .collapsed .navbar-collapse.collapsing,
.cid-tBilMSjfjv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tBilMSjfjv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tBilMSjfjv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tBilMSjfjv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tBilMSjfjv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tBilMSjfjv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tBilMSjfjv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tBilMSjfjv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tBilMSjfjv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tBilMSjfjv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tBilMSjfjv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tBilMSjfjv .collapsed button.navbar-toggler {
  display: block;
}
.cid-tBilMSjfjv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tBilMSjfjv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tBilMSjfjv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tBilMSjfjv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tBilMSjfjv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tBilMSjfjv .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tBilMSjfjv .navbar-expand {
    flex-direction: column;
  }
  .cid-tBilMSjfjv img {
    height: 3.8rem !important;
  }
  .cid-tBilMSjfjv .btn {
    display: flex;
  }
  .cid-tBilMSjfjv button.navbar-toggler {
    display: block;
  }
  .cid-tBilMSjfjv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tBilMSjfjv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tBilMSjfjv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tBilMSjfjv .navbar-collapse.collapsing,
  .cid-tBilMSjfjv .navbar-collapse.show {
    display: block !important;
  }
  .cid-tBilMSjfjv .navbar-collapse.collapsing .navbar-nav,
  .cid-tBilMSjfjv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tBilMSjfjv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tBilMSjfjv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tBilMSjfjv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tBilMSjfjv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBilMSjfjv .navbar-collapse.collapsing .navbar-buttons,
  .cid-tBilMSjfjv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tBilMSjfjv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tBilMSjfjv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBilMSjfjv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tBilMSjfjv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tBilMSjfjv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tBilMSjfjv .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tBilMSjfjv .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tBilMSjfjv .navbar-collapse {
  flex-basis: auto;
}
.cid-tBilMSjfjv .nav-link:hover,
.cid-tBilMSjfjv .dropdown-item:hover {
  color: #34617e !important;
}
.cid-takVGXqAn5 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/dji-626-2000x1500.jpg");
}
.cid-takVGXqAn5 .row {
  justify-content: flex-end;
}
.cid-takVGXqAn5 .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #4a798f;
}
.cid-takVGXqAn5 .block {
  background-color: #34617e;
}
.cid-takVGXqAn5 img {
  width: 100%;
}
.cid-takVGXqAn5 .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-takVGXqAn5 .content {
  max-width: 600px;
}
.cid-takVGXqAn5 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  right: 18rem;
  width: fit-content;
  padding: 0;
  margin: 0;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-takVGXqAn5 .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-takVGXqAn5 h4 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-takVGXqAn5 .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-takVGXqAn5 h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-takVGXqAn5 .mbr-text,
.cid-takVGXqAn5 .mbr-section-btn {
  color: #ffffff;
}
.cid-takVGXqAn5 H1 {
  color: #ffffff;
}
.cid-takVGXqAn5 H4 {
  color: #c1ca88;
}
.cid-takVGXHRmC {
  padding-top: 45px;
  background-image: url("../../../assets/images/dji-620-2000x1500.jpg");
}
.cid-takVGXHRmC .text-content {
  padding-bottom: 0px;
}
.cid-takVGXHRmC .content-container .btn-bgr {
  z-index: 0;
}
.cid-takVGXHRmC .box-item-text {
  color: #ffffff;
}
.cid-takVGXHRmC .box-item {
  padding: 2.5rem;
}
.cid-takVGXHRmC .box-item:first-child {
  background-color: #34617e;
}
.cid-takVGXHRmC .box-item:nth-child(2) {
  background-color: #4a798f;
}
.cid-takVGXHRmC .box-item:last-child {
  background-color: #39847a;
}
.cid-takVGXHRmC .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-takVGXHRmC .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-takVGXHRmC .box-list li:last-child {
  border-bottom: none;
}
.cid-takVGXHRmC .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-takVGXHRmC .mbr-iconfont {
  color: #34617e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-takVGXHRmC .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-takVGXHRmC .mbr-section-subtitle,
  .cid-takVGXHRmC .mbr-section-title,
  .cid-takVGXHRmC .mbr-text,
  .cid-takVGXHRmC .mbr-section-btn,
  .cid-takVGXHRmC .icon-block-top,
  .cid-takVGXHRmC .box-item-title,
  .cid-takVGXHRmC .box-item-text {
    text-align: center !important;
  }
}
.cid-takVGXHRmC .mbr-section-title {
  color: #34617e;
}
.cid-takVGXHRmC .mbr-text,
.cid-takVGXHRmC .mbr-section-btn {
  color: #232323;
}
.cid-takVGXHRmC .mbr-section-subtitle {
  color: #34617e;
}
.cid-takVGXHRmC .icon-block-top,
.cid-takVGXHRmC .box-item-title {
  color: #ffffff;
}
.cid-tvQndZkn0e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #34617e;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tvQndZkn0e .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tvQndZkn0e .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvQndZkn0e .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tvQndZkn0e .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tvQndZkn0e .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #39847a;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tvQndZkn0e .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tvQndZkn0e .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tvQndZkn0e .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tvQndZkn0e .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #39847a !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-takVGYgl70 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/dji-611-2000x1500.jpg");
}
.cid-takVGYgl70 P {
  color: #767676;
}
.cid-takVGYgl70 .mbr-text,
.cid-takVGYgl70 .mbr-section-btn {
  text-align: left;
  color: #34617e;
}
.cid-takVGYgl70 H1 {
  color: #34617e;
}
.cid-takVGYzPXn {
  background: #4a798f;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-takVGYzPXn .image-block {
  margin: auto;
}
.cid-takVGYzPXn figcaption {
  position: relative;
}
.cid-takVGYzPXn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-takVGYzPXn .image-block {
    width: 100% !important;
  }
}
.cid-takVGYKOZZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/7n5a1689-2000x1333.jpg");
}
.cid-takVGYKOZZ h2 {
  margin-bottom: 0;
}
.cid-takVGYKOZZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-takVGYKOZZ p {
  color: #767676;
  margin-bottom: 0;
}
.cid-takVGYKOZZ .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #c1ca88;
  position: relative;
  justify-content: unset;
}
.cid-takVGYKOZZ .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-takVGYKOZZ .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-takVGYKOZZ .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-takVGYKOZZ .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-takVGYKOZZ .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-takVGYKOZZ H2 {
  color: #c1ca88;
}
.cid-takVGYKOZZ P {
  color: #34617e;
}
.cid-tvQnmgYeyr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #34617e;
}
.cid-tvQnmgYeyr .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #39847a;
  transition: all 0.4s ease-in-out;
}
.cid-tvQnmgYeyr .content-block .mbr-text {
  margin: 0;
}
.cid-tvQnmgYeyr .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-tvQnmgYeyr .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-tvQnmgYeyr .image-wrap:hover > .content-block {
  opacity: 0.6;
}
.cid-tvQnmgYeyr .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-tvQnmgYeyr .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-tvQnmgYeyr h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tvQnmgYeyr .mbr-section-title {
  color: #c1ca88;
}
.cid-tavEW0OBGG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #34617e;
}
.cid-tavEW0OBGG .cards-bg1 {
  background: #39847a;
}
.cid-tavEW0OBGG .cards-bg2 {
  background: #97bea6;
}
.cid-tavEW0OBGG .cards-bg3 {
  background: #4a798f;
}
.cid-tavEW0OBGG .cards-bg4 {
  background: #c1ca88;
}
.cid-tavEW0OBGG .card-wrapper {
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-tavEW0OBGG .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-tavEW0OBGG .card-title,
.cid-tavEW0OBGG .card-box {
  color: #ffffff;
}
.cid-tB69gJsWuK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #34617e;
}
@media (max-width: 991px) {
  .cid-tB69gJsWuK .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tB69gJsWuK .wrapper {
    padding: 0 6rem;
  }
}
.cid-tB69gJsWuK .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tB69gJsWuK .list {
    margin-bottom: 2rem;
  }
  .cid-tB69gJsWuK .list li {
    margin-top: .5rem;
  }
}
.cid-tBilyVdQ6B .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
.cid-tBilyVdQ6B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tBilyVdQ6B a {
  font-style: normal;
}
.cid-tBilyVdQ6B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tBilyVdQ6B .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-tBilyVdQ6B .nav-item:focus,
.cid-tBilyVdQ6B .nav-link:focus {
  outline: none;
}
.cid-tBilyVdQ6B .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tBilyVdQ6B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tBilyVdQ6B .menu-logo {
  margin-right: auto;
}
.cid-tBilyVdQ6B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tBilyVdQ6B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tBilyVdQ6B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tBilyVdQ6B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tBilyVdQ6B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tBilyVdQ6B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tBilyVdQ6B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tBilyVdQ6B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tBilyVdQ6B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tBilyVdQ6B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tBilyVdQ6B .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tBilyVdQ6B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tBilyVdQ6B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBilyVdQ6B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tBilyVdQ6B .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBilyVdQ6B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tBilyVdQ6B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tBilyVdQ6B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tBilyVdQ6B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tBilyVdQ6B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tBilyVdQ6B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tBilyVdQ6B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tBilyVdQ6B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tBilyVdQ6B button.navbar-toggler:focus {
  outline: none;
}
.cid-tBilyVdQ6B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #34617e;
}
.cid-tBilyVdQ6B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBilyVdQ6B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBilyVdQ6B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBilyVdQ6B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBilyVdQ6B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBilyVdQ6B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBilyVdQ6B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBilyVdQ6B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBilyVdQ6B .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tBilyVdQ6B .collapsed .btn {
  display: flex;
}
.cid-tBilyVdQ6B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tBilyVdQ6B .collapsed .navbar-collapse.collapsing,
.cid-tBilyVdQ6B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tBilyVdQ6B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tBilyVdQ6B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tBilyVdQ6B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tBilyVdQ6B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tBilyVdQ6B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tBilyVdQ6B .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tBilyVdQ6B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tBilyVdQ6B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tBilyVdQ6B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tBilyVdQ6B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tBilyVdQ6B .collapsed button.navbar-toggler {
  display: block;
}
.cid-tBilyVdQ6B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tBilyVdQ6B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tBilyVdQ6B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tBilyVdQ6B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tBilyVdQ6B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tBilyVdQ6B .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tBilyVdQ6B .navbar-expand {
    flex-direction: column;
  }
  .cid-tBilyVdQ6B img {
    height: 3.8rem !important;
  }
  .cid-tBilyVdQ6B .btn {
    display: flex;
  }
  .cid-tBilyVdQ6B button.navbar-toggler {
    display: block;
  }
  .cid-tBilyVdQ6B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tBilyVdQ6B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tBilyVdQ6B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tBilyVdQ6B .navbar-collapse.collapsing,
  .cid-tBilyVdQ6B .navbar-collapse.show {
    display: block !important;
  }
  .cid-tBilyVdQ6B .navbar-collapse.collapsing .navbar-nav,
  .cid-tBilyVdQ6B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tBilyVdQ6B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tBilyVdQ6B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tBilyVdQ6B .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tBilyVdQ6B .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBilyVdQ6B .navbar-collapse.collapsing .navbar-buttons,
  .cid-tBilyVdQ6B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tBilyVdQ6B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tBilyVdQ6B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tBilyVdQ6B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tBilyVdQ6B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tBilyVdQ6B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tBilyVdQ6B .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tBilyVdQ6B .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tBilyVdQ6B .navbar-collapse {
  flex-basis: auto;
}
.cid-tBilyVdQ6B .nav-link:hover,
.cid-tBilyVdQ6B .dropdown-item:hover {
  color: #34617e !important;
}
.cid-tB6GpOnXVR {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB6GpOnXVR SPAN {
  color: #34617e;
}
.cid-tB6GpOnXVR .mbr-text {
  color: #000000;
}
.cid-tB6GpOzEwr {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB6GpOzEwr SPAN {
  color: #34617e;
}
.cid-tB6GpOJQpK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eaeff1;
}
.cid-tB6GpOJQpK .mbr-text,
.cid-tB6GpOJQpK blockquote {
  color: #34617e;
}
.cid-tB6GpOJQpK .mbr-text,
.cid-tB6GpOJQpK blockquote P {
  text-align: center;
}
.cid-tB6GpOR9LS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB6GpOR9LS SPAN {
  color: #34617e;
}
.cid-u0RofIa12P {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eaeff1;
}
.cid-u0RofIa12P .mbr-text,
.cid-u0RofIa12P blockquote {
  color: #34617e;
}
.cid-u0RofIa12P .mbr-text,
.cid-u0RofIa12P blockquote P {
  text-align: center;
}
.cid-tB6GpPgDRq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB6GpPgDRq SPAN {
  color: #34617e;
}
.cid-tB6GpPr5qN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eaeff1;
}
.cid-tB6GpPr5qN .mbr-text,
.cid-tB6GpPr5qN blockquote {
  color: #34617e;
}
.cid-tB6GpPr5qN .mbr-text,
.cid-tB6GpPr5qN blockquote P {
  text-align: center;
}
.cid-tB6GpPAZBk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB6GpPAZBk SPAN {
  color: #34617e;
}
.cid-tB6GpPLLCx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eaeff1;
}
.cid-tB6GpPLLCx .mbr-text,
.cid-tB6GpPLLCx blockquote {
  color: #34617e;
}
.cid-tB6GpPLLCx .mbr-text,
.cid-tB6GpPLLCx blockquote P {
  text-align: center;
}
.cid-tB6GpPUYxs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB6GpPUYxs SPAN {
  color: #34617e;
}
.cid-tB6GpQ6iED {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eaeff1;
}
.cid-tB6GpQ6iED .mbr-text,
.cid-tB6GpQ6iED blockquote {
  color: #34617e;
}
.cid-tB6GpQ6iED .mbr-text,
.cid-tB6GpQ6iED blockquote P {
  text-align: center;
}
.cid-tB6GpQgPS8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB6GpQgPS8 SPAN {
  color: #34617e;
}
.cid-tB6GpQtbgo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eaeff1;
}
.cid-tB6GpQtbgo .mbr-text,
.cid-tB6GpQtbgo blockquote {
  color: #34617e;
}
.cid-tB6GpQtbgo .mbr-text,
.cid-tB6GpQtbgo blockquote P {
  text-align: center;
}
.cid-tB6GpQGN72 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB6GpQGN72 SPAN {
  color: #34617e;
}
.cid-tB6GpQTkag {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eaeff1;
}
.cid-tB6GpQTkag .mbr-text,
.cid-tB6GpQTkag blockquote {
  color: #34617e;
}
.cid-tB6GpQTkag .mbr-text,
.cid-tB6GpQTkag blockquote P {
  text-align: center;
}
.cid-tB6H2wcRmp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #34617e;
}
@media (max-width: 991px) {
  .cid-tB6H2wcRmp .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tB6H2wcRmp .wrapper {
    padding: 0 6rem;
  }
}
.cid-tB6H2wcRmp .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tB6H2wcRmp .list {
    margin-bottom: 2rem;
  }
  .cid-tB6H2wcRmp .list li {
    margin-top: .5rem;
  }
}
