body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((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.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a9cd5c !important;
}
.bg-success {
  background-color: #404040 !important;
}
.bg-info {
  background-color: #bbbbbb !important;
}
.bg-warning {
  background-color: #a9cd5c !important;
}
.bg-danger {
  background-color: #a9cd5c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a9cd5c !important;
  border-color: #a9cd5c !important;
  color: #fafafa !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fafafa !important;
  background-color: #93bc3a !important;
  border-color: #93bc3a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #efb32c !important;
  border-color: #efb32c !important;
  color: #fafafa !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fafafa !important;
  background-color: #d89a10 !important;
  border-color: #d89a10 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #fafafa !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fafafa !important;
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #404040 !important;
  border-color: #404040 !important;
  color: #fafafa !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fafafa !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a9cd5c !important;
  border-color: #a9cd5c !important;
  color: #fafafa !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fafafa !important;
  background-color: #93bc3a !important;
  border-color: #93bc3a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a9cd5c !important;
  border-color: #a9cd5c !important;
  color: #fafafa !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fafafa !important;
  background-color: #93bc3a !important;
  border-color: #93bc3a !important;
}
.btn-primary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #a9cd5c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #fafafa !important;
  background-color: #a9cd5c !important;
  border-color: #a9cd5c !important;
}
.btn-primary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #a9cd5c;
  border-radius: 4px;
}
.btn-primary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-primary-outline {
    display: inline-block;
    border-color: #a9cd5c;
  }
  .btn-primary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-secondary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #efb32c !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #fafafa !important;
  background-color: #efb32c !important;
  border-color: #efb32c !important;
}
.btn-secondary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #efb32c;
  border-radius: 4px;
}
.btn-secondary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-secondary-outline {
    display: inline-block;
    border-color: #efb32c;
  }
  .btn-secondary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-info-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #bbbbbb !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fafafa !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-info-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #bbbbbb;
  border-radius: 4px;
}
.btn-info-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-info-outline {
    display: inline-block;
    border-color: #bbbbbb;
  }
  .btn-info-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-success-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #404040 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #fafafa !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-success-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #404040;
  border-radius: 4px;
}
.btn-success-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-success-outline {
    display: inline-block;
    border-color: #404040;
  }
  .btn-success-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-warning-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #a9cd5c !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #fafafa !important;
  background-color: #a9cd5c !important;
  border-color: #a9cd5c !important;
}
.btn-warning-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #a9cd5c;
  border-radius: 4px;
}
.btn-warning-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-warning-outline {
    display: inline-block;
    border-color: #a9cd5c;
  }
  .btn-warning-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-danger-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #a9cd5c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #fafafa !important;
  background-color: #a9cd5c !important;
  border-color: #a9cd5c !important;
}
.btn-danger-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #a9cd5c;
  border-radius: 4px;
}
.btn-danger-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-danger-outline {
    display: inline-block;
    border-color: #a9cd5c;
  }
  .btn-danger-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-black-outline {
  color: #333333!important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa!important;
  background-color: #333333;
  border-color: transparent;
}
.btn-white-outline {
  color: #fafafa!important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #333333;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333!important;
  background-color: #fafafa;
  border-color: transparent;
}
.btn-white {
  color: #333333!important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.text-primary {
  color: #a9cd5c !important;
}
.text-secondary {
  color: #efb32c !important;
}
.text-success {
  color: #404040 !important;
}
.text-info {
  color: #bbbbbb !important;
}
.text-warning {
  color: #a9cd5c !important;
}
.text-danger {
  color: #a9cd5c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #93bc3a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d89a10 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #272727 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a2a2a2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #93bc3a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #93bc3a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbbbbb;
}
.alert-warning {
  background-color: #a9cd5c;
}
.alert-danger {
  background-color: #a9cd5c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a9cd5c;
  border-color: #a9cd5c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a9cd5c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbfdf8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbfdf8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbfdf8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #a9cd5c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a9cd5c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a9cd5c;
  border-bottom-color: #a9cd5c;
}
.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: #a9cd5c !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: #efb32c !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%;
  width: 100%;
  height: auto;
}
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='%23a9cd5c' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-somfq3E3P6 {
  z-index: 1000;
  width: 100%;
}
.cid-somfq3E3P6 nav.navbar {
  position: fixed;
}
.cid-somfq3E3P6 img {
  width: 130px!important;
  height: 130px!important;
}
.cid-somfq3E3P6 .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-somfq3E3P6 .navbar-short .nav-link {
  color: black!important;
}
.cid-somfq3E3P6 .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-somfq3E3P6 .navbar.opened {
  transition: all .3s;
}
.cid-somfq3E3P6 .navbar .navbar-logo img {
  width: auto;
}
.cid-somfq3E3P6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-somfq3E3P6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-somfq3E3P6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-somfq3E3P6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-somfq3E3P6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-somfq3E3P6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-somfq3E3P6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-somfq3E3P6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-somfq3E3P6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.1rem;
    height: 77px;
  }
  .cid-somfq3E3P6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-somfq3E3P6 .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-somfq3E3P6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-somfq3E3P6 .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
  padding-left: 35px;
  padding-right: 35px;
}
.cid-somfq3E3P6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-somfq3E3P6 .navbar-logo {
  margin-right: 1rem!important;
}
.cid-somfq3E3P6 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-somfq3E3P6 .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #efb32c;
}
.cid-somfq3E3P6 .nav-link:hover,
.cid-somfq3E3P6 .nav-link:focus {
  color: #efb32c !important;
}
.cid-somfq3E3P6 .nav-link:hover:before,
.cid-somfq3E3P6 .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-somfq3E3P6 .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-somfq3E3P6 .dropdown-item {
  padding: 0 2rem;
  background: white;
  color: black !important;
}
.cid-somfq3E3P6 .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #efb32c;
}
.cid-somfq3E3P6 .dropdown-item:hover,
.cid-somfq3E3P6 .dropdown-item:focus {
  color: #efb32c !important;
  transform: translateX(10px);
}
.cid-somfq3E3P6 .dropdown-item:hover:before,
.cid-somfq3E3P6 .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-somfq3E3P6 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #404040 inset;
  border-radius: 50%;
  color: #404040 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #efb32c inset;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-somfq3E3P6 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-somfq3E3P6 .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #efb32c;
}
.cid-somfq3E3P6 .navbar-nav {
  margin: auto;
}
.cid-somfq3E3P6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-somfq3E3P6 .container {
  display: flex;
  margin: auto;
}
.cid-somfq3E3P6 .navbar-caption {
  padding-right: 4rem;
  font-size: 33px;
}
.cid-somfq3E3P6 .dropdown-menu,
.cid-somfq3E3P6 .navbar.opened {
  background: #ffffff !important;
}
.cid-somfq3E3P6 .nav-item:focus,
.cid-somfq3E3P6 .nav-link:focus {
  outline: none;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-somfq3E3P6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-somfq3E3P6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-somfq3E3P6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-somfq3E3P6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-somfq3E3P6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-somfq3E3P6 .dropdown-item.active,
.cid-somfq3E3P6 .dropdown-item:active {
  background-color: transparent;
}
.cid-somfq3E3P6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-somfq3E3P6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-somfq3E3P6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-somfq3E3P6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-somfq3E3P6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-somfq3E3P6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-somfq3E3P6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-somfq3E3P6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-somfq3E3P6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-somfq3E3P6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-somfq3E3P6 .navbar {
    height: 77px;
  }
  .cid-somfq3E3P6 .navbar.opened {
    height: auto;
  }
  .cid-somfq3E3P6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-somfq3E3P6 .navbar {
    background: #ffffff;
  }
  .cid-somfq3E3P6 .nav-link {
    color: black!important;
  }
  .cid-somfq3E3P6 img {
    width: 60px!important;
    height: 60px!important;
  }
  .cid-somfq3E3P6 .navbar-logo img {
    height: 3.8rem !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cid-somfq3E3P6 .navbar-caption {
    padding-right: 4rem;
    font-size: 18px !important;
  }
}
@media (max-width: 1440px) {
  .cid-somfq3E3P6 .container-fluid {
    padding: 0 0rem !important;
  }
  .cid-somfq3E3P6 .display-4 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px !important;
    line-height: 1.5;
  }
}
.cid-jDRWmq4PbL {
  padding-top: 160px;
  padding-bottom: 80px;
  background-image: url("../../../assets/images/fond-min-1920x1268.jpg");
}
@media (min-width: 992px) {
  .cid-jDRWmq4PbL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-jDRWmq4PbL .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-jDRWmq4PbL .mbr-text {
    text-align: center !important;
  }
}
.cid-jDRWmq4PbL .appstore {
  width: 200px;
  height: 60px;
  margin-right: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-jDRWmq4PbL .appstore {
    display: unset !important;
  }
}
@media (max-width: 767px) {
  .cid-jDRWmq4PbL .appstore {
    display: unset !important;
  }
}
.cid-jDRWmq4PbL .android-btn {
  background-color: #232323;
}
.cid-jDRWmq4PbL .ios-btn {
  background-color: #232323;
}
.cid-jDRWmq4PbL H1 {
  text-align: center;
  color: #404040;
}
@media (min-width: 992px) {
  .cid-jDRWmq4PbL H1 {
    text-align: center;
  }
}
.cid-jDRWmq4PbL .mbr-text,
.cid-jDRWmq4PbL .mbr-section-btn {
  text-align: center;
  color: #404040;
}
@media (max-width: 991px) {
  .cid-jDRWmq4PbL img {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .cid-jDRWmq4PbL img {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (max-width: 967px) {
  .cid-jDRWmq4PbL h1 {
    font-size: 40px;
  }
}
.cid-jDRWmq4PbL .store {
  text-align: center;
}
.cid-somJoiwSOC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-somJoiwSOC .mbr-section-title {
  color: #a9cd5c;
  text-align: center;
}
.cid-somJoiwSOC .mbr-text,
.cid-somJoiwSOC .mbr-section-btn {
  color: #404040;
  text-align: center;
}
.cid-somJoiwSOC .btn {
  color: white!important;
  border-color: white!important;
}
@media (max-width: 967px) {
  .cid-somJoiwSOC h3 {
    font-size: 38px;
  }
}
.cid-sonwhSlvqW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a9cd5c;
}
.cid-sonwhSlvqW .mbr-text {
  color: #777d74;
}
.cid-sonwhSlvqW .mbr-iconfont {
  font-size: 6rem;
  color: #ff9083;
  text-align: center;
  text-shadow: 5px 5px 0px #ff9083;
  -webkit-text-stroke-color: #1c1c25;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}
.cid-sonwhSlvqW .mbr-text,
.cid-sonwhSlvqW .align {
  text-align: center;
  color: #404040;
}
.cid-sonwhSlvqW .mbr-section-subtitle {
  color: #33358c;
}
.cid-t4vE8PHZE6 {
  padding-top: 1px;
  padding-bottom: 5px;
  background-color: #ffffff;
}
.cid-t4vE8PHZE6 hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 30%;
}
.cid-t4vE8PHZE6 .progress {
  background: #f8f8f8;
  opacity: 1;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-t4vE8PHZE6 .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #efb32c;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 58px;
  }
  to {
    margin-left: 100%;
    width: 58px;
  }
}
.cid-sor0DM4Jyl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sor0DM4Jyl .mbr-text {
  color: #777d74;
}
.cid-sor0DM4Jyl .mbr-iconfont {
  font-size: 6rem;
  color: #ff9083;
  text-align: center;
  text-shadow: 5px 5px 0px #ff9083;
  -webkit-text-stroke-color: #1c1c25;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}
.cid-sor0DM4Jyl .mbr-text,
.cid-sor0DM4Jyl .align {
  text-align: center;
  color: #404040;
}
.cid-sor0DM4Jyl .mbr-section-subtitle {
  color: #33358c;
}
.cid-sow4e4Rkux {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sow4e4Rkux .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sow4e4Rkux .team-card:hover {
  transform: translateY(-10px);
}
.cid-sow4e4Rkux .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sow4e4Rkux .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sow4e4Rkux .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sow4e4Rkux .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sow4e4Rkux .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sow4e4Rkux .social-row {
  text-align: center;
}
.cid-sow4e4Rkux .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sow4e4Rkux .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sow4e4Rkux .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sow4e4Rkux .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sow4e4Rkux h5.mbr-section-title.card-title.mbr-fonts-style.align-center.m-0.display-2 {
  display: none;
}
@media (max-width: 991px) {
  .cid-sow4e4Rkux h5.mbr-section-title.card-title.mbr-fonts-style.align-center.m-0.display-2 {
    display: block !important;
  }
  .cid-sow4e4Rkux .card-wrap {
    margin-bottom: 0rem !important;
  }
}
.cid-sow4e4Rkux .mbr-section-title {
  text-align: center;
  color: #42424c;
}
.cid-ss8dzq2wNU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ss8dzq2wNU .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-ss8dzq2wNU .icon-box {
  background: #a9cd5c;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ss8dzq2wNU .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ss8dzq2wNU .card {
    margin-bottom: 2rem;
  }
  .cid-ss8dzq2wNU .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ss8dzq2wNU .card-title,
.cid-ss8dzq2wNU .card-box {
  text-align: center;
  color: #404040;
  font-size: 38px;
}
.cid-ss8dzq2wNU .icon-title {
  color: #404040;
}
.cid-sqS9ryOYIt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sqS9ryOYIt .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sqS9ryOYIt .team-card:hover {
  transform: translateY(-10px);
}
.cid-sqS9ryOYIt .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sqS9ryOYIt .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sqS9ryOYIt .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sqS9ryOYIt .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqS9ryOYIt .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqS9ryOYIt .card-wrap .content-wrap {
    padding: 0.1rem !important;
  }
  .cid-sqS9ryOYIt .card-wrap .image-wrap img {
    width: 69% !important;
    margin: auto !important;
  }
}
.cid-sqS9ryOYIt .social-row {
  text-align: center;
}
.cid-sqS9ryOYIt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sqS9ryOYIt .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sqS9ryOYIt .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sqS9ryOYIt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sqS9ryOYIt .mbr-section-title {
  color: #777d74;
}
.cid-t3Pbr9g5BL {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (min-width: 1500px) {
  .cid-t3Pbr9g5BL .container {
    max-width: 1400px;
  }
}
.cid-t3Pbr9g5BL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6ec7f2;
  margin-bottom: 2rem;
}
.cid-t3Pbr9g5BL .card-wrapper {
  margin-top: 3rem;
}
.cid-t3Pbr9g5BL .row {
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t3Pbr9g5BL .mbr-section-subtitle {
    font-size: 22px !important;
  }
  .cid-t3Pbr9g5BL .card-title {
    font-size: 24px;
  }
  .cid-t3Pbr9g5BL .card-text {
    font-size: 22px;
  }
  .cid-t3Pbr9g5BL .mbr-section-title {
    margin-bottom: 30px !important;
  }
  .cid-t3Pbr9g5BL .btn {
    font-size: 22px;
  }
}
.cid-t3Pbr9g5BL .mbr-section-title {
  margin-bottom: 30px !important;
}
.cid-sUTg05SCek {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edecec;
}
@media (max-width: 767px) {
  .cid-sUTg05SCek .card-box {
    padding: 1rem;
  }
  .cid-sUTg05SCek .mbr-section-btn,
  .cid-sUTg05SCek .price {
    text-align: center;
  }
  .cid-sUTg05SCek .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-sUTg05SCek .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUTg05SCek .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sUTg05SCek .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-sUTg05SCek .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sUTg05SCek .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sUTg05SCek .mbr-text {
  text-align: center;
}
.cid-sozjhOccX5 {
  padding-top: 1px;
  padding-bottom: 5px;
  background-color: #ffffff;
}
.cid-sozjhOccX5 hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 37%;
}
.cid-sozjhOccX5 .progress {
  background: #a9cd5c;
  opacity: 0.7;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-sozjhOccX5 .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #efb32c;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 200px;
  }
  to {
    margin-left: 100%;
    width: 200px;
  }
}
.cid-sor0743mLo {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sor0743mLo h3 {
  text-align: center;
  text-shadow: 5px 5px 0px currentColor;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}
.cid-sor0743mLo .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sor0743mLo .mbr-content-text {
  color: #ffffff;
}
.cid-sor0743mLo .card {
  word-wrap: break-word;
}
.cid-sor0743mLo H3 {
  color: #EFB32C;
}
.cid-sor0743mLo .wrapper {
  background: #A9CD5C;
  border-radius: 16px;
  padding: 2rem 1rem;
  margin: 0 0.15rem;
}
.cid-sor0743mLo H4 {
  color: #ffffff;
}
.cid-sor0743mLo .mbr-section-title {
  color: #404040;
}
.cid-soznQtpTFp {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #a9cd5c;
  background: linear-gradient(#a9cd5c, #ffffff);
}
.cid-soznQtpTFp .carousel-control {
  background: #000;
}
.cid-soznQtpTFp .mbr-section-subtitle {
  color: #767676;
}
.cid-soznQtpTFp .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soznQtpTFp .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-soznQtpTFp .carousel-item .wrap-img {
  text-align: center;
}
.cid-soznQtpTFp .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-soznQtpTFp .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soznQtpTFp .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-soznQtpTFp .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-soznQtpTFp .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-soznQtpTFp .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-soznQtpTFp .cloneditem-1,
.cid-soznQtpTFp .cloneditem-2,
.cid-soznQtpTFp .cloneditem-3,
.cid-soznQtpTFp .cloneditem-4,
.cid-soznQtpTFp .cloneditem-5 {
  display: none;
}
.cid-soznQtpTFp .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-soznQtpTFp .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-soznQtpTFp .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-soznQtpTFp .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-soznQtpTFp .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-soznQtpTFp .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-soznQtpTFp .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-soznQtpTFp .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-soznQtpTFp .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-soznQtpTFp .carousel-inner.slides2 .cloneditem-1,
  .cid-soznQtpTFp .carousel-inner.slides2 .cloneditem-2,
  .cid-soznQtpTFp .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-soznQtpTFp .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-soznQtpTFp .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-soznQtpTFp .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-soznQtpTFp .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-soznQtpTFp .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-soznQtpTFp .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-soznQtpTFp .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-soznQtpTFp .carousel-inner.slides3 .cloneditem-1,
  .cid-soznQtpTFp .carousel-inner.slides3 .cloneditem-2,
  .cid-soznQtpTFp .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-soznQtpTFp .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-soznQtpTFp .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-soznQtpTFp .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-soznQtpTFp .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-soznQtpTFp .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-soznQtpTFp .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-soznQtpTFp .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-soznQtpTFp .carousel-inner.slides4 .cloneditem-1,
  .cid-soznQtpTFp .carousel-inner.slides4 .cloneditem-2,
  .cid-soznQtpTFp .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-soznQtpTFp .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-soznQtpTFp .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-soznQtpTFp .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-soznQtpTFp .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-soznQtpTFp .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-soznQtpTFp .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-soznQtpTFp .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-soznQtpTFp .carousel-inner.slides5 .cloneditem-1,
  .cid-soznQtpTFp .carousel-inner.slides5 .cloneditem-2,
  .cid-soznQtpTFp .carousel-inner.slides5 .cloneditem-3,
  .cid-soznQtpTFp .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-soznQtpTFp .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-soznQtpTFp .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-soznQtpTFp .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-soznQtpTFp .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-soznQtpTFp .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-soznQtpTFp .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-soznQtpTFp .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-soznQtpTFp .carousel-inner.slides6 .cloneditem-1,
  .cid-soznQtpTFp .carousel-inner.slides6 .cloneditem-2,
  .cid-soznQtpTFp .carousel-inner.slides6 .cloneditem-3,
  .cid-soznQtpTFp .carousel-inner.slides6 .cloneditem-4,
  .cid-soznQtpTFp .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-soznQtpTFp H2 {
  color: #ffffff;
}
.cid-sovYR9jEZJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sovYR9jEZJ .form-text {
  color: #404040;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sovYR9jEZJ .content {
    text-align: center;
  }
  .cid-sovYR9jEZJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sovYR9jEZJ .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sovYR9jEZJ .form-group,
.cid-sovYR9jEZJ .input-group-btn {
  padding: 0;
}
.cid-sovYR9jEZJ .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sovYR9jEZJ .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sovYR9jEZJ .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sovYR9jEZJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sovYR9jEZJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sovYR9jEZJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sovYR9jEZJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sovYR9jEZJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sovYR9jEZJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sovYR9jEZJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sovYR9jEZJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sovYR9jEZJ .foot-logo {
    text-align: center !important;
  }
  .cid-sovYR9jEZJ .foot-title {
    text-align: center !important;
    font-size: 23px !important;
  }
  .cid-sovYR9jEZJ .mbr-text {
    text-align: center !important;
    line-height: 33px;
  }
  .cid-sovYR9jEZJ .form-group {
    margin: 0;
  }
  .cid-sovYR9jEZJ .img-logo img {
    height: 8rem;
    display: inline !important;
    width: auto;
  }
}
.cid-sovYR9jEZJ .foot-title {
  text-align: left;
  color: #a9cd5c;
}
.cid-sovYR9jEZJ .mbr-links-column {
  text-align: left;
  color: #404040;
  font-size: 21px;
}
.cid-sovYR9jEZJ .copyright .mbr-text {
  color: #404040;
}
.cid-sor6SV8NhE {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sor6SV8NhE .mbr-section-title {
  color: #a9cd5c;
  text-align: center;
}
.cid-sor6SV8NhE .mbr-text,
.cid-sor6SV8NhE .mbr-section-btn {
  color: #ffffff;
}
.cid-sor6SV8NhE .btn {
  color: white!important;
  border-color: white!important;
}
.cid-sq4hO5iU5s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq4hO5iU5s .mbr-text {
  color: #767676;
}
.cid-sq4hO5iU5s .mbr-section-subtitle {
  color: #767676;
}
.cid-sq4hO5iU5s .title .num {
  width: 100%;
  display: block;
  font-size: 3.5rem;
}
.cid-sq4hO5iU5s .title .card-title {
  z-index: 1;
}
.cid-sq4hO5iU5s .num {
  color: #a9cd5c;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sq4hO5iU5s * {
    text-align: center !important;
  }
  .cid-sq4hO5iU5s .content-column {
    margin-bottom: 2rem;
  }
}
.cid-sq4hO5iU5s .card-title,
.cid-sq4hO5iU5s .card-img {
  text-align: center;
  color: #404040;
}
.cid-sq4hO5iU5s .card-text {
  text-align: center;
}
.cid-somfq3E3P6 {
  z-index: 1000;
  width: 100%;
}
.cid-somfq3E3P6 nav.navbar {
  position: fixed;
}
.cid-somfq3E3P6 img {
  width: 130px!important;
  height: 130px!important;
}
.cid-somfq3E3P6 .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-somfq3E3P6 .navbar-short .nav-link {
  color: black!important;
}
.cid-somfq3E3P6 .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-somfq3E3P6 .navbar.opened {
  transition: all .3s;
}
.cid-somfq3E3P6 .navbar .navbar-logo img {
  width: auto;
}
.cid-somfq3E3P6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-somfq3E3P6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-somfq3E3P6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-somfq3E3P6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-somfq3E3P6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-somfq3E3P6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-somfq3E3P6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-somfq3E3P6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-somfq3E3P6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.1rem;
    height: 77px;
  }
  .cid-somfq3E3P6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-somfq3E3P6 .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-somfq3E3P6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-somfq3E3P6 .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
  padding-left: 35px;
  padding-right: 35px;
}
.cid-somfq3E3P6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-somfq3E3P6 .navbar-logo {
  margin-right: 1rem!important;
}
.cid-somfq3E3P6 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-somfq3E3P6 .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #efb32c;
}
.cid-somfq3E3P6 .nav-link:hover,
.cid-somfq3E3P6 .nav-link:focus {
  color: #efb32c !important;
}
.cid-somfq3E3P6 .nav-link:hover:before,
.cid-somfq3E3P6 .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-somfq3E3P6 .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-somfq3E3P6 .dropdown-item {
  padding: 0 2rem;
  background: white;
  color: black !important;
}
.cid-somfq3E3P6 .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #efb32c;
}
.cid-somfq3E3P6 .dropdown-item:hover,
.cid-somfq3E3P6 .dropdown-item:focus {
  color: #efb32c !important;
  transform: translateX(10px);
}
.cid-somfq3E3P6 .dropdown-item:hover:before,
.cid-somfq3E3P6 .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-somfq3E3P6 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #404040 inset;
  border-radius: 50%;
  color: #404040 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #efb32c inset;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-somfq3E3P6 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-somfq3E3P6 .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #efb32c;
}
.cid-somfq3E3P6 .navbar-nav {
  margin: auto;
}
.cid-somfq3E3P6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-somfq3E3P6 .container {
  display: flex;
  margin: auto;
}
.cid-somfq3E3P6 .navbar-caption {
  padding-right: 4rem;
  font-size: 33px;
}
.cid-somfq3E3P6 .dropdown-menu,
.cid-somfq3E3P6 .navbar.opened {
  background: #ffffff !important;
}
.cid-somfq3E3P6 .nav-item:focus,
.cid-somfq3E3P6 .nav-link:focus {
  outline: none;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-somfq3E3P6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-somfq3E3P6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-somfq3E3P6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-somfq3E3P6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-somfq3E3P6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-somfq3E3P6 .dropdown-item.active,
.cid-somfq3E3P6 .dropdown-item:active {
  background-color: transparent;
}
.cid-somfq3E3P6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-somfq3E3P6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-somfq3E3P6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-somfq3E3P6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-somfq3E3P6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-somfq3E3P6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-somfq3E3P6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-somfq3E3P6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-somfq3E3P6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-somfq3E3P6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-somfq3E3P6 .navbar {
    height: 77px;
  }
  .cid-somfq3E3P6 .navbar.opened {
    height: auto;
  }
  .cid-somfq3E3P6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-somfq3E3P6 .navbar {
    background: #ffffff;
  }
  .cid-somfq3E3P6 .nav-link {
    color: black!important;
  }
  .cid-somfq3E3P6 img {
    width: 60px!important;
    height: 60px!important;
  }
  .cid-somfq3E3P6 .navbar-logo img {
    height: 3.8rem !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cid-somfq3E3P6 .navbar-caption {
    padding-right: 4rem;
    font-size: 18px !important;
  }
}
@media (max-width: 1440px) {
  .cid-somfq3E3P6 .container-fluid {
    padding: 0 0rem !important;
  }
  .cid-somfq3E3P6 .display-4 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px !important;
    line-height: 1.5;
  }
}
.cid-trMruky7gj {
  padding-top: 1px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-trMruky7gj hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 45%;
}
.cid-trMruky7gj .progress {
  background: #f8f8f8;
  opacity: 1;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-trMruky7gj .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #efb32c;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 71px;
  }
  to {
    margin-left: 100%;
    width: 71px;
  }
}
.cid-trMoLcCyn6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-trMoLcCyn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trMoLcCyn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trMoLcCyn6 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-trMoLcCyn6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-trMoLcCyn6 .mbr-iconfont {
  font-size: 2rem;
  color: #e6b065;
  padding-right: 1.5rem;
}
.cid-trMoLcCyn6 .card-title {
  text-align: center;
  color: #a9cd5c;
}
.cid-trMoLcCyn6 .card-text {
  text-align: center;
}
.cid-EJqHPAlAy4 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-EJqHPAlAy4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-EJqHPAlAy4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-EJqHPAlAy4 .container-fluid {
  padding: 1;
}
.cid-EJqHPAlAy4 .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .cid-EJqHPAlAy4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-EJqHPAlAy4 .mbr-text,
.cid-EJqHPAlAy4 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-EJqHPAlAy4 .mbr-text,
  .cid-EJqHPAlAy4 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-EJqHPAlAy4 .mbr-text,
  .cid-EJqHPAlAy4 .mbr-section-title {
    text-align: center;
  }
}
.cid-EJqHPAlAy4 a.btn {
  height: 100%;
  margin: 0;
}
.cid-EJqHPAlAy4 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-EJqHPAlAy4 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-EJqHPAlAy4 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-EJqHPAlAy4 .image-wrapper img {
    width: 65%;
    object-fit: cover;
    margin: auto !important;
  }
}
.cid-EJqHPAlAy4 .justify-content-center {
  align-items: center;
}
.cid-EJqHPAlAy4 .rowflexrev {
  display: -webkit-flex;
}
.cid-EJqHPAlAy4 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-EJqHPAlAy4 .title {
  margin-bottom: 2rem;
}
.cid-EJqHPAlAy4 .mbr-section-subtitle {
  color: #000000;
}
.cid-EJqHPAlAy4 textarea.form-control {
  min-height: 100px;
}
.cid-EJqHPAlAy4 LABEL {
  color: #232323;
}
.cid-EJqHPAlAy4 .mbr-section-terms {
  text-align: center;
  color: #000000;
  margin-bottom: 0px;
}
.cid-EJqHPAlAy4 .mbr-section-labels {
  color: #404040;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-EJqHPAlAy4 .mbr-section-autorespond {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-EJqHPAlAy4 .alert {
  margin-bottom: 0;
}
.cid-EJqHPAlAy4 .alert-success {
  background-color: #09d009;
  color: #fafafa;
}
.cid-EJqHPAlAy4 .alert-danger {
  background-color: #d50808;
  color: #fafafa;
}
.cid-EJqHPAlAy4 .btn {
  display: inline-flex;
}
.cid-EJqHPAlAy4 .hidden {
  display: none;
}
.cid-EJqHPAlAy4 #red:hover,
.cid-EJqHPAlAy4 #red:focus {
  border-color: #37c954 !important;
}
.cid-EJqHPAlAy4 .mbr-section-title {
  color: #000000;
}
.cid-EJqHPAlAy4 .form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: gray !important;
  line-height: 2rem !important;
  height: auto;
  padding: 0.5rem 0.7rem;
  border: 1px solid lightgray !important;
}
.cid-EJqHPAlAy4 button.btn.btn-form.btn-success.display-7:hover {
  background: #37c954 !important;
}
.cid-EJqHPAlAy4 button.btn.btn-form.btn-secondary.display-7:hover {
  background-color: #A9CD5C!important;
}
@media (max-width: 768px) {
  .cid-EJqHPAlAy4 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-EJqHPAlAy4 .image-wrapper img {
    width: 65%;
    object-fit: cover;
    margin: auto !important;
  }
  .cid-EJqHPAlAy4 form .btn {
    display: inline;
    padding: 1rem 2rem !important;
    margin-top: 15px !important;
  }
}
.cid-sZ6ZS7mbq8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sZ6ZS7mbq8 .carousel-control {
  background: #000;
}
.cid-sZ6ZS7mbq8 .mbr-section-subtitle {
  color: #767676;
}
.cid-sZ6ZS7mbq8 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sZ6ZS7mbq8 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sZ6ZS7mbq8 .carousel-item .wrap-img {
  text-align: center;
}
.cid-sZ6ZS7mbq8 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sZ6ZS7mbq8 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sZ6ZS7mbq8 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sZ6ZS7mbq8 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sZ6ZS7mbq8 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sZ6ZS7mbq8 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sZ6ZS7mbq8 .cloneditem-1,
.cid-sZ6ZS7mbq8 .cloneditem-2,
.cid-sZ6ZS7mbq8 .cloneditem-3,
.cid-sZ6ZS7mbq8 .cloneditem-4,
.cid-sZ6ZS7mbq8 .cloneditem-5 {
  display: none;
}
.cid-sZ6ZS7mbq8 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sZ6ZS7mbq8 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides2 .cloneditem-1,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides2 .cloneditem-2,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides3 .cloneditem-1,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides3 .cloneditem-2,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides4 .cloneditem-1,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides4 .cloneditem-2,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides5 .cloneditem-1,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides5 .cloneditem-2,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides5 .cloneditem-3,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sZ6ZS7mbq8 .carousel-inner.slides6 .cloneditem-1,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides6 .cloneditem-2,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides6 .cloneditem-3,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides6 .cloneditem-4,
  .cid-sZ6ZS7mbq8 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sZ6ZS7mbq8 H2 {
  color: #232323;
}
.cid-tb6FoVUAlx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tb6FoVUAlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tb6FoVUAlx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tb6FoVUAlx .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tb6FoVUAlx .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tb6FoVUAlx .mbr-text {
  text-align: center;
}
.cid-tb6FoVUAlx .name {
  text-align: left;
}
.cid-sq47kYzJbe {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1415.png");
}
.cid-sq47kYzJbe .card-wrapper {
  background: #ededed;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sq47kYzJbe .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sq47kYzJbe .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sq47kYzJbe .card-wrapper {
    padding: 4rem;
  }
}
.cid-sq47kYzJbe .mbr-text,
.cid-sq47kYzJbe .mbr-section-btn {
  color: #777d74;
}
.cid-sq47kYzJbe .card-title,
.cid-sq47kYzJbe .card-box {
  text-align: center;
  color: #404040;
}
@media (max-width: 768px) {
  .cid-sq47kYzJbe .btn-danger-outline {
    display: inline-block;
    border-color: #37b509;
    font-weight: bold;
    font-size: 18px !important;
  }
}
.cid-sq46UmWb3I {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sq46UmWb3I .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-sq46UmWb3I .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sq46UmWb3I .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #efb32c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-sq46UmWb3I .mbr-text {
  color: #333333;
}
.cid-sq46UmWb3I .mbr-section-title {
  text-align: center;
  color: #404040;
}
.cid-sq4c5SnUvI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sq4c5SnUvI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sq4c5SnUvI .team-card:hover {
  transform: translateY(-10px);
}
.cid-sq4c5SnUvI .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sq4c5SnUvI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sq4c5SnUvI .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sq4c5SnUvI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sq4c5SnUvI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sq4c5SnUvI .card-wrap .content-wrap {
    padding: 0.1rem !important;
  }
  .cid-sq4c5SnUvI .card-wrap .image-wrap img {
    width: 69% !important;
    margin: auto !important;
  }
}
.cid-sq4c5SnUvI .social-row {
  text-align: center;
}
.cid-sq4c5SnUvI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sq4c5SnUvI .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sq4c5SnUvI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sq4c5SnUvI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ss3v4xFL8b {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a9cd5c;
}
.cid-ss3v4xFL8b .mbr-section-title {
  color: #404040;
  text-align: center;
  font-size: 38px;
}
.cid-ss3v4xFL8b .mbr-text,
.cid-ss3v4xFL8b .mbr-section-btn {
  color: #ffffff;
}
.cid-ss3v4xFL8b .btn {
  color: white!important;
  border-color: white!important;
}
@media (max-width: 767px) {
  .cid-ss3v4xFL8b .mbr-section-title {
    color: #404040;
    text-align: center;
    font-size: 32px;
  }
}
.cid-stvK0t2mJc {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-stvK0t2mJc .card-wrapper {
  background: #a9cd5c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-stvK0t2mJc .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-stvK0t2mJc .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-stvK0t2mJc .card-wrapper {
    padding: 4rem;
  }
}
.cid-stvK0t2mJc .mbr-text,
.cid-stvK0t2mJc .mbr-section-btn {
  color: #ffffff;
}
.cid-stvK0t2mJc .card-title,
.cid-stvK0t2mJc .card-box {
  text-align: left;
  color: #404040;
}
.cid-t3PewJOJs1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (min-width: 1500px) {
  .cid-t3PewJOJs1 .container {
    max-width: 1400px;
  }
}
.cid-t3PewJOJs1 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6ec7f2;
  margin-bottom: 2rem;
}
.cid-t3PewJOJs1 .card-wrapper {
  margin-top: 3rem;
}
.cid-t3PewJOJs1 .row {
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t3PewJOJs1 .mbr-section-subtitle {
    font-size: 22px !important;
  }
  .cid-t3PewJOJs1 .card-title {
    font-size: 24px;
  }
  .cid-t3PewJOJs1 .card-text {
    font-size: 22px;
  }
  .cid-t3PewJOJs1 .mbr-section-title {
    margin-bottom: 30px !important;
  }
  .cid-t3PewJOJs1 .btn {
    font-size: 22px;
  }
}
.cid-t3PewJOJs1 .mbr-section-title {
  margin-bottom: 30px !important;
}
.cid-sqPxv8a0bc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqPxv8a0bc .form-text {
  color: #404040;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sqPxv8a0bc .content {
    text-align: center;
  }
  .cid-sqPxv8a0bc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sqPxv8a0bc .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sqPxv8a0bc .form-group,
.cid-sqPxv8a0bc .input-group-btn {
  padding: 0;
}
.cid-sqPxv8a0bc .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sqPxv8a0bc .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sqPxv8a0bc .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sqPxv8a0bc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqPxv8a0bc .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sqPxv8a0bc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqPxv8a0bc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sqPxv8a0bc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sqPxv8a0bc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sqPxv8a0bc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqPxv8a0bc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sqPxv8a0bc .foot-logo {
    text-align: center !important;
  }
  .cid-sqPxv8a0bc .foot-title {
    text-align: center !important;
    font-size: 23px !important;
  }
  .cid-sqPxv8a0bc .mbr-text {
    text-align: center !important;
    line-height: 33px;
  }
  .cid-sqPxv8a0bc .form-group {
    margin: 0;
  }
  .cid-sqPxv8a0bc .img-logo img {
    height: 8rem;
    display: inline !important;
    width: auto;
  }
}
.cid-sqPxv8a0bc .foot-title {
  text-align: left;
  color: #a9cd5c;
}
.cid-sqPxv8a0bc .mbr-links-column {
  text-align: left;
  color: #404040;
  font-size: 21px;
}
.cid-sqPxv8a0bc .copyright .mbr-text {
  color: #404040;
}
.cid-somfq3E3P6 {
  z-index: 1000;
  width: 100%;
}
.cid-somfq3E3P6 nav.navbar {
  position: fixed;
}
.cid-somfq3E3P6 img {
  width: 130px!important;
  height: 130px!important;
}
.cid-somfq3E3P6 .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-somfq3E3P6 .navbar-short .nav-link {
  color: black!important;
}
.cid-somfq3E3P6 .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-somfq3E3P6 .navbar.opened {
  transition: all .3s;
}
.cid-somfq3E3P6 .navbar .navbar-logo img {
  width: auto;
}
.cid-somfq3E3P6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-somfq3E3P6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-somfq3E3P6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-somfq3E3P6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-somfq3E3P6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-somfq3E3P6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-somfq3E3P6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-somfq3E3P6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-somfq3E3P6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.1rem;
    height: 77px;
  }
  .cid-somfq3E3P6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-somfq3E3P6 .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-somfq3E3P6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-somfq3E3P6 .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
  padding-left: 35px;
  padding-right: 35px;
}
.cid-somfq3E3P6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-somfq3E3P6 .navbar-logo {
  margin-right: 1rem!important;
}
.cid-somfq3E3P6 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-somfq3E3P6 .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #efb32c;
}
.cid-somfq3E3P6 .nav-link:hover,
.cid-somfq3E3P6 .nav-link:focus {
  color: #efb32c !important;
}
.cid-somfq3E3P6 .nav-link:hover:before,
.cid-somfq3E3P6 .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-somfq3E3P6 .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-somfq3E3P6 .dropdown-item {
  padding: 0 2rem;
  background: white;
  color: black !important;
}
.cid-somfq3E3P6 .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #efb32c;
}
.cid-somfq3E3P6 .dropdown-item:hover,
.cid-somfq3E3P6 .dropdown-item:focus {
  color: #efb32c !important;
  transform: translateX(10px);
}
.cid-somfq3E3P6 .dropdown-item:hover:before,
.cid-somfq3E3P6 .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-somfq3E3P6 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #404040 inset;
  border-radius: 50%;
  color: #404040 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #efb32c inset;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-somfq3E3P6 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-somfq3E3P6 .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #efb32c;
}
.cid-somfq3E3P6 .navbar-nav {
  margin: auto;
}
.cid-somfq3E3P6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-somfq3E3P6 .container {
  display: flex;
  margin: auto;
}
.cid-somfq3E3P6 .navbar-caption {
  padding-right: 4rem;
  font-size: 33px;
}
.cid-somfq3E3P6 .dropdown-menu,
.cid-somfq3E3P6 .navbar.opened {
  background: #ffffff !important;
}
.cid-somfq3E3P6 .nav-item:focus,
.cid-somfq3E3P6 .nav-link:focus {
  outline: none;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-somfq3E3P6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-somfq3E3P6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-somfq3E3P6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-somfq3E3P6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-somfq3E3P6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-somfq3E3P6 .dropdown-item.active,
.cid-somfq3E3P6 .dropdown-item:active {
  background-color: transparent;
}
.cid-somfq3E3P6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-somfq3E3P6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-somfq3E3P6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-somfq3E3P6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-somfq3E3P6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-somfq3E3P6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-somfq3E3P6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-somfq3E3P6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-somfq3E3P6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-somfq3E3P6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-somfq3E3P6 .navbar {
    height: 77px;
  }
  .cid-somfq3E3P6 .navbar.opened {
    height: auto;
  }
  .cid-somfq3E3P6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-somfq3E3P6 .navbar {
    background: #ffffff;
  }
  .cid-somfq3E3P6 .nav-link {
    color: black!important;
  }
  .cid-somfq3E3P6 img {
    width: 60px!important;
    height: 60px!important;
  }
  .cid-somfq3E3P6 .navbar-logo img {
    height: 3.8rem !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cid-somfq3E3P6 .navbar-caption {
    padding-right: 4rem;
    font-size: 18px !important;
  }
}
@media (max-width: 1440px) {
  .cid-somfq3E3P6 .container-fluid {
    padding: 0 0rem !important;
  }
  .cid-somfq3E3P6 .display-4 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px !important;
    line-height: 1.5;
  }
}
.cid-sq4yXfUH3y {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sq4yXfUH3y .mbr-section-title {
  color: #a9cd5c;
  text-align: center;
}
.cid-sq4yXfUH3y .mbr-text,
.cid-sq4yXfUH3y .mbr-section-btn {
  color: #ffffff;
}
.cid-sq4yXfUH3y .btn {
  color: white!important;
  border-color: white!important;
}
.cid-sq4GsoNGQt {
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq4GsoNGQt hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 45%;
}
.cid-sq4GsoNGQt .progress {
  background: #f8f8f8;
  opacity: 1;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-sq4GsoNGQt .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #efb32c;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 71px;
  }
  to {
    margin-left: 100%;
    width: 71px;
  }
}
.cid-sqORSthQBT {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sqSdh4ACOv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sqSdh4ACOv .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sqSdh4ACOv .team-card:hover {
  transform: translateY(-10px);
}
.cid-sqSdh4ACOv .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sqSdh4ACOv .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sqSdh4ACOv .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sqSdh4ACOv .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqSdh4ACOv .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqSdh4ACOv .card-wrap .content-wrap {
    padding: 0.1rem !important;
  }
  .cid-sqSdh4ACOv .card-wrap .image-wrap img {
    width: 69% !important;
    margin: auto !important;
  }
}
.cid-sqSdh4ACOv .social-row {
  text-align: center;
}
.cid-sqSdh4ACOv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sqSdh4ACOv .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sqSdh4ACOv .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sqSdh4ACOv .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sqSdh4ACOv .mbr-section-title {
  color: #777d74;
}
.cid-sqPxlCMqNK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqPxlCMqNK .form-text {
  color: #404040;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sqPxlCMqNK .content {
    text-align: center;
  }
  .cid-sqPxlCMqNK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sqPxlCMqNK .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sqPxlCMqNK .form-group,
.cid-sqPxlCMqNK .input-group-btn {
  padding: 0;
}
.cid-sqPxlCMqNK .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sqPxlCMqNK .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sqPxlCMqNK .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sqPxlCMqNK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqPxlCMqNK .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sqPxlCMqNK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqPxlCMqNK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sqPxlCMqNK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sqPxlCMqNK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sqPxlCMqNK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqPxlCMqNK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sqPxlCMqNK .foot-logo {
    text-align: center !important;
  }
  .cid-sqPxlCMqNK .foot-title {
    text-align: center !important;
    font-size: 23px !important;
  }
  .cid-sqPxlCMqNK .mbr-text {
    text-align: center !important;
    line-height: 33px;
  }
  .cid-sqPxlCMqNK .form-group {
    margin: 0;
  }
  .cid-sqPxlCMqNK .img-logo img {
    height: 8rem;
    display: inline !important;
    width: auto;
  }
}
.cid-sqPxlCMqNK .foot-title {
  text-align: left;
  color: #a9cd5c;
}
.cid-sqPxlCMqNK .mbr-links-column {
  text-align: left;
  color: #404040;
  font-size: 21px;
}
.cid-sqPxlCMqNK .copyright .mbr-text {
  color: #404040;
}
.cid-somfq3E3P6 {
  z-index: 1000;
  width: 100%;
}
.cid-somfq3E3P6 nav.navbar {
  position: fixed;
}
.cid-somfq3E3P6 img {
  width: 130px!important;
  height: 130px!important;
}
.cid-somfq3E3P6 .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-somfq3E3P6 .navbar-short .nav-link {
  color: black!important;
}
.cid-somfq3E3P6 .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-somfq3E3P6 .navbar.opened {
  transition: all .3s;
}
.cid-somfq3E3P6 .navbar .navbar-logo img {
  width: auto;
}
.cid-somfq3E3P6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-somfq3E3P6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-somfq3E3P6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-somfq3E3P6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-somfq3E3P6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-somfq3E3P6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-somfq3E3P6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-somfq3E3P6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-somfq3E3P6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.1rem;
    height: 77px;
  }
  .cid-somfq3E3P6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-somfq3E3P6 .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-somfq3E3P6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-somfq3E3P6 .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
  padding-left: 35px;
  padding-right: 35px;
}
.cid-somfq3E3P6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-somfq3E3P6 .navbar-logo {
  margin-right: 1rem!important;
}
.cid-somfq3E3P6 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-somfq3E3P6 .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #efb32c;
}
.cid-somfq3E3P6 .nav-link:hover,
.cid-somfq3E3P6 .nav-link:focus {
  color: #efb32c !important;
}
.cid-somfq3E3P6 .nav-link:hover:before,
.cid-somfq3E3P6 .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-somfq3E3P6 .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-somfq3E3P6 .dropdown-item {
  padding: 0 2rem;
  background: white;
  color: black !important;
}
.cid-somfq3E3P6 .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #efb32c;
}
.cid-somfq3E3P6 .dropdown-item:hover,
.cid-somfq3E3P6 .dropdown-item:focus {
  color: #efb32c !important;
  transform: translateX(10px);
}
.cid-somfq3E3P6 .dropdown-item:hover:before,
.cid-somfq3E3P6 .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-somfq3E3P6 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #404040 inset;
  border-radius: 50%;
  color: #404040 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #efb32c inset;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-somfq3E3P6 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-somfq3E3P6 .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #efb32c;
}
.cid-somfq3E3P6 .navbar-nav {
  margin: auto;
}
.cid-somfq3E3P6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-somfq3E3P6 .container {
  display: flex;
  margin: auto;
}
.cid-somfq3E3P6 .navbar-caption {
  padding-right: 4rem;
  font-size: 33px;
}
.cid-somfq3E3P6 .dropdown-menu,
.cid-somfq3E3P6 .navbar.opened {
  background: #ffffff !important;
}
.cid-somfq3E3P6 .nav-item:focus,
.cid-somfq3E3P6 .nav-link:focus {
  outline: none;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-somfq3E3P6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-somfq3E3P6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-somfq3E3P6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-somfq3E3P6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-somfq3E3P6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-somfq3E3P6 .dropdown-item.active,
.cid-somfq3E3P6 .dropdown-item:active {
  background-color: transparent;
}
.cid-somfq3E3P6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-somfq3E3P6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-somfq3E3P6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-somfq3E3P6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-somfq3E3P6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-somfq3E3P6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-somfq3E3P6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-somfq3E3P6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-somfq3E3P6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-somfq3E3P6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-somfq3E3P6 .navbar {
    height: 77px;
  }
  .cid-somfq3E3P6 .navbar.opened {
    height: auto;
  }
  .cid-somfq3E3P6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-somfq3E3P6 .navbar {
    background: #ffffff;
  }
  .cid-somfq3E3P6 .nav-link {
    color: black!important;
  }
  .cid-somfq3E3P6 img {
    width: 60px!important;
    height: 60px!important;
  }
  .cid-somfq3E3P6 .navbar-logo img {
    height: 3.8rem !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cid-somfq3E3P6 .navbar-caption {
    padding-right: 4rem;
    font-size: 18px !important;
  }
}
@media (max-width: 1440px) {
  .cid-somfq3E3P6 .container-fluid {
    padding: 0 0rem !important;
  }
  .cid-somfq3E3P6 .display-4 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px !important;
    line-height: 1.5;
  }
}
.cid-sq4xz6ZmuF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sq4xz6ZmuF .mbr-section-title {
  color: #a9cd5c;
  text-align: center;
}
.cid-sq4xz6ZmuF .mbr-text,
.cid-sq4xz6ZmuF .mbr-section-btn {
  color: #ffffff;
}
.cid-sq4xz6ZmuF .btn {
  color: white!important;
  border-color: white!important;
}
.cid-sq4GBTY8OK {
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq4GBTY8OK hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 45%;
}
.cid-sq4GBTY8OK .progress {
  background: #ededed;
  opacity: 1;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-sq4GBTY8OK .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #efb32c;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 71px;
  }
  to {
    margin-left: 100%;
    width: 71px;
  }
}
.cid-stehWla0aN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-stehWla0aN .mbr-text {
  color: #777d74;
}
.cid-stehWla0aN .mbr-iconfont {
  font-size: 6rem;
  color: #ff9083;
  text-align: center;
  text-shadow: 5px 5px 0px #ff9083;
  -webkit-text-stroke-color: #1c1c25;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}
.cid-stehWla0aN .mbr-text,
.cid-stehWla0aN .align {
  text-align: center;
  color: #404040;
}
.cid-stehWla0aN .mbr-section-subtitle {
  color: #33358c;
}
.cid-sq4yFT980h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-stej3LrnXW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-stejKoIvMd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-stel1vx6UY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-stelP0pX8Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-susMJt7xP8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-susNt42nOZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-susOvaXIvP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-susONxIzMc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-susP8Jcdd1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sqORMPvQo8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sqORMPvQo8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sqORMPvQo8 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #f8f8f8;
}
@media (max-width: 991px) {
  .cid-sqORMPvQo8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sqORMPvQo8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sqORMPvQo8 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #a9cd5c;
}
.cid-sqORMPvQo8 .card-title {
  color: #000000;
  text-align: left;
}
.cid-sqORMPvQo8 P {
  text-align: left;
}
.cid-sqScFZI4kR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f8f8f8;
}
.cid-sqScFZI4kR .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sqScFZI4kR .team-card:hover {
  transform: translateY(-10px);
}
.cid-sqScFZI4kR .card-wrap {
  background: #f8f8f8;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sqScFZI4kR .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sqScFZI4kR .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sqScFZI4kR .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqScFZI4kR .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqScFZI4kR .card-wrap .content-wrap {
    padding: 0.1rem !important;
  }
  .cid-sqScFZI4kR .card-wrap .image-wrap img {
    width: 69% !important;
    margin: auto !important;
  }
}
.cid-sqScFZI4kR .social-row {
  text-align: center;
}
.cid-sqScFZI4kR .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sqScFZI4kR .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sqScFZI4kR .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sqScFZI4kR .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sqScFZI4kR .mbr-section-title {
  color: #777d74;
}
.cid-sqPxfZNZfp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqPxfZNZfp .form-text {
  color: #404040;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sqPxfZNZfp .content {
    text-align: center;
  }
  .cid-sqPxfZNZfp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sqPxfZNZfp .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sqPxfZNZfp .form-group,
.cid-sqPxfZNZfp .input-group-btn {
  padding: 0;
}
.cid-sqPxfZNZfp .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sqPxfZNZfp .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sqPxfZNZfp .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sqPxfZNZfp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqPxfZNZfp .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sqPxfZNZfp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqPxfZNZfp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sqPxfZNZfp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sqPxfZNZfp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sqPxfZNZfp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqPxfZNZfp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sqPxfZNZfp .foot-logo {
    text-align: center !important;
  }
  .cid-sqPxfZNZfp .foot-title {
    text-align: center !important;
    font-size: 23px !important;
  }
  .cid-sqPxfZNZfp .mbr-text {
    text-align: center !important;
    line-height: 33px;
  }
  .cid-sqPxfZNZfp .form-group {
    margin: 0;
  }
  .cid-sqPxfZNZfp .img-logo img {
    height: 8rem;
    display: inline !important;
    width: auto;
  }
}
.cid-sqPxfZNZfp .foot-title {
  text-align: left;
  color: #a9cd5c;
}
.cid-sqPxfZNZfp .mbr-links-column {
  text-align: left;
  color: #404040;
  font-size: 21px;
}
.cid-sqPxfZNZfp .copyright .mbr-text {
  color: #404040;
}
.cid-somfq3E3P6 {
  z-index: 1000;
  width: 100%;
}
.cid-somfq3E3P6 nav.navbar {
  position: fixed;
}
.cid-somfq3E3P6 img {
  width: 130px!important;
  height: 130px!important;
}
.cid-somfq3E3P6 .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-somfq3E3P6 .navbar-short .nav-link {
  color: black!important;
}
.cid-somfq3E3P6 .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-somfq3E3P6 .navbar.opened {
  transition: all .3s;
}
.cid-somfq3E3P6 .navbar .navbar-logo img {
  width: auto;
}
.cid-somfq3E3P6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-somfq3E3P6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-somfq3E3P6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-somfq3E3P6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-somfq3E3P6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-somfq3E3P6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-somfq3E3P6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-somfq3E3P6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-somfq3E3P6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.1rem;
    height: 77px;
  }
  .cid-somfq3E3P6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-somfq3E3P6 .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-somfq3E3P6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-somfq3E3P6 .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
  padding-left: 35px;
  padding-right: 35px;
}
.cid-somfq3E3P6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-somfq3E3P6 .navbar-logo {
  margin-right: 1rem!important;
}
.cid-somfq3E3P6 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-somfq3E3P6 .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #efb32c;
}
.cid-somfq3E3P6 .nav-link:hover,
.cid-somfq3E3P6 .nav-link:focus {
  color: #efb32c !important;
}
.cid-somfq3E3P6 .nav-link:hover:before,
.cid-somfq3E3P6 .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-somfq3E3P6 .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-somfq3E3P6 .dropdown-item {
  padding: 0 2rem;
  background: white;
  color: black !important;
}
.cid-somfq3E3P6 .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #efb32c;
}
.cid-somfq3E3P6 .dropdown-item:hover,
.cid-somfq3E3P6 .dropdown-item:focus {
  color: #efb32c !important;
  transform: translateX(10px);
}
.cid-somfq3E3P6 .dropdown-item:hover:before,
.cid-somfq3E3P6 .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-somfq3E3P6 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #404040 inset;
  border-radius: 50%;
  color: #404040 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #efb32c inset;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-somfq3E3P6 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-somfq3E3P6 .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #efb32c;
}
.cid-somfq3E3P6 .navbar-nav {
  margin: auto;
}
.cid-somfq3E3P6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-somfq3E3P6 .container {
  display: flex;
  margin: auto;
}
.cid-somfq3E3P6 .navbar-caption {
  padding-right: 4rem;
  font-size: 33px;
}
.cid-somfq3E3P6 .dropdown-menu,
.cid-somfq3E3P6 .navbar.opened {
  background: #ffffff !important;
}
.cid-somfq3E3P6 .nav-item:focus,
.cid-somfq3E3P6 .nav-link:focus {
  outline: none;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-somfq3E3P6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-somfq3E3P6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-somfq3E3P6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-somfq3E3P6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-somfq3E3P6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-somfq3E3P6 .dropdown-item.active,
.cid-somfq3E3P6 .dropdown-item:active {
  background-color: transparent;
}
.cid-somfq3E3P6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-somfq3E3P6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-somfq3E3P6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-somfq3E3P6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-somfq3E3P6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-somfq3E3P6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-somfq3E3P6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-somfq3E3P6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-somfq3E3P6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-somfq3E3P6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-somfq3E3P6 .navbar {
    height: 77px;
  }
  .cid-somfq3E3P6 .navbar.opened {
    height: auto;
  }
  .cid-somfq3E3P6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-somfq3E3P6 .navbar {
    background: #ffffff;
  }
  .cid-somfq3E3P6 .nav-link {
    color: black!important;
  }
  .cid-somfq3E3P6 img {
    width: 60px!important;
    height: 60px!important;
  }
  .cid-somfq3E3P6 .navbar-logo img {
    height: 3.8rem !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cid-somfq3E3P6 .navbar-caption {
    padding-right: 4rem;
    font-size: 18px !important;
  }
}
@media (max-width: 1440px) {
  .cid-somfq3E3P6 .container-fluid {
    padding: 0 0rem !important;
  }
  .cid-somfq3E3P6 .display-4 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px !important;
    line-height: 1.5;
  }
}
.cid-sq4An3Y0Qv {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-884x589.jpg");
}
.cid-sq4An3Y0Qv .mbr-section-title {
  color: #a9cd5c;
  text-align: center;
}
.cid-sq4An3Y0Qv .mbr-text,
.cid-sq4An3Y0Qv .mbr-section-btn {
  color: #ffffff;
}
.cid-sq4An3Y0Qv .btn {
  color: white!important;
  border-color: white!important;
}
.cid-sq4GlOmB6A {
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq4GlOmB6A hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 45%;
}
.cid-sq4GlOmB6A .progress {
  background: #f8f8f8;
  opacity: 1;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-sq4GlOmB6A .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #efb32c;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 71px;
  }
  to {
    margin-left: 100%;
    width: 71px;
  }
}
.cid-sq4CpNcaOR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
  z-index: 2;
}
.cid-sq4CpNcaOR .icon1 {
  background: #37c954;
}
.cid-sq4CpNcaOR .row {
  justify-content: space-between;
}
.cid-sq4CpNcaOR .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-sq4CpNcaOR .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-sq4CpNcaOR .inline-wrapper {
  display: inline-block;
}
.cid-sq4CpNcaOR .align-wrapper {
  width: 100%;
}
.cid-sq4CpNcaOR .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-sq4CpNcaOR .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sq4CpNcaOR .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sq4CpNcaOR .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sq4CpNcaOR .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-sq4CpNcaOR .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
}
.cid-sq4CpNcaOR img {
  border-radius: 8px;
}
.cid-sq4CpNcaOR .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sq4CpNcaOR .mbr-section-subtitle {
  color: #767676;
}
.cid-sq4CpNcaOR .main-sub-title {
  background: #ceffce;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sq4CpNcaOR .card-text {
  color: #767676;
}
.cid-sq4CpNcaOR .main-sub-title,
.cid-sq4CpNcaOR .align-wrapper {
  color: #404040;
}
.cid-sq4CpNcaOR .main-text {
  color: #777d74;
}
.cid-sq4CpNcaOR .hover:hover .main-title {
  color: #efb32c !important;
}
.cid-sq4CpNcaOR .main-title {
  color: #404040;
  transition: all 0.3s;
}
.cid-sq4CpNcaOR .main-text,
.cid-sq4CpNcaOR .link-align-wrapper {
  text-align: left;
  color: #404040;
}
.cid-sq4DhEkrWt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq4DhEkrWt .mbr-text {
  color: #404040;
}
.cid-sREWl1vtep {
  padding-top: 1px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sREWl1vtep hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 45%;
}
.cid-sREWl1vtep .progress {
  background: #f8f8f8;
  opacity: 1;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-sREWl1vtep .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #efb32c;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 71px;
  }
  to {
    margin-left: 100%;
    width: 71px;
  }
}
.cid-sRET0JMCv2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sRET0JMCv2 .mbr-text {
  color: #333333;
  text-align: center;
}
.cid-sRERGzAFcn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sRERGzAFcn .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-sRERGzAFcn .card-wrapper:hover .card-title {
  color: #efb32c;
}
.cid-sRERGzAFcn .col1 span {
  padding-right: 1.5rem;
}
.cid-sRERGzAFcn .col2 span {
  padding-left: 1.5rem;
}
.cid-sRERGzAFcn .card-title {
  transition: all 0.3s;
}
.cid-sRERGzAFcn .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #efb32c;
}
@media (max-width: 992px) {
  .cid-sRERGzAFcn .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-sRERGzAFcn span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-sRERGzAFcn .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-sRERGzAFcn .card-text {
  color: #616161;
}
.cid-sREVQFKMJZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sREVQFKMJZ .mbr-text {
  color: #333333;
  text-align: center;
}
.cid-sq4EGPkxOO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-sq4EGPkxOO .card-wrapper {
  background: #a9cd5c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sq4EGPkxOO .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sq4EGPkxOO .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sq4EGPkxOO .card-wrapper {
    padding: 4rem;
  }
}
.cid-sq4EGPkxOO .mbr-text,
.cid-sq4EGPkxOO .mbr-section-btn {
  color: #ffffff;
}
.cid-sq4EGPkxOO .card-title,
.cid-sq4EGPkxOO .card-box {
  text-align: center;
  color: #404040;
}
.cid-sqSdxq59Vx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sqSdxq59Vx .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sqSdxq59Vx .team-card:hover {
  transform: translateY(-10px);
}
.cid-sqSdxq59Vx .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sqSdxq59Vx .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sqSdxq59Vx .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sqSdxq59Vx .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqSdxq59Vx .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqSdxq59Vx .card-wrap .content-wrap {
    padding: 0.1rem !important;
  }
  .cid-sqSdxq59Vx .card-wrap .image-wrap img {
    width: 69% !important;
    margin: auto !important;
  }
}
.cid-sqSdxq59Vx .social-row {
  text-align: center;
}
.cid-sqSdxq59Vx .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sqSdxq59Vx .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sqSdxq59Vx .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sqSdxq59Vx .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sqSdxq59Vx .mbr-section-title {
  color: #777d74;
}
.cid-t3PejiofXd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background4.jpg");
}
@media (min-width: 1500px) {
  .cid-t3PejiofXd .container {
    max-width: 1400px;
  }
}
.cid-t3PejiofXd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6ec7f2;
  margin-bottom: 2rem;
}
.cid-t3PejiofXd .card-wrapper {
  margin-top: 3rem;
}
.cid-t3PejiofXd .row {
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t3PejiofXd .mbr-section-subtitle {
    font-size: 22px !important;
  }
  .cid-t3PejiofXd .card-title {
    font-size: 24px;
  }
  .cid-t3PejiofXd .card-text {
    font-size: 22px;
  }
  .cid-t3PejiofXd .mbr-section-title {
    margin-bottom: 30px !important;
  }
  .cid-t3PejiofXd .btn {
    font-size: 22px;
  }
}
.cid-t3PejiofXd .mbr-section-title {
  margin-bottom: 30px !important;
}
.cid-sqPxrZ5yPc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqPxrZ5yPc .form-text {
  color: #404040;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sqPxrZ5yPc .content {
    text-align: center;
  }
  .cid-sqPxrZ5yPc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sqPxrZ5yPc .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sqPxrZ5yPc .form-group,
.cid-sqPxrZ5yPc .input-group-btn {
  padding: 0;
}
.cid-sqPxrZ5yPc .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sqPxrZ5yPc .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sqPxrZ5yPc .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sqPxrZ5yPc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqPxrZ5yPc .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sqPxrZ5yPc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqPxrZ5yPc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sqPxrZ5yPc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sqPxrZ5yPc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sqPxrZ5yPc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqPxrZ5yPc .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sqPxrZ5yPc .foot-logo {
    text-align: center !important;
  }
  .cid-sqPxrZ5yPc .foot-title {
    text-align: center !important;
    font-size: 23px !important;
  }
  .cid-sqPxrZ5yPc .mbr-text {
    text-align: center !important;
    line-height: 33px;
  }
  .cid-sqPxrZ5yPc .form-group {
    margin: 0;
  }
  .cid-sqPxrZ5yPc .img-logo img {
    height: 8rem;
    display: inline !important;
    width: auto;
  }
}
.cid-sqPxrZ5yPc .foot-title {
  text-align: left;
  color: #a9cd5c;
}
.cid-sqPxrZ5yPc .mbr-links-column {
  text-align: left;
  color: #404040;
  font-size: 21px;
}
.cid-sqPxrZ5yPc .copyright .mbr-text {
  color: #404040;
}
.cid-somfq3E3P6 {
  z-index: 1000;
  width: 100%;
}
.cid-somfq3E3P6 nav.navbar {
  position: fixed;
}
.cid-somfq3E3P6 img {
  width: 130px!important;
  height: 130px!important;
}
.cid-somfq3E3P6 .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-somfq3E3P6 .navbar-short .nav-link {
  color: black!important;
}
.cid-somfq3E3P6 .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-somfq3E3P6 .navbar.opened {
  transition: all .3s;
}
.cid-somfq3E3P6 .navbar .navbar-logo img {
  width: auto;
}
.cid-somfq3E3P6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-somfq3E3P6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-somfq3E3P6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-somfq3E3P6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-somfq3E3P6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-somfq3E3P6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-somfq3E3P6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-somfq3E3P6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-somfq3E3P6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.1rem;
    height: 77px;
  }
  .cid-somfq3E3P6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-somfq3E3P6 .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-somfq3E3P6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-somfq3E3P6 .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
  padding-left: 35px;
  padding-right: 35px;
}
.cid-somfq3E3P6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-somfq3E3P6 .navbar-logo {
  margin-right: 1rem!important;
}
.cid-somfq3E3P6 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-somfq3E3P6 .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #efb32c;
}
.cid-somfq3E3P6 .nav-link:hover,
.cid-somfq3E3P6 .nav-link:focus {
  color: #efb32c !important;
}
.cid-somfq3E3P6 .nav-link:hover:before,
.cid-somfq3E3P6 .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-somfq3E3P6 .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-somfq3E3P6 .dropdown-item {
  padding: 0 2rem;
  background: white;
  color: black !important;
}
.cid-somfq3E3P6 .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #efb32c;
}
.cid-somfq3E3P6 .dropdown-item:hover,
.cid-somfq3E3P6 .dropdown-item:focus {
  color: #efb32c !important;
  transform: translateX(10px);
}
.cid-somfq3E3P6 .dropdown-item:hover:before,
.cid-somfq3E3P6 .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-somfq3E3P6 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #404040 inset;
  border-radius: 50%;
  color: #404040 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #efb32c inset;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-somfq3E3P6 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-somfq3E3P6 .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #efb32c;
}
.cid-somfq3E3P6 .navbar-nav {
  margin: auto;
}
.cid-somfq3E3P6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-somfq3E3P6 .container {
  display: flex;
  margin: auto;
}
.cid-somfq3E3P6 .navbar-caption {
  padding-right: 4rem;
  font-size: 33px;
}
.cid-somfq3E3P6 .dropdown-menu,
.cid-somfq3E3P6 .navbar.opened {
  background: #ffffff !important;
}
.cid-somfq3E3P6 .nav-item:focus,
.cid-somfq3E3P6 .nav-link:focus {
  outline: none;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-somfq3E3P6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-somfq3E3P6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-somfq3E3P6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-somfq3E3P6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-somfq3E3P6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-somfq3E3P6 .dropdown-item.active,
.cid-somfq3E3P6 .dropdown-item:active {
  background-color: transparent;
}
.cid-somfq3E3P6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-somfq3E3P6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-somfq3E3P6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-somfq3E3P6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-somfq3E3P6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-somfq3E3P6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-somfq3E3P6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-somfq3E3P6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-somfq3E3P6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-somfq3E3P6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-somfq3E3P6 .navbar {
    height: 77px;
  }
  .cid-somfq3E3P6 .navbar.opened {
    height: auto;
  }
  .cid-somfq3E3P6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-somfq3E3P6 .navbar {
    background: #ffffff;
  }
  .cid-somfq3E3P6 .nav-link {
    color: black!important;
  }
  .cid-somfq3E3P6 img {
    width: 60px!important;
    height: 60px!important;
  }
  .cid-somfq3E3P6 .navbar-logo img {
    height: 3.8rem !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cid-somfq3E3P6 .navbar-caption {
    padding-right: 4rem;
    font-size: 18px !important;
  }
}
@media (max-width: 1440px) {
  .cid-somfq3E3P6 .container-fluid {
    padding: 0 0rem !important;
  }
  .cid-somfq3E3P6 .display-4 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px !important;
    line-height: 1.5;
  }
}
.cid-sq4zBhHiR1 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-sq4zBhHiR1 .mbr-section-title {
  color: #a9cd5c;
  text-align: center;
}
.cid-sq4zBhHiR1 .mbr-text,
.cid-sq4zBhHiR1 .mbr-section-btn {
  color: #ffffff;
}
.cid-sq4zBhHiR1 .btn {
  color: white!important;
  border-color: white!important;
}
.cid-sq4GpAM7vT {
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq4GpAM7vT hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 45%;
}
.cid-sq4GpAM7vT .progress {
  background: #f8f8f8;
  opacity: 0.7;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-sq4GpAM7vT .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #efb32c;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 71px;
  }
  to {
    margin-left: 100%;
    width: 71px;
  }
}
.cid-sq4A9tNLnR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqOO5zmWMo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqOOGfRJrO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqOOVyWRi5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqOPilPuBY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqOPuZQSFj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqOPPivKa1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqOPZnlBiX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqOR40EHeC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sqOR40EHeC .mbr-section-subtitle {
  color: #404040;
}
.cid-sqORiZgXqK {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sqORiZgXqK .mbr-section-subtitle {
  color: #404040;
}
.cid-sqSdsKSDM2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sqSdsKSDM2 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sqSdsKSDM2 .team-card:hover {
  transform: translateY(-10px);
}
.cid-sqSdsKSDM2 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sqSdsKSDM2 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sqSdsKSDM2 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sqSdsKSDM2 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqSdsKSDM2 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sqSdsKSDM2 .card-wrap .content-wrap {
    padding: 0.1rem !important;
  }
  .cid-sqSdsKSDM2 .card-wrap .image-wrap img {
    width: 69% !important;
    margin: auto !important;
  }
}
.cid-sqSdsKSDM2 .social-row {
  text-align: center;
}
.cid-sqSdsKSDM2 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sqSdsKSDM2 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sqSdsKSDM2 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sqSdsKSDM2 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sqSdsKSDM2 .mbr-section-title {
  color: #777d74;
}
.cid-sqPxoZv4Bg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqPxoZv4Bg .form-text {
  color: #404040;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sqPxoZv4Bg .content {
    text-align: center;
  }
  .cid-sqPxoZv4Bg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sqPxoZv4Bg .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sqPxoZv4Bg .form-group,
.cid-sqPxoZv4Bg .input-group-btn {
  padding: 0;
}
.cid-sqPxoZv4Bg .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sqPxoZv4Bg .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sqPxoZv4Bg .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sqPxoZv4Bg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sqPxoZv4Bg .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sqPxoZv4Bg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqPxoZv4Bg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sqPxoZv4Bg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sqPxoZv4Bg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sqPxoZv4Bg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqPxoZv4Bg .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sqPxoZv4Bg .foot-logo {
    text-align: center !important;
  }
  .cid-sqPxoZv4Bg .foot-title {
    text-align: center !important;
    font-size: 23px !important;
  }
  .cid-sqPxoZv4Bg .mbr-text {
    text-align: center !important;
    line-height: 33px;
  }
  .cid-sqPxoZv4Bg .form-group {
    margin: 0;
  }
  .cid-sqPxoZv4Bg .img-logo img {
    height: 8rem;
    display: inline !important;
    width: auto;
  }
}
.cid-sqPxoZv4Bg .foot-title {
  text-align: left;
  color: #a9cd5c;
}
.cid-sqPxoZv4Bg .mbr-links-column {
  text-align: left;
  color: #404040;
  font-size: 21px;
}
.cid-sqPxoZv4Bg .copyright .mbr-text {
  color: #404040;
}
.cid-somfq3E3P6 {
  z-index: 1000;
  width: 100%;
}
.cid-somfq3E3P6 nav.navbar {
  position: fixed;
}
.cid-somfq3E3P6 img {
  width: 130px!important;
  height: 130px!important;
}
.cid-somfq3E3P6 .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-somfq3E3P6 .navbar-short .nav-link {
  color: black!important;
}
.cid-somfq3E3P6 .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-somfq3E3P6 .navbar.opened {
  transition: all .3s;
}
.cid-somfq3E3P6 .navbar .navbar-logo img {
  width: auto;
}
.cid-somfq3E3P6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-somfq3E3P6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-somfq3E3P6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-somfq3E3P6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-somfq3E3P6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-somfq3E3P6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-somfq3E3P6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-somfq3E3P6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-somfq3E3P6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.1rem;
    height: 77px;
  }
  .cid-somfq3E3P6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-somfq3E3P6 .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-somfq3E3P6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-somfq3E3P6 .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
  padding-left: 35px;
  padding-right: 35px;
}
.cid-somfq3E3P6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-somfq3E3P6 .navbar-logo {
  margin-right: 1rem!important;
}
.cid-somfq3E3P6 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-somfq3E3P6 .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #efb32c;
}
.cid-somfq3E3P6 .nav-link:hover,
.cid-somfq3E3P6 .nav-link:focus {
  color: #efb32c !important;
}
.cid-somfq3E3P6 .nav-link:hover:before,
.cid-somfq3E3P6 .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-somfq3E3P6 .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-somfq3E3P6 .dropdown-item {
  padding: 0 2rem;
  background: white;
  color: black !important;
}
.cid-somfq3E3P6 .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #efb32c;
}
.cid-somfq3E3P6 .dropdown-item:hover,
.cid-somfq3E3P6 .dropdown-item:focus {
  color: #efb32c !important;
  transform: translateX(10px);
}
.cid-somfq3E3P6 .dropdown-item:hover:before,
.cid-somfq3E3P6 .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-somfq3E3P6 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #404040 inset;
  border-radius: 50%;
  color: #404040 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #efb32c inset;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-somfq3E3P6 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-somfq3E3P6 .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #efb32c;
}
.cid-somfq3E3P6 .navbar-nav {
  margin: auto;
}
.cid-somfq3E3P6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-somfq3E3P6 .container {
  display: flex;
  margin: auto;
}
.cid-somfq3E3P6 .navbar-caption {
  padding-right: 4rem;
  font-size: 33px;
}
.cid-somfq3E3P6 .dropdown-menu,
.cid-somfq3E3P6 .navbar.opened {
  background: #ffffff !important;
}
.cid-somfq3E3P6 .nav-item:focus,
.cid-somfq3E3P6 .nav-link:focus {
  outline: none;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-somfq3E3P6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-somfq3E3P6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-somfq3E3P6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-somfq3E3P6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-somfq3E3P6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-somfq3E3P6 .dropdown-item.active,
.cid-somfq3E3P6 .dropdown-item:active {
  background-color: transparent;
}
.cid-somfq3E3P6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-somfq3E3P6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-somfq3E3P6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-somfq3E3P6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-somfq3E3P6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-somfq3E3P6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-somfq3E3P6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-somfq3E3P6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-somfq3E3P6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-somfq3E3P6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-somfq3E3P6 .navbar {
    height: 77px;
  }
  .cid-somfq3E3P6 .navbar.opened {
    height: auto;
  }
  .cid-somfq3E3P6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-somfq3E3P6 .navbar {
    background: #ffffff;
  }
  .cid-somfq3E3P6 .nav-link {
    color: black!important;
  }
  .cid-somfq3E3P6 img {
    width: 60px!important;
    height: 60px!important;
  }
  .cid-somfq3E3P6 .navbar-logo img {
    height: 3.8rem !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cid-somfq3E3P6 .navbar-caption {
    padding-right: 4rem;
    font-size: 18px !important;
  }
}
@media (max-width: 1440px) {
  .cid-somfq3E3P6 .container-fluid {
    padding: 0 0rem !important;
  }
  .cid-somfq3E3P6 .display-4 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px !important;
    line-height: 1.5;
  }
}
.cid-sr0WJE8dTF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1393.jpg");
}
.cid-sr0WJE8dTF .mbr-section-title {
  color: #a9cd5c;
  text-align: center;
}
.cid-sr0WJE8dTF .mbr-text,
.cid-sr0WJE8dTF .mbr-section-btn {
  color: #ffffff;
}
.cid-sr0WJE8dTF .btn {
  color: white!important;
  border-color: white!important;
}
.cid-sr0WF4SyUC {
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sr0WF4SyUC hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 45%;
}
.cid-sr0WF4SyUC .progress {
  background: #f8f8f8;
  opacity: 1;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-sr0WF4SyUC .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #efb32c;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 71px;
  }
  to {
    margin-left: 100%;
    width: 71px;
  }
}
.cid-t3PcD1fLvc {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3PcD1fLvc .fb-page,
.cid-t3PcD1fLvc span,
.cid-t3PcD1fLvc iframe {
  width: 500px;
  height: 620px;
}
.cid-t3PcD1fLvc blockquote {
  display: none;
}
.cid-t3PcD1fLvc .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-t3PcD1fLvc .mbr-section-title {
  color: #777d74;
}
.cid-sr1jrEO2OD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sr1jrEO2OD .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sr1jrEO2OD .team-card:hover {
  transform: translateY(-10px);
}
.cid-sr1jrEO2OD .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sr1jrEO2OD .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sr1jrEO2OD .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sr1jrEO2OD .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sr1jrEO2OD .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sr1jrEO2OD .card-wrap .content-wrap {
    padding: 0.1rem !important;
  }
  .cid-sr1jrEO2OD .card-wrap .image-wrap img {
    width: 69% !important;
    margin: auto !important;
  }
}
.cid-sr1jrEO2OD .social-row {
  text-align: center;
}
.cid-sr1jrEO2OD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sr1jrEO2OD .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sr1jrEO2OD .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sr1jrEO2OD .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sr1jrEO2OD .mbr-section-title {
  color: #777d74;
}
.cid-sr1k1VjaFZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a9cd5c;
}
.cid-sr1k1VjaFZ .mbr-section-title {
  color: #404040;
  text-align: center;
  font-size: 38px;
}
.cid-sr1k1VjaFZ .mbr-text,
.cid-sr1k1VjaFZ .mbr-section-btn {
  color: #ffffff;
}
.cid-sr1k1VjaFZ .btn {
  color: white!important;
  border-color: white!important;
}
@media (max-width: 767px) {
  .cid-sr1k1VjaFZ .mbr-section-title {
    color: #404040;
    text-align: center;
    font-size: 32px;
  }
}
.cid-sr1hKtmcts {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sr1hKtmcts .form-text {
  color: #404040;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-sr1hKtmcts .content {
    text-align: center;
  }
  .cid-sr1hKtmcts .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sr1hKtmcts .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sr1hKtmcts .form-group,
.cid-sr1hKtmcts .input-group-btn {
  padding: 0;
}
.cid-sr1hKtmcts .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sr1hKtmcts .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sr1hKtmcts .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sr1hKtmcts .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sr1hKtmcts .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sr1hKtmcts .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sr1hKtmcts .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sr1hKtmcts .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sr1hKtmcts .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sr1hKtmcts .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sr1hKtmcts .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sr1hKtmcts .foot-logo {
    text-align: center !important;
  }
  .cid-sr1hKtmcts .foot-title {
    text-align: center !important;
    font-size: 23px !important;
  }
  .cid-sr1hKtmcts .mbr-text {
    text-align: center !important;
    line-height: 33px;
  }
  .cid-sr1hKtmcts .form-group {
    margin: 0;
  }
  .cid-sr1hKtmcts .img-logo img {
    height: 8rem;
    display: inline !important;
    width: auto;
  }
}
.cid-sr1hKtmcts .foot-title {
  text-align: left;
  color: #a9cd5c;
}
.cid-sr1hKtmcts .mbr-links-column {
  text-align: left;
  color: #404040;
  font-size: 21px;
}
.cid-sr1hKtmcts .copyright .mbr-text {
  color: #404040;
}
.cid-somfq3E3P6 {
  z-index: 1000;
  width: 100%;
}
.cid-somfq3E3P6 nav.navbar {
  position: fixed;
}
.cid-somfq3E3P6 img {
  width: 130px!important;
  height: 130px!important;
}
.cid-somfq3E3P6 .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-somfq3E3P6 .navbar-short .nav-link {
  color: black!important;
}
.cid-somfq3E3P6 .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-somfq3E3P6 .navbar.opened {
  transition: all .3s;
}
.cid-somfq3E3P6 .navbar .navbar-logo img {
  width: auto;
}
.cid-somfq3E3P6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-somfq3E3P6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-somfq3E3P6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-somfq3E3P6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-somfq3E3P6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-somfq3E3P6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-somfq3E3P6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-somfq3E3P6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-somfq3E3P6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-somfq3E3P6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-somfq3E3P6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.1rem;
    height: 77px;
  }
  .cid-somfq3E3P6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-somfq3E3P6 .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-somfq3E3P6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-somfq3E3P6 .navbar.navbar-short .navbar-logo img {
  height: 3.8rem !important;
  padding-left: 35px;
  padding-right: 35px;
}
.cid-somfq3E3P6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-somfq3E3P6 .navbar-logo {
  margin-right: 1rem!important;
}
.cid-somfq3E3P6 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-somfq3E3P6 .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #efb32c;
}
.cid-somfq3E3P6 .nav-link:hover,
.cid-somfq3E3P6 .nav-link:focus {
  color: #efb32c !important;
}
.cid-somfq3E3P6 .nav-link:hover:before,
.cid-somfq3E3P6 .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-somfq3E3P6 .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-somfq3E3P6 .dropdown-item {
  padding: 0 2rem;
  background: white;
  color: black !important;
}
.cid-somfq3E3P6 .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #efb32c;
}
.cid-somfq3E3P6 .dropdown-item:hover,
.cid-somfq3E3P6 .dropdown-item:focus {
  color: #efb32c !important;
  transform: translateX(10px);
}
.cid-somfq3E3P6 .dropdown-item:hover:before,
.cid-somfq3E3P6 .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-somfq3E3P6 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #404040 inset;
  border-radius: 50%;
  color: #404040 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #efb32c inset;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-somfq3E3P6 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-somfq3E3P6 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-somfq3E3P6 .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #efb32c;
}
.cid-somfq3E3P6 .navbar-nav {
  margin: auto;
}
.cid-somfq3E3P6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-somfq3E3P6 .container {
  display: flex;
  margin: auto;
}
.cid-somfq3E3P6 .navbar-caption {
  padding-right: 4rem;
  font-size: 33px;
}
.cid-somfq3E3P6 .dropdown-menu,
.cid-somfq3E3P6 .navbar.opened {
  background: #ffffff !important;
}
.cid-somfq3E3P6 .nav-item:focus,
.cid-somfq3E3P6 .nav-link:focus {
  outline: none;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-somfq3E3P6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-somfq3E3P6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-somfq3E3P6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-somfq3E3P6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-somfq3E3P6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-somfq3E3P6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-somfq3E3P6 .dropdown-item.active,
.cid-somfq3E3P6 .dropdown-item:active {
  background-color: transparent;
}
.cid-somfq3E3P6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-somfq3E3P6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-somfq3E3P6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-somfq3E3P6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-somfq3E3P6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-somfq3E3P6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-somfq3E3P6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-somfq3E3P6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-somfq3E3P6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-somfq3E3P6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-somfq3E3P6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-somfq3E3P6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-somfq3E3P6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-somfq3E3P6 .navbar {
    height: 77px;
  }
  .cid-somfq3E3P6 .navbar.opened {
    height: auto;
  }
  .cid-somfq3E3P6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-somfq3E3P6 .navbar {
    background: #ffffff;
  }
  .cid-somfq3E3P6 .nav-link {
    color: black!important;
  }
  .cid-somfq3E3P6 img {
    width: 60px!important;
    height: 60px!important;
  }
  .cid-somfq3E3P6 .navbar-logo img {
    height: 3.8rem !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cid-somfq3E3P6 .navbar-caption {
    padding-right: 4rem;
    font-size: 18px !important;
  }
}
@media (max-width: 1440px) {
  .cid-somfq3E3P6 .container-fluid {
    padding: 0 0rem !important;
  }
  .cid-somfq3E3P6 .display-4 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px !important;
    line-height: 1.5;
  }
}
.cid-ss8vCo1Xb9 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-ss8vCo1Xb9 .mbr-section-title {
  color: #a9cd5c;
  text-align: left;
}
.cid-ss8vCo1Xb9 .mbr-text,
.cid-ss8vCo1Xb9 .mbr-section-btn {
  color: #ffffff;
}
.cid-ss8vCo1Xb9 .btn {
  color: white!important;
  border-color: white!important;
}
.cid-stesqDOpsJ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-stesqDOpsJ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #a9cd5c;
  margin-left: 1rem;
}
.cid-stesqDOpsJ .panel-group {
  border: none;
}
.cid-stesqDOpsJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-stesqDOpsJ .panel-body {
  padding: 1rem 2rem;
}
.cid-stesqDOpsJ .header-wrapper {
  position: relative;
}
.cid-stesqDOpsJ .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-stesqDOpsJ span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-stesqDOpsJ .card {
  overflow: visible;
}
.cid-stesqDOpsJ .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-stesqDOpsJ .card:hover .hover-bg {
  background: #a9cd5c;
  right: -8px;
  top: 8px;
}
.cid-stesqDOpsJ .card:hover span {
  transform: rotate(-90deg);
}
.cid-stesqDOpsJ .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-stesqDOpsJ .panel-body {
    padding: 1rem 0rem;
  }
  .cid-stesqDOpsJ .card-header {
    padding: 1rem 1rem;
  }
}
.cid-stesqDOpsJ H4 {
  color: #404040;
}
.cid-stesqDOpsJ .panel-title-edit {
  color: #404040;
}
.cid-t5JOLHkQ3y {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t5JOLHkQ3y .carousel-control {
  background: #000;
}
.cid-t5JOLHkQ3y .mbr-section-subtitle {
  color: #767676;
}
.cid-t5JOLHkQ3y .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5JOLHkQ3y .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-t5JOLHkQ3y .carousel-item .wrap-img {
  text-align: center;
}
.cid-t5JOLHkQ3y .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-t5JOLHkQ3y .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5JOLHkQ3y .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-t5JOLHkQ3y .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-t5JOLHkQ3y .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-t5JOLHkQ3y .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-t5JOLHkQ3y .cloneditem-1,
.cid-t5JOLHkQ3y .cloneditem-2,
.cid-t5JOLHkQ3y .cloneditem-3,
.cid-t5JOLHkQ3y .cloneditem-4,
.cid-t5JOLHkQ3y .cloneditem-5 {
  display: none;
}
.cid-t5JOLHkQ3y .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5JOLHkQ3y .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t5JOLHkQ3y .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t5JOLHkQ3y .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t5JOLHkQ3y .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5JOLHkQ3y .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides2 .cloneditem-1,
  .cid-t5JOLHkQ3y .carousel-inner.slides2 .cloneditem-2,
  .cid-t5JOLHkQ3y .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t5JOLHkQ3y .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t5JOLHkQ3y .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t5JOLHkQ3y .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5JOLHkQ3y .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides3 .cloneditem-1,
  .cid-t5JOLHkQ3y .carousel-inner.slides3 .cloneditem-2,
  .cid-t5JOLHkQ3y .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-t5JOLHkQ3y .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-t5JOLHkQ3y .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-t5JOLHkQ3y .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5JOLHkQ3y .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides4 .cloneditem-1,
  .cid-t5JOLHkQ3y .carousel-inner.slides4 .cloneditem-2,
  .cid-t5JOLHkQ3y .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-t5JOLHkQ3y .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-t5JOLHkQ3y .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-t5JOLHkQ3y .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5JOLHkQ3y .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides5 .cloneditem-1,
  .cid-t5JOLHkQ3y .carousel-inner.slides5 .cloneditem-2,
  .cid-t5JOLHkQ3y .carousel-inner.slides5 .cloneditem-3,
  .cid-t5JOLHkQ3y .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-t5JOLHkQ3y .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-t5JOLHkQ3y .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-t5JOLHkQ3y .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5JOLHkQ3y .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-t5JOLHkQ3y .carousel-inner.slides6 .cloneditem-1,
  .cid-t5JOLHkQ3y .carousel-inner.slides6 .cloneditem-2,
  .cid-t5JOLHkQ3y .carousel-inner.slides6 .cloneditem-3,
  .cid-t5JOLHkQ3y .carousel-inner.slides6 .cloneditem-4,
  .cid-t5JOLHkQ3y .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-t5JOLHkQ3y H2 {
  color: #b1c880;
}
.cid-ss8vBvWzU1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ss8vBvWzU1 .form-text {
  color: #404040;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-ss8vBvWzU1 .content {
    text-align: center;
  }
  .cid-ss8vBvWzU1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ss8vBvWzU1 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-ss8vBvWzU1 .form-group,
.cid-ss8vBvWzU1 .input-group-btn {
  padding: 0;
}
.cid-ss8vBvWzU1 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-ss8vBvWzU1 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-ss8vBvWzU1 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ss8vBvWzU1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ss8vBvWzU1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-ss8vBvWzU1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ss8vBvWzU1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ss8vBvWzU1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ss8vBvWzU1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ss8vBvWzU1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ss8vBvWzU1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ss8vBvWzU1 .foot-logo {
    text-align: center !important;
  }
  .cid-ss8vBvWzU1 .foot-title {
    text-align: center !important;
    font-size: 23px !important;
  }
  .cid-ss8vBvWzU1 .mbr-text {
    text-align: center !important;
    line-height: 33px;
  }
  .cid-ss8vBvWzU1 .form-group {
    margin: 0;
  }
  .cid-ss8vBvWzU1 .img-logo img {
    height: 8rem;
    display: inline !important;
    width: auto;
  }
}
.cid-ss8vBvWzU1 .foot-title {
  text-align: left;
  color: #a9cd5c;
}
.cid-ss8vBvWzU1 .mbr-links-column {
  text-align: left;
  color: #404040;
  font-size: 21px;
}
.cid-ss8vBvWzU1 .copyright .mbr-text {
  color: #404040;
}
