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





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 0.875rem 1.875rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #16ae64 !important;
}
.bg-success {
  background-color: #365c9a !important;
}
.bg-info {
  background-color: #16ae64 !important;
}
.bg-warning {
  background-color: #fac769 !important;
}
.bg-danger {
  background-color: #b2ccd2 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #16ae64 !important;
  border-color: #16ae64 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0d6a3d !important;
  border-color: #0d6a3d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6a3d !important;
  border-color: #0d6a3d !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ca4336 !important;
  border-color: #ca4336 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #8e2f25 !important;
  border-color: #8e2f25 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8e2f25 !important;
  border-color: #8e2f25 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #16ae64 !important;
  border-color: #16ae64 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #0d6a3d !important;
  border-color: #0d6a3d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d6a3d !important;
  border-color: #0d6a3d !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #365c9a !important;
  border-color: #365c9a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #223a61 !important;
  border-color: #223a61 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #223a61 !important;
  border-color: #223a61 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fac769 !important;
  border-color: #fac769 !important;
  color: #614003 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #614003 !important;
  background-color: #f8ab1f !important;
  border-color: #f8ab1f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614003 !important;
  background-color: #f8ab1f !important;
  border-color: #f8ab1f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !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-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-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #0b5330;
  color: #0b5330 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #16ae64;
  border-color: #16ae64;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #16ae64 !important;
  border-color: #16ae64 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #7a2820;
  color: #7a2820 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #ca4336;
  border-color: #ca4336;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ca4336 !important;
  border-color: #ca4336 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #0b5330;
  color: #0b5330 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #16ae64;
  border-color: #16ae64;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #16ae64 !important;
  border-color: #16ae64 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1c2f4e;
  color: #1c2f4e !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #365c9a;
  border-color: #365c9a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #365c9a !important;
  border-color: #365c9a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #f5a208;
  color: #f5a208 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #614003 !important;
  background-color: #fac769;
  border-color: #fac769;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614003 !important;
  background-color: #fac769 !important;
  border-color: #fac769 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #16ae64 !important;
}
.text-secondary {
  color: #ca4336 !important;
}
.text-success {
  color: #365c9a !important;
}
.text-info {
  color: #16ae64 !important;
}
.text-warning {
  color: #fac769 !important;
}
.text-danger {
  color: #b2ccd2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b5330 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7a2820 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1c2f4e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0b5330 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f5a208 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #72a1ac !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: #365c9a;
}
.alert-info {
  background-color: #16ae64;
}
.alert-warning {
  background-color: #fac769;
}
.alert-danger {
  background-color: #b2ccd2;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: 0.3s, 0.3s, 0.3s, 0.8s;
  transition-timing-function: ease-in-out;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #16ae64;
  border-color: #16ae64;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #16ae64;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #59eaa4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7e9ed2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #59eaa4;
}
.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: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
}
blockquote {
  border-color: #16ae64;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
.mbr-form .btn {
  margin: 0.4rem 0;
}
.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 2rem;
}
.mbr-form .input-group-btn button[type='submit']:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.special-form {
  border-radius: 100px !important;
}
.input-group-btn button[type='submit'] {
  border-radius: 100px !important;
}
.input-group-btn a.btn {
  border-radius: 100px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #16ae64;
  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: #16ae64;
  border-bottom-color: #16ae64;
}
.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: #16ae64 !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: #ca4336 !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='%2316ae64' %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-rnGY8CGghS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #16ae64;
  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-rnGY8CGghS .nav-item,
.cid-rnGY8CGghS .nav-link,
.cid-rnGY8CGghS .navbar-caption {
  font-weight: normal;
}
.cid-rnGY8CGghS .nav-item:focus,
.cid-rnGY8CGghS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rnGY8CGghS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rnGY8CGghS .nav-item .nav-link {
    position: relative;
  }
  .cid-rnGY8CGghS .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #16ae64;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rnGY8CGghS .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rnGY8CGghS .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rnGY8CGghS .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-rnGY8CGghS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rnGY8CGghS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-rnGY8CGghS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rnGY8CGghS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rnGY8CGghS .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-rnGY8CGghS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rnGY8CGghS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rnGY8CGghS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rnGY8CGghS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rnGY8CGghS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rnGY8CGghS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rnGY8CGghS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rnGY8CGghS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rnGY8CGghS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rnGY8CGghS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rnGY8CGghS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rnGY8CGghS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rnGY8CGghS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rnGY8CGghS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rnGY8CGghS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rnGY8CGghS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rnGY8CGghS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rnGY8CGghS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rnGY8CGghS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rnGY8CGghS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rnGY8CGghS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rnGY8CGghS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rnGY8CGghS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rnGY8CGghS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rnGY8CGghS .dropdown-item.active,
.cid-rnGY8CGghS .dropdown-item:active {
  background-color: transparent;
}
.cid-rnGY8CGghS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rnGY8CGghS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rnGY8CGghS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rnGY8CGghS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rnGY8CGghS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rnGY8CGghS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rnGY8CGghS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rnGY8CGghS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rnGY8CGghS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rnGY8CGghS .navbar-buttons {
  text-align: center;
}
.cid-rnGY8CGghS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rnGY8CGghS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rnGY8CGghS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rnGY8CGghS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rnGY8CGghS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rnGY8CGghS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rnGY8CGghS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rnGY8CGghS .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rnGY8CGghS .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rnGY8CGghS .soc-item {
  margin: .5rem .3rem;
}
.cid-rnGY8CGghS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rnGY8CGghS .navbar {
    height: 77px;
  }
  .cid-rnGY8CGghS .navbar.opened {
    height: auto;
  }
  .cid-rnGY8CGghS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rnGYcF4sFG {
  background-image: url("../../../assets/images/home-optimized-1365x691.png");
}
.cid-rnGYcF4sFG .mbr-section-subtitle {
  color: #66458e;
}
.cid-rnGYcF4sFG .mbr-section-title,
.cid-rnGYcF4sFG .mbr-text,
.cid-rnGYcF4sFG .icon-description {
  color: #465052;
}
.cid-rnGYcF4sFG .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rnGYcF4sFG .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rnGYcF4sFG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rnGYcF4sFG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rnGYcF4sFG a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rnGYcF4sFG a.close:hover {
  color: #ffffff;
}
.cid-rnGYcF4sFG .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-rnGYcF4sFG .btn-play {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #66458e;
  width: 60px;
  height: 60px;
  border: 1px solid #66458e;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-rnGYcF4sFG .btn-play:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 150%;
  height: 150%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  -webkit-animation: 1s btn-video linear infinite;
  animation: 1s btn-video linear infinite;
}
@media (min-width: 768px) {
  .cid-rnGYcF4sFG .mbr-section-btn {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rnGYcF4sFG .mbr-section-subtitle,
  .cid-rnGYcF4sFG .mbr-section-title,
  .cid-rnGYcF4sFG .mbr-text {
    text-align: center !important;
  }
  .cid-rnGYcF4sFG .mbr-media {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rnGYcF4sFG .btn-play {
    margin-bottom: 2rem;
  }
}
@keyframes btn-video {
  0% {
    transform: scale(0.68);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes btn-video {
  0% {
    -webkit-transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.2);
    -webkit-opacity: 0;
  }
}
.cid-rnHslSuBXP {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rnHslSuBXP .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rnHslSuBXP .row-element,
.cid-rnHslSuBXP .image-element {
  padding: 0;
}
.cid-rnHslSuBXP .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rnHslSuBXP .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rnHslSuBXP .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-rnHslSuBXP .text-content {
    padding: 2rem 1rem;
  }
  .cid-rnHslSuBXP .mbr-title,
  .cid-rnHslSuBXP .mbr-text,
  .cid-rnHslSuBXP .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rnHslSuBXP .mbr-text,
.cid-rnHslSuBXP .mbr-section-btn {
  color: #767676;
}
.cid-rnHslSuBXP .mbr-title {
  color: #0dd975;
}
.cid-rnHslSuBXP .mbr-title B {
  color: #232323;
}
.cid-rnGYoxTF2d {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rnGYoxTF2d .mbr-text,
.cid-rnGYoxTF2d .mbr-section-subtitle {
  color: #767676;
}
.cid-rnGYoxTF2d .card-title {
  color: #66458e;
}
.cid-rnGYoxTF2d .card .card-img span {
  color: #0dd975;
  font-size: 60px;
  background: linear-gradient(45deg, #0dd975, #9d789b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rnGYoxTF2d .mbr-section-subtitle,
  .cid-rnGYoxTF2d .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rnGYoxTF2d .card .card-img span {
    background: none;
  }
}
.cid-rnGYoxTF2d .card-title,
.cid-rnGYoxTF2d .card-img {
  color: #66458e;
}
.cid-rp3nWiX3FT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #edfdf5;
}
.cid-rp3nWiX3FT .mbr-text {
  color: #232323;
}
.cid-rp3nWiX3FT .mbr-subtitle {
  color: #767676;
}
.cid-rnHsrYPbiM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0dd975;
}
.cid-rnHsrYPbiM .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rnHsrYPbiM .row-element,
.cid-rnHsrYPbiM .image-element {
  padding: 0;
}
.cid-rnHsrYPbiM .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rnHsrYPbiM .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rnHsrYPbiM .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-rnHsrYPbiM .text-content {
    padding: 2rem 1rem;
  }
  .cid-rnHsrYPbiM .mbr-title,
  .cid-rnHsrYPbiM .underline,
  .cid-rnHsrYPbiM .mbr-text,
  .cid-rnHsrYPbiM .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rphMduzPmg {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rphMduzPmg .mbr-text,
.cid-rphMduzPmg .mbr-section-subtitle {
  color: #767676;
}
.cid-rphMduzPmg .card-title {
  color: #66458e;
}
.cid-rphMduzPmg .card .card-img span {
  color: #16ae64;
  font-size: 60px;
  background: linear-gradient(45deg, #16ae64, #16ae64);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rphMduzPmg .mbr-section-subtitle,
  .cid-rphMduzPmg .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rphMduzPmg .card .card-img span {
    background: none;
  }
}
.cid-rp3q24bOMB {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rp3q24bOMB .mbr-section-subtitle {
  color: #767676;
}
.cid-rp3q24bOMB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rp3q24bOMB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rp3q24bOMB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rp3q24bOMB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rp3q24bOMB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #bcc2d8;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #bcc2d8, #66458e);
}
.cid-rp3q24bOMB .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rp3q24bOMB .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rp3q24bOMB .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rp3q24bOMB .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rp3q24bOMB .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rp3q24bOMB ul {
  font-size: 0;
}
.cid-rp3q24bOMB .mbr-gallery-filter ul {
  text-align: center;
}
.cid-rp3q24bOMB .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rp3q24bOMB .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-rp3q24bOMB .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-rp3q24bOMB .mbr-gallery-filter ul li:first-child,
.cid-rp3q24bOMB .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-rp3q24bOMB .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-rp3q24bOMB .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rp3q24bOMB .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-rp3q24bOMB .btn.active:after {
  animation: none;
}
.cid-rp3q24bOMB .btn:active {
  box-shadow: none !important;
}
.cid-rp3q24bOMB .btn:hover {
  background: transparent !important;
}
.cid-rp3q24bOMB .btn:hover:before {
  background: transparent !important;
}
.cid-rp3q24bOMB .btn:before {
  background-color: transparent !important;
}
.cid-rp3q24bOMB .btn:focus {
  box-shadow: none !important;
}
.cid-rnTXgIdRft {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rnTXgIdRft .mbr-text,
.cid-rnTXgIdRft .mbr-section-subtitle {
  color: #767676;
}
.cid-rnTXgIdRft .card-title {
  color: #66458e;
}
.cid-rnTXgIdRft .card .card-img span {
  color: #16ae64;
  font-size: 60px;
  background: linear-gradient(45deg, #16ae64, #66458e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rnTXgIdRft .mbr-section-subtitle,
  .cid-rnTXgIdRft .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rnTXgIdRft .card .card-img span {
    background: none;
  }
}
.cid-rnTXgIdRft .mbr-text {
  color: #16ae64;
}
.cid-rnGYNnCnyH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rnGYNnCnyH .mbr-section-subtitle {
  color: #767676;
}
.cid-rnGYNnCnyH .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-rnGYNnCnyH .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-rnGYNnCnyH .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-rnGYNnCnyH .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-rnGYNnCnyH .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-rnGYNnCnyH .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-rnGYNnCnyH .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-rnGYNnCnyH .btn-social {
  border: none !important;
  background: #66458e;
  color: #ffffff;
}
.cid-rnGYNnCnyH .btn-social:after {
  border-color: #66458e;
}
.cid-rnGYNnCnyH [class^="socicon-"]:before,
.cid-rnGYNnCnyH [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rnGYNnCnyH .btn {
    font-size: 20px !important;
  }
}
.cid-rnGYTj6KqJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rnGYTj6KqJ .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rnGY8CGghS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #16ae64;
  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-rnGY8CGghS .nav-item,
.cid-rnGY8CGghS .nav-link,
.cid-rnGY8CGghS .navbar-caption {
  font-weight: normal;
}
.cid-rnGY8CGghS .nav-item:focus,
.cid-rnGY8CGghS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rnGY8CGghS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rnGY8CGghS .nav-item .nav-link {
    position: relative;
  }
  .cid-rnGY8CGghS .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #16ae64;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rnGY8CGghS .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rnGY8CGghS .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rnGY8CGghS .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-rnGY8CGghS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rnGY8CGghS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-rnGY8CGghS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rnGY8CGghS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rnGY8CGghS .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-rnGY8CGghS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rnGY8CGghS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rnGY8CGghS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rnGY8CGghS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rnGY8CGghS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rnGY8CGghS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rnGY8CGghS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rnGY8CGghS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rnGY8CGghS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rnGY8CGghS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rnGY8CGghS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rnGY8CGghS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rnGY8CGghS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rnGY8CGghS .navbar .navbar-logo img {
    height: 3.0rem !important;
  }
  .cid-rnGY8CGghS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rnGY8CGghS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rnGY8CGghS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rnGY8CGghS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rnGY8CGghS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rnGY8CGghS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rnGY8CGghS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rnGY8CGghS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rnGY8CGghS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rnGY8CGghS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rnGY8CGghS .dropdown-item.active,
.cid-rnGY8CGghS .dropdown-item:active {
  background-color: transparent;
}
.cid-rnGY8CGghS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rnGY8CGghS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rnGY8CGghS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rnGY8CGghS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rnGY8CGghS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rnGY8CGghS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rnGY8CGghS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rnGY8CGghS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rnGY8CGghS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rnGY8CGghS .navbar-buttons {
  text-align: center;
}
.cid-rnGY8CGghS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rnGY8CGghS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rnGY8CGghS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rnGY8CGghS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rnGY8CGghS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rnGY8CGghS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rnGY8CGghS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rnGY8CGghS .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rnGY8CGghS .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rnGY8CGghS .soc-item {
  margin: .5rem .3rem;
}
.cid-rnGY8CGghS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rnGY8CGghS .navbar {
    height: 77px;
  }
  .cid-rnGY8CGghS .navbar.opened {
    height: auto;
  }
  .cid-rnGY8CGghS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rnHslSuBXP {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rnHslSuBXP .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rnHslSuBXP .row-element,
.cid-rnHslSuBXP .image-element {
  padding: 0;
}
.cid-rnHslSuBXP .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rnHslSuBXP .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rnHslSuBXP .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-rnHslSuBXP .text-content {
    padding: 2rem 1rem;
  }
  .cid-rnHslSuBXP .mbr-title,
  .cid-rnHslSuBXP .mbr-text,
  .cid-rnHslSuBXP .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rnHslSuBXP .mbr-text,
.cid-rnHslSuBXP .mbr-section-btn {
  color: #767676;
}
.cid-rnHslSuBXP .mbr-title {
  color: #16ae64;
}
.cid-rpij0cnrvT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rpij0cnrvT .mbr-text,
.cid-rpij0cnrvT .mbr-section-subtitle {
  color: #767676;
}
.cid-rpij0cnrvT .card-title {
  color: #66458e;
}
.cid-rpij0cnrvT .card .card-img span {
  color: #16ae64;
  font-size: 60px;
  background: linear-gradient(45deg, #16ae64, #16ae64);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-rpij0cnrvT .mbr-section-subtitle,
  .cid-rpij0cnrvT .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rpij0cnrvT .card .card-img span {
    background: none;
  }
}
.cid-rokXrqrGQm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3faf4;
}
.cid-rokXrqrGQm .mbr-section-subtitle {
  color: #767676;
}
.cid-rokXrqrGQm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rokXrqrGQm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rokXrqrGQm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rokXrqrGQm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rokXrqrGQm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #bcc2d8;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #bcc2d8, #16ae64);
}
.cid-rokXrqrGQm .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rokXrqrGQm .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rokXrqrGQm .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rokXrqrGQm .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rokXrqrGQm .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rokXrqrGQm ul {
  font-size: 0;
}
.cid-rokXrqrGQm .mbr-gallery-filter ul {
  text-align: center;
}
.cid-rokXrqrGQm .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rokXrqrGQm .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-rokXrqrGQm .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-rokXrqrGQm .mbr-gallery-filter ul li:first-child,
.cid-rokXrqrGQm .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-rokXrqrGQm .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-rokXrqrGQm .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rokXrqrGQm .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-rokXrqrGQm .btn.active:after {
  animation: none;
}
.cid-rokXrqrGQm .btn:active {
  box-shadow: none !important;
}
.cid-rokXrqrGQm .btn:hover {
  background: transparent !important;
}
.cid-rokXrqrGQm .btn:hover:before {
  background: transparent !important;
}
.cid-rokXrqrGQm .btn:before {
  background-color: transparent !important;
}
.cid-rokXrqrGQm .btn:focus {
  box-shadow: none !important;
}
.cid-roqSp0xdLX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-roqSp0xdLX .mbr-section-subtitle {
  color: #767676;
}
.cid-roqSp0xdLX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-roqSp0xdLX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-roqSp0xdLX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-roqSp0xdLX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-roqSp0xdLX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #bcc2d8;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #bcc2d8, #9c88bc);
}
.cid-roqSp0xdLX .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-roqSp0xdLX .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-roqSp0xdLX .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-roqSp0xdLX .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-roqSp0xdLX .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-roqSp0xdLX ul {
  font-size: 0;
}
.cid-roqSp0xdLX .mbr-gallery-filter ul {
  text-align: center;
}
.cid-roqSp0xdLX .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-roqSp0xdLX .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-roqSp0xdLX .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-roqSp0xdLX .mbr-gallery-filter ul li:first-child,
.cid-roqSp0xdLX .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-roqSp0xdLX .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-roqSp0xdLX .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-roqSp0xdLX .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-roqSp0xdLX .btn.active:after {
  animation: none;
}
.cid-roqSp0xdLX .btn:active {
  box-shadow: none !important;
}
.cid-roqSp0xdLX .btn:hover {
  background: transparent !important;
}
.cid-roqSp0xdLX .btn:hover:before {
  background: transparent !important;
}
.cid-roqSp0xdLX .btn:before {
  background-color: transparent !important;
}
.cid-roqSp0xdLX .btn:focus {
  box-shadow: none !important;
}
.cid-rozOnXT7eJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3faf4;
}
.cid-rozOnXT7eJ .mbr-section-subtitle {
  color: #767676;
}
.cid-rozOnXT7eJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rozOnXT7eJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rozOnXT7eJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rozOnXT7eJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rozOnXT7eJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #bcc2d8;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #bcc2d8, #66458e);
}
.cid-rozOnXT7eJ .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rozOnXT7eJ .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rozOnXT7eJ .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rozOnXT7eJ .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rozOnXT7eJ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rozOnXT7eJ ul {
  font-size: 0;
}
.cid-rozOnXT7eJ .mbr-gallery-filter ul {
  text-align: center;
}
.cid-rozOnXT7eJ .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rozOnXT7eJ .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-rozOnXT7eJ .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-rozOnXT7eJ .mbr-gallery-filter ul li:first-child,
.cid-rozOnXT7eJ .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-rozOnXT7eJ .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-rozOnXT7eJ .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rozOnXT7eJ .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-rozOnXT7eJ .btn.active:after {
  animation: none;
}
.cid-rozOnXT7eJ .btn:active {
  box-shadow: none !important;
}
.cid-rozOnXT7eJ .btn:hover {
  background: transparent !important;
}
.cid-rozOnXT7eJ .btn:hover:before {
  background: transparent !important;
}
.cid-rozOnXT7eJ .btn:before {
  background-color: transparent !important;
}
.cid-rozOnXT7eJ .btn:focus {
  box-shadow: none !important;
}
.cid-rozOp5jbhF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rozOp5jbhF .mbr-section-subtitle {
  color: #767676;
}
.cid-rozOp5jbhF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rozOp5jbhF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rozOp5jbhF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rozOp5jbhF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rozOp5jbhF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #bcc2d8;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #bcc2d8, #66458e);
}
.cid-rozOp5jbhF .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rozOp5jbhF .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rozOp5jbhF .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rozOp5jbhF .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rozOp5jbhF .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rozOp5jbhF ul {
  font-size: 0;
}
.cid-rozOp5jbhF .mbr-gallery-filter ul {
  text-align: center;
}
.cid-rozOp5jbhF .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rozOp5jbhF .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-rozOp5jbhF .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-rozOp5jbhF .mbr-gallery-filter ul li:first-child,
.cid-rozOp5jbhF .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-rozOp5jbhF .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-rozOp5jbhF .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rozOp5jbhF .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-rozOp5jbhF .btn.active:after {
  animation: none;
}
.cid-rozOp5jbhF .btn:active {
  box-shadow: none !important;
}
.cid-rozOp5jbhF .btn:hover {
  background: transparent !important;
}
.cid-rozOp5jbhF .btn:hover:before {
  background: transparent !important;
}
.cid-rozOp5jbhF .btn:before {
  background-color: transparent !important;
}
.cid-rozOp5jbhF .btn:focus {
  box-shadow: none !important;
}
.cid-rp3mxRoQD0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rp3mxRoQD0 .mbr-section-subtitle {
  color: #767676;
}
.cid-rp3mxRoQD0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rp3mxRoQD0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rp3mxRoQD0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rp3mxRoQD0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rp3mxRoQD0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #bcc2d8;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #bcc2d8, #16ae64);
}
.cid-rp3mxRoQD0 .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rp3mxRoQD0 .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rp3mxRoQD0 .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rp3mxRoQD0 .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rp3mxRoQD0 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rp3mxRoQD0 ul {
  font-size: 0;
}
.cid-rp3mxRoQD0 .mbr-gallery-filter ul {
  text-align: center;
}
.cid-rp3mxRoQD0 .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rp3mxRoQD0 .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-rp3mxRoQD0 .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-rp3mxRoQD0 .mbr-gallery-filter ul li:first-child,
.cid-rp3mxRoQD0 .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-rp3mxRoQD0 .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-rp3mxRoQD0 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rp3mxRoQD0 .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-rp3mxRoQD0 .btn.active:after {
  animation: none;
}
.cid-rp3mxRoQD0 .btn:active {
  box-shadow: none !important;
}
.cid-rp3mxRoQD0 .btn:hover {
  background: transparent !important;
}
.cid-rp3mxRoQD0 .btn:hover:before {
  background: transparent !important;
}
.cid-rp3mxRoQD0 .btn:before {
  background-color: transparent !important;
}
.cid-rp3mxRoQD0 .btn:focus {
  box-shadow: none !important;
}
.cid-rnGYNnCnyH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rnGYNnCnyH .mbr-section-subtitle {
  color: #767676;
}
.cid-rnGYNnCnyH .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-rnGYNnCnyH .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-rnGYNnCnyH .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-rnGYNnCnyH .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-rnGYNnCnyH .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-rnGYNnCnyH .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-rnGYNnCnyH .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-rnGYNnCnyH .btn-social {
  border: none !important;
  background: #66458e;
  color: #ffffff;
}
.cid-rnGYNnCnyH .btn-social:after {
  border-color: #66458e;
}
.cid-rnGYNnCnyH [class^="socicon-"]:before,
.cid-rnGYNnCnyH [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rnGYNnCnyH .btn {
    font-size: 20px !important;
  }
}
.cid-rnGYTj6KqJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rnGYTj6KqJ .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rnGY8CGghS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #16ae64;
  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-rnGY8CGghS .nav-item,
.cid-rnGY8CGghS .nav-link,
.cid-rnGY8CGghS .navbar-caption {
  font-weight: normal;
}
.cid-rnGY8CGghS .nav-item:focus,
.cid-rnGY8CGghS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rnGY8CGghS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rnGY8CGghS .nav-item .nav-link {
    position: relative;
  }
  .cid-rnGY8CGghS .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #16ae64;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rnGY8CGghS .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rnGY8CGghS .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rnGY8CGghS .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-rnGY8CGghS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rnGY8CGghS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-rnGY8CGghS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rnGY8CGghS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rnGY8CGghS .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-rnGY8CGghS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rnGY8CGghS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rnGY8CGghS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rnGY8CGghS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rnGY8CGghS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rnGY8CGghS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rnGY8CGghS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rnGY8CGghS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rnGY8CGghS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rnGY8CGghS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rnGY8CGghS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rnGY8CGghS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rnGY8CGghS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rnGY8CGghS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rnGY8CGghS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rnGY8CGghS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rnGY8CGghS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rnGY8CGghS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rnGY8CGghS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rnGY8CGghS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rnGY8CGghS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rnGY8CGghS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rnGY8CGghS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rnGY8CGghS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rnGY8CGghS .dropdown-item.active,
.cid-rnGY8CGghS .dropdown-item:active {
  background-color: transparent;
}
.cid-rnGY8CGghS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rnGY8CGghS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rnGY8CGghS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rnGY8CGghS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rnGY8CGghS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rnGY8CGghS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rnGY8CGghS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rnGY8CGghS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rnGY8CGghS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rnGY8CGghS .navbar-buttons {
  text-align: center;
}
.cid-rnGY8CGghS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rnGY8CGghS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rnGY8CGghS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rnGY8CGghS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rnGY8CGghS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rnGY8CGghS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rnGY8CGghS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rnGY8CGghS .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rnGY8CGghS .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rnGY8CGghS .soc-item {
  margin: .5rem .3rem;
}
.cid-rnGY8CGghS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rnGY8CGghS .navbar {
    height: 77px;
  }
  .cid-rnGY8CGghS .navbar.opened {
    height: auto;
  }
  .cid-rnGY8CGghS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rnHslSuBXP {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rnHslSuBXP .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rnHslSuBXP .row-element,
.cid-rnHslSuBXP .image-element {
  padding: 0;
}
.cid-rnHslSuBXP .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rnHslSuBXP .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rnHslSuBXP .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-rnHslSuBXP .text-content {
    padding: 2rem 1rem;
  }
  .cid-rnHslSuBXP .mbr-title,
  .cid-rnHslSuBXP .mbr-text,
  .cid-rnHslSuBXP .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rnHslSuBXP .mbr-text,
.cid-rnHslSuBXP .mbr-section-btn {
  color: #767676;
}
.cid-rnHslSuBXP .mbr-title {
  color: #16ae64;
}
.cid-rnHN0QMUdz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rnHN0QMUdz .card {
  display: block;
  position: relative;
}
.cid-rnHN0QMUdz .card .card-wrapper {
  background: #16ae64;
  height: 1%;
}
.cid-rnHN0QMUdz .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-rnHN0QMUdz .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-rnHN0QMUdz .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #e96188;
}
.cid-rnHN0QMUdz .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-rnHN0QMUdz .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-rnHN0QMUdz .mbr-card-text {
  margin: 0;
}
.cid-rnHN0QMUdz .mbr-section-title {
  text-align: center;
}
.cid-rnTyr5Qh7N {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rnGYNnCnyH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rnGYNnCnyH .mbr-section-subtitle {
  color: #767676;
}
.cid-rnGYNnCnyH .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-rnGYNnCnyH .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-rnGYNnCnyH .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-rnGYNnCnyH .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-rnGYNnCnyH .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-rnGYNnCnyH .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-rnGYNnCnyH .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-rnGYNnCnyH .btn-social {
  border: none !important;
  background: #66458e;
  color: #ffffff;
}
.cid-rnGYNnCnyH .btn-social:after {
  border-color: #66458e;
}
.cid-rnGYNnCnyH [class^="socicon-"]:before,
.cid-rnGYNnCnyH [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rnGYNnCnyH .btn {
    font-size: 20px !important;
  }
}
.cid-rnGYTj6KqJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rnGYTj6KqJ .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rnGY8CGghS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #16ae64;
  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-rnGY8CGghS .nav-item,
.cid-rnGY8CGghS .nav-link,
.cid-rnGY8CGghS .navbar-caption {
  font-weight: normal;
}
.cid-rnGY8CGghS .nav-item:focus,
.cid-rnGY8CGghS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rnGY8CGghS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rnGY8CGghS .nav-item .nav-link {
    position: relative;
  }
  .cid-rnGY8CGghS .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #16ae64;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-rnGY8CGghS .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-rnGY8CGghS .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-rnGY8CGghS .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-rnGY8CGghS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rnGY8CGghS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-rnGY8CGghS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rnGY8CGghS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rnGY8CGghS .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-rnGY8CGghS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rnGY8CGghS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rnGY8CGghS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rnGY8CGghS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rnGY8CGghS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rnGY8CGghS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rnGY8CGghS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rnGY8CGghS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rnGY8CGghS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rnGY8CGghS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rnGY8CGghS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rnGY8CGghS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rnGY8CGghS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rnGY8CGghS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rnGY8CGghS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rnGY8CGghS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rnGY8CGghS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rnGY8CGghS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rnGY8CGghS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rnGY8CGghS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rnGY8CGghS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rnGY8CGghS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rnGY8CGghS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rnGY8CGghS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rnGY8CGghS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rnGY8CGghS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rnGY8CGghS .dropdown-item.active,
.cid-rnGY8CGghS .dropdown-item:active {
  background-color: transparent;
}
.cid-rnGY8CGghS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rnGY8CGghS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rnGY8CGghS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rnGY8CGghS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-rnGY8CGghS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-rnGY8CGghS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rnGY8CGghS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rnGY8CGghS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rnGY8CGghS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rnGY8CGghS .navbar-buttons {
  text-align: center;
}
.cid-rnGY8CGghS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rnGY8CGghS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rnGY8CGghS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rnGY8CGghS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rnGY8CGghS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rnGY8CGghS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rnGY8CGghS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rnGY8CGghS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rnGY8CGghS .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-rnGY8CGghS .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rnGY8CGghS .soc-item {
  margin: .5rem .3rem;
}
.cid-rnGY8CGghS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rnGY8CGghS .navbar {
    height: 77px;
  }
  .cid-rnGY8CGghS .navbar.opened {
    height: auto;
  }
  .cid-rnGY8CGghS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rnTz4K6OD5 {
  padding-top: 150px;
  background-image: url("../../../assets/images/mbr-1920x1312.jpg");
}
.cid-rnTz4K6OD5 .text-content {
  padding-bottom: 45px;
}
.cid-rnTz4K6OD5 .content-container .btn-bgr {
  z-index: 0;
}
.cid-rnTz4K6OD5 .box-item-text {
  color: #767676;
}
.cid-rnTz4K6OD5 .box-item {
  padding: 2.5rem;
}
.cid-rnTz4K6OD5 .box-item:first-child {
  background-color: #ffffff;
}
.cid-rnTz4K6OD5 .box-item:nth-child(2) {
  background-color: #efefef;
}
.cid-rnTz4K6OD5 .box-item:last-child {
  background-color: #ffffff;
}
.cid-rnTz4K6OD5 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-rnTz4K6OD5 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-rnTz4K6OD5 .box-list li:last-child {
  border-bottom: none;
}
.cid-rnTz4K6OD5 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-rnTz4K6OD5 .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-rnTz4K6OD5 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-rnTz4K6OD5 .mbr-section-subtitle,
  .cid-rnTz4K6OD5 .mbr-section-title,
  .cid-rnTz4K6OD5 .mbr-text,
  .cid-rnTz4K6OD5 .mbr-section-btn,
  .cid-rnTz4K6OD5 .icon-block-top,
  .cid-rnTz4K6OD5 .box-item-title,
  .cid-rnTz4K6OD5 .box-item-text {
    text-align: center !important;
  }
}
.cid-rnGYNnCnyH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rnGYNnCnyH .mbr-section-subtitle {
  color: #767676;
}
.cid-rnGYNnCnyH .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-rnGYNnCnyH .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-rnGYNnCnyH .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-rnGYNnCnyH .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-rnGYNnCnyH .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-rnGYNnCnyH .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-rnGYNnCnyH .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rnGYNnCnyH .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-rnGYNnCnyH .btn-social {
  border: none !important;
  background: #66458e;
  color: #ffffff;
}
.cid-rnGYNnCnyH .btn-social:after {
  border-color: #66458e;
}
.cid-rnGYNnCnyH [class^="socicon-"]:before,
.cid-rnGYNnCnyH [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rnGYNnCnyH .btn {
    font-size: 20px !important;
  }
}
.cid-rnGYTj6KqJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rnGYTj6KqJ .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t6i8WNK3Nz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #16ae64;
  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-t6i8WNK3Nz .nav-item,
.cid-t6i8WNK3Nz .nav-link,
.cid-t6i8WNK3Nz .navbar-caption {
  font-weight: normal;
}
.cid-t6i8WNK3Nz .nav-item:focus,
.cid-t6i8WNK3Nz .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t6i8WNK3Nz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t6i8WNK3Nz .nav-item .nav-link {
    position: relative;
  }
  .cid-t6i8WNK3Nz .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #16ae64;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-t6i8WNK3Nz .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-t6i8WNK3Nz .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-t6i8WNK3Nz .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-t6i8WNK3Nz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6i8WNK3Nz .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-t6i8WNK3Nz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t6i8WNK3Nz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t6i8WNK3Nz .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-t6i8WNK3Nz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6i8WNK3Nz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6i8WNK3Nz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t6i8WNK3Nz .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t6i8WNK3Nz .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t6i8WNK3Nz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6i8WNK3Nz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6i8WNK3Nz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6i8WNK3Nz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-t6i8WNK3Nz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t6i8WNK3Nz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6i8WNK3Nz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6i8WNK3Nz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t6i8WNK3Nz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6i8WNK3Nz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t6i8WNK3Nz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t6i8WNK3Nz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6i8WNK3Nz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6i8WNK3Nz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t6i8WNK3Nz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6i8WNK3Nz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6i8WNK3Nz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t6i8WNK3Nz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t6i8WNK3Nz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6i8WNK3Nz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6i8WNK3Nz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t6i8WNK3Nz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t6i8WNK3Nz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t6i8WNK3Nz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t6i8WNK3Nz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t6i8WNK3Nz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t6i8WNK3Nz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6i8WNK3Nz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6i8WNK3Nz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6i8WNK3Nz .dropdown-item.active,
.cid-t6i8WNK3Nz .dropdown-item:active {
  background-color: transparent;
}
.cid-t6i8WNK3Nz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6i8WNK3Nz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6i8WNK3Nz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6i8WNK3Nz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-t6i8WNK3Nz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-t6i8WNK3Nz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6i8WNK3Nz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6i8WNK3Nz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6i8WNK3Nz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t6i8WNK3Nz .navbar-buttons {
  text-align: center;
}
.cid-t6i8WNK3Nz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t6i8WNK3Nz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-t6i8WNK3Nz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t6i8WNK3Nz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t6i8WNK3Nz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t6i8WNK3Nz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t6i8WNK3Nz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6i8WNK3Nz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t6i8WNK3Nz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t6i8WNK3Nz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6i8WNK3Nz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t6i8WNK3Nz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6i8WNK3Nz .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-t6i8WNK3Nz .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-t6i8WNK3Nz .soc-item {
  margin: .5rem .3rem;
}
.cid-t6i8WNK3Nz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6i8WNK3Nz .navbar {
    height: 77px;
  }
  .cid-t6i8WNK3Nz .navbar.opened {
    height: auto;
  }
  .cid-t6i8WNK3Nz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6i8WOY865 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t6i8WOY865 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t6i8WOY865 .row-element,
.cid-t6i8WOY865 .image-element {
  padding: 0;
}
.cid-t6i8WOY865 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t6i8WOY865 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t6i8WOY865 .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-t6i8WOY865 .text-content {
    padding: 2rem 1rem;
  }
  .cid-t6i8WOY865 .mbr-title,
  .cid-t6i8WOY865 .mbr-text,
  .cid-t6i8WOY865 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t6i8WOY865 .mbr-text,
.cid-t6i8WOY865 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-t6i8WOY865 .mbr-title {
  color: #16ae64;
}
.cid-t8ZYUEdEHo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t8ZYUEdEHo .mbr-text {
  color: #232323;
}
.cid-t8ZYUEdEHo .mbr-subtitle {
  color: #767676;
}
.cid-t8ZYUEdEHo .mbr-title {
  color: #16ae64;
}
.cid-t900FdOR7w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t900FdOR7w .mbr-text {
  color: #232323;
}
.cid-t900FdOR7w .mbr-subtitle {
  color: #767676;
}
.cid-t900FdOR7w .mbr-title {
  color: #16ae64;
}
.cid-t901g92Ex7 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t901g92Ex7 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t901g92Ex7 .row-element,
.cid-t901g92Ex7 .image-element {
  padding: 0;
}
.cid-t901g92Ex7 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t901g92Ex7 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t901g92Ex7 .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-t901g92Ex7 .text-content {
    padding: 2rem 1rem;
  }
  .cid-t901g92Ex7 .mbr-title,
  .cid-t901g92Ex7 .mbr-text,
  .cid-t901g92Ex7 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t901g92Ex7 .mbr-text,
.cid-t901g92Ex7 .mbr-section-btn {
  color: #232323;
}
.cid-t901g92Ex7 .mbr-title {
  color: #16ae64;
}
.cid-t6i8WPDskN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-t6i8WPDskN .card {
  display: block;
  position: relative;
}
.cid-t6i8WPDskN .card .card-wrapper {
  background: #16ae64;
  height: 1%;
}
.cid-t6i8WPDskN .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-t6i8WPDskN .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t6i8WPDskN .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #e96188;
}
.cid-t6i8WPDskN .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t6i8WPDskN .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-t6i8WPDskN .mbr-card-text {
  margin: 0;
}
.cid-t6i8WPDskN .mbr-section-title {
  text-align: center;
}
.cid-t6i8WQWCMJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t6i8WRodLG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-t6i8WRodLG .mbr-section-subtitle {
  color: #767676;
}
.cid-t6i8WRodLG .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-t6i8WRodLG .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-t6i8WRodLG .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-t6i8WRodLG .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-t6i8WRodLG .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-t6i8WRodLG .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-t6i8WRodLG .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-t6i8WRodLG .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-t6i8WRodLG .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-t6i8WRodLG .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-t6i8WRodLG .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-t6i8WRodLG .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-t6i8WRodLG .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-t6i8WRodLG .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-t6i8WRodLG .btn-social {
  border: none !important;
  background: #66458e;
  color: #ffffff;
}
.cid-t6i8WRodLG .btn-social:after {
  border-color: #66458e;
}
.cid-t6i8WRodLG [class^="socicon-"]:before,
.cid-t6i8WRodLG [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-t6i8WRodLG .btn {
    font-size: 20px !important;
  }
}
.cid-t6i8WS6WVm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t6i8WS6WVm .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t6ia6TUVLi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #16ae64;
  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-t6ia6TUVLi .nav-item,
.cid-t6ia6TUVLi .nav-link,
.cid-t6ia6TUVLi .navbar-caption {
  font-weight: normal;
}
.cid-t6ia6TUVLi .nav-item:focus,
.cid-t6ia6TUVLi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t6ia6TUVLi .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t6ia6TUVLi .nav-item .nav-link {
    position: relative;
  }
  .cid-t6ia6TUVLi .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #16ae64;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-t6ia6TUVLi .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-t6ia6TUVLi .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-t6ia6TUVLi .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-t6ia6TUVLi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6ia6TUVLi .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-t6ia6TUVLi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t6ia6TUVLi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t6ia6TUVLi .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-t6ia6TUVLi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6ia6TUVLi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6ia6TUVLi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t6ia6TUVLi .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t6ia6TUVLi .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t6ia6TUVLi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6ia6TUVLi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6ia6TUVLi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6ia6TUVLi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-t6ia6TUVLi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t6ia6TUVLi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6ia6TUVLi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6ia6TUVLi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t6ia6TUVLi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6ia6TUVLi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t6ia6TUVLi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t6ia6TUVLi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6ia6TUVLi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6ia6TUVLi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t6ia6TUVLi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6ia6TUVLi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6ia6TUVLi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t6ia6TUVLi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t6ia6TUVLi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6ia6TUVLi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6ia6TUVLi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t6ia6TUVLi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t6ia6TUVLi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t6ia6TUVLi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t6ia6TUVLi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t6ia6TUVLi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t6ia6TUVLi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6ia6TUVLi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6ia6TUVLi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6ia6TUVLi .dropdown-item.active,
.cid-t6ia6TUVLi .dropdown-item:active {
  background-color: transparent;
}
.cid-t6ia6TUVLi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6ia6TUVLi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6ia6TUVLi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6ia6TUVLi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-t6ia6TUVLi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-t6ia6TUVLi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6ia6TUVLi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6ia6TUVLi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6ia6TUVLi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t6ia6TUVLi .navbar-buttons {
  text-align: center;
}
.cid-t6ia6TUVLi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t6ia6TUVLi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-t6ia6TUVLi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t6ia6TUVLi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t6ia6TUVLi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t6ia6TUVLi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t6ia6TUVLi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6ia6TUVLi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t6ia6TUVLi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t6ia6TUVLi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6ia6TUVLi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t6ia6TUVLi a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6ia6TUVLi .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-t6ia6TUVLi .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-t6ia6TUVLi .soc-item {
  margin: .5rem .3rem;
}
.cid-t6ia6TUVLi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6ia6TUVLi .navbar {
    height: 77px;
  }
  .cid-t6ia6TUVLi .navbar.opened {
    height: auto;
  }
  .cid-t6ia6TUVLi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6ia6UW6JI {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t6ia6UW6JI .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t6ia6UW6JI .row-element,
.cid-t6ia6UW6JI .image-element {
  padding: 0;
}
.cid-t6ia6UW6JI .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t6ia6UW6JI .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t6ia6UW6JI .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-t6ia6UW6JI .text-content {
    padding: 2rem 1rem;
  }
  .cid-t6ia6UW6JI .mbr-title,
  .cid-t6ia6UW6JI .mbr-text,
  .cid-t6ia6UW6JI .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t6ia6UW6JI .mbr-text,
.cid-t6ia6UW6JI .mbr-section-btn {
  color: #767676;
}
.cid-t6ia6UW6JI .mbr-title {
  color: #16ae64;
}
.cid-t9057lt0oN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t9057lt0oN .mbr-text {
  color: #767676;
}
.cid-t9057lt0oN .mbr-section-subtitle {
  color: #767676;
}
.cid-t9057lt0oN .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t9057lt0oN .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4.6rem;
}
.cid-t9057lt0oN .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-t9057lt0oN .card-text {
  padding-top: 2rem;
  color: #000000;
}
.cid-t9057lt0oN .card-box {
  padding-bottom: 1rem;
}
.cid-t9057lt0oN .num {
  color: #dae2de;
}
@media (max-width: 767px) {
  .cid-t9057lt0oN .num,
  .cid-t9057lt0oN .card-title,
  .cid-t9057lt0oN .mbr-text,
  .cid-t9057lt0oN .mbr-title,
  .cid-t9057lt0oN .mbr-section-subtitle,
  .cid-t9057lt0oN .mbr-section-btn,
  .cid-t9057lt0oN .mbr-section-title {
    text-align: center !important;
  }
  .cid-t9057lt0oN .content-column {
    margin-bottom: 2rem;
  }
}
.cid-t9057lt0oN .card-title,
.cid-t9057lt0oN .card-img {
  color: #000000;
}
.cid-t906usGWcv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3faf4;
}
.cid-t906usGWcv .mbr-text {
  text-align: center;
}
.cid-t6ia6VQW3O {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-t6ia6VQW3O .card {
  display: block;
  position: relative;
}
.cid-t6ia6VQW3O .card .card-wrapper {
  background: #16ae64;
  height: 1%;
}
.cid-t6ia6VQW3O .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-t6ia6VQW3O .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t6ia6VQW3O .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #e96188;
}
.cid-t6ia6VQW3O .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t6ia6VQW3O .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-t6ia6VQW3O .mbr-card-text {
  margin: 0;
}
.cid-t6ia6VQW3O .mbr-section-title {
  text-align: center;
}
.cid-t6ia6WYxBM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t6ia6Xl3UN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-t6ia6Xl3UN .mbr-section-subtitle {
  color: #767676;
}
.cid-t6ia6Xl3UN .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-t6ia6Xl3UN .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-t6ia6Xl3UN .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-t6ia6Xl3UN .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-t6ia6Xl3UN .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-t6ia6Xl3UN .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-t6ia6Xl3UN .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-t6ia6Xl3UN .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-t6ia6Xl3UN .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-t6ia6Xl3UN .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-t6ia6Xl3UN .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-t6ia6Xl3UN .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-t6ia6Xl3UN .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-t6ia6Xl3UN .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-t6ia6Xl3UN .btn-social {
  border: none !important;
  background: #66458e;
  color: #ffffff;
}
.cid-t6ia6Xl3UN .btn-social:after {
  border-color: #66458e;
}
.cid-t6ia6Xl3UN [class^="socicon-"]:before,
.cid-t6ia6Xl3UN [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-t6ia6Xl3UN .btn {
    font-size: 20px !important;
  }
}
.cid-t6ia6Y1C32 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t6ia6Y1C32 .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t6ibi3J9Te .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #16ae64;
  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-t6ibi3J9Te .nav-item,
.cid-t6ibi3J9Te .nav-link,
.cid-t6ibi3J9Te .navbar-caption {
  font-weight: normal;
}
.cid-t6ibi3J9Te .nav-item:focus,
.cid-t6ibi3J9Te .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-t6ibi3J9Te .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t6ibi3J9Te .nav-item .nav-link {
    position: relative;
  }
  .cid-t6ibi3J9Te .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #16ae64;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-t6ibi3J9Te .nav-item .nav-link:hover::before {
    right: 0;
  }
  .cid-t6ibi3J9Te .nav-item.open .nav-link::before {
    right: 1.667em;
  }
}
.cid-t6ibi3J9Te .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-t6ibi3J9Te .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6ibi3J9Te .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-t6ibi3J9Te .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-t6ibi3J9Te .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t6ibi3J9Te .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-t6ibi3J9Te .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6ibi3J9Te .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6ibi3J9Te .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t6ibi3J9Te .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t6ibi3J9Te .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t6ibi3J9Te .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6ibi3J9Te .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6ibi3J9Te .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6ibi3J9Te .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 3.8rem);
  }
}
.cid-t6ibi3J9Te .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t6ibi3J9Te .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6ibi3J9Te .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6ibi3J9Te .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t6ibi3J9Te .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6ibi3J9Te .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t6ibi3J9Te .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t6ibi3J9Te .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6ibi3J9Te .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6ibi3J9Te .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t6ibi3J9Te .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6ibi3J9Te .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6ibi3J9Te .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t6ibi3J9Te .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t6ibi3J9Te .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6ibi3J9Te .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6ibi3J9Te .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t6ibi3J9Te .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t6ibi3J9Te .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t6ibi3J9Te .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t6ibi3J9Te .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t6ibi3J9Te .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t6ibi3J9Te .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6ibi3J9Te .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6ibi3J9Te .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6ibi3J9Te .dropdown-item.active,
.cid-t6ibi3J9Te .dropdown-item:active {
  background-color: transparent;
}
.cid-t6ibi3J9Te .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6ibi3J9Te .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6ibi3J9Te .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6ibi3J9Te .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:before {
  left: 1.667em;
  bottom: 0.467em;
}
.cid-t6ibi3J9Te .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]:hover:before {
  right: 1.667em;
}
.cid-t6ibi3J9Te .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6ibi3J9Te .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6ibi3J9Te .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6ibi3J9Te ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t6ibi3J9Te .navbar-buttons {
  text-align: center;
}
.cid-t6ibi3J9Te button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t6ibi3J9Te button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-t6ibi3J9Te button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t6ibi3J9Te button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t6ibi3J9Te button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t6ibi3J9Te button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t6ibi3J9Te nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6ibi3J9Te nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t6ibi3J9Te nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t6ibi3J9Te nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6ibi3J9Te .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t6ibi3J9Te a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6ibi3J9Te .mbr-iconfont {
  font-size: 1rem;
  color: #e96188;
  display: inline-flex;
}
.cid-t6ibi3J9Te .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-t6ibi3J9Te .soc-item {
  margin: .5rem .3rem;
}
.cid-t6ibi3J9Te .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6ibi3J9Te .navbar {
    height: 77px;
  }
  .cid-t6ibi3J9Te .navbar.opened {
    height: auto;
  }
  .cid-t6ibi3J9Te .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6ibi4ZXto {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t6ibi4ZXto .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t6ibi4ZXto .row-element,
.cid-t6ibi4ZXto .image-element {
  padding: 0;
}
.cid-t6ibi4ZXto .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t6ibi4ZXto .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t6ibi4ZXto .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-t6ibi4ZXto .text-content {
    padding: 2rem 1rem;
  }
  .cid-t6ibi4ZXto .mbr-title,
  .cid-t6ibi4ZXto .mbr-text,
  .cid-t6ibi4ZXto .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t6ibi4ZXto .mbr-text,
.cid-t6ibi4ZXto .mbr-section-btn {
  color: #767676;
}
.cid-t6ibi4ZXto .mbr-title {
  color: #16ae64;
}
.cid-t908BPnV1N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t908BPnV1N .mbr-text {
  color: #232323;
}
.cid-t908BPnV1N .mbr-subtitle {
  color: #767676;
}
.cid-t908BPnV1N .mbr-title {
  color: #16ae64;
}
.cid-t90993HPhn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t90993HPhn .mbr-text {
  color: #232323;
}
.cid-t90993HPhn .mbr-subtitle {
  color: #767676;
}
.cid-t90993HPhn .mbr-title {
  color: #16ae64;
}
.cid-t909zmNvgn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t909zmNvgn .mbr-text {
  color: #232323;
}
.cid-t909zmNvgn .mbr-subtitle {
  color: #767676;
}
.cid-t909zmNvgn .mbr-title {
  color: #16ae64;
}
.cid-t90atxutbk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3faf4;
}
.cid-t90atxutbk .row-element,
.cid-t90atxutbk .image-element {
  padding: 0;
}
.cid-t90atxutbk .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t90atxutbk .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t90atxutbk .text-content {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-t90atxutbk .text-content {
    padding: 2rem 1rem;
  }
  .cid-t90atxutbk .mbr-title,
  .cid-t90atxutbk .mbr-text,
  .cid-t90atxutbk .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-t90atxutbk .mbr-text,
.cid-t90atxutbk .mbr-section-btn {
  color: #767676;
}
.cid-t90atxutbk .mbr-title {
  color: #16ae64;
}
.cid-t90b95ptk3 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f3faf4;
}
.cid-t90b95ptk3 .mbr-text {
  text-align: center;
}
.cid-t6ibi5HXTQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-t6ibi5HXTQ .card {
  display: block;
  position: relative;
}
.cid-t6ibi5HXTQ .card .card-wrapper {
  background: #16ae64;
  height: 1%;
}
.cid-t6ibi5HXTQ .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-t6ibi5HXTQ .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-t6ibi5HXTQ .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #e96188;
}
.cid-t6ibi5HXTQ .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-t6ibi5HXTQ .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-t6ibi5HXTQ .mbr-card-text {
  margin: 0;
}
.cid-t6ibi5HXTQ .mbr-section-title {
  text-align: center;
}
.cid-t6ibi7lfo1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t6ibi7RjEX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-t6ibi7RjEX .mbr-section-subtitle {
  color: #767676;
}
.cid-t6ibi7RjEX .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-t6ibi7RjEX .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-t6ibi7RjEX .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-t6ibi7RjEX .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-t6ibi7RjEX .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-t6ibi7RjEX .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-t6ibi7RjEX .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-t6ibi7RjEX .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-t6ibi7RjEX .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-t6ibi7RjEX .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-t6ibi7RjEX .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-t6ibi7RjEX .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-t6ibi7RjEX .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-t6ibi7RjEX .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-t6ibi7RjEX .btn-social {
  border: none !important;
  background: #66458e;
  color: #ffffff;
}
.cid-t6ibi7RjEX .btn-social:after {
  border-color: #66458e;
}
.cid-t6ibi7RjEX [class^="socicon-"]:before,
.cid-t6ibi7RjEX [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-t6ibi7RjEX .btn {
    font-size: 20px !important;
  }
}
.cid-t6ibi8Gmo0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t6ibi8Gmo0 .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
