@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d8ff90 !important;
}
.bg-success {
  background-color: #777d74 !important;
}
.bg-info {
  background-color: #66a3ff !important;
}
.bg-warning {
  background-color: #bbbbbb !important;
}
.bg-danger {
  background-color: #afed3c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d8ff90 !important;
  border-color: #d8ff90 !important;
  color: #fafafa !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fafafa !important;
  background-color: #c6ff5d !important;
  border-color: #c6ff5d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
  color: #fafafa !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fafafa !important;
  background-color: #ff8f57 !important;
  border-color: #ff8f57 !important;
}
.btn-info,
.btn-info:active {
  background-color: #66a3ff !important;
  border-color: #66a3ff !important;
  color: #fafafa !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fafafa !important;
  background-color: #3384ff !important;
  border-color: #3384ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #777d74 !important;
  border-color: #777d74 !important;
  color: #fafafa !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fafafa !important;
  background-color: #5e635b !important;
  border-color: #5e635b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #fafafa !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fafafa !important;
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #afed3c !important;
  border-color: #afed3c !important;
  color: #fafafa !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fafafa !important;
  background-color: #9ae115 !important;
  border-color: #9ae115 !important;
}
.btn-primary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #d8ff90 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #fafafa !important;
  background-color: #d8ff90 !important;
  border-color: #d8ff90 !important;
}
.btn-primary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #d8ff90;
}
.btn-primary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-primary-outline {
    display: inline-block;
    border-color: #d8ff90;
  }
  .btn-primary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-secondary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ffb18a !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #fafafa !important;
  background-color: #ffb18a !important;
  border-color: #ffb18a !important;
}
.btn-secondary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #ffb18a;
}
.btn-secondary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-secondary-outline {
    display: inline-block;
    border-color: #ffb18a;
  }
  .btn-secondary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-info-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #66a3ff !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fafafa !important;
  background-color: #66a3ff !important;
  border-color: #66a3ff !important;
}
.btn-info-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #66a3ff;
}
.btn-info-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-info-outline {
    display: inline-block;
    border-color: #66a3ff;
  }
  .btn-info-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-success-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #777d74 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #fafafa !important;
  background-color: #777d74 !important;
  border-color: #777d74 !important;
}
.btn-success-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #777d74;
}
.btn-success-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-success-outline {
    display: inline-block;
    border-color: #777d74;
  }
  .btn-success-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-warning-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #bbbbbb !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #fafafa !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-warning-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #bbbbbb;
}
.btn-warning-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-warning-outline {
    display: inline-block;
    border-color: #bbbbbb;
  }
  .btn-warning-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-danger-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #afed3c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #fafafa !important;
  background-color: #afed3c !important;
  border-color: #afed3c !important;
}
.btn-danger-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #afed3c;
}
.btn-danger-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-danger-outline {
    display: inline-block;
    border-color: #afed3c;
  }
  .btn-danger-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-black-outline {
  color: #333333!important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa!important;
  background-color: #333333;
  border-color: transparent;
}
.btn-white-outline {
  color: #fafafa!important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #333333;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333!important;
  background-color: #fafafa;
  border-color: transparent;
}
.btn-white {
  color: #333333!important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.text-primary {
  color: #d8ff90 !important;
}
.text-secondary {
  color: #ffb18a !important;
}
.text-success {
  color: #777d74 !important;
}
.text-info {
  color: #66a3ff !important;
}
.text-warning {
  color: #bbbbbb !important;
}
.text-danger {
  color: #afed3c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c6ff5d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff8f57 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5e635b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3384ff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a2a2a2 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9ae115 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #66a3ff;
}
.alert-warning {
  background-color: #bbbbbb;
}
.alert-danger {
  background-color: #afed3c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d8ff90;
  border-color: #d8ff90;
  color: #6eaa00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d8ff90;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b7bbb6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fcfef7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #d8ff90;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d8ff90;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d8ff90;
  border-bottom-color: #d8ff90;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d8ff90 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffb18a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d8ff90' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s5yW3Le6Ih {
  z-index: 1000;
  width: 100%;
}
.cid-s5yW3Le6Ih nav.navbar {
  position: fixed;
  background: #ffffff;
}
/*.cid-s5yW3Le6Ih img {
  width: 50px!important;
  height: 50px!important;
}*/
.cid-s5yW3Le6Ih .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-s5yW3Le6Ih .navbar-short .nav-link {
  color: black!important;
}
.cid-s5yW3Le6Ih .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-s5yW3Le6Ih .navbar.opened {
  transition: all .3s;
}
.cid-s5yW3Le6Ih .navbar .navbar-logo img {
  width: auto;
}
.cid-s5yW3Le6Ih .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5yW3Le6Ih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5yW3Le6Ih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5yW3Le6Ih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5yW3Le6Ih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5yW3Le6Ih .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s5yW3Le6Ih .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-s5yW3Le6Ih .navbar.navbar-short {
  min-height: 60px;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5yW3Le6Ih .navbar-logo {
  margin-right: 1rem!important;
}
.cid-s5yW3Le6Ih .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-s5yW3Le6Ih .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ffb18a;
}
.cid-s5yW3Le6Ih .nav-link:hover,
.cid-s5yW3Le6Ih .nav-link:focus {
  color: #ffb18a !important;
}
.cid-s5yW3Le6Ih .nav-link:hover:before,
.cid-s5yW3Le6Ih .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-s5yW3Le6Ih .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-s5yW3Le6Ih .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ffb18a;
}
.cid-s5yW3Le6Ih .dropdown-item:hover,
.cid-s5yW3Le6Ih .dropdown-item:focus {
  color: #ffb18a !important;
  transform: translateX(10px);
}
.cid-s5yW3Le6Ih .dropdown-item:hover:before,
.cid-s5yW3Le6Ih .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ffb18a inset;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yW3Le6Ih .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ffb18a;
}
.cid-s5yW3Le6Ih .navbar-nav {
  margin: auto;
}
.cid-s5yW3Le6Ih .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5yW3Le6Ih .container {
  display: flex;
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar-caption {
  padding-right: 4rem;
}
.cid-s5yW3Le6Ih .dropdown-menu,
.cid-s5yW3Le6Ih .navbar.opened {
  background: #ffffff !important;
}
.cid-s5yW3Le6Ih .nav-item:focus,
.cid-s5yW3Le6Ih .nav-link:focus {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5yW3Le6Ih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5yW3Le6Ih .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown-item.active,
.cid-s5yW3Le6Ih .dropdown-item:active {
  background-color: transparent;
}
.cid-s5yW3Le6Ih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5yW3Le6Ih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5yW3Le6Ih ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s5yW3Le6Ih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5yW3Le6Ih button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5yW3Le6Ih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5yW3Le6Ih .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5yW3Le6Ih .navbar {
    height: 77px;
  }
  .cid-s5yW3Le6Ih .navbar.opened {
    height: auto;
  }
  .cid-s5yW3Le6Ih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5yW3Le6Ih .navbar {
    background: #ffffff;
  }
  .cid-s5yW3Le6Ih .nav-link {
    color: black!important;
  }
}
.cid-s5yW3vGMYM {
  padding-top: 9rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  overflow: hidden;
}
.cid-s5yW3vGMYM .mbr-text,
.cid-s5yW3vGMYM .mbr-section-btn {
  color: #777d74;
  text-align: left;
}
.cid-s5yW3vGMYM .btn-white {
  color: #333333!important;
}
.cid-s5yW3vGMYM .image1 {
  position: absolute;
  right: 8%;
  top: 25%;
  height: 500px;
  width: auto;
  animation: rev 5s ease-in-out infinite;
}
.cid-s5yW3vGMYM .image2 {
  position: absolute;
  left: 83%;
  bottom: 20%;
  height: 500px;
  width: auto;
  animation: rev2 5s ease-in-out infinite;
}
@keyframes rev {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(10px) translateY(-10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rev2 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(15px) translateY(5px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.cid-s5yW3vGMYM svg {
  position: absolute;
  left: 31%;
  top: -36px;
  transform: translateX(-50%);
}
.cid-s5yW3vGMYM svg path {
  fill: #d8ff90;
}
@media (max-width: 1600px) {
  .cid-s5yW3vGMYM .image1 {
    top: 10%;
    height: 400px;
  }
  .cid-s5yW3vGMYM .image2 {
    bottom: 43%;
    height: 280px;
  }
}
@media (max-width: 992px) {
  .cid-s5yW3vGMYM {
    padding-top: 6rem !important;
}
  .cid-s5yW3vGMYM svg {
    width: 1050px;
    height: 1050px;
  }
  .cid-s5yW3vGMYM .image1 {
    height: 220px;
  }
  .cid-s5yW3vGMYM .image2 {
    bottom: 15%;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .cid-s5yW3vGMYM svg {
    top: -120px;
    opacity: 0.5;
  }
  .cid-s5yW3vGMYM .image1 {
    left: 44%;
    right: 50%;
    height: 180px;
    top: 80%  !important;
    bottom: 3rem !important;
    transform: translateX(-50%);
    animation: none;
  }
  .cid-s5yW3vGMYM .image2 {
    right: 50%;
    left: 62%;
    bottom: 3rem;
    height: 180px;
    transform: translateX(-50%);
    animation: none;
  }
}
.cid-s5yW3vGMYM .mbr-section-title {
  color: #777d74;
}
.cid-s5yW3vGMYM .mbr-section-subtitle {
  color: #777d74;
}
.cid-srfHHCVSzc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-srfHHCVSzc .photo-split .element-outer {
  display: none;
}
.cid-srfHHCVSzc .photo-split .element-outer2 {
  display: none;
}
.cid-srfHHCVSzc .photo-split .element-inner {
  display: none;
}
.cid-srfHHCVSzc .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-srfHHCVSzc .content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.cid-srfHHCVSzc .photo-split .image-wrap {
  text-align: right;
}
.cid-srfHHCVSzc .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-srfHHCVSzc .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-srfHHCVSzc .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-srfHHCVSzc .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-srfHHCVSzc .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-srfHHCVSzc .wrap-block {
  padding: 3rem 3rem;
}
.cid-srfHHCVSzc .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-srfHHCVSzc .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-srfHHCVSzc .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-srfHHCVSzc .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-srfHHCVSzc .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-srfHHCVSzc .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-srfHHCVSzc .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-srfHHCVSzc .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-srfHHCVSzc .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-srfHHCVSzc .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-srfHHCVSzc .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-srfHHCVSzc .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-srfHHCVSzc .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-srfHHCVSzc .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-srfHHCVSzc .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-srfHHCVSzc .photo-split {
    padding: 3rem 3rem;
  }
  .cid-srfHHCVSzc .photo-split .element-outer,
  .cid-srfHHCVSzc .photo-split .element-outer2 {
    display: none;
  }
  .cid-srfHHCVSzc .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-srfHHCVSzc .mbr-section-title,
  .cid-srfHHCVSzc .mbr-section-subtitle,
  .cid-srfHHCVSzc .mbr-text {
    text-align: left !important;
  }
  .cid-srfHHCVSzc .social-list {
    text-align: left !important;
  }
}
.cid-srfHHCVSzc .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-srfHHCVSzc .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-srfHHCVSzc .wrap-block .contents .mbr-section-title,
.cid-srfHHCVSzc .menu-content-right {
  color: #ffb18a;
}
.cid-srfHHCVSzc .wrap-block .contents h4,
.cid-srfHHCVSzc .menu-content-right {
  color: #000000;
}
.cid-srfGUWeCx9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}
.cid-srfGUWeCx9 img {
  width: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-srfGUWeCx9 .mbr-section-title {
  text-align: left;
  color: #ffb18a;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-srfGUWeCx9 .mbr-text {
  color: #000000;
  line-height: 1.5;
}
.cid-srfGUWeCx9 .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-srfGUWeCx9 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-srfGUWeCx9 .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-srfGUWeCx9 .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-srfLxJsbNQ {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-srfLxJsbNQ .photo-split .element-outer {
  display: none;
}
.cid-srfLxJsbNQ .photo-split .element-outer2 {
  display: none;
}
.cid-srfLxJsbNQ .photo-split .element-inner {
  display: none;
}
.cid-srfLxJsbNQ .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-srfLxJsbNQ .content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.cid-srfLxJsbNQ .photo-split .image-wrap {
  text-align: right;
}
.cid-srfLxJsbNQ .photo-split .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-srfLxJsbNQ .photo-split .element-outer {
  border-radius: 100%;
  padding: 60px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-srfLxJsbNQ .photo-split .element-outer2 {
  border-radius: 100%;
  padding: 100px;
  border: 3px dashed #e3e3e3;
  position: absolute;
  z-index: 7;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-srfLxJsbNQ .photo-split .element-inner {
  position: absolute;
  z-index: 10;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-srfLxJsbNQ .photo-split .element-inner .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 31px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #4f87fb;
  margin-right: 15px;
  z-index: 10;
}
.cid-srfLxJsbNQ .wrap-block {
  padding: 3rem 3rem;
}
.cid-srfLxJsbNQ .wrap-block .contents {
  margin-bottom: 40px;
  padding-right: 50px;
}
.cid-srfLxJsbNQ .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-srfLxJsbNQ .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-srfLxJsbNQ .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-srfLxJsbNQ .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
}
.cid-srfLxJsbNQ .wrap-block .contents .mbr-section-text.display-7 {
  font-size: 20px;
}
.cid-srfLxJsbNQ .wrap-block .contents .mbr-section-text.display-4 {
  font-size: 16px;
}
.cid-srfLxJsbNQ .wrap-block .contents h3 {
  color: #130947;
  letter-spacing: -0.5px;
}
.cid-srfLxJsbNQ .wrap-block .contents h4 {
  color: #6d7a8c;
}
.cid-srfLxJsbNQ .info-widget {
  padding-top: 0.5rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-srfLxJsbNQ .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #ffffff;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-srfLxJsbNQ .info-widget .signature {
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
  width: auto;
}
.cid-srfLxJsbNQ .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-srfLxJsbNQ .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-srfLxJsbNQ .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
}
@media (max-width: 991px) {
  .cid-srfLxJsbNQ .photo-split {
    padding: 3rem 3rem;
  }
  .cid-srfLxJsbNQ .photo-split .element-outer,
  .cid-srfLxJsbNQ .photo-split .element-outer2 {
    display: none;
  }
  .cid-srfLxJsbNQ .photo-split .element-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-srfLxJsbNQ .mbr-section-title,
  .cid-srfLxJsbNQ .mbr-section-subtitle,
  .cid-srfLxJsbNQ .mbr-text {
    text-align: left !important;
  }
  .cid-srfLxJsbNQ .social-list {
    text-align: left !important;
  }
}
.cid-srfLxJsbNQ .boldSubtitle {
  margin-top: 40px !important;
}
@media (max-width: 500px) {
  .cid-srfLxJsbNQ .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-srfLxJsbNQ .wrap-block .contents .mbr-section-title,
.cid-srfLxJsbNQ .menu-content-right {
  color: #ffb18a;
}
.cid-srfLxJsbNQ .wrap-block .contents h4,
.cid-srfLxJsbNQ .menu-content-right {
  color: #000000;
}
.cid-srfJWDllK3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}



.cid-srfJWDllK3 .mbr-section-subtitle {
  color: #33358c;
}
.cid-srfJWDllK3 .mbr-text,
.cid-srfJWDllK3 .mbr-section-btn {
  color: #616161;
}
.cid-srfJWDllK3 .row {
  justify-content: space-between;
}
.cid-srfJWDllK3 img {
  border-radius: 8px;
}
.cid-srfJWDllK3 .mbr-section-title {
  color: #ffb18a;
}




.cid-srfJWDllK4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}

.cid-srfJWDllK4 .mbr-section-subtitle {
  color: #33358c;
}
.cid-srfJWDllK4 .mbr-text,
.cid-srfJWDllK4 .mbr-section-btn {
  color: #616161;
}
.cid-srfJWDllK4 .row {
  justify-content: space-between;
}
.cid-srfJWDllK4 img {
  border-radius: 8px;
}
.cid-srfJWDllK4 .mbr-section-title {
  color: #ffb18a;
}


@media (max-width: 991px) {
  .cid-srfJWDllK4 .mbr-section-title {
        margin-top: 8rem;
  }
}


.cid-s5yWbY8QNg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpeg");
}
.cid-s5yWbY8QNg .mbr-section-title {
  color: #777d74;
}
.cid-s5yWbY8QNg .mbr-text,
.cid-s5yWbY8QNg .mbr-section-btn {
  color: #ffffff;
}
.cid-s5yWbY8QNg .btn {
  color: white!important;
  border-color: white!important;
}
.cid-srfP1kIO2c {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-srfP1kIO2c img,
.cid-srfP1kIO2c .item-img {
  height: 100%;
  height: 280px;
  object-fit: cover;
}
.cid-srfP1kIO2c .item:focus,
.cid-srfP1kIO2c span:focus {
  outline: none;
}
.cid-srfP1kIO2c .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 786px) {
  .cid-srfP1kIO2c .item {
    margin-bottom: 3.25rem;
  }
}
.cid-srfP1kIO2c .item-img {
  overflow: hidden;
}
.cid-srfP1kIO2c .item img {
  transition: 0.5s;
}
.cid-srfP1kIO2c .item:hover img {
  transform: scale(1.2);
}
.cid-srfP1kIO2c .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srfP1kIO2c .item-wrapper .item-content {
    padding: 1.5rem 0 0;
  }
}
@media (max-width: 991px) {
  .cid-srfP1kIO2c .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-srfP1kIO2c .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-srfP1kIO2c .mbr-section-btn {
  margin-top: 1.87rem !important;
}
.cid-srfP1kIO2c .mbr-section-head {
  margin-bottom: 4rem;
}
.cid-srfP1kIO2c .item-subtitle {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: #6a6868;
}
.cid-srfP1kIO2c .item-title {
  margin-bottom: 0;
  color: #1d1e22;
}
.cid-srfP1kIO2c .mbr-text,
.cid-srfP1kIO2c .mbr-section-btn {
  color: #515258;
}
.cid-srfP1kIO2c .mbr-section-title {
  text-align: center;
  color: #ffb18a;
}
.cid-s5yWUR9mq5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #cae49a;
}
.cid-s5yWUR9mq5 .list-group-item {
  background-color: transparent;
  padding: .5rem 2rem;
}
/*.cid-s5yWUR9mq5 .plan-body {
  padding-bottom: 2rem;
}*/
.cid-s5yWUR9mq5 .first-card {
  background: #ffffff;
}
.cid-s5yWUR9mq5 .second-card {
  background: #ffffff;
}
.cid-s5yWUR9mq5 .second-card .plan-title,
.cid-s5yWUR9mq5 .second-card .price,
.cid-s5yWUR9mq5 .second-card .price-term,
.cid-s5yWUR9mq5 .second-card .list-group-item {
  color: #000000 !important;
}
.cid-s5yWUR9mq5 .first-card .plan-title,
.cid-s5yWUR9mq5 .first-card .price,
.cid-s5yWUR9mq5 .first-card .price-term,
.cid-s5yWUR9mq5 .first-card .list-group-item {
  color: #000000 !important;
}
.cid-s5yWUR9mq5 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.cid-s5yWUR9mq5 .plan-header svg {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) scaleY(0.9);
  z-index: 0;
}
.cid-s5yWUR9mq5 .plan-header svg path,
.cid-s5yWUR9mq5 .plan-header svg use,
.cid-s5yWUR9mq5 .plan-header svg g {
  fill: #f8f8f8 !important;
}
.cid-s5yWUR9mq5 .plan-title,
.cid-s5yWUR9mq5 .plan-price {
  z-index: 2;
  position: relative;
}
.cid-s5yWUR9mq5 li {
  position: relative;
}
.cid-s5yWUR9mq5 li:before {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #24c373;
  font-size: 0.8rem;
}
.cid-s5yWUR9mq5 .plan {
  word-break: break-word;
  border: 2px solid #efefef;
  border-radius: 16px;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.cid-s5yWUR9mq5 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-s5yWUR9mq5 .plan {
    margin-bottom: 2rem;
  }
}
.cid-s5yWUR9mq5 UL {
  text-align: left;
}
.cid-s5yWUR9mq5 .price {
  color: #ffb18a;
}
.cid-s5yWUR9mq5 .main-title {
  text-align: center;
}
.cid-s5yWUR9mq5 .first-card {
  height: 401px;
  }
.cid-s5yWUR9mq5 .first-card img {
    width: 87% !important;
    margin: 0 auto !important;
  /*margin-top: 90px;*/
  }
@media (min-width: 768px) {
  .cid-s5yWUR9mq5 .first-card {
  height: 403px;
  }
  .cid-s5yWUR9mq5 .first-card img {

  margin-top: 20px !important;
  }
} 
.cid-srfVa0gs2m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f8f8;
}
.cid-srfVa0gs2m .mbr-iconfont {
  color: #bbbbbb;
}
.cid-srfVa0gs2m .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-srfVa0gs2m .mbr-text {
  margin: 1.5rem 0;
}
.cid-srfVa0gs2m .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-srfVa0gs2m .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-srfVa0gs2m .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-srfVa0gs2m .mbr-section-subtitle,
.cid-srfVa0gs2m .mbr-text,
.cid-srfVa0gs2m .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-srfVa0gs2m .mbr-section-title {
  color: #ffb18a;
}
.cid-srfVa0gs2m .card-title {
  color: #42424c;
}
.cid-srfVa0gs2m .mbr-text,
.cid-srfVa0gs2m .social-links .mbr-iconfont {
  color: #000000;
}
.cid-srfW1KpDSC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpg");
}
.cid-srfW1KpDSC .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #d8ff90;
  margin-left: 1rem;
}
.cid-srfW1KpDSC .panel-group {
  border: none;
}
.cid-srfW1KpDSC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-srfW1KpDSC .panel-body {
  padding: 1rem 2rem;
}
.cid-srfW1KpDSC .header-wrapper {
  position: relative;
}
.cid-srfW1KpDSC .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-srfW1KpDSC span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-srfW1KpDSC .card {
  overflow: visible;
}
.cid-srfW1KpDSC .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-srfW1KpDSC .card:hover .hover-bg {
  background: #ffb18a;
  right: -8px;
  top: 8px;
}
.cid-srfW1KpDSC .card:hover span {
  transform: rotate(-90deg);
}
.cid-srfW1KpDSC .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-srfW1KpDSC .panel-body {
    padding: 1rem 0rem;
  }
  .cid-srfW1KpDSC .card-header {
    padding: 1rem 1rem;
  }
}
.cid-srfW1KpDSC H4 {
  color: #777d74;
}
.cid-srfW1KpDSC .panel-title-edit {
  color: #1c1c25;
}
.cid-srfHyRLSky {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-srfHyRLSky img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-srfHyRLSky .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-srfHyRLSky .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-srfHyRLSky .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-srfHyRLSky .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-srfHyRLSky .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-srfHyRLSky .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-srfFF9Iqdh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-srfFF9Iqdh .icon1 {
  background: #a8aaf1;
}
.cid-srfFF9Iqdh .link-text-wrapper {
  display: flex;
  align-items: center;
}
.cid-srfFF9Iqdh .link-text-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 1rem;
}
.cid-srfFF9Iqdh .link-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  margin: auto;
  width: 70px;
  height: 70px;
}
.cid-srfFF9Iqdh .link-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-srfFF9Iqdh .inline-wrapper {
  display: inline-block;
}
.cid-srfFF9Iqdh .align-wrapper {
  width: 100%;
}
.cid-srfFF9Iqdh .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 70px;
  width: 70px;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  transition: all 0.3s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
}
.cid-srfFF9Iqdh .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-srfFF9Iqdh .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-srfFF9Iqdh .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-srfFF9Iqdh .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.8rem;
  color: #1c1c25;
  position: relative;
}
.cid-srfFF9Iqdh .icon-bg {
  position: absolute;
  overflow: visible;
  top: 6px;
  right: -6px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: 1;
  height: 100%;
  border-radius: 50%;
}
.cid-srfFF9Iqdh img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-srfFF9Iqdh img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}
.cid-srfFF9Iqdh .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-srfFF9Iqdh .mbr-section-subtitle {
  color: #767676;
}
.cid-srfFF9Iqdh .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-srfFF9Iqdh .card-text {
  color: #767676;
}
.cid-srfFF9Iqdh .main-sub-title,
.cid-srfFF9Iqdh .align-wrapper {
  color: #33358c;
}
.cid-srfFF9Iqdh .main-text {
  color: #777d74;
}
.cid-srfFF9Iqdh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-srfFF9Iqdh .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-srfFF9Iqdh .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-srfFF9Iqdh a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-srfFF9Iqdh a.close:hover {
  color: #ffffff;
}
.cid-s5yWKz5cqB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f8f8f8;
  z-index: 2;
}
.cid-s5yWKz5cqB .row {
  justify-content: space-between;
}
.cid-s5yWKz5cqB .wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cid-s5yWKz5cqB .wrapper .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5yWKz5cqB .wrapper .icon-wrapper {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-s5yWKz5cqB .wrapper .icon-wrapper {
    margin: 0 0.5rem;
  }
  .cid-srfFF9Iqdh .modalWindow .modalWindow-video {
    height: 100vw !important;
    width: 80vw;
    margin: 0 auto;
  }
}
.cid-s5yWKz5cqB .wrapper .icon1 {
  color: #6592e6;
}
.cid-s5yWKz5cqB .wrapper .icon2 {
  color: #72dfe9;
}
.cid-s5yWKz5cqB .wrapper .icon3 {
  color: #ff6666;
}
.cid-s5yWKz5cqB .wrapper .border1 {
  border: 2px solid #efefef;
}
.cid-s5yWKz5cqB .wrapper .border1:hover {
  border: 2px solid #6592e6;
}
.cid-s5yWKz5cqB .wrapper .border2 {
  border: 2px solid #efefef;
}
.cid-s5yWKz5cqB .wrapper .border2:hover {
  border: 2px solid #72dfe9;
}
.cid-s5yWKz5cqB .wrapper .border3 {
  border: 2px solid #efefef;
}
.cid-s5yWKz5cqB .wrapper .border3:hover {
  border: 2px solid #ff6666;
}
@media (max-width: 767px) {
  .cid-s5yWKz5cqB .wrapper {
    justify-content: center;
  }
}
.cid-s5yWKz5cqB .link-wrapper {
  align-items: center;
  display: flex;
}
.cid-s5yWKz5cqB .link-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s5yWKz5cqB .inline-wrapper {
  display: inline-block;
}
.cid-s5yWKz5cqB .align-wrapper {
  width: 100%;
}
.cid-s5yWKz5cqB .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 4px;
  min-width: 20px;
  width: 20px;
  align-items: center;
  display: flex;
  height: 20px;
  margin: 0 0.4rem;
  justify-content: center;
  transition: all 0.3s;
}
.cid-s5yWKz5cqB .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5yWKz5cqB .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yWKz5cqB .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yWKz5cqB .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: .5rem;
  font-weight: 900;
  color: #1c1c25;
}
.cid-s5yWKz5cqB .icon-bg {
  position: absolute;
  overflow: visible;
  top: 3px;
  right: -3px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 4px;
  background: #ffb18a;
}
.cid-s5yWKz5cqB img {
  border-radius: 8px;
}
.cid-s5yWKz5cqB .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-s5yWKz5cqB .mbr-section-subtitle {
  color: #767676;
}
.cid-s5yWKz5cqB .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yWKz5cqB .card-text {
  color: #767676;
}
.cid-s5yWKz5cqB .main-sub-title,
.cid-s5yWKz5cqB .align-wrapper {
  color: #33358c;
}
.cid-s5yWKz5cqB .main-text {
  color: #777d74;
}
.cid-s5yWKz5cqB .hover:hover .main-text-title {
  color: #ffb18a !important;
}
.cid-s5yWKz5cqB .main-text-title {
  color: #1c1c25;
  transition: all 0.3s;
}
.cid-s5yXlY1rw2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-s5yXlY1rw2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s5yXlY1rw2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s5yXlY1rw2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li:hover {
  color: #ffb18a;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s5yXlY1rw2 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s5yXlY1rw2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s5yXlY1rw2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s5yXlY1rw2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s5yXlY1rw2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s5yXlY1rw2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5yXlY1rw2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s5yXlY1rw2 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-s5yXlY1rw2 .foot-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-srsfTqRuuV .modalWindow .modalWindow-video {
    height: 100vw !important;
    width: 80vw;
    margin: 0 auto;
  }
}
.cid-s5yXlY1rw2 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-sqmEOGHIMl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sqmEOGHIMl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sqmEOGHIMl form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sqmEOGHIMl form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-sqmEOGHIMl form.mbr-form {
    padding: 1rem;
  }
}
.cid-sqmEOGHIMl form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sqmEOGHIMl form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sqmEOGHIMl .mbr-section-title {
  color: #ffb18a;
  font-weight: bold;
}
.cid-srsfTqRuuV {
  padding-top: 120px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/sleep-775x438.jpg");
}
.cid-srsfTqRuuV .icon1 {
  background: #ffb18a;
}
.cid-srsfTqRuuV .mbr-overlay {
  z-index: 0;
}
.cid-srsfTqRuuV .link-wrapper {
  position: relative;
  margin: auto;
  width: 80px;
  height: 80px;
}
.cid-srsfTqRuuV .link-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-srsfTqRuuV .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 80px;
  width: 80px;
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
  transition: all 0.3s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
}
.cid-srsfTqRuuV .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-srsfTqRuuV .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-srsfTqRuuV .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-srsfTqRuuV .mbr-iconfont {
  transition: all 0.3s;
  font-size: 2rem;
  color: #1c1c25;
  position: relative;
}
.cid-srsfTqRuuV .icon-bg {
  position: absolute;
  overflow: visible;
  top: 7px;
  right: -7px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: 1;
  height: 100%;
  border-radius: 50%;
}
.cid-srsfTqRuuV .wrap {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.cid-srsfTqRuuV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-srsfTqRuuV .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-srsfTqRuuV .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-srsfTqRuuV a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-srsfTqRuuV a.close:hover {
  color: #ffffff;
}