body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9375rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.75rem;
    font-size: calc( 0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #13287d !important;
}
.bg-success {
  background-color: #ffc600 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #eff2f7 !important;
}
.bg-danger {
  background-color: #0a1126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #13287d !important;
  border-color: #13287d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
  color: #4d6a9a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #060c24;
  color: #060c24;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #13287d;
  border-color: #13287d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #13287d !important;
  border-color: #13287d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #134c30;
  color: #134c30;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #279e64;
  border-color: #279e64;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #279e64 !important;
  border-color: #279e64 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #997700;
  color: #997700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000;
  background-color: #ffc600;
  border-color: #ffc600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #abbbd5;
  color: #abbbd5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4d6a9a;
  background-color: #eff2f7;
  border-color: #eff2f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d6a9a !important;
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #0a1126;
  border-color: #0a1126;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #13287d !important;
}
.text-secondary {
  color: #279e64 !important;
}
.text-success {
  color: #ffc600 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #eff2f7 !important;
}
.text-danger {
  color: #0a1126 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #060c24 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #134c30 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997700 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #abbbd5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #83868c;
}
.alert-warning {
  background-color: #eff2f7;
}
.alert-danger {
  background-color: #0a1126;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #13287d;
  border-color: #13287d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #13287d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3053e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #acbbe9;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #13287d;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #13287d !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #13287d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #13287d;
  border-bottom-color: #13287d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #13287d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #279e64 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2313287d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uW8Y4SegvP {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #279e64;
}
.cid-uW8Y4SegvP .content-inner .left-content {
  display: block;
}
.cid-uW8Y4SegvP .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-uW8Y4SegvP .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-uW8Y4SegvP .content-inner .right-content {
  display: block;
}
.cid-uW8Y4SegvP .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-uW8Y4SegvP .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-uW8Y4SegvP .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-uW8Y4SegvP .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-uW8Y4SegvP .content-inner {
    justify-content: center !important;
  }
  .cid-uW8Y4SegvP * {
    text-align: center;
  }
}
.cid-uW8Y4SegvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW8Y4SegvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8CpBDxdI .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-uU8CpBDxdI .navbar-fixed-top {
  padding-top: 0;
}
.cid-uU8CpBDxdI .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uU8CpBDxdI .dropdown-item {
  padding: 0;
}
.cid-uU8CpBDxdI .dropdown-menu {
  border: 0px solid lightgray;
  background: #000000 !important;
}
.cid-uU8CpBDxdI .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-uU8CpBDxdI .menu-bottom {
  margin: auto;
  width: 100%;
  background: #000000;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uU8CpBDxdI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uU8CpBDxdI a {
  font-style: normal;
}
.cid-uU8CpBDxdI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uU8CpBDxdI .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-uU8CpBDxdI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uU8CpBDxdI .content-text {
  margin-bottom: 0;
}
.cid-uU8CpBDxdI .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uU8CpBDxdI .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #13287d;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uU8CpBDxdI .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uU8CpBDxdI .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uU8CpBDxdI .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uU8CpBDxdI .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uU8CpBDxdI .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uU8CpBDxdI .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uU8CpBDxdI .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uU8CpBDxdI .nav-dropdown .link {
  font-weight: 400;
}
.cid-uU8CpBDxdI .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uU8CpBDxdI .content-right-side {
  text-align: center;
}
.cid-uU8CpBDxdI .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uU8CpBDxdI .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uU8CpBDxdI .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uU8CpBDxdI .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uU8CpBDxdI .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uU8CpBDxdI .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uU8CpBDxdI .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uU8CpBDxdI .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uU8CpBDxdI .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uU8CpBDxdI .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uU8CpBDxdI .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uU8CpBDxdI .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU8CpBDxdI .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uU8CpBDxdI .navbar {
    display: block;
    padding: 0;
  }
  .cid-uU8CpBDxdI .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uU8CpBDxdI .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-uU8CpBDxdI .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uU8CpBDxdI .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uU8CpBDxdI .navbar-toggler {
    display: none;
  }
  .cid-uU8CpBDxdI .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uU8CpBDxdI .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uU8CpBDxdI .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uU8CpBDxdI .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uU8CpBDxdI .menu-logo {
  margin-right: auto;
}
.cid-uU8CpBDxdI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uU8CpBDxdI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uU8CpBDxdI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uU8CpBDxdI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uU8CpBDxdI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uU8CpBDxdI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uU8CpBDxdI .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uU8CpBDxdI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uU8CpBDxdI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uU8CpBDxdI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uU8CpBDxdI .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uU8CpBDxdI .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uU8CpBDxdI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uU8CpBDxdI .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-uU8CpBDxdI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uU8CpBDxdI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uU8CpBDxdI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uU8CpBDxdI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uU8CpBDxdI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uU8CpBDxdI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uU8CpBDxdI .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uU8CpBDxdI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uU8CpBDxdI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uU8CpBDxdI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uU8CpBDxdI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uU8CpBDxdI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uU8CpBDxdI button.navbar-toggler:focus {
  outline: none;
}
.cid-uU8CpBDxdI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uU8CpBDxdI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uU8CpBDxdI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uU8CpBDxdI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uU8CpBDxdI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uU8CpBDxdI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uU8CpBDxdI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uU8CpBDxdI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uU8CpBDxdI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uU8CpBDxdI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uU8CpBDxdI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uU8CpBDxdI .collapsed .btn {
  display: flex;
}
.cid-uU8CpBDxdI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uU8CpBDxdI .collapsed .navbar-collapse.collapsing,
.cid-uU8CpBDxdI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uU8CpBDxdI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uU8CpBDxdI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uU8CpBDxdI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uU8CpBDxdI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uU8CpBDxdI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uU8CpBDxdI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uU8CpBDxdI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uU8CpBDxdI .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uU8CpBDxdI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uU8CpBDxdI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uU8CpBDxdI .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uU8CpBDxdI .collapsed button.navbar-toggler {
  display: block;
}
.cid-uU8CpBDxdI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uU8CpBDxdI .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uU8CpBDxdI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uU8CpBDxdI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uU8CpBDxdI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uU8CpBDxdI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uU8CpBDxdI .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uU8CpBDxdI .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uU8CpBDxdI .navbar-collapse.collapsing,
  .cid-uU8CpBDxdI .navbar-collapse.show {
    display: block !important;
  }
  .cid-uU8CpBDxdI .navbar-collapse.collapsing .navbar-nav,
  .cid-uU8CpBDxdI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uU8CpBDxdI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uU8CpBDxdI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uU8CpBDxdI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uU8CpBDxdI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uU8CpBDxdI .navbar-collapse.collapsing .navbar-buttons,
  .cid-uU8CpBDxdI .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uU8CpBDxdI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uU8CpBDxdI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uU8CpBDxdI .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uU8CpBDxdI img {
    height: 3.8rem !important;
  }
  .cid-uU8CpBDxdI .btn {
    display: flex;
  }
  .cid-uU8CpBDxdI button.navbar-toggler {
    display: block;
  }
  .cid-uU8CpBDxdI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uU8CpBDxdI .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uU8CpBDxdI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uU8CpBDxdI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uU8CpBDxdI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uU8CpBDxdI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uU8CpBDxdI .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uU8CpBDxdI .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-uU8CpBDxdI .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uU8CpBDxdI .nav-link:focus {
  outline: none;
}
.cid-uU8CpBDxdI .navbar-toggler {
  position: relative;
}
.cid-uU8CpBDxdI .dropdown-item.active,
.cid-uU8CpBDxdI .dropdown-item:active {
  background: #000000;
  color: initial;
}
.cid-uRRkT5rETF {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #279e64;
}
.cid-uRRkT5rETF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRkT5rETF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRkT5rETF .row {
  flex-direction: row-reverse;
}
.cid-uW8XzypZou {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #279e64;
}
.cid-uW8XzypZou .content-inner .left-content {
  display: block;
}
.cid-uW8XzypZou .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-uW8XzypZou .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-uW8XzypZou .content-inner .right-content {
  display: block;
}
.cid-uW8XzypZou .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-uW8XzypZou .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-uW8XzypZou .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-uW8XzypZou .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
@media (max-width: 991px) {
  .cid-uW8XzypZou .content-inner {
    justify-content: center !important;
  }
  .cid-uW8XzypZou * {
    text-align: center;
  }
}
.cid-uW8XzypZou .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW8XzypZou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8KkdU4lG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f8f5ee;
}
.cid-uU8KkdU4lG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8KkdU4lG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8KkdU4lG .row {
  justify-content: space-between;
}
.cid-uU8KkdU4lG .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uU8KkdU4lG .content-wrapper {
    padding: 0;
  }
}
.cid-uU8KkdU4lG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uU8KkdU4lG .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uU8KkdU4lG .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uU8KkdU4lG .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uU8KkdU4lG .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uU8KkdU4lG .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uU8KkdU4lG .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uU8KkdU4lG .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uU8KkdU4lG .mbr-section-title {
  color: #000000;
}
.cid-uU8KkdU4lG .mbr-desc {
  color: #000000;
}
.cid-uU8KkdU4lG .mbr-text {
  color: #000000;
}
.cid-uUgp9mnyeU {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #f8f5ee, #f8f5ee);
}
.cid-uUgp9mnyeU .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uUgp9mnyeU .green-audio-player {
  width: 484px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uUgp9mnyeU .green-audio-player {
    width: 300px;
  }
}
.cid-uUgp9mnyeU .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uUgp9mnyeU .green-audio-player.player-accessible .controls:hover,
.cid-uUgp9mnyeU .green-audio-player.player-accessible .volume__button:hover,
.cid-uUgp9mnyeU .green-audio-player.player-accessible .volume__controls:hover,
.cid-uUgp9mnyeU .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uUgp9mnyeU .green-audio-player svg,
.cid-uUgp9mnyeU .green-audio-player img {
  display: block;
}
.cid-uUgp9mnyeU .green-audio-player .holder {
  position: relative;
}
.cid-uUgp9mnyeU .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uUgp9mnyeU .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uUgp9mnyeU .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uUgp9mnyeU .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uUgp9mnyeU .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uUgp9mnyeU .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uUgp9mnyeU .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uUgp9mnyeU .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uUgp9mnyeU .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uUgp9mnyeU .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uUgp9mnyeU .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uUgp9mnyeU .green-audio-player .controls span {
  cursor: default;
}
.cid-uUgp9mnyeU .green-audio-player .controls:focus {
  outline: none;
}
.cid-uUgp9mnyeU .green-audio-player .volume {
  position: relative;
}
.cid-uUgp9mnyeU .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uUgp9mnyeU .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uUgp9mnyeU .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uUgp9mnyeU .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uUgp9mnyeU .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uUgp9mnyeU .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uUgp9mnyeU .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uUgp9mnyeU .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uUgp9mnyeU .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uUgp9mnyeU .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uUgp9mnyeU .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uUgp9mnyeU .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uUgp9mnyeU .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uUgp9mnyeU .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uUgp9mnyeU .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uUgp9mnyeU .green-audio-player .download:focus {
  outline: none;
}
.cid-uUgp9mnyeU .green-audio-player:focus {
  outline: none;
}
.cid-uUgp9mnyeU .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uUgp9mnyeU .hidden {
  display: none;
}
.cid-uUgp9mnyeU .mbr-text {
  text-align: center;
}
.cid-uUgp9mnyeU .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uUq1MZTm8I {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f8f5ee;
}
.cid-uUq1MZTm8I #simp button,
.cid-uUq1MZTm8I #simp input,
.cid-uUq1MZTm8I #simp img {
  border: 0;
}
.cid-uUq1MZTm8I #simp {
  max-width: 600px;
  font-size: 14px;
  font-family: "Segoe UI", Tahoma, sans-serif;
  text-align: initial;
  line-height: initial;
  background: #17212b;
  color: #ddd;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
.cid-uUq1MZTm8I #simp .simp-album {
  padding: 20px 25px 5px;
}
.cid-uUq1MZTm8I #simp .simp-album .simp-cover {
  margin-right: 20px;
}
.cid-uUq1MZTm8I #simp .simp-album .simp-cover img {
  max-width: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.cid-uUq1MZTm8I #simp .simp-album .simp-title {
  font-size: 120%;
  font-weight: bold;
}
.cid-uUq1MZTm8I #simp .simp-album .simp-artist {
  font-size: 90%;
  color: #6c7883;
}
.cid-uUq1MZTm8I #simp .simp-controls {
  padding: 15px;
}
.cid-uUq1MZTm8I #simp .simp-controls button {
  font-size: 130%;
  width: 32px;
  height: 32px;
  background: none;
  color: #ddd;
  padding: 7px;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
}
.cid-uUq1MZTm8I #simp .simp-controls button[disabled] {
  color: #636469;
  cursor: initial;
}
.cid-uUq1MZTm8I #simp .simp-controls button:not([disabled]):hover {
  background: #4082bc;
  color: #fff;
}
.cid-uUq1MZTm8I #simp .simp-controls .simp-prev,
.cid-uUq1MZTm8I #simp .simp-controls .simp-next {
  font-size: 100%;
}
.cid-uUq1MZTm8I #simp .simp-controls .simp-tracker,
.cid-uUq1MZTm8I #simp .simp-controls .simp-volume {
  flex: 1;
  margin-left: 10px;
  position: relative;
}
.cid-uUq1MZTm8I #simp .simp-controls .simp-buffer {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 100px;
}
.cid-uUq1MZTm8I #simp .simp-controls .simp-loading .simp-buffer {
  -webkit-animation: audio-progress 1s linear infinite;
  animation: audio-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, #000000 25%, transparent 25%, transparent 50%, #000000 50%, #000000 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}
.cid-uUq1MZTm8I #simp .simp-controls .simp-time,
.cid-uUq1MZTm8I #simp .simp-controls .simp-others {
  margin-left: 10px;
}
.cid-uUq1MZTm8I #simp .simp-controls .simp-volume {
  max-width: 110px;
}
.cid-uUq1MZTm8I #simp .simp-controls .simp-volume .simp-mute {
  margin-right: 5px;
}
.cid-uUq1MZTm8I #simp .simp-controls .simp-others .simp-active {
  background: #242f3d;
}
.cid-uUq1MZTm8I #simp .simp-controls .simp-others .simp-shide button {
  font-size: 100%;
  padding: 0;
  width: 24px;
  height: 14px;
  display: block;
}
.cid-uUq1MZTm8I #simp .simp-controls input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  height: 19px;
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.cid-uUq1MZTm8I #simp .simp-controls input[type=range]::-webkit-slider-runnable-track {
  background: rgba(183, 197, 205, 0.66);
  height: 5px;
  border-radius: 2.5px;
  transition: box-shadow 0.3s ease;
  position: relative;
}
.cid-uUq1MZTm8I #simp .simp-controls input[type=range]::-moz-range-track {
  background: rgba(183, 197, 205, 0.66);
  height: 5px;
  border-radius: 2.5px;
  transition: box-shadow 0.3s ease;
  position: relative;
}
.cid-uUq1MZTm8I #simp .simp-controls .simp-load .simp-progress::-webkit-slider-runnable-track {
  background: #2f3841;
}
.cid-uUq1MZTm8I #simp .simp-controls .simp-load .simp-progress::-moz-range-track {
  background: #2f3841;
}
.cid-uUq1MZTm8I #simp .simp-controls .simp-loading .simp-progress::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.25);
}
.cid-uUq1MZTm8I #simp .simp-controls .simp-loading .simp-progress::-moz-range-track {
  background: rgba(255, 255, 255, 0.25);
}
.cid-uUq1MZTm8I #simp .simp-controls input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  height: 13px;
  width: 13px;
  margin-top: -4px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
}
.cid-uUq1MZTm8I #simp .simp-controls input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  background: #fff;
  height: 13px;
  width: 13px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
}
.cid-uUq1MZTm8I #simp .simp-footer {
  padding: 10px 10px 12px;
  font-size: 90%;
  text-align: center;
  opacity: .7;
}
.cid-uUq1MZTm8I #simp .simp-display {
  overflow: hidden;
  max-height: 650px;
  transition: max-height 0.5s ease-in-out;
}
.cid-uUq1MZTm8I #simp .simp-hide {
  max-height: 0;
}
.cid-uUq1MZTm8I #simp ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  max-height: 245px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #73797f #2f3841;
}
.cid-uUq1MZTm8I #simp ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0;
  padding: 8px 20px;
  cursor: pointer;
}
.cid-uUq1MZTm8I #simp ul li:last-child {
  padding-bottom: 13px;
}
.cid-uUq1MZTm8I #simp ul li:nth-child(odd) {
  background: #0e1621;
}
.cid-uUq1MZTm8I #simp ul li:hover {
  background: #242f3d;
}
.cid-uUq1MZTm8I #simp ul li.simp-active {
  background: #4082bc;
  color: #fff;
}
.cid-uUq1MZTm8I #simp ul li .simp-desc {
  font-size: 90%;
  opacity: .5;
  margin-left: 5px;
}
.cid-uUq1MZTm8I #simp ul::-webkit-scrollbar-track {
  background-color: #2f3841;
}
.cid-uUq1MZTm8I #simp ul::-webkit-scrollbar {
  width: 6px;
  background-color: #2f3841;
}
.cid-uUq1MZTm8I #simp ul::-webkit-scrollbar-thumb {
  background-color: #73797f;
}
.cid-uU8Lk61030 {
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-uU8Lk61030 .content {
  padding-left: 30px;
}
.cid-uU8Lk61030 .mbr-section-subtitle {
  color: #279e64;
}
.cid-uU8Lk61030 .mbr-section-title {
  color: #13287d;
}
.cid-uU8Lk61030 .mbr-text {
  color: #83868c;
}
.cid-uU8Lk61030 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-uU8Lk61030 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uU8Lk61030 .p-4 {
  padding: 1rem 0 !important;
}
.cid-uU8Lk61030 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uU8Lk61030 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uU8Lk61030 .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uU8Lk61030 .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-uU8Lk61030 .card:last-child {
  border-bottom: none !important;
}
.cid-uU8Lk61030 .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uU8Lk61030 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uU8Lk61030 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-uU8Lk61030 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uU8Lk61030 .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #13287d;
  padding-right: 50px;
}
.cid-uU8Lk61030 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uU8Lk61030 .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-uU8Lk61030 .card .card-header a.panel-title .toggle-icon:before,
.cid-uU8Lk61030 .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uU8Lk61030 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-uU8Lk61030 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uU8Lk61030 .card .panel-body {
  padding: 14px 20px;
}
.cid-uU8Lk61030 .card .panel-body p {
  color: #83868c;
}
.cid-uU8Lk61030 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uU8Lk61030 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uU8Lk61030 .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-uU8Lk61030 .collapsed .toggle-icon:before,
.cid-uU8Lk61030 .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-uU8Lk61030 .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-uU8Lk61030 .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uU8Lk61030 * {
    text-align: left;
  }
}
.cid-uU8Lk61030 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8Lk61030 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8R2T6hq2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uU8R2T6hq2 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-uU8R2T6hq2 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-uU8R2T6hq2 .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-uU8R2T6hq2 .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-uU8R2T6hq2 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uU8R2T6hq2 .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
  border-top: none;
}
.cid-uU8R2T6hq2 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uU8R2T6hq2 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-uU8R2T6hq2 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uU8R2T6hq2 .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-uU8R2T6hq2 .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-uU8R2T6hq2 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-uU8R2T6hq2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uU8R2T6hq2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uU8R2T6hq2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uU8R2T6hq2 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uU8R2T6hq2 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-uU8R2T6hq2 .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-uU8R2T6hq2 .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-uU8R2T6hq2 .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-uU8R2T6hq2 .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-uU8R2T6hq2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uU8R2T6hq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8R2T6hq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2sl7ufT1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #f8f5ee, #f8f5ee);
}
.cid-uR2sl7ufT1 .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uR2sl7ufT1 .green-audio-player {
  width: 493px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uR2sl7ufT1 .green-audio-player {
    width: 300px;
  }
}
.cid-uR2sl7ufT1 .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uR2sl7ufT1 .green-audio-player.player-accessible .controls:hover,
.cid-uR2sl7ufT1 .green-audio-player.player-accessible .volume__button:hover,
.cid-uR2sl7ufT1 .green-audio-player.player-accessible .volume__controls:hover,
.cid-uR2sl7ufT1 .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uR2sl7ufT1 .green-audio-player svg,
.cid-uR2sl7ufT1 .green-audio-player img {
  display: block;
}
.cid-uR2sl7ufT1 .green-audio-player .holder {
  position: relative;
}
.cid-uR2sl7ufT1 .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uR2sl7ufT1 .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uR2sl7ufT1 .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uR2sl7ufT1 .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uR2sl7ufT1 .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uR2sl7ufT1 .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uR2sl7ufT1 .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uR2sl7ufT1 .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uR2sl7ufT1 .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uR2sl7ufT1 .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uR2sl7ufT1 .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uR2sl7ufT1 .green-audio-player .controls span {
  cursor: default;
}
.cid-uR2sl7ufT1 .green-audio-player .controls:focus {
  outline: none;
}
.cid-uR2sl7ufT1 .green-audio-player .volume {
  position: relative;
}
.cid-uR2sl7ufT1 .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uR2sl7ufT1 .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uR2sl7ufT1 .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uR2sl7ufT1 .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uR2sl7ufT1 .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uR2sl7ufT1 .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uR2sl7ufT1 .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uR2sl7ufT1 .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uR2sl7ufT1 .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uR2sl7ufT1 .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uR2sl7ufT1 .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uR2sl7ufT1 .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uR2sl7ufT1 .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uR2sl7ufT1 .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uR2sl7ufT1 .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uR2sl7ufT1 .green-audio-player .download:focus {
  outline: none;
}
.cid-uR2sl7ufT1 .green-audio-player:focus {
  outline: none;
}
.cid-uR2sl7ufT1 .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uR2sl7ufT1 .hidden {
  display: none;
}
.cid-uR2sl7ufT1 .mbr-section-title {
  text-align: center;
}
.cid-uR2sl7ufT1 .mbr-section-subtitle {
  text-align: center;
}
.cid-uU8U6wlu9i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uU8U6wlu9i .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-uU8U6wlu9i .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-uU8U6wlu9i .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-uU8U6wlu9i .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-uU8U6wlu9i .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uU8U6wlu9i .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
  border-top: none;
}
.cid-uU8U6wlu9i .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uU8U6wlu9i .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-uU8U6wlu9i .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uU8U6wlu9i .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-uU8U6wlu9i .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-uU8U6wlu9i .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-uU8U6wlu9i .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uU8U6wlu9i .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uU8U6wlu9i .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uU8U6wlu9i .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uU8U6wlu9i .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-uU8U6wlu9i .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-uU8U6wlu9i .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-uU8U6wlu9i .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-uU8U6wlu9i .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-uU8U6wlu9i a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uU8U6wlu9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8U6wlu9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8U6wlu9i .card-wrapper .card-box .card-subtitle,
.cid-uU8U6wlu9i .mbr-section-btn DIV {
  text-align: center;
}
.cid-uU96I0HsnI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uU96I0HsnI .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uU96I0HsnI .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uU96I0HsnI .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-uU96I0HsnI .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-uU96I0HsnI .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-uU96I0HsnI .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-uU96I0HsnI .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-uU96I0HsnI .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-uU96I0HsnI .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-uU96I0HsnI .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-uU96I0HsnI .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uU96I0HsnI .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-uU96I0HsnI .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-uU96I0HsnI .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-uU96I0HsnI .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uU96I0HsnI .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-uU96I0HsnI .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-uU96I0HsnI .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-uU96I0HsnI .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uU96I0HsnI .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uU96I0HsnI .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uU96I0HsnI .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uU96I0HsnI .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-uU96I0HsnI * {
    text-align: left;
  }
}
.cid-uU96I0HsnI .img-wrap {
  margin-bottom: 30px;
}
.cid-uU96I0HsnI .img-wrap .wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-uU96I0HsnI .img-wrap .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uU96I0HsnI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uU96I0HsnI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uU96I0HsnI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uU96I0HsnI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uU96I0HsnI a.close:hover {
  color: #ffffff;
}
.cid-uU96I0HsnI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uU96I0HsnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU96I0HsnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUqW7auAEQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #f8f5ee, #f8f5ee);
}
.cid-uUqW7auAEQ .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uUqW7auAEQ .green-audio-player {
  width: 493px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uUqW7auAEQ .green-audio-player {
    width: 300px;
  }
}
.cid-uUqW7auAEQ .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uUqW7auAEQ .green-audio-player.player-accessible .controls:hover,
.cid-uUqW7auAEQ .green-audio-player.player-accessible .volume__button:hover,
.cid-uUqW7auAEQ .green-audio-player.player-accessible .volume__controls:hover,
.cid-uUqW7auAEQ .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uUqW7auAEQ .green-audio-player svg,
.cid-uUqW7auAEQ .green-audio-player img {
  display: block;
}
.cid-uUqW7auAEQ .green-audio-player .holder {
  position: relative;
}
.cid-uUqW7auAEQ .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uUqW7auAEQ .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uUqW7auAEQ .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uUqW7auAEQ .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uUqW7auAEQ .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uUqW7auAEQ .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uUqW7auAEQ .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uUqW7auAEQ .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uUqW7auAEQ .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uUqW7auAEQ .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uUqW7auAEQ .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uUqW7auAEQ .green-audio-player .controls span {
  cursor: default;
}
.cid-uUqW7auAEQ .green-audio-player .controls:focus {
  outline: none;
}
.cid-uUqW7auAEQ .green-audio-player .volume {
  position: relative;
}
.cid-uUqW7auAEQ .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uUqW7auAEQ .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uUqW7auAEQ .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uUqW7auAEQ .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uUqW7auAEQ .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uUqW7auAEQ .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uUqW7auAEQ .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uUqW7auAEQ .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uUqW7auAEQ .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uUqW7auAEQ .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uUqW7auAEQ .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uUqW7auAEQ .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uUqW7auAEQ .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uUqW7auAEQ .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uUqW7auAEQ .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uUqW7auAEQ .green-audio-player .download:focus {
  outline: none;
}
.cid-uUqW7auAEQ .green-audio-player:focus {
  outline: none;
}
.cid-uUqW7auAEQ .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uUqW7auAEQ .hidden {
  display: none;
}
.cid-uUqW7auAEQ .mbr-section-title {
  text-align: center;
}
.cid-uUqW7auAEQ .mbr-section-subtitle {
  text-align: center;
}
.cid-uRRfGyGcf5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #279e64;
}
.cid-uRRfGyGcf5 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uRRfGyGcf5 .panel-group {
  border: none;
}
.cid-uRRfGyGcf5 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uRRfGyGcf5 .card-header {
    padding: 0rem;
  }
}
.cid-uRRfGyGcf5 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uRRfGyGcf5 .img-col {
  padding: 0;
}
.cid-uRRfGyGcf5 .img-item {
  height: 100%;
}
.cid-uRRfGyGcf5 img {
  height: 100%;
  object-fit: cover;
}
.cid-uRRfGyGcf5 .collapsed span {
  transform: rotate(0deg);
}
.cid-uRRfGyGcf5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRRfGyGcf5 p {
  margin-bottom: 0.3rem;
}
.cid-uRRfGyGcf5 .panel-title-edit {
  color: #000000;
}
.cid-uRRfGyGcf5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uRRfGyGcf5 .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uRRfGyGcf5 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRRfGyGcf5 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uRRfGyGcf5 .panel-text {
  color: #000000;
}
.cid-uRRfGyGcf5 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uRRfGyGcf5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uRRfGyGcf5 .panel-title-edit,
.cid-uRRfGyGcf5 .mbr-iconfont {
  color: #000000;
}
.cid-uQWkTWunax {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #63b68f;
  background-image: linear-gradient(#279e64 50%, #63b68f);
}
.cid-uQWkTWunax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWkTWunax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWkTWunax .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQWkTWunax .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQWkTWunax .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uQWkTWunax .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQWkTWunax .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uQWkTWunax .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQWkTWunax .embla__slide .slide-content {
  width: 100%;
}
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uQWkTWunax .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-uQWkTWunax .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #e4ed64;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uQWkTWunax .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQWkTWunax .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQWkTWunax .embla__button--next,
.cid-uQWkTWunax .embla__button--prev {
  display: flex;
}
.cid-uQWkTWunax .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-uQWkTWunax .embla__button {
    top: 0;
  }
}
.cid-uQWkTWunax .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uQWkTWunax .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-uQWkTWunax .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-uQWkTWunax .embla__button.embla__button--next {
  right: 0;
}
.cid-uQWkTWunax .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQWkTWunax .embla {
    padding-top: 6rem !important;
  }
}
.cid-uQWkTWunax .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQWkTWunax .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQWkTWunax .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQWkTWunax .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQWkTWunax .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uQWkTWunax .mbr-label,
.cid-uQWkTWunax .label-wrapper {
  color: #ffffff;
}
.cid-uQWkTWunax .mbr-section-title,
.cid-uQWkTWunax .title-wrapper {
  color: #ffffff;
}
.cid-uQWkTWunax .card-title {
  color: #000000;
}
.cid-uQWkTWunax .card-text {
  color: #8a8a8a;
}
.cid-s2V8IvakZ5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-s2V8IvakZ5 .img-wrap {
  position: relative;
}
.cid-s2V8IvakZ5 .img-wrap img {
  width: 100%;
}
.cid-s2V8IvakZ5 .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 14px;
}
.cid-s2V8IvakZ5 .mbr-section-title {
  color: #13287d;
}
.cid-s2V8IvakZ5 .mbr-text {
  color: #83868c;
}
.cid-s2V8IvakZ5 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-s2V8IvakZ5 .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-s2V8IvakZ5 .cards-wrap {
  margin-top: 30px;
}
.cid-s2V8IvakZ5 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-s2V8IvakZ5 .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-s2V8IvakZ5 .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-s2V8IvakZ5 .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #279e64;
  position: relative;
  display: block;
}
.cid-s2V8IvakZ5 .wrapper .icon1 {
  background-color: #c5e9d8;
}
.cid-s2V8IvakZ5 .wrapper .icon1 .mbr-iconfont {
  color: #13287d;
}
.cid-s2V8IvakZ5 .wrapper .icon2 {
  background-color: #ede0b3;
}
.cid-s2V8IvakZ5 .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-s2V8IvakZ5 .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-s2V8IvakZ5 .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-s2V8IvakZ5 .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-s2V8IvakZ5 .wrapper .mbr-card-title {
  color: #13287d;
  margin-bottom: 17px;
}
.cid-s2V8IvakZ5 .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@media (max-width: 768px) {
  .cid-s2V8IvakZ5 .mbr-section-btn {
    justify-content: center;
  }
  .cid-s2V8IvakZ5 * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-s2V8IHwJ8J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2V8IHwJ8J .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-s2V8IHwJ8J .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-s2V8IHwJ8J .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-s2V8IHwJ8J .contents .mbr-text {
  color: #83868c;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper {
  background-color: #279e64;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-img {
  box-shadow: -10px -10px 0 0 #63b68f;
  background-color: #ffffff;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-img .mbr-iconfont {
  color: #279e64 !important;
}
.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .btn.btn-primary-outline {
  color: #ffffff;
}
.cid-s2V8IHwJ8J .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-s2V8IHwJ8J .card-wrapper .card-box .card-title {
  color: #13287d;
}
.cid-s2V8IHwJ8J .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-s2V8IHwJ8J .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-s2V8IHwJ8J .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #eeeff2;
  align-items: center;
  justify-content: center;
  background-color: #279e64;
  cursor: pointer;
  position: relative;
}
.cid-s2V8IHwJ8J .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #13287d;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-s2V8IHwJ8J .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-s2V8IHwJ8J .btn[class*="-outline"]:active,
.cid-s2V8IHwJ8J .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-s2V8IHwJ8J .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uUqEeglU8I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #279e64;
}
.cid-uUqEeglU8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUqEeglU8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUqEeglU8I .pb-video-container {
  padding-top: 20px;
  background: #ffffff;
  justify-content: center;
}
.cid-uUqEeglU8I .pb-video {
  padding: 16px;
}
.cid-uUqEeglU8I .pb-color {
  background-color: #000000;
}
.cid-uUqEeglU8I .pb-row {
  margin-bottom: 2px;
  justify-content: center;
}
.cid-uUqEeglU8I .mbr-text,
.cid-uUqEeglU8I .mbr-section-btn {
  text-align: center;
  color: #e6e6e6;
}
.cid-uUqEeglU8I .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uUqEeglU8I .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uUqEeglU8I .pb-video-container .row.pb-row .col-md-3 {
    width: 50%;
  }
}
@media (max-width: 667px) {
  .cid-uUqEeglU8I .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uUqEeglU8I .pb-video-container .row.pb-row .col-md-3 {
    width: 75%;
  }
}
.cid-uUqEeglU8I .mbr-section-title {
  color: #ffffff;
}
.cid-uUqEeglU8I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uThm4KA3Jr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #279e64;
}
.cid-uThm4KA3Jr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThm4KA3Jr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uThm4KA3Jr .pb-video-container {
  padding-top: 20px;
  background: #ffffff;
  justify-content: center;
}
.cid-uThm4KA3Jr .pb-video {
  padding: 16px;
}
.cid-uThm4KA3Jr .pb-color {
  background-color: #000000;
}
.cid-uThm4KA3Jr .pb-row {
  margin-bottom: 2px;
  justify-content: center;
}
.cid-uThm4KA3Jr .mbr-text,
.cid-uThm4KA3Jr .mbr-section-btn {
  text-align: center;
  color: #e6e6e6;
}
.cid-uThm4KA3Jr .mbr-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uThm4KA3Jr .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uThm4KA3Jr .pb-video-container .row.pb-row .col-md-3 {
    width: 50%;
  }
}
@media (max-width: 667px) {
  .cid-uThm4KA3Jr .pb-video-container .row.pb-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uThm4KA3Jr .pb-video-container .row.pb-row .col-md-3 {
    width: 75%;
  }
}
.cid-uThm4KA3Jr .mbr-section-title {
  color: #ff0000;
}
.cid-uThm4KA3Jr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR3HjO6pdI {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #f8f5ee, #f8f5ee);
}
.cid-uR3HjO6pdI .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uR3HjO6pdI .green-audio-player {
  width: 493px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uR3HjO6pdI .green-audio-player {
    width: 300px;
  }
}
.cid-uR3HjO6pdI .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uR3HjO6pdI .green-audio-player.player-accessible .controls:hover,
.cid-uR3HjO6pdI .green-audio-player.player-accessible .volume__button:hover,
.cid-uR3HjO6pdI .green-audio-player.player-accessible .volume__controls:hover,
.cid-uR3HjO6pdI .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uR3HjO6pdI .green-audio-player svg,
.cid-uR3HjO6pdI .green-audio-player img {
  display: block;
}
.cid-uR3HjO6pdI .green-audio-player .holder {
  position: relative;
}
.cid-uR3HjO6pdI .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uR3HjO6pdI .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uR3HjO6pdI .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uR3HjO6pdI .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uR3HjO6pdI .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uR3HjO6pdI .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uR3HjO6pdI .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uR3HjO6pdI .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uR3HjO6pdI .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uR3HjO6pdI .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uR3HjO6pdI .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uR3HjO6pdI .green-audio-player .controls span {
  cursor: default;
}
.cid-uR3HjO6pdI .green-audio-player .controls:focus {
  outline: none;
}
.cid-uR3HjO6pdI .green-audio-player .volume {
  position: relative;
}
.cid-uR3HjO6pdI .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uR3HjO6pdI .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uR3HjO6pdI .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uR3HjO6pdI .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uR3HjO6pdI .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uR3HjO6pdI .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uR3HjO6pdI .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uR3HjO6pdI .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uR3HjO6pdI .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uR3HjO6pdI .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uR3HjO6pdI .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uR3HjO6pdI .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uR3HjO6pdI .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uR3HjO6pdI .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uR3HjO6pdI .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uR3HjO6pdI .green-audio-player .download:focus {
  outline: none;
}
.cid-uR3HjO6pdI .green-audio-player:focus {
  outline: none;
}
.cid-uR3HjO6pdI .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uR3HjO6pdI .hidden {
  display: none;
}
.cid-uR3HjO6pdI .mbr-section-title {
  text-align: center;
}
.cid-uR3HjO6pdI .mbr-section-subtitle {
  text-align: center;
}
.cid-uRRqsEEQwj {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background: linear-gradient(0deg, #279e64, #232323);
}
.cid-uRRqsEEQwj p {
  color: #767676;
}
.cid-uRRqsEEQwj .fondcolor {
  margin-top: 3px;
  border-radius: 14px;
  border: 6px solid #232323;
  background: #232323;
}
.cid-uRRqsEEQwj .card {
  border-radius: 14px;
  margin-bottom: 3px;
}
.cid-uRRqsEEQwj .card .card-header {
  border-radius: 14px;
  border: 0px;
  padding: 0;
}
.cid-uRRqsEEQwj .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uRRqsEEQwj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uRRqsEEQwj .card .card-header a.panel-title h4 {
  padding: 0rem 2rem;
  border: 6px solid #232323;
  margin-bottom: 0;
  border-radius: 14px;
  background-color: #ffffff;
  display: -webkit-flex;
}
.cid-uRRqsEEQwj .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 25px;
}
.cid-uRRqsEEQwj H2 {
  color: #ffffff;
}
.cid-uRRqsEEQwj .panel-text {
  color: #ffffff;
}
.cid-uRRqsEEQwj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRRqsEEQwj .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-uRRqsEEQwj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uRRqsEEQwj .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s2V8JXHPgZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2V8JXHPgZ .mbr-section-subtitle {
  color: #279e64;
}
.cid-s2V8JXHPgZ .mbr-section-title {
  color: #13287d;
}
.cid-s2V8JXHPgZ img {
  width: 100%;
}
.cid-s2V8JXHPgZ .mbr-text {
  color: #83868c;
}
.cid-s2V8JXHPgZ .mbr-section-btn {
  margin-top: 40px;
}
.cid-s2V8JXHPgZ .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-s2V8JXHPgZ * {
    text-align: left;
  }
}
.cid-s2V8JXHPgZ .cards-wrap {
  flex-direction: column;
}
.cid-s2V8JXHPgZ .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-s2V8JXHPgZ .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-s2V8JXHPgZ .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-s2V8JXHPgZ .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-s2V8JXHPgZ .wrapper .content .mbr-card-title {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-s2V8JXHPgZ .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
.cid-s2V8JXHPgZ .widget-container {
  margin: 0 0 30px;
}
.cid-s2V8JXHPgZ .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-s2V8JXHPgZ .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-s2V8JXHPgZ .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-s2V8JXHPgZ .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-s2V8JXHPgZ .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-s2V8JXHPgZ .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-s2V8JXHPgZ .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #13287d;
}
.cid-s2V8JXHPgZ .newsletter .form-group,
.cid-s2V8JXHPgZ .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-s2V8JXHPgZ .newsletter textarea {
  height: 110px !important;
}
.cid-s2V8JXHPgZ .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-s2V8JXHPgZ .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-s2V8JXHPgZ .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-s2V8JXHPgZ .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-s2V8JXHPgZ .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-s2V8JXHPgZ .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-s2V8JXHPgZ .newsletter .dragArea {
  flex-direction: column;
}
.cid-s2V8JXHPgZ .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-s2V8JXHPgZ .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.cid-s2V8JXHPgZ .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-s2V8JXHPgZ .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-s2V8JXHPgZ .cards-wrap2 {
  flex-direction: column;
}
.cid-s2V8JXHPgZ .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-s2V8JXHPgZ .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-s2V8JXHPgZ .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #279e64;
  border-radius: 50%;
}
.cid-s2V8JXHPgZ .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #13287d;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-s2V8JXHPgZ .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uU8ViDw4Fk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uU8ViDw4Fk .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-uU8ViDw4Fk .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-uU8ViDw4Fk .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-uU8ViDw4Fk .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-uU8ViDw4Fk .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uU8ViDw4Fk .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
  border-top: none;
}
.cid-uU8ViDw4Fk .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uU8ViDw4Fk .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-uU8ViDw4Fk .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uU8ViDw4Fk .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-uU8ViDw4Fk .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-uU8ViDw4Fk .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-uU8ViDw4Fk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uU8ViDw4Fk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uU8ViDw4Fk .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uU8ViDw4Fk .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uU8ViDw4Fk .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-uU8ViDw4Fk .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-uU8ViDw4Fk .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-uU8ViDw4Fk .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-uU8ViDw4Fk .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-uU8ViDw4Fk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uU8ViDw4Fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8ViDw4Fk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uU8ViDw4Fk .card-wrapper .card-box .card-subtitle,
.cid-uU8ViDw4Fk .mbr-section-btn DIV {
  text-align: center;
}
.cid-uU8W5ffjfQ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uU8W5ffjfQ .content {
  padding-left: 30px;
}
.cid-uU8W5ffjfQ img {
  width: 100%;
}
.cid-uU8W5ffjfQ .mbr-section-subtitle {
  color: #279e64;
}
.cid-uU8W5ffjfQ .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-uU8W5ffjfQ .mbr-text {
  color: #83868c;
}
.cid-uU8W5ffjfQ .left-part {
  color: #279e64;
}
.cid-uU8W5ffjfQ .left-part .number {
  color: #279e64;
  display: inline;
}
.cid-uU8W5ffjfQ .left-part .mbr-text {
  color: #13287d;
  display: inline;
}
.cid-uU8W5ffjfQ .mbr-section-btn {
  margin-top: 40px;
}
.cid-uU8W5ffjfQ .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-uU8W5ffjfQ * {
    text-align: left;
  }
}
.cid-uU8W5ffjfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8W5ffjfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s2V8KDRiGP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eeeff2;
}
.cid-s2V8KDRiGP .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-s2V8KDRiGP .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-s2V8KDRiGP .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-s2V8KDRiGP * {
    text-align: left;
  }
}
.cid-uQSbkH6ynF {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #279e64, #279e64);
}
.cid-uQSbkH6ynF .b-0 {
  bottom: 0;
}
.cid-uQSbkH6ynF .bg-shadow {
  background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}
.cid-uQSbkH6ynF .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.cid-uQSbkH6ynF .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.cid-uQSbkH6ynF .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.cid-uQSbkH6ynF .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .cid-uQSbkH6ynF .carousel-indicators li {
    transition: none;
  }
}
.cid-uQSbkH6ynF .carousel-indicators .active {
  opacity: 1;
}
.cid-uQSbkH6ynF .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.cid-uQSbkH6ynF .badge-primary {
  color: #fff;
  background-color: #63b68f;
}
.cid-uQSbkH6ynF a.badge-primary:hover,
.cid-uQSbkH6ynF a.badge-primary:focus {
  color: #fff;
  background-color: #008cff;
}
.cid-uQSbkH6ynF a.badge-primary:focus,
.cid-uQSbkH6ynF a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #008cff;
}
.cid-uQSbkH6ynF .badge {
  border: 1px solid #000;
}
.cid-uQSbkH6ynF .top-indicator {
  right: 0;
  top: 1rem;
  bottom: inherit;
  left: inherit;
  margin-right: 1rem;
}
.cid-uQSbkH6ynF .overflow {
  position: relative;
  overflow: hidden;
}
.cid-uQSbkH6ynF .zoom img {
  transition: all 0.2s linear;
}
.cid-uQSbkH6ynF .zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-uQSbkH6ynF img {
  vertical-align: middle;
  border-style: none;
}
.cid-uQSbkH6ynF svg {
  overflow: hidden;
  vertical-align: middle;
}
.cid-uQSbkH6ynF .img-fluid {
  max-width: 100%;
  height: auto;
}
.cid-uQSbkH6ynF .w-100 {
  width: 100% !important;
}
.cid-uQSbkH6ynF H1 {
  color: #ffffff;
}
.cid-uQSbkH6ynF P {
  color: #ffffff;
}
.cid-uQSbkH6ynF H2 {
  text-align: center;
  color: #ffffff;
}
.cid-uQSbkH6ynF DIV {
  color: #ff3366;
}
.cid-uQSbkH6ynF .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uQSbkH6ynF H6 {
  text-align: left;
}
.cid-cK2InPBxpp {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #279e64, #279e64);
}
.cid-cK2InPBxpp .b-0 {
  bottom: 0;
}
.cid-cK2InPBxpp .bg-shadow {
  background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}
.cid-cK2InPBxpp .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.cid-cK2InPBxpp .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.cid-cK2InPBxpp .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.cid-cK2InPBxpp .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .cid-cK2InPBxpp .carousel-indicators li {
    transition: none;
  }
}
.cid-cK2InPBxpp .carousel-indicators .active {
  opacity: 1;
}
.cid-cK2InPBxpp .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.cid-cK2InPBxpp .badge-primary {
  color: #fff;
  background-color: #279e64;
}
.cid-cK2InPBxpp a.badge-primary:hover,
.cid-cK2InPBxpp a.badge-primary:focus {
  color: #fff;
  background-color: #008cff;
}
.cid-cK2InPBxpp a.badge-primary:focus,
.cid-cK2InPBxpp a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #008cff;
}
.cid-cK2InPBxpp .badge {
  border: 1px solid #000;
}
.cid-cK2InPBxpp .top-indicator {
  right: 0;
  top: 1rem;
  bottom: inherit;
  left: inherit;
  margin-right: 1rem;
}
.cid-cK2InPBxpp .overflow {
  position: relative;
  overflow: hidden;
}
.cid-cK2InPBxpp .zoom img {
  transition: all 0.2s linear;
}
.cid-cK2InPBxpp .zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-cK2InPBxpp img {
  vertical-align: middle;
  border-style: none;
}
.cid-cK2InPBxpp svg {
  overflow: hidden;
  vertical-align: middle;
}
.cid-cK2InPBxpp .img-fluid {
  max-width: 100%;
  height: auto;
}
.cid-cK2InPBxpp .w-100 {
  width: 100% !important;
}
.cid-cK2InPBxpp H1 {
  color: #ffffff;
}
.cid-cK2InPBxpp P {
  color: #ffffff;
}
.cid-cK2InPBxpp H2 {
  text-align: center;
  color: #ffffff;
}
.cid-cK2InPBxpp DIV {
  color: #ff3366;
}
.cid-cK2InPBxpp .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-cK2InPBxpp H6 {
  text-align: left;
}
.cid-s2V8LF2Ct7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f5ee;
}
.cid-s2V8LF2Ct7 .mbr-section-subtitle {
  color: #279e64;
}
.cid-s2V8LF2Ct7 .mbr-section-title {
  text-align: left;
  color: #13287d;
}
.cid-s2V8LF2Ct7 .mbr-text {
  color: #83868c;
}
.cid-s2V8LF2Ct7 .mbr-section-btn {
  margin-top: 40px;
}
.cid-s2V8LF2Ct7 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-s2V8LF2Ct7 .mbr-list {
  color: #83868c;
}
.cid-s2V8LF2Ct7 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-s2V8LF2Ct7 .mbr-list .list {
    text-align: left;
  }
}
.cid-s2V8LF2Ct7 .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-s2V8LF2Ct7 .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-s2V8LF2Ct7 .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-s2V8LF2Ct7 * {
    text-align: left;
  }
}
.cid-uRcq0CmDhZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #f8f5ee, #f8f5ee);
}
.cid-uRcq0CmDhZ .contenair {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-uRcq0CmDhZ .green-audio-player {
  width: 493px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 38px;
  user-select: none;
  background-color: #ff0000;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 900px) {
  .cid-uRcq0CmDhZ .green-audio-player {
    width: 300px;
  }
}
.cid-uRcq0CmDhZ .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-uRcq0CmDhZ .green-audio-player.player-accessible .controls:hover,
.cid-uRcq0CmDhZ .green-audio-player.player-accessible .volume__button:hover,
.cid-uRcq0CmDhZ .green-audio-player.player-accessible .volume__controls:hover,
.cid-uRcq0CmDhZ .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-uRcq0CmDhZ .green-audio-player svg,
.cid-uRcq0CmDhZ .green-audio-player img {
  display: block;
}
.cid-uRcq0CmDhZ .green-audio-player .holder {
  position: relative;
}
.cid-uRcq0CmDhZ .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-uRcq0CmDhZ .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uRcq0CmDhZ .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-uRcq0CmDhZ .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-uRcq0CmDhZ .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-uRcq0CmDhZ .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #e4d295;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-uRcq0CmDhZ .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-uRcq0CmDhZ .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-uRcq0CmDhZ .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-uRcq0CmDhZ .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-uRcq0CmDhZ .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-uRcq0CmDhZ .green-audio-player .controls span {
  cursor: default;
}
.cid-uRcq0CmDhZ .green-audio-player .controls:focus {
  outline: none;
}
.cid-uRcq0CmDhZ .green-audio-player .volume {
  position: relative;
}
.cid-uRcq0CmDhZ .green-audio-player .volume_test {
  height: 24px;
  width: 24px;
}
.cid-uRcq0CmDhZ .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uRcq0CmDhZ .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-uRcq0CmDhZ .green-audio-player .volume .volume__button.open path {
  fill: #000000;
}
.cid-uRcq0CmDhZ .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-uRcq0CmDhZ .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-uRcq0CmDhZ .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-uRcq0CmDhZ .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-uRcq0CmDhZ .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-uRcq0CmDhZ .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-uRcq0CmDhZ .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-uRcq0CmDhZ .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-uRcq0CmDhZ .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-uRcq0CmDhZ .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-uRcq0CmDhZ .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-uRcq0CmDhZ .green-audio-player .download:focus {
  outline: none;
}
.cid-uRcq0CmDhZ .green-audio-player:focus {
  outline: none;
}
.cid-uRcq0CmDhZ .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-uRcq0CmDhZ .hidden {
  display: none;
}
.cid-uRcq0CmDhZ .mbr-section-title {
  text-align: center;
}
.cid-uRcq0CmDhZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uRRLWv1vUr {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background: linear-gradient(0deg, #279e64, #000000);
}
.cid-uRRLWv1vUr p {
  color: #767676;
}
.cid-uRRLWv1vUr .fondcolor {
  margin-top: 3px;
  border-radius: 14px;
  border: 6px solid #232323;
  background: #232323;
}
.cid-uRRLWv1vUr .card {
  border-radius: 14px;
  margin-bottom: 3px;
}
.cid-uRRLWv1vUr .card .card-header {
  border-radius: 14px;
  border: 0px;
  padding: 0;
}
.cid-uRRLWv1vUr .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uRRLWv1vUr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uRRLWv1vUr .card .card-header a.panel-title h4 {
  padding: 0rem 2rem;
  border: 6px solid #232323;
  margin-bottom: 0;
  border-radius: 14px;
  background-color: #ffffff;
  display: -webkit-flex;
}
.cid-uRRLWv1vUr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 25px;
}
.cid-uRRLWv1vUr H2 {
  color: #ffffff;
}
.cid-uRRLWv1vUr .panel-text {
  color: #ffffff;
}
.cid-uRRLWv1vUr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRRLWv1vUr .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-uRRLWv1vUr .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uRRLWv1vUr .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-s2V8LQ8qwE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2V8LQ8qwE .head_info {
  text-align: center;
  margin-bottom: 61px;
}
.cid-s2V8LQ8qwE .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-s2V8LQ8qwE .head_info .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-s2V8LQ8qwE .head_info .mbr-section-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #83868c;
}
.cid-s2V8LQ8qwE .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #eff2f7;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-s2V8LQ8qwE .plan .plan-title {
  color: #13287d;
  margin-bottom: 32px;
}
.cid-s2V8LQ8qwE .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-s2V8LQ8qwE .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #279e64;
}
.cid-s2V8LQ8qwE .plan .plan-price .mbr-text {
  color: #13287d;
  margin-bottom: 0;
}
.cid-s2V8LQ8qwE .plan .plan-list {
  margin-bottom: 15px;
}
.cid-s2V8LQ8qwE .plan .plan-list .list-group {
  color: #83868c;
}
.cid-s2V8LQ8qwE .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-s2V8LQ8qwE .plan .plan-list .list-group-item:before {
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-s2V8LQ8qwE .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-s2V8LQ8qwE .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-s2V8LQ8qwE .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-s2V8LQ8qwE .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-s2V8LQ8qwE .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-s2V8LQ8qwE .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #ffc600 !important;
}
.cid-s2V8LQ8qwE .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.cid-uU8XTCCF8h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uU8XTCCF8h .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-uU8XTCCF8h .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-uU8XTCCF8h .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-uU8XTCCF8h .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-uU8XTCCF8h .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uU8XTCCF8h .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
  border-top: none;
}
.cid-uU8XTCCF8h .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-uU8XTCCF8h .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-uU8XTCCF8h .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-uU8XTCCF8h .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-uU8XTCCF8h .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-uU8XTCCF8h .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-uU8XTCCF8h .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-uU8XTCCF8h .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-uU8XTCCF8h .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-uU8XTCCF8h .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-uU8XTCCF8h .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-uU8XTCCF8h .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-uU8XTCCF8h .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-uU8XTCCF8h .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-uU8XTCCF8h .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-uU8XTCCF8h a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-uU8XTCCF8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uU8XTCCF8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s2V8NeNCa6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2V8NeNCa6 .main-content .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-s2V8NeNCa6 .main-content .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-s2V8NeNCa6 .main-content .mbr-text {
  color: #83868c;
}
.cid-s2V8NeNCa6 .categories {
  background-color: #eeeff2;
  padding: 35px 30px 40px;
  margin-bottom: 35px;
}
.cid-s2V8NeNCa6 .categories .mbr-section-subtitle {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #13287d;
}
.cid-s2V8NeNCa6 .categories .mbr-section-subtitle::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-s2V8NeNCa6 .categories .mbr-section-subtitle::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.cid-s2V8NeNCa6 .categories .nav {
  border: none;
  width: 100%;
  display: block !important;
  margin-top: -10px;
}
.cid-s2V8NeNCa6 .categories .nav .nav-item {
  display: inline-block !important;
}
.cid-s2V8NeNCa6 .categories .nav .nav-item:hover .nav-link {
  color: #ffffff !important;
  background: #279e64 !important;
}
.cid-s2V8NeNCa6 .categories .nav .nav-item .nav-link {
  display: inline-block;
  color: #83868c;
  box-sizing: border-box;
  font-style: normal;
  background: #ffffff;
  padding: 11px 20px;
  border: 1px solid #efefef;
  margin-top: 10px;
  margin-right: 6px;
  border-radius: 3px !important;
  transition: all .3s linear 0ms;
  font-weight: 500;
  line-height: 1.8;
}
.cid-s2V8NeNCa6 .categories .nav .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-s2V8NeNCa6 .categories .nav .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-s2V8NeNCa6 .nav-item {
    display: table-row !important;
  }
}
.cid-s2V8NeNCa6 .card-wrapper {
  height: 100%;
  margin-bottom: 15px;
}
.cid-s2V8NeNCa6 .card-wrapper .img-wrap {
  margin-bottom: 30px;
}
.cid-s2V8NeNCa6 .card-wrapper .img-wrap img {
  width: 100%;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-category:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-s2V8NeNCa6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-s2V8NeNCa6 .newsletter {
  padding: 35px 30px 40px;
  background-color: #eeeff2;
  border-radius: 3px;
  display: block;
}
.cid-s2V8NeNCa6 .newsletter .mbr-section-subtitle {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #13287d;
}
.cid-s2V8NeNCa6 .newsletter .mbr-section-subtitle::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-s2V8NeNCa6 .newsletter .mbr-section-subtitle::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.cid-s2V8NeNCa6 .newsletter .form-group,
.cid-s2V8NeNCa6 .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-s2V8NeNCa6 .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-s2V8NeNCa6 .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-s2V8NeNCa6 .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-s2V8NeNCa6 .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-s2V8NeNCa6 .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-s2V8NeNCa6 .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-s2V8NeNCa6 .newsletter .dragArea {
  flex-direction: column;
}
.cid-s2V8NeNCa6 .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  border-radius: 0;
}
.cid-s2V8NeNCa6 .newsletter .dragArea .mbr-section-btn .btn.btn-secondary:hover {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
@media (max-width: 768px) {
  .cid-s2V8NeNCa6 .img-wrap {
    margin-top: 20px;
  }
  .cid-s2V8NeNCa6 .categories .mbr-section-subtitle {
    text-align: left;
  }
  .cid-s2V8NeNCa6 .newsletter .mbr-section-subtitle {
    text-align: left;
  }
  .cid-s2V8NeNCa6 .meta::before {
    display: none !important;
  }
  .cid-s2V8NeNCa6 .meta .item-comment::after {
    display: none !important;
  }
  .cid-s2V8NeNCa6 .link {
    justify-content: center !important;
  }
}
.cid-s2V8NEcRal {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eff2f7;
}
.cid-s2V8NEcRal .widget-title {
  color: #13287d;
  margin-bottom: 30px;
}
.cid-s2V8NEcRal .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #13287d;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-s2V8NEcRal .mbr-text {
  color: #83868c;
}
.cid-s2V8NEcRal .phone-word {
  color: #279e64;
}
.cid-s2V8NEcRal .text-link {
  transition: all 0.3s ease-in;
}
.cid-s2V8NEcRal .text-link:hover {
  color: #279e64 !important;
}
.cid-s2V8NEcRal img {
  height: 100px;
  padding-right: 8px;
}
.cid-s2V8NEcRal .img1 {
  color: #279e64;
}
.cid-s2V8NEcRal .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-s2V8NEcRal .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s2V8NEcRal .content .link-wrap {
  color: red;
}
.cid-s2V8NEcRal .content .date-wrap {
  color: #13287d;
}
.cid-s2V8NEcRal .item,
.cid-s2V8NEcRal .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-s2V8NEcRal .item h4,
.cid-s2V8NEcRal .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s2V8NEcRal .link {
  transition: all 0.3s ease-in;
}
.cid-s2V8NEcRal .link .card-img {
  padding-bottom: 3px;
}
.cid-s2V8NEcRal .link:hover .card-img span {
  color: #279e64;
}
.cid-s2V8NEcRal .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-s2V8NEcRal .item .card-img {
  width: auto;
}
.cid-s2V8NEcRal .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-s2V8NEcRal .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-s2V8NEcRal h5 {
    text-align: left !important;
  }
  .cid-s2V8NEcRal .line-wrap {
    text-align: left !important;
  }
}
.cid-s2V8NEcRal .item-title {
  color: #83868c;
  transition: all 0.3s ease-in;
}
.cid-s2V8NEcRal .item-title:hover {
  color: #279e64;
}
.cid-s2V8NEcRal .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-s2V8NEcRal .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-s2V8NEcRal .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-s2V8NEcRal .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-s2V8NEcRal .btn[class*="-outline"]:active,
.cid-s2V8NEcRal .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-s2V8NEcRal .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-s2V8NEcRal .list .list-item:last-child {
  margin-top: 10px;
}
.cid-s2V8NEcRal .pre-form {
  color: #83868c;
}
.cid-s2V8NEcRal .form-group,
.cid-s2V8NEcRal .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-s2V8NEcRal .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-s2V8NEcRal .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-s2V8NEcRal .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-s2V8NEcRal .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-s2V8NEcRal .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-s2V8NEcRal .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-s2V8NEcRal .form-group .mbr-iconfont {
  color: #279e64;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-s2V8NEcRal .dragArea {
  flex-direction: column;
}
.cid-s2V8NEcRal .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-uUgs39mx0m {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/05-6.jpg");
}
.cid-uUgs39mx0m .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUgs39mx0m .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uUgs39mx0m .carousel-item .wrap-img {
  text-align: center;
}
.cid-uUgs39mx0m .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uUgs39mx0m .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #444444;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uUgs39mx0m .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-uUgs39mx0m .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-uUgs39mx0m .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-uUgs39mx0m .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-uUgs39mx0m .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uUgs39mx0m .carousel-control:hover {
  background-color: #13287d;
}
@media (max-width: 767px) {
  .cid-uUgs39mx0m .carousel-control {
    display: none;
  }
  .cid-uUgs39mx0m .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-uUgs39mx0m .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-uUgs39mx0m .cloneditem-1,
.cid-uUgs39mx0m .cloneditem-2,
.cid-uUgs39mx0m .cloneditem-3,
.cid-uUgs39mx0m .cloneditem-4,
.cid-uUgs39mx0m .cloneditem-5 {
  display: none;
}
.cid-uUgs39mx0m .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-uUgs39mx0m .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uUgs39mx0m .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uUgs39mx0m .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uUgs39mx0m .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uUgs39mx0m .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uUgs39mx0m .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uUgs39mx0m .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uUgs39mx0m .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uUgs39mx0m .carousel-inner.slides2 .cloneditem-1,
  .cid-uUgs39mx0m .carousel-inner.slides2 .cloneditem-2,
  .cid-uUgs39mx0m .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uUgs39mx0m .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uUgs39mx0m .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uUgs39mx0m .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uUgs39mx0m .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uUgs39mx0m .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uUgs39mx0m .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uUgs39mx0m .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uUgs39mx0m .carousel-inner.slides3 .cloneditem-1,
  .cid-uUgs39mx0m .carousel-inner.slides3 .cloneditem-2,
  .cid-uUgs39mx0m .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uUgs39mx0m .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uUgs39mx0m .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uUgs39mx0m .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uUgs39mx0m .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uUgs39mx0m .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uUgs39mx0m .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uUgs39mx0m .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uUgs39mx0m .carousel-inner.slides4 .cloneditem-1,
  .cid-uUgs39mx0m .carousel-inner.slides4 .cloneditem-2,
  .cid-uUgs39mx0m .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uUgs39mx0m .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uUgs39mx0m .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uUgs39mx0m .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uUgs39mx0m .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uUgs39mx0m .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uUgs39mx0m .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uUgs39mx0m .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uUgs39mx0m .carousel-inner.slides5 .cloneditem-1,
  .cid-uUgs39mx0m .carousel-inner.slides5 .cloneditem-2,
  .cid-uUgs39mx0m .carousel-inner.slides5 .cloneditem-3,
  .cid-uUgs39mx0m .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uUgs39mx0m .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uUgs39mx0m .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uUgs39mx0m .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uUgs39mx0m .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uUgs39mx0m .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uUgs39mx0m .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uUgs39mx0m .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uUgs39mx0m .carousel-inner.slides6 .cloneditem-1,
  .cid-uUgs39mx0m .carousel-inner.slides6 .cloneditem-2,
  .cid-uUgs39mx0m .carousel-inner.slides6 .cloneditem-3,
  .cid-uUgs39mx0m .carousel-inner.slides6 .cloneditem-4,
  .cid-uUgs39mx0m .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uUgs39mx0m .mbr-section-title {
  margin: 0;
}
.cid-uUgs39mx0m .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uUgs39mx0m .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uUgs39mx0m .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUgs39mx0m .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-uUgs39mx0m .carousel-control-prev {
    left: 15px !important;
  }
  .cid-uUgs39mx0m .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-uUgs39mx0m .carousel-control-next {
    right: 15px !important;
  }
  .cid-uUgs39mx0m .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-uUqBUXLES7 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uUqBUXLES7 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uUqBUXLES7 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uUqBS8vOld {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f5ee;
}
.cid-uUqBS8vOld .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uUqBS8vOld .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #13287d;
}
.cid-uUqBS8vOld .svg-top .st0 {
  fill: #f8f5ee;
}
@media (max-width: 992px) {
  .cid-uUqBS8vOld .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uUqBS8vOld .text-content {
    max-width: none;
  }
}
.cid-uUqBS8vOld .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #005e9a;
  border: 2px solid #005e9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uUqBS8vOld .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uUqBS8vOld .mbr-iconfont-social:hover {
  background-color: #005e9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uUqBS8vOld .icons {
    justify-content: center !important;
  }
  .cid-uUqBS8vOld .text-content * {
    text-align: center;
  }
}
.cid-uUqBS8vOld P {
  color: #000000;
  text-align: center;
}
.cid-uUqBS8vOld .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-Tykzz8iAIc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-Tykzz8iAIc img {
  width: auto;
}
.cid-Tykzz8iAIc .media-container-row .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-Tykzz8iAIc .media-container-row .mbr-text P {
  text-align: center;
}
.cid-Tykzz8iAIc P {
  text-align: center;
}
.cid-Tykzz8iAIc .media-container-row .mbr-text .media-container-row .mbr-text {
  text-align: right;
}
.cid-uQUTFOOaiW .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uQUTFOOaiW .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-uQUTFOOaiW .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-uQUTFOOaiW .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uQUTFOOaiW .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uQUTFOOaiW .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uQUTFOOaiW .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uQUTFOOaiW .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uQUTFOOaiW .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uQUTFOOaiW .custom1 {
  background: #000000;
  color: white;
  width: 50px;
}
.cid-uQUTFOOaiW .custom2 {
  background: #ee2626;
  color: white;
  width: 50px;
}
.cid-uQUTFOOaiW .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uQUTFOOaiW .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#279e64, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-uQUTFOOaiW .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #279e64);
}
.cid-uQUTFOOaiW .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-uQUTFOOaiW P {
  color: #232323;
}
.cid-uQUTFOOaiW DIV {
  color: #ffffff;
}
.cid-uQUTFOOaiW H10 {
  color: #767676;
}
.cid-uQUTFOOaiW .hidden {
  display: none;
}
.cid-uQUTFOOaiW div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-ipRrT1JtSv .whatsapp-wrapper {
  position: fixed;
  bottom: 44px;
  right: 9px;
  z-index: 9999;
}
.cid-ipRrT1JtSv .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(53px);
  min-height: calc(53px);
}
.cid-ipRrT1JtSv .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-ipRrT1JtSv .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-ipRrT1JtSv .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-ipRrT1JtSv .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-ipRrT1JtSv .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-ipRrT1JtSv .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-ipRrT1JtSv .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-ipRrT1JtSv .whatsapp-button::after {
    display: none;
  }
}
.cid-ipRrT1JtSv DIV {
  color: #ffffff;
}
.cid-ipRrT1JtSv p {
  color: #000;
}
.cid-ipRrT1JtSv .hidden {
  display: none;
}
