body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Audiowide', display;
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Audiowide', display;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Audiowide', display;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Audiowide', display;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Audiowide', display;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #007d66 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #007d66 !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #007d66 !important;
  border-color: #007d66 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #003128 !important;
  border-color: #003128 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #003128 !important;
  border-color: #003128 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #007d66 !important;
  border-color: #007d66 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #003128 !important;
  border-color: #003128 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #003128 !important;
  border-color: #003128 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #001713;
  color: #001713;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #007d66;
  border-color: #007d66;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #007d66 !important;
  border-color: #007d66 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #001713;
  color: #001713;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #007d66;
  border-color: #007d66;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #007d66 !important;
  border-color: #007d66 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #007d66 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #007d66 !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #001713 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #001713 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #007d66;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00fdce;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #00fdce;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  font-family: 'Audiowide', display;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffffff;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.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-number__spin {
  background: #ffffff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tMA5i0Pvbb .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-tMA5i0Pvbb .navbar-fixed-top {
  padding-top: 0;
}
.cid-tMA5i0Pvbb .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tMA5i0Pvbb .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-tMA5i0Pvbb .dropdown-item,
.cid-tMA5i0Pvbb .nav-link,
.cid-tMA5i0Pvbb .brand-link {
  font-style: normal;
}
.cid-tMA5i0Pvbb .dropdown-item:hover,
.cid-tMA5i0Pvbb .nav-link:hover,
.cid-tMA5i0Pvbb .brand-link:hover {
  color: #ffffff !important;
}
.cid-tMA5i0Pvbb .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #007d66 !important;
  margin-top: px !important;
}
.cid-tMA5i0Pvbb .dropdown-item:active {
  background-color: #007d66 !important;
}
.cid-tMA5i0Pvbb .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMA5i0Pvbb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tMA5i0Pvbb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tMA5i0Pvbb .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tMA5i0Pvbb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .content-text {
  margin-bottom: 0;
}
.cid-tMA5i0Pvbb .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tMA5i0Pvbb .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tMA5i0Pvbb .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tMA5i0Pvbb .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tMA5i0Pvbb .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tMA5i0Pvbb .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMA5i0Pvbb .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMA5i0Pvbb .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tMA5i0Pvbb .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMA5i0Pvbb .nav-dropdown .link {
  font-weight: 400;
}
.cid-tMA5i0Pvbb .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tMA5i0Pvbb .content-right-side {
  text-align: center;
}
.cid-tMA5i0Pvbb .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tMA5i0Pvbb .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tMA5i0Pvbb .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tMA5i0Pvbb .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tMA5i0Pvbb .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMA5i0Pvbb .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tMA5i0Pvbb .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tMA5i0Pvbb .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tMA5i0Pvbb .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tMA5i0Pvbb .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tMA5i0Pvbb .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tMA5i0Pvbb .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMA5i0Pvbb .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tMA5i0Pvbb .navbar {
    display: block;
    padding: 0;
  }
  .cid-tMA5i0Pvbb .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMA5i0Pvbb .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tMA5i0Pvbb .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tMA5i0Pvbb .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tMA5i0Pvbb .navbar-toggler {
    display: none;
  }
  .cid-tMA5i0Pvbb .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMA5i0Pvbb .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tMA5i0Pvbb .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMA5i0Pvbb .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tMA5i0Pvbb .menu-logo {
  margin-right: auto;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMA5i0Pvbb .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-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tMA5i0Pvbb .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMA5i0Pvbb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tMA5i0Pvbb .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMA5i0Pvbb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMA5i0Pvbb button.navbar-toggler:focus {
  outline: none;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007d66;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMA5i0Pvbb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMA5i0Pvbb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMA5i0Pvbb .collapsed .btn {
  display: -webkit-flex;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tMA5i0Pvbb .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMA5i0Pvbb .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMA5i0Pvbb .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tMA5i0Pvbb .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tMA5i0Pvbb .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-tMA5i0Pvbb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMA5i0Pvbb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMA5i0Pvbb .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;
}
.cid-tMA5i0Pvbb .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tMA5i0Pvbb .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing,
  .cid-tMA5i0Pvbb .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-nav,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMA5i0Pvbb .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMA5i0Pvbb img {
    height: 3.8rem !important;
  }
  .cid-tMA5i0Pvbb .btn {
    display: -webkit-flex;
  }
  .cid-tMA5i0Pvbb button.navbar-toggler {
    display: block;
  }
  .cid-tMA5i0Pvbb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tMA5i0Pvbb .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tMA5i0Pvbb .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-tMA5i0Pvbb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMA5i0Pvbb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMA5i0Pvbb .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;
  }
  .cid-tMA5i0Pvbb .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tMA5i0Pvbb .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tMA5i0Pvbb .nav-link:focus {
  outline: none;
}
.cid-tMA5i0Pvbb .navbar-toggler {
  position: relative;
}
.cid-tMA5i0Pvbb .dropdown-item.active,
.cid-tMA5i0Pvbb .dropdown-item:active {
  color: initial;
}
.cid-tMA5i0Pvbb .widget-title,
.cid-tMA5i0Pvbb .widget-icon {
  color: #007d66;
}
.cid-tMA5i0Pvbb .widget-text {
  color: #ffffff;
}
.cid-tOluLxeBkP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOluLxeBkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOluLxeBkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOluLxeBkP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tOluLxeBkP .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tOluLxeBkP .container {
    padding: 0 30px;
  }
}
.cid-tOluLxeBkP .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tOluLxeBkP .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-tOluLxeBkP .card-wrapper {
    display: block;
  }
}
.cid-tOluLxeBkP .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tOluLxeBkP .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tOluLxeBkP .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOluLxeBkP .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOluLxeBkP .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOluLxeBkP .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tOluLxeBkP .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOluLxeBkP .mbr-section-title {
  color: #FE5115;
}
.cid-tOluLxeBkP .mbr-text {
  color: #ffffff;
}
.cid-tOgo0Lbhp5 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOgo0Lbhp5 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-tOgo0Lbhp5 .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-tOgo0Lbhp5 p {
  line-height: 1.6;
}
.cid-tOgo0Lbhp5 .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-tOgo0Lbhp5 .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-tOgo0Lbhp5 .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-tOgo0Lbhp5 img {
  transition: all 0.3s;
}
.cid-tOgo0Lbhp5 .card-box {
  padding: 1.5rem;
}
.cid-tOgo0Lbhp5 .mbr-section-title {
  margin: 0 auto;
  color: #007d66;
  text-align: center;
}
.cid-tOgo0Lbhp5 .card-box > p,
.cid-tOgo0Lbhp5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tOgo0Lbhp5 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tOgo0Lbhp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOgo0Lbhp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOgoufQ4Y9 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOgoufQ4Y9 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-tOgoufQ4Y9 .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-tOgoufQ4Y9 p {
  line-height: 1.6;
}
.cid-tOgoufQ4Y9 .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-tOgoufQ4Y9 .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-tOgoufQ4Y9 .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-tOgoufQ4Y9 img {
  transition: all 0.3s;
}
.cid-tOgoufQ4Y9 .card-box {
  padding: 1.5rem;
}
.cid-tOgoufQ4Y9 .mbr-section-title {
  margin: 0 auto;
  color: #007d66;
  text-align: center;
}
.cid-tOgoufQ4Y9 .card-box > p,
.cid-tOgoufQ4Y9 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tOgoufQ4Y9 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tOgoufQ4Y9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOgoufQ4Y9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlKv5TIHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #007d66;
}
.cid-tOlKv5TIHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlKv5TIHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlKv5TIHK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tOlKv5TIHK .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tOlKv5TIHK .container {
    padding: 0 30px;
  }
}
.cid-tOlKv5TIHK .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tOlKv5TIHK .card-wrapper {
    display: block;
  }
}
.cid-tOlKv5TIHK .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tOlKv5TIHK .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tOlKv5TIHK .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOlKv5TIHK .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOlKv5TIHK .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOlKv5TIHK .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tOlKv5TIHK .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOlKv5TIHK .mbr-section-title {
  color: #FE5115;
}
.cid-tOlKv5TIHK .mbr-text {
  color: #ffffff;
}
.cid-tOlIIBSgkx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOlIIBSgkx .mbr-text {
  color: #767676;
}
.cid-tOlIIBSgkx .card-subtitle {
  margin: 0;
}
.cid-tOlIIBSgkx .item-wrapper {
  background: #007d66;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-tOlIIBSgkx img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-tOlIIBSgkx .card-box {
  padding: 1rem;
}
.cid-tOlIIBSgkx .link {
  transition: all 0.3s;
}
.cid-tOlIIBSgkx .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-tOlIIBSgkx .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-tOlIIBSgkx .mbr-section-btn .btn {
  border: 0px;
}
.cid-tOlIIBSgkx .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-tOlIIBSgkx h4,
.cid-tOlIIBSgkx h6,
.cid-tOlIIBSgkx h5 {
  margin: 0;
}
.cid-tOlIIBSgkx .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-tOlIIBSgkx .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-tOlIIBSgkx .link-wrap:hover {
  color: #ffffff;
}
.cid-tOlIIBSgkx .link-wrap:hover .link {
  color: #ffffff;
}
.cid-tOlIIBSgkx .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-tOlIIBSgkx .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-tOlIIBSgkx .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.cid-tOlIIBSgkx .icon-wrap span {
  margin-right: 8px;
}
.cid-tOlIIBSgkx .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-tOlIIBSgkx .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-tOlIIBSgkx .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-tOlIIBSgkx .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOlIIBSgkx .card:hover img {
  transform: scale(1.1);
}
.cid-tOlIIBSgkx .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-tOlIIBSgkx .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tOlIIBSgkx .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tOlIIBSgkx .row {
  justify-content: center;
}
.cid-tOlIIBSgkx .location,
.cid-tOlIIBSgkx .icon-wrap {
  color: #e7272d;
}
.cid-tOlIIBSgkx .link,
.cid-tOlIIBSgkx .link-wrap,
.cid-tOlIIBSgkx .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-tOlIIBSgkx .wrapper {
    flex-direction: column;
  }
  .cid-tOlIIBSgkx .icon-padding {
    padding-left: 0rem;
  }
  .cid-tOlIIBSgkx .card-box {
    padding: 0;
  }
}
.cid-tOlIIBSgkx H2 {
  color: #e7272d;
}
.cid-tOlIIBSgkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlIIBSgkx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlIIBSgkx .card-title,
.cid-tOlIIBSgkx .card-img {
  color: #ffffff;
}
.cid-tOlIIBSgkx .mbr-text,
.cid-tOlIIBSgkx .link {
  color: #ffffff;
}
.cid-tOlNRSVFHC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOlNRSVFHC .mbr-text {
  color: #767676;
}
.cid-tOlNRSVFHC .card-subtitle {
  margin: 0;
}
.cid-tOlNRSVFHC .item-wrapper {
  background: #007d66;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-tOlNRSVFHC img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-tOlNRSVFHC .card-box {
  padding: 1rem;
}
.cid-tOlNRSVFHC .link {
  transition: all 0.3s;
}
.cid-tOlNRSVFHC .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-tOlNRSVFHC .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-tOlNRSVFHC .mbr-section-btn .btn {
  border: 0px;
}
.cid-tOlNRSVFHC .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-tOlNRSVFHC h4,
.cid-tOlNRSVFHC h6,
.cid-tOlNRSVFHC h5 {
  margin: 0;
}
.cid-tOlNRSVFHC .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-tOlNRSVFHC .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-tOlNRSVFHC .link-wrap:hover {
  color: #ffffff;
}
.cid-tOlNRSVFHC .link-wrap:hover .link {
  color: #ffffff;
}
.cid-tOlNRSVFHC .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-tOlNRSVFHC .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-tOlNRSVFHC .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.cid-tOlNRSVFHC .icon-wrap span {
  margin-right: 8px;
}
.cid-tOlNRSVFHC .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-tOlNRSVFHC .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-tOlNRSVFHC .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-tOlNRSVFHC .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOlNRSVFHC .card:hover img {
  transform: scale(1.1);
}
.cid-tOlNRSVFHC .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-tOlNRSVFHC .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tOlNRSVFHC .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tOlNRSVFHC .row {
  justify-content: center;
}
.cid-tOlNRSVFHC .location,
.cid-tOlNRSVFHC .icon-wrap {
  color: #e7272d;
}
.cid-tOlNRSVFHC .link,
.cid-tOlNRSVFHC .link-wrap,
.cid-tOlNRSVFHC .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-tOlNRSVFHC .wrapper {
    flex-direction: column;
  }
  .cid-tOlNRSVFHC .icon-padding {
    padding-left: 0rem;
  }
  .cid-tOlNRSVFHC .card-box {
    padding: 0;
  }
}
.cid-tOlNRSVFHC H2 {
  color: #e7272d;
}
.cid-tOlNRSVFHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlNRSVFHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlNRSVFHC .card-title,
.cid-tOlNRSVFHC .card-img {
  color: #ffffff;
}
.cid-tOlNRSVFHC .mbr-text,
.cid-tOlNRSVFHC .link {
  color: #ffffff;
}
.cid-tOlOJ0v9hm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #007d66;
}
.cid-tOlOJ0v9hm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlOJ0v9hm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlOJ0v9hm .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tOlOJ0v9hm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tOlOJ0v9hm .container {
    padding: 0 30px;
  }
}
.cid-tOlOJ0v9hm .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tOlOJ0v9hm .card-wrapper {
    display: block;
  }
}
.cid-tOlOJ0v9hm .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tOlOJ0v9hm .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tOlOJ0v9hm .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOlOJ0v9hm .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOlOJ0v9hm .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOlOJ0v9hm .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tOlOJ0v9hm .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOlOJ0v9hm .mbr-section-title {
  color: #FE5115;
}
.cid-tOlOJ0v9hm .mbr-text {
  color: #ffffff;
}
.cid-tOlOKGxS20 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOlOKGxS20 .mbr-text {
  color: #767676;
}
.cid-tOlOKGxS20 .card-subtitle {
  margin: 0;
}
.cid-tOlOKGxS20 .item-wrapper {
  background: #007d66;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-tOlOKGxS20 img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-tOlOKGxS20 .card-box {
  padding: 1rem;
}
.cid-tOlOKGxS20 .link {
  transition: all 0.3s;
}
.cid-tOlOKGxS20 .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-tOlOKGxS20 .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-tOlOKGxS20 .mbr-section-btn .btn {
  border: 0px;
}
.cid-tOlOKGxS20 .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-tOlOKGxS20 h4,
.cid-tOlOKGxS20 h6,
.cid-tOlOKGxS20 h5 {
  margin: 0;
}
.cid-tOlOKGxS20 .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-tOlOKGxS20 .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-tOlOKGxS20 .link-wrap:hover {
  color: #ffffff;
}
.cid-tOlOKGxS20 .link-wrap:hover .link {
  color: #ffffff;
}
.cid-tOlOKGxS20 .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-tOlOKGxS20 .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-tOlOKGxS20 .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.cid-tOlOKGxS20 .icon-wrap span {
  margin-right: 8px;
}
.cid-tOlOKGxS20 .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-tOlOKGxS20 .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-tOlOKGxS20 .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-tOlOKGxS20 .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOlOKGxS20 .card:hover img {
  transform: scale(1.1);
}
.cid-tOlOKGxS20 .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-tOlOKGxS20 .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tOlOKGxS20 .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tOlOKGxS20 .row {
  justify-content: center;
}
.cid-tOlOKGxS20 .location,
.cid-tOlOKGxS20 .icon-wrap {
  color: #e7272d;
}
.cid-tOlOKGxS20 .link,
.cid-tOlOKGxS20 .link-wrap,
.cid-tOlOKGxS20 .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-tOlOKGxS20 .wrapper {
    flex-direction: column;
  }
  .cid-tOlOKGxS20 .icon-padding {
    padding-left: 0rem;
  }
  .cid-tOlOKGxS20 .card-box {
    padding: 0;
  }
}
.cid-tOlOKGxS20 H2 {
  color: #e7272d;
}
.cid-tOlOKGxS20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlOKGxS20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlOKGxS20 .card-title,
.cid-tOlOKGxS20 .card-img {
  color: #ffffff;
}
.cid-tOlOKGxS20 .mbr-text,
.cid-tOlOKGxS20 .link {
  color: #ffffff;
}
.cid-tOlOY1wbYH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOlOY1wbYH .mbr-text {
  color: #767676;
}
.cid-tOlOY1wbYH .card-subtitle {
  margin: 0;
}
.cid-tOlOY1wbYH .item-wrapper {
  background: #007d66;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  border-radius: 9px;
  transition: all 0.6s;
}
.cid-tOlOY1wbYH img {
  object-fit: cover;
  height: 100%;
  transition: all 0.6s;
  border-radius: 9px;
}
.cid-tOlOY1wbYH .card-box {
  padding: 1rem;
}
.cid-tOlOY1wbYH .link {
  transition: all 0.3s;
}
.cid-tOlOY1wbYH .link-inline {
  display: inline-block;
  width: fit-content;
}
.cid-tOlOY1wbYH .mbr-section-btn span {
  order: 2;
  padding: 0;
  margin-left: 1rem;
}
.cid-tOlOY1wbYH .mbr-section-btn .btn {
  border: 0px;
}
.cid-tOlOY1wbYH .mbr-section-btn .btn:hover {
  background: inherit !important;
  color: inherit !important;
}
.cid-tOlOY1wbYH h4,
.cid-tOlOY1wbYH h6,
.cid-tOlOY1wbYH h5 {
  margin: 0;
}
.cid-tOlOY1wbYH .link-wrap {
  display: flex;
  width: fit-content;
  align-items: center;
}
.cid-tOlOY1wbYH .link-wrap span {
  margin-left: 0.6rem;
  transition: all 0.3s;
}
.cid-tOlOY1wbYH .link-wrap:hover {
  color: #ffffff;
}
.cid-tOlOY1wbYH .link-wrap:hover .link {
  color: #ffffff;
}
.cid-tOlOY1wbYH .link-wrap:hover span {
  transform: translateX(5px);
}
.cid-tOlOY1wbYH .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cid-tOlOY1wbYH .icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.cid-tOlOY1wbYH .icon-wrap span {
  margin-right: 8px;
}
.cid-tOlOY1wbYH .card {
  cursor: pointer;
  margin-bottom: 4rem;
}
.cid-tOlOY1wbYH .card:hover .card-img:before {
  opacity: 0.3;
  width: 0;
}
.cid-tOlOY1wbYH .card:hover .card-img:after {
  opacity: 0.3;
  height: 0;
}
.cid-tOlOY1wbYH .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOlOY1wbYH .card:hover img {
  transform: scale(1.1);
}
.cid-tOlOY1wbYH .card-img {
  height: 220px;
  border-radius: 9px !important;
  margin-top: -3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.cid-tOlOY1wbYH .card-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tOlOY1wbYH .card-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tOlOY1wbYH .row {
  justify-content: center;
}
.cid-tOlOY1wbYH .location,
.cid-tOlOY1wbYH .icon-wrap {
  color: #e7272d;
}
.cid-tOlOY1wbYH .link,
.cid-tOlOY1wbYH .link-wrap,
.cid-tOlOY1wbYH .link-align {
  color: #0e0e0e;
}
@media (max-width: 992px) {
  .cid-tOlOY1wbYH .wrapper {
    flex-direction: column;
  }
  .cid-tOlOY1wbYH .icon-padding {
    padding-left: 0rem;
  }
  .cid-tOlOY1wbYH .card-box {
    padding: 0;
  }
}
.cid-tOlOY1wbYH H2 {
  color: #e7272d;
}
.cid-tOlOY1wbYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlOY1wbYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlOY1wbYH .card-title,
.cid-tOlOY1wbYH .card-img {
  color: #ffffff;
}
.cid-tOlOY1wbYH .mbr-text,
.cid-tOlOY1wbYH .link {
  color: #ffffff;
}
.cid-tOlAWgcwK2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tOlAWgcwK2 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-tOlAWgcwK2 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tOlAWgcwK2 .mbr-text {
  color: #444;
}
.cid-tOlAWgcwK2 h5 {
  margin-bottom: 0;
}
.cid-tOlAWgcwK2 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tOlAWgcwK2 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tOlAWgcwK2 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tOlAWgcwK2 .socicon {
  font-size: 1.3rem;
  background: #007d66;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOlAWgcwK2 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tOlAWgcwK2 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tOlAWgcwK2 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tOlAWgcwK2 .social-list a:hover {
  opacity: .4;
}
.cid-tOlAWgcwK2 .media-container-row > div {
  padding: 0px;
}
.cid-tOlAWgcwK2 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tOlAWgcwK2 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tOlAWgcwK2 .group-title SPAN {
  color: #ffffff;
}
.cid-tOlAWgcwK2 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tOlAWgcwK2 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tOlAWgcwK2 .social-list,
  .cid-tOlAWgcwK2 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tOlAWgcwK2 h3 {
    margin-bottom: 10px;
  }
  .cid-tOlAWgcwK2 .navbar-brand {
    text-align: center;
  }
}
.cid-tOlAWgcwK2 .links SPAN {
  color: #9e9e9e;
}
.cid-tOlAWgcwK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlAWgcwK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlAWgcwK2 .links,
.cid-tOlAWgcwK2 .navbar-brand {
  color: #007d66;
}
.cid-tMA5i0Pvbb .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-tMA5i0Pvbb .navbar-fixed-top {
  padding-top: 0;
}
.cid-tMA5i0Pvbb .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tMA5i0Pvbb .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-tMA5i0Pvbb .dropdown-item,
.cid-tMA5i0Pvbb .nav-link,
.cid-tMA5i0Pvbb .brand-link {
  font-style: normal;
}
.cid-tMA5i0Pvbb .dropdown-item:hover,
.cid-tMA5i0Pvbb .nav-link:hover,
.cid-tMA5i0Pvbb .brand-link:hover {
  color: #ffffff !important;
}
.cid-tMA5i0Pvbb .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #007d66 !important;
  margin-top: px !important;
}
.cid-tMA5i0Pvbb .dropdown-item:active {
  background-color: #007d66 !important;
}
.cid-tMA5i0Pvbb .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMA5i0Pvbb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tMA5i0Pvbb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tMA5i0Pvbb .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tMA5i0Pvbb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .content-text {
  margin-bottom: 0;
}
.cid-tMA5i0Pvbb .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tMA5i0Pvbb .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tMA5i0Pvbb .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tMA5i0Pvbb .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tMA5i0Pvbb .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tMA5i0Pvbb .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMA5i0Pvbb .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMA5i0Pvbb .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tMA5i0Pvbb .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMA5i0Pvbb .nav-dropdown .link {
  font-weight: 400;
}
.cid-tMA5i0Pvbb .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tMA5i0Pvbb .content-right-side {
  text-align: center;
}
.cid-tMA5i0Pvbb .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tMA5i0Pvbb .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tMA5i0Pvbb .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tMA5i0Pvbb .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tMA5i0Pvbb .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMA5i0Pvbb .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tMA5i0Pvbb .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tMA5i0Pvbb .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tMA5i0Pvbb .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tMA5i0Pvbb .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tMA5i0Pvbb .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tMA5i0Pvbb .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMA5i0Pvbb .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tMA5i0Pvbb .navbar {
    display: block;
    padding: 0;
  }
  .cid-tMA5i0Pvbb .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMA5i0Pvbb .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tMA5i0Pvbb .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tMA5i0Pvbb .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tMA5i0Pvbb .navbar-toggler {
    display: none;
  }
  .cid-tMA5i0Pvbb .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMA5i0Pvbb .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tMA5i0Pvbb .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMA5i0Pvbb .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tMA5i0Pvbb .menu-logo {
  margin-right: auto;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMA5i0Pvbb .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-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tMA5i0Pvbb .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMA5i0Pvbb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tMA5i0Pvbb .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMA5i0Pvbb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMA5i0Pvbb button.navbar-toggler:focus {
  outline: none;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007d66;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMA5i0Pvbb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMA5i0Pvbb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMA5i0Pvbb .collapsed .btn {
  display: -webkit-flex;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tMA5i0Pvbb .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMA5i0Pvbb .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMA5i0Pvbb .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tMA5i0Pvbb .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tMA5i0Pvbb .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-tMA5i0Pvbb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMA5i0Pvbb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMA5i0Pvbb .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;
}
.cid-tMA5i0Pvbb .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tMA5i0Pvbb .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing,
  .cid-tMA5i0Pvbb .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-nav,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMA5i0Pvbb .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMA5i0Pvbb img {
    height: 3.8rem !important;
  }
  .cid-tMA5i0Pvbb .btn {
    display: -webkit-flex;
  }
  .cid-tMA5i0Pvbb button.navbar-toggler {
    display: block;
  }
  .cid-tMA5i0Pvbb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tMA5i0Pvbb .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tMA5i0Pvbb .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-tMA5i0Pvbb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMA5i0Pvbb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMA5i0Pvbb .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;
  }
  .cid-tMA5i0Pvbb .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tMA5i0Pvbb .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tMA5i0Pvbb .nav-link:focus {
  outline: none;
}
.cid-tMA5i0Pvbb .navbar-toggler {
  position: relative;
}
.cid-tMA5i0Pvbb .dropdown-item.active,
.cid-tMA5i0Pvbb .dropdown-item:active {
  color: initial;
}
.cid-tMA5i0Pvbb .widget-title,
.cid-tMA5i0Pvbb .widget-icon {
  color: #007d66;
}
.cid-tMA5i0Pvbb .widget-text {
  color: #ffffff;
}
.cid-tOhwNTYdBg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tOhwNTYdBg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOhwNTYdBg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOhwNTYdBg .container {
    padding: 0 30px;
  }
}
.cid-tOhwNTYdBg .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tOhwNTYdBg .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-tOhwNTYdBg .card-wrapper {
    display: block;
  }
}
.cid-tOhwNTYdBg .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tOhwNTYdBg .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tOhwNTYdBg .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOhwNTYdBg .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOhwNTYdBg .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOhwNTYdBg .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tOhwNTYdBg .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOhwNTYdBg .mbr-section-title {
  color: #FE5115;
}
.cid-tOhwNTYdBg .mbr-text {
  color: #ffffff;
}
.cid-tOPJsjeqi2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tOPJsjeqi2 img {
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tOPJsjeqi2 img {
    transform: translateY(0px);
  }
}
.cid-tOPJsjeqi2 img,
.cid-tOPJsjeqi2 .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tOPJsjeqi2 img,
  .cid-tOPJsjeqi2 .item-img {
    border-radius: 1.5rem;
  }
}
.cid-tOPJsjeqi2 .item-img {
  position: relative;
}
.cid-tOPJsjeqi2 .item-img .mbr-section-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  transition: all 0.3s;
  bottom: -10rem;
}
@media (max-width: 767px) {
  .cid-tOPJsjeqi2 .item-img .mbr-section-btn {
    bottom: 1rem;
  }
}
.cid-tOPJsjeqi2 .item:focus,
.cid-tOPJsjeqi2 span:focus {
  outline: none;
}
.cid-tOPJsjeqi2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tOPJsjeqi2 .item-content {
  padding: 2rem;
  padding-bottom: 0;
}
.cid-tOPJsjeqi2 .item-wrapper {
  position: relative;
  justify-content: space-between;
  border-radius: 3rem;
  background: #17171a;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tOPJsjeqi2 .item-wrapper:hover img {
  transform: translateY(0px);
}
@media (max-width: 992px) {
  .cid-tOPJsjeqi2 .item-wrapper {
    border-radius: 1.5rem;
  }
}
.cid-tOPJsjeqi2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tOPJsjeqi2 .mbr-section-title {
  color: #232323;
}
.cid-tOPJsjeqi2 .mbr-text,
.cid-tOPJsjeqi2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tOPJsjeqi2 .item-title {
  color: #ffffff;
}
.cid-tOPJsjeqi2 .item-subtitle {
  color: #ffffff;
}
.cid-tOlCkw6wbq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #007d66;
}
.cid-tOlCkw6wbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlCkw6wbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlCkw6wbq .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tOlCkw6wbq .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tOlCkw6wbq .container {
    padding: 0 30px;
  }
}
.cid-tOlCkw6wbq .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tOlCkw6wbq .card-wrapper {
    display: block;
  }
}
.cid-tOlCkw6wbq .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tOlCkw6wbq .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tOlCkw6wbq .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOlCkw6wbq .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOlCkw6wbq .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOlCkw6wbq .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tOlCkw6wbq .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOlCkw6wbq .mbr-section-title {
  color: #FE5115;
}
.cid-tOlCkw6wbq .mbr-text {
  color: #ffffff;
}
.cid-tOlC7uFJIl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOlC7uFJIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlC7uFJIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOlC7uFJIl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tOlC7uFJIl .container {
    padding: 0 12px;
  }
}
.cid-tOlC7uFJIl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tOlC7uFJIl .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tOlC7uFJIl .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tOlC7uFJIl .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #007d66;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tOlC7uFJIl .mbr-section-title {
  color: #222222;
}
.cid-tOgnAx5zrd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tOgnAx5zrd .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-tOgnAx5zrd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tOgnAx5zrd .mbr-text {
  color: #444;
}
.cid-tOgnAx5zrd h5 {
  margin-bottom: 0;
}
.cid-tOgnAx5zrd .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tOgnAx5zrd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tOgnAx5zrd .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tOgnAx5zrd .socicon {
  font-size: 1.3rem;
  background: #007d66;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOgnAx5zrd .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tOgnAx5zrd .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tOgnAx5zrd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tOgnAx5zrd .social-list a:hover {
  opacity: .4;
}
.cid-tOgnAx5zrd .media-container-row > div {
  padding: 0px;
}
.cid-tOgnAx5zrd .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tOgnAx5zrd .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tOgnAx5zrd .group-title SPAN {
  color: #ffffff;
}
.cid-tOgnAx5zrd .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tOgnAx5zrd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tOgnAx5zrd .social-list,
  .cid-tOgnAx5zrd .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tOgnAx5zrd h3 {
    margin-bottom: 10px;
  }
  .cid-tOgnAx5zrd .navbar-brand {
    text-align: center;
  }
}
.cid-tOgnAx5zrd .links SPAN {
  color: #9e9e9e;
}
.cid-tOgnAx5zrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOgnAx5zrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOliEdvHC1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tOliEdvHC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOliEdvHC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOliEdvHC1 .container {
    padding: 0 30px;
  }
}
.cid-tOliEdvHC1 .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
}
@media (max-width: 992px) {
  .cid-tOliEdvHC1 .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-tOliEdvHC1 .card-wrapper {
    display: block;
  }
}
.cid-tOliEdvHC1 .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tOliEdvHC1 .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tOliEdvHC1 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOliEdvHC1 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOliEdvHC1 .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOliEdvHC1 .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tOliEdvHC1 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOliEdvHC1 .mbr-section-title {
  color: #FE5115;
}
.cid-tOliEdvHC1 .mbr-text {
  color: #ffffff;
}
.cid-tOhoO1Di6b {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/contacto-fondo-teg-1000x500.png");
}
.cid-tOhoO1Di6b .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tOhoO1Di6b .card {
  background-color: white;
  padding: 2rem;
}
.cid-tOhoO1Di6b .input-group-btn {
  display: block;
}
.cid-tOhoO1Di6b .form-control {
  background: none;
  border-radius: 6px !important;
}
.cid-tOhoO1Di6b .form-control-label {
  font-weight: 700;
}
.cid-tOhoO1Di6b .mbr-section-subtitle {
  color: #007d66;
}
.cid-tOhoO1Di6b .title2 {
  color: #007d66;
}
.cid-tOhoO1Di6b .form-title {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tOhoO1Di6b .col-sm-12 {
    margin: 1rem;
  }
  .cid-tOhoO1Di6b .card {
    padding: 1rem;
  }
}
.cid-tOhoO1Di6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOhoO1Di6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOhoO1Di6b LABEL {
  color: #007d66;
}
.cid-tMA5i0Pvbb .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-tMA5i0Pvbb .navbar-fixed-top {
  padding-top: 0;
}
.cid-tMA5i0Pvbb .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tMA5i0Pvbb .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-tMA5i0Pvbb .dropdown-item,
.cid-tMA5i0Pvbb .nav-link,
.cid-tMA5i0Pvbb .brand-link {
  font-style: normal;
}
.cid-tMA5i0Pvbb .dropdown-item:hover,
.cid-tMA5i0Pvbb .nav-link:hover,
.cid-tMA5i0Pvbb .brand-link:hover {
  color: #ffffff !important;
}
.cid-tMA5i0Pvbb .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #007d66 !important;
  margin-top: px !important;
}
.cid-tMA5i0Pvbb .dropdown-item:active {
  background-color: #007d66 !important;
}
.cid-tMA5i0Pvbb .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMA5i0Pvbb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tMA5i0Pvbb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tMA5i0Pvbb .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tMA5i0Pvbb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .content-text {
  margin-bottom: 0;
}
.cid-tMA5i0Pvbb .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tMA5i0Pvbb .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tMA5i0Pvbb .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tMA5i0Pvbb .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tMA5i0Pvbb .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tMA5i0Pvbb .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMA5i0Pvbb .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMA5i0Pvbb .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tMA5i0Pvbb .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMA5i0Pvbb .nav-dropdown .link {
  font-weight: 400;
}
.cid-tMA5i0Pvbb .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tMA5i0Pvbb .content-right-side {
  text-align: center;
}
.cid-tMA5i0Pvbb .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tMA5i0Pvbb .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tMA5i0Pvbb .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tMA5i0Pvbb .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tMA5i0Pvbb .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMA5i0Pvbb .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tMA5i0Pvbb .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tMA5i0Pvbb .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tMA5i0Pvbb .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tMA5i0Pvbb .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tMA5i0Pvbb .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tMA5i0Pvbb .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMA5i0Pvbb .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tMA5i0Pvbb .navbar {
    display: block;
    padding: 0;
  }
  .cid-tMA5i0Pvbb .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMA5i0Pvbb .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tMA5i0Pvbb .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tMA5i0Pvbb .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tMA5i0Pvbb .navbar-toggler {
    display: none;
  }
  .cid-tMA5i0Pvbb .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMA5i0Pvbb .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tMA5i0Pvbb .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMA5i0Pvbb .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tMA5i0Pvbb .menu-logo {
  margin-right: auto;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMA5i0Pvbb .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-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tMA5i0Pvbb .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMA5i0Pvbb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tMA5i0Pvbb .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMA5i0Pvbb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMA5i0Pvbb button.navbar-toggler:focus {
  outline: none;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007d66;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMA5i0Pvbb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMA5i0Pvbb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMA5i0Pvbb .collapsed .btn {
  display: -webkit-flex;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tMA5i0Pvbb .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMA5i0Pvbb .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMA5i0Pvbb .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tMA5i0Pvbb .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tMA5i0Pvbb .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-tMA5i0Pvbb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMA5i0Pvbb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMA5i0Pvbb .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;
}
.cid-tMA5i0Pvbb .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tMA5i0Pvbb .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing,
  .cid-tMA5i0Pvbb .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-nav,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMA5i0Pvbb .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMA5i0Pvbb img {
    height: 3.8rem !important;
  }
  .cid-tMA5i0Pvbb .btn {
    display: -webkit-flex;
  }
  .cid-tMA5i0Pvbb button.navbar-toggler {
    display: block;
  }
  .cid-tMA5i0Pvbb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tMA5i0Pvbb .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tMA5i0Pvbb .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-tMA5i0Pvbb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMA5i0Pvbb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMA5i0Pvbb .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;
  }
  .cid-tMA5i0Pvbb .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tMA5i0Pvbb .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tMA5i0Pvbb .nav-link:focus {
  outline: none;
}
.cid-tMA5i0Pvbb .navbar-toggler {
  position: relative;
}
.cid-tMA5i0Pvbb .dropdown-item.active,
.cid-tMA5i0Pvbb .dropdown-item:active {
  color: initial;
}
.cid-tMA5i0Pvbb .widget-title,
.cid-tMA5i0Pvbb .widget-icon {
  color: #007d66;
}
.cid-tMA5i0Pvbb .widget-text {
  color: #ffffff;
}
.cid-tOliCNpxLM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tOliCNpxLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOliCNpxLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOliCNpxLM .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tOliCNpxLM .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tOliCNpxLM .container {
    padding: 0 30px;
  }
}
.cid-tOliCNpxLM .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
}
@media (max-width: 992px) {
  .cid-tOliCNpxLM .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-tOliCNpxLM .card-wrapper {
    display: block;
  }
}
.cid-tOliCNpxLM .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tOliCNpxLM .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tOliCNpxLM .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOliCNpxLM .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOliCNpxLM .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOliCNpxLM .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tOliCNpxLM .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOliCNpxLM .mbr-section-title {
  color: #FE5115;
}
.cid-tOliCNpxLM .mbr-text {
  color: #ffffff;
}
.cid-tOlisvnoYr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tOlisvnoYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlisvnoYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOlisvnoYr .container {
    padding: 0 20px;
  }
}
.cid-tOlisvnoYr .row {
  margin: 0;
}
.cid-tOlisvnoYr .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOlisvnoYr .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tOlisvnoYr .row .panel-group .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-tOlisvnoYr .row .panel-group .card:first-child {
  border-top: 2px solid #ffffff;
}
.cid-tOlisvnoYr .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-tOlisvnoYr .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tOlisvnoYr .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-tOlisvnoYr .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tOlisvnoYr .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-tOlisvnoYr .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOlisvnoYr .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-tOlisvnoYr .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOlisvnoYr .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tOlisvnoYr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tOlisvnoYr .panel-title-edit,
.cid-tOlisvnoYr .mbr-iconfont {
  color: #007d66;
}
.cid-tOlisvnoYr .mbr-text {
  color: #ffffff;
}
.cid-tOliGgLLEY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tOliGgLLEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOliGgLLEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOliGgLLEY .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tOliGgLLEY .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tOliGgLLEY .container {
    padding: 0 30px;
  }
}
.cid-tOliGgLLEY .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
}
@media (max-width: 992px) {
  .cid-tOliGgLLEY .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-tOliGgLLEY .card-wrapper {
    display: block;
  }
}
.cid-tOliGgLLEY .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tOliGgLLEY .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tOliGgLLEY .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOliGgLLEY .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOliGgLLEY .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOliGgLLEY .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tOliGgLLEY .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOliGgLLEY .mbr-section-title {
  color: #FE5115;
}
.cid-tOliGgLLEY .mbr-text {
  color: #ffffff;
}
.cid-tOli5nlQPR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tOli5nlQPR .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-tOli5nlQPR .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tOli5nlQPR .mbr-text {
  color: #444;
}
.cid-tOli5nlQPR h5 {
  margin-bottom: 0;
}
.cid-tOli5nlQPR .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tOli5nlQPR .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tOli5nlQPR .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tOli5nlQPR .socicon {
  font-size: 1.3rem;
  background: #007d66;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOli5nlQPR .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tOli5nlQPR .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tOli5nlQPR .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tOli5nlQPR .social-list a:hover {
  opacity: .4;
}
.cid-tOli5nlQPR .media-container-row > div {
  padding: 0px;
}
.cid-tOli5nlQPR .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tOli5nlQPR .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tOli5nlQPR .group-title SPAN {
  color: #ffffff;
}
.cid-tOli5nlQPR .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tOli5nlQPR .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tOli5nlQPR .social-list,
  .cid-tOli5nlQPR .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tOli5nlQPR h3 {
    margin-bottom: 10px;
  }
  .cid-tOli5nlQPR .navbar-brand {
    text-align: center;
  }
}
.cid-tOli5nlQPR .links SPAN {
  color: #9e9e9e;
}
.cid-tOli5nlQPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOli5nlQPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOli5nlQPR .links,
.cid-tOli5nlQPR .navbar-brand {
  color: #007d66;
}
.cid-tMA5i0Pvbb .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-tMA5i0Pvbb .navbar-fixed-top {
  padding-top: 0;
}
.cid-tMA5i0Pvbb .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tMA5i0Pvbb .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-tMA5i0Pvbb .dropdown-item,
.cid-tMA5i0Pvbb .nav-link,
.cid-tMA5i0Pvbb .brand-link {
  font-style: normal;
}
.cid-tMA5i0Pvbb .dropdown-item:hover,
.cid-tMA5i0Pvbb .nav-link:hover,
.cid-tMA5i0Pvbb .brand-link:hover {
  color: #ffffff !important;
}
.cid-tMA5i0Pvbb .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #007d66 !important;
  margin-top: px !important;
}
.cid-tMA5i0Pvbb .dropdown-item:active {
  background-color: #007d66 !important;
}
.cid-tMA5i0Pvbb .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMA5i0Pvbb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tMA5i0Pvbb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tMA5i0Pvbb .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tMA5i0Pvbb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .content-text {
  margin-bottom: 0;
}
.cid-tMA5i0Pvbb .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tMA5i0Pvbb .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tMA5i0Pvbb .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tMA5i0Pvbb .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tMA5i0Pvbb .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tMA5i0Pvbb .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMA5i0Pvbb .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMA5i0Pvbb .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tMA5i0Pvbb .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMA5i0Pvbb .nav-dropdown .link {
  font-weight: 400;
}
.cid-tMA5i0Pvbb .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tMA5i0Pvbb .content-right-side {
  text-align: center;
}
.cid-tMA5i0Pvbb .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tMA5i0Pvbb .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tMA5i0Pvbb .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tMA5i0Pvbb .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tMA5i0Pvbb .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMA5i0Pvbb .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tMA5i0Pvbb .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tMA5i0Pvbb .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tMA5i0Pvbb .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tMA5i0Pvbb .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tMA5i0Pvbb .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tMA5i0Pvbb .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMA5i0Pvbb .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tMA5i0Pvbb .navbar {
    display: block;
    padding: 0;
  }
  .cid-tMA5i0Pvbb .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMA5i0Pvbb .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tMA5i0Pvbb .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tMA5i0Pvbb .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tMA5i0Pvbb .navbar-toggler {
    display: none;
  }
  .cid-tMA5i0Pvbb .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMA5i0Pvbb .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tMA5i0Pvbb .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMA5i0Pvbb .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tMA5i0Pvbb .menu-logo {
  margin-right: auto;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMA5i0Pvbb .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-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tMA5i0Pvbb .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMA5i0Pvbb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tMA5i0Pvbb .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMA5i0Pvbb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMA5i0Pvbb button.navbar-toggler:focus {
  outline: none;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007d66;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMA5i0Pvbb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMA5i0Pvbb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMA5i0Pvbb .collapsed .btn {
  display: -webkit-flex;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tMA5i0Pvbb .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMA5i0Pvbb .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMA5i0Pvbb .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tMA5i0Pvbb .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tMA5i0Pvbb .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-tMA5i0Pvbb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMA5i0Pvbb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMA5i0Pvbb .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;
}
.cid-tMA5i0Pvbb .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tMA5i0Pvbb .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing,
  .cid-tMA5i0Pvbb .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-nav,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMA5i0Pvbb .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMA5i0Pvbb img {
    height: 3.8rem !important;
  }
  .cid-tMA5i0Pvbb .btn {
    display: -webkit-flex;
  }
  .cid-tMA5i0Pvbb button.navbar-toggler {
    display: block;
  }
  .cid-tMA5i0Pvbb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tMA5i0Pvbb .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tMA5i0Pvbb .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-tMA5i0Pvbb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMA5i0Pvbb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMA5i0Pvbb .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;
  }
  .cid-tMA5i0Pvbb .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tMA5i0Pvbb .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tMA5i0Pvbb .nav-link:focus {
  outline: none;
}
.cid-tMA5i0Pvbb .navbar-toggler {
  position: relative;
}
.cid-tMA5i0Pvbb .dropdown-item.active,
.cid-tMA5i0Pvbb .dropdown-item:active {
  color: initial;
}
.cid-tMA5i0Pvbb .widget-title,
.cid-tMA5i0Pvbb .widget-icon {
  color: #007d66;
}
.cid-tMA5i0Pvbb .widget-text {
  color: #ffffff;
}
.cid-tOlg8OKww5 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-color: #ffffff;
}
.cid-tOlg8OKww5 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tOlg8OKww5 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tOlg8OKww5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlg8OKww5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlg2GlWW6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tOlg2GlWW6 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-tOlg2GlWW6 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tOlg2GlWW6 .mbr-text {
  color: #444;
}
.cid-tOlg2GlWW6 h5 {
  margin-bottom: 0;
}
.cid-tOlg2GlWW6 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tOlg2GlWW6 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tOlg2GlWW6 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tOlg2GlWW6 .socicon {
  font-size: 1.3rem;
  background: #007d66;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tOlg2GlWW6 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tOlg2GlWW6 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tOlg2GlWW6 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tOlg2GlWW6 .social-list a:hover {
  opacity: .4;
}
.cid-tOlg2GlWW6 .media-container-row > div {
  padding: 0px;
}
.cid-tOlg2GlWW6 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tOlg2GlWW6 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tOlg2GlWW6 .group-title SPAN {
  color: #ffffff;
}
.cid-tOlg2GlWW6 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tOlg2GlWW6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tOlg2GlWW6 .social-list,
  .cid-tOlg2GlWW6 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tOlg2GlWW6 h3 {
    margin-bottom: 10px;
  }
  .cid-tOlg2GlWW6 .navbar-brand {
    text-align: center;
  }
}
.cid-tOlg2GlWW6 .links SPAN {
  color: #9e9e9e;
}
.cid-tOlg2GlWW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlg2GlWW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlg2GlWW6 .links,
.cid-tOlg2GlWW6 .navbar-brand {
  color: #007d66;
}
.cid-tMA5i0Pvbb .navbar {
  padding: .5rem 0;
  background: #000000;
  transition: none;
  min-height: 50px;
}
.cid-tMA5i0Pvbb .navbar-fixed-top {
  padding-top: 0;
}
.cid-tMA5i0Pvbb .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tMA5i0Pvbb .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-tMA5i0Pvbb .dropdown-item,
.cid-tMA5i0Pvbb .nav-link,
.cid-tMA5i0Pvbb .brand-link {
  font-style: normal;
}
.cid-tMA5i0Pvbb .dropdown-item:hover,
.cid-tMA5i0Pvbb .nav-link:hover,
.cid-tMA5i0Pvbb .brand-link:hover {
  color: #ffffff !important;
}
.cid-tMA5i0Pvbb .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #007d66 !important;
  margin-top: px !important;
}
.cid-tMA5i0Pvbb .dropdown-item:active {
  background-color: #007d66 !important;
}
.cid-tMA5i0Pvbb .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMA5i0Pvbb .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tMA5i0Pvbb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tMA5i0Pvbb .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tMA5i0Pvbb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .content-text {
  margin-bottom: 0;
}
.cid-tMA5i0Pvbb .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tMA5i0Pvbb .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ffffff;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tMA5i0Pvbb .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tMA5i0Pvbb .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tMA5i0Pvbb .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tMA5i0Pvbb .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMA5i0Pvbb .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tMA5i0Pvbb .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tMA5i0Pvbb .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tMA5i0Pvbb .nav-dropdown .link {
  font-weight: 400;
}
.cid-tMA5i0Pvbb .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tMA5i0Pvbb .content-right-side {
  text-align: center;
}
.cid-tMA5i0Pvbb .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tMA5i0Pvbb .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tMA5i0Pvbb .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tMA5i0Pvbb .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tMA5i0Pvbb .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMA5i0Pvbb .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tMA5i0Pvbb .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tMA5i0Pvbb .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tMA5i0Pvbb .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tMA5i0Pvbb .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tMA5i0Pvbb .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tMA5i0Pvbb .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMA5i0Pvbb .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tMA5i0Pvbb .navbar {
    display: block;
    padding: 0;
  }
  .cid-tMA5i0Pvbb .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMA5i0Pvbb .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-tMA5i0Pvbb .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tMA5i0Pvbb .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tMA5i0Pvbb .navbar-toggler {
    display: none;
  }
  .cid-tMA5i0Pvbb .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tMA5i0Pvbb .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tMA5i0Pvbb .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMA5i0Pvbb .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tMA5i0Pvbb .menu-logo {
  margin-right: auto;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMA5i0Pvbb .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-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tMA5i0Pvbb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tMA5i0Pvbb .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMA5i0Pvbb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMA5i0Pvbb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tMA5i0Pvbb .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMA5i0Pvbb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMA5i0Pvbb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMA5i0Pvbb button.navbar-toggler:focus {
  outline: none;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007d66;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMA5i0Pvbb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMA5i0Pvbb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMA5i0Pvbb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMA5i0Pvbb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMA5i0Pvbb .collapsed .btn {
  display: -webkit-flex;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMA5i0Pvbb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tMA5i0Pvbb .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tMA5i0Pvbb .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMA5i0Pvbb .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tMA5i0Pvbb .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tMA5i0Pvbb .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-tMA5i0Pvbb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMA5i0Pvbb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMA5i0Pvbb .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;
}
.cid-tMA5i0Pvbb .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tMA5i0Pvbb .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing,
  .cid-tMA5i0Pvbb .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-nav,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tMA5i0Pvbb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMA5i0Pvbb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMA5i0Pvbb .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMA5i0Pvbb img {
    height: 3.8rem !important;
  }
  .cid-tMA5i0Pvbb .btn {
    display: -webkit-flex;
  }
  .cid-tMA5i0Pvbb button.navbar-toggler {
    display: block;
  }
  .cid-tMA5i0Pvbb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tMA5i0Pvbb .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tMA5i0Pvbb .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-tMA5i0Pvbb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMA5i0Pvbb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMA5i0Pvbb .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;
  }
  .cid-tMA5i0Pvbb .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tMA5i0Pvbb .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tMA5i0Pvbb .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tMA5i0Pvbb .nav-link:focus {
  outline: none;
}
.cid-tMA5i0Pvbb .navbar-toggler {
  position: relative;
}
.cid-tMA5i0Pvbb .dropdown-item.active,
.cid-tMA5i0Pvbb .dropdown-item:active {
  color: initial;
}
.cid-tMA5i0Pvbb .widget-title,
.cid-tMA5i0Pvbb .widget-icon {
  color: #007d66;
}
.cid-tMA5i0Pvbb .widget-text {
  color: #ffffff;
}
.cid-tOlQxUFbJQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOlQxUFbJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOlQxUFbJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOlQxUFbJQ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tOlQxUFbJQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tOlQxUFbJQ .container {
    padding: 0 30px;
  }
}
.cid-tOlQxUFbJQ .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tOlQxUFbJQ .card-wrapper {
    display: block;
  }
}
.cid-tOlQxUFbJQ .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tOlQxUFbJQ .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tOlQxUFbJQ .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOlQxUFbJQ .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tOlQxUFbJQ .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOlQxUFbJQ .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tOlQxUFbJQ .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOlQxUFbJQ .mbr-section-title {
  color: #FE5115;
}
.cid-tOlQxUFbJQ .mbr-text {
  color: #ffffff;
}
.cid-tOgXUiQcJR {
  background-color: #ffffff;
}
.cid-tOgXUiQcJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOgXUiQcJR .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tOgXUiQcJR .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-tOgXUiQcJR img {
  border-radius: 1rem;
}
.cid-tOgXUiQcJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOgXUiQcJR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tOgXUiQcJR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tOgXUiQcJR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tOgXUiQcJR .mbr-section-title {
  color: #007d66;
  text-align: center;
}
.cid-tOgXUiQcJR .mbr-section-subtitle,
.cid-tOgXUiQcJR .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-tOgXUiQcJR .mbr-text,
.cid-tOgXUiQcJR .mbr-section-btn {
  color: #007d66;
  text-align: center;
}
.cid-tOQ89ZZeCg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #17171a;
}
.cid-tOQ89ZZeCg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOQ89ZZeCg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOQ89ZZeCg .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tOQ89ZZeCg .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tOQ89ZZeCg .container {
    padding: 0 20px;
  }
}
.cid-tOQ89ZZeCg .row {
  justify-content: center;
}
.cid-tOQ89ZZeCg .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOQ89ZZeCg .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tOQ89ZZeCg .text-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tOQ89ZZeCg .text-wrapper .desc-wrapper .desc-wrap {
    display: block;
  }
}
.cid-tOQ89ZZeCg .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-tOQ89ZZeCg .text-wrapper .desc-wrapper .desc-wrap .mbr-desc {
    margin: 0 0 20px;
  }
}
.cid-tOQ89ZZeCg .mbr-text {
  color: #007d66;
  text-align: left;
}
.cid-tOQ89ZZeCg .mbr-desc {
  color: #e4dfd4;
}
.cid-tOh3DC51be {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/foot-teg-1000x500.png");
}
.cid-tOh3DC51be .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOh3DC51be .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOh3DC51be .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tOh3DC51be .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tOh3DC51be .container {
    padding: 0 20px;
  }
}
.cid-tOh3DC51be .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-tOh3DC51be .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tOh3DC51be .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tOh3DC51be .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tOh3DC51be .mbr-section-title {
  color: #ffffff;
}
.cid-tOh3DC51be .mbr-section-title,
.cid-tOh3DC51be .mbr-section-btn {
  text-align: center;
}
.cid-tOh6r6vQvm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #17171a;
}
.cid-tOh6r6vQvm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOh6r6vQvm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOh6r6vQvm .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tOh6r6vQvm .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tOh6r6vQvm .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 450px;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tOh6r6vQvm .row .img-item img {
    min-height: 300px;
  }
}
.cid-tOh6r6vQvm P {
  color: #007d66;
}
.cid-tOhcfYXP88 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #17171a;
}
.cid-tOhcfYXP88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOhcfYXP88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOhcfYXP88 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tOhcfYXP88 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tOhcfYXP88 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 450px;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tOhcfYXP88 .row .img-item img {
    min-height: 300px;
  }
}
.cid-tOhcfYXP88 P {
  color: #007d66;
}
.cid-tNSTuu0W3s {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tNSTuu0W3s .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-tNSTuu0W3s .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-tNSTuu0W3s p {
  line-height: 1.6;
}
.cid-tNSTuu0W3s .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-tNSTuu0W3s .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-tNSTuu0W3s .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-tNSTuu0W3s img {
  transition: all 0.3s;
}
.cid-tNSTuu0W3s .card-box {
  padding: 1.5rem;
}
.cid-tNSTuu0W3s .mbr-section-title {
  margin: 0 auto;
  color: #007d66;
  text-align: center;
}
.cid-tNSTuu0W3s .card-box > p,
.cid-tNSTuu0W3s .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tNSTuu0W3s .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tNSTuu0W3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNSTuu0W3s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNSYA30BS8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tNSYA30BS8 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-tNSYA30BS8 .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-tNSYA30BS8 p {
  line-height: 1.6;
}
.cid-tNSYA30BS8 .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-tNSYA30BS8 .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-tNSYA30BS8 .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-tNSYA30BS8 img {
  transition: all 0.3s;
}
.cid-tNSYA30BS8 .card-box {
  padding: 1.5rem;
}
.cid-tNSYA30BS8 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tNSYA30BS8 .card-box > p,
.cid-tNSYA30BS8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tNSYA30BS8 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tNSYA30BS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNSYA30BS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNSFOYmIyG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tNSFOYmIyG .title_block {
  margin-bottom: 80px;
}
.cid-tNSFOYmIyG .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tNSFOYmIyG .mbr-section-title {
  color: #ffffff;
}
.cid-tNSFOYmIyG .image img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tNSFOYmIyG .image img {
    width: 80%;
    height: 80%;
    margin: auto;
  }
}
.cid-tNSFOYmIyG .mbr-text {
  margin-top: 30px;
}
.cid-tNSFOYmIyG .nav-tabs .nav-item.open .nav-link:focus,
.cid-tNSFOYmIyG .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tNSFOYmIyG .nav-tabs {
  flex-wrap: wrap;
  justify-content: center;
  border: none;
  margin-bottom: 50px;
}
.cid-tNSFOYmIyG .nav-tabs .nav-item:nth-child(1) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(0, 125, 102, 0.4);
  background-image: linear-gradient(40deg, #007d66 0%, #00e3b9 100%);
}
.cid-tNSFOYmIyG .nav-tabs .nav-item:nth-child(2) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(236, 236, 236, 0.4);
  background-image: linear-gradient(40deg, #ececec 0%, #ffffff 100%);
}
.cid-tNSFOYmIyG .nav-tabs .nav-item:nth-child(3) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.4);
  background-image: linear-gradient(40deg, #ffffff 0%, #ffffff 100%);
}
.cid-tNSFOYmIyG .nav-tabs .nav-item:nth-child(4) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(0, 125, 102, 0.4);
  background-image: linear-gradient(40deg, #007d66 0%, #00e3b9 100%);
}
.cid-tNSFOYmIyG .nav-tabs .nav-item:nth-child(5) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.4);
  background-image: linear-gradient(40deg, #ffffff 0%, #ffffff 100%);
}
.cid-tNSFOYmIyG .nav-item {
  width: 190px;
  min-height: 210px;
}
.cid-tNSFOYmIyG .nav-item .mbr-iconfont {
  margin: 0;
  border-radius: 50%;
  color: #ffffff;
  width: 70px;
  height: 70px;
  font-size: 34px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 30px;
}
.cid-tNSFOYmIyG .nav-tabs .nav-link {
  background-color: #ffffff !important;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  border: none;
  color: #007d66 !important;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tNSFOYmIyG .nav-tabs .nav-link.active {
  background-color: #007d66 !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #ffffff !important;
}
.cid-tNSFOYmIyG .nav-tabs .nav-link:hover {
  background-color: #007d66 !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #ffffff !important;
  cursor: pointer;
}
.cid-tNSFOYmIyG .nav-tabs .nav-item {
  margin: 15px;
}
@media (max-width: 991px) {
  .cid-tNSFOYmIyG .title_block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tNSFOYmIyG .nav-item {
    width: 46%;
    min-height: 150px;
  }
  .cid-tNSFOYmIyG .nav-item .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .cid-tNSFOYmIyG .mbr-text {
    margin-top: 20px;
  }
  .cid-tNSFOYmIyG .nav-tabs .nav-link {
    padding: 25px 10px;
  }
  .cid-tNSFOYmIyG .nav-tabs .nav-item {
    margin: 0 10px 10px 0;
  }
  .cid-tNSFOYmIyG .nav-tabs {
    margin-bottom: 30px;
  }
}
.cid-tNSFOYmIyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNSFOYmIyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNSFOYmIyG P {
  color: #ffffff;
  text-align: center;
}
.cid-tObmoidDxW {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tObmoidDxW .item {
  padding-bottom: 2rem;
}
.cid-tObmoidDxW img,
.cid-tObmoidDxW .item-wrapper {
  transition: all 0.7s;
}
.cid-tObmoidDxW .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tObmoidDxW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tObmoidDxW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-tObmoidDxW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tObmoidDxW .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-tObmoidDxW .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: 0.7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: "Moririse2";
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tObmoidDxW .close::before {
  content: "\e91a";
}
.cid-tObmoidDxW .close:hover {
  color: #fff;
}
.cid-tObmoidDxW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tObmoidDxW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tObmoidDxW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tObmoidDxW .carousel-control-next span {
  margin-left: 5px;
}
.cid-tObmoidDxW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-tObmoidDxW .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-tObmoidDxW .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-tObmoidDxW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-tObmoidDxW .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-tObmoidDxW .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-tObmoidDxW .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-tObmoidDxW .carousel-item img {
    width: 70%;
  }
}
.cid-tObmoidDxW .carousel-inner > .active {
  display: block;
}
.cid-tObmoidDxW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tObmoidDxW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tObmoidDxW .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-tObmoidDxW .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tObmoidDxW .carousel-control,
  .cid-tObmoidDxW .carousel-indicators {
    position: fixed;
  }
}
.cid-tObmoidDxW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tObmoidDxW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tObmoidDxW .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-tObmoidDxW .modal-content {
    width: 70%;
  }
}
.cid-tObmoidDxW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tObmoidDxW .carousel {
  width: 100%;
}
.cid-tObmoidDxW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tObmoidDxW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tObmoidDxW .modal.fade .modal-dialog,
.cid-tObmoidDxW .modal.in .modal-dialog {
  transform: none;
}
.cid-tObmoidDxW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tObmoidDxW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tObmoidDxW .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tObmoidDxW .soc-item span {
  color: #007d66;
  z-index: 99999;
}
.cid-tObmoidDxW .soc-item::before,
.cid-tObmoidDxW .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tObmoidDxW .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-tObmoidDxW .soc-item:hover::before {
  border-top-color: #007d66;
  border-right-color: #007d66;
  border-bottom-color: #007d66;
}
.cid-tObmoidDxW .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tObmoidDxW .soc-item:hover::after {
  border-top: 1px solid #007d66;
  border-left-color: #007d66;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tObmoidDxW .mbr-section-subtitle {
  font-family: "EB Garamond";
  color: #17171a;
  margin-bottom: 77px;
  text-align: center;
}
.cid-tObmoidDxW .mbr-text {
  font-family: "Josefin Sans";
}
.cid-tObmoidDxW .text {
  color: #ddc499;
}
.cid-tObmoidDxW .one {
  color: #c0bcb7;
  font-family: "EB Garamond";
  font-style: italic;
}
@media (min-width: 992px) {
  .cid-tObmoidDxW .right {
    padding-right: 32px;
  }
  .cid-tObmoidDxW .left {
    padding-left: 32px;
  }
}
.cid-tObmoidDxW .mbr-section-title {
  text-align: center;
}
.cid-tOLfTGDqMC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tOLfTGDqMC img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tOLfTGDqMC img {
    width: 100%;
  }
}
.cid-tOLfTGDqMC .mbr-section-title {
  color: #007d66;
}
.cid-tNST8Uf4TY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tNST8Uf4TY .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-tNST8Uf4TY .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-tNST8Uf4TY .mbr-text {
  color: #444;
}
.cid-tNST8Uf4TY h5 {
  margin-bottom: 0;
}
.cid-tNST8Uf4TY .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tNST8Uf4TY .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tNST8Uf4TY .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tNST8Uf4TY .socicon {
  font-size: 1.3rem;
  background: #007d66;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tNST8Uf4TY .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tNST8Uf4TY .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tNST8Uf4TY .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tNST8Uf4TY .social-list a:hover {
  opacity: .4;
}
.cid-tNST8Uf4TY .media-container-row > div {
  padding: 0px;
}
.cid-tNST8Uf4TY .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tNST8Uf4TY .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-tNST8Uf4TY .group-title SPAN {
  color: #ffffff;
}
.cid-tNST8Uf4TY .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tNST8Uf4TY .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tNST8Uf4TY .social-list,
  .cid-tNST8Uf4TY .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tNST8Uf4TY h3 {
    margin-bottom: 10px;
  }
  .cid-tNST8Uf4TY .navbar-brand {
    text-align: center;
  }
}
.cid-tNST8Uf4TY .links SPAN {
  color: #9e9e9e;
}
.cid-tNST8Uf4TY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNST8Uf4TY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOzgAz6cSC {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #17171a;
}
.cid-tOzgAz6cSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOzgAz6cSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOzgAz6cSC .mbr-iconfont {
  color: #007d66;
  font-size: 5rem;
  width: 5rem;
}
.cid-tOzgAz6cSC .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-tOzgAz6cSC .mbr-section-title {
  color: #007d66;
}
.cid-tOzgAz6cSC .mbr-section-subtitle,
.cid-tOzgAz6cSC .mbr-section-btn {
  color: #007d66;
}
