body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Playfair Display SC', serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Playfair Display SC', serif;
  font-size: 2.6rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.4rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffea03 !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #fff303 !important;
}
.bg-warning {
  background-color: #fff303 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffea03 !important;
  border-color: #ffea03 !important;
  color: #030300 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #030300 !important;
  background-color: #ffea03;
  border-color: #ffea03;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #030300 !important;
  background-color: #ffea03 !important;
  border-color: #ffea03 !important;
}
.btn-primary:hover {
  background-color: #cfbe00 !important;
  border-color: #cfbe00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #148221 !important;
  border-color: #148221 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #148221;
  border-color: #148221;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #148221 !important;
  border-color: #148221 !important;
}
.btn-secondary:hover {
  background-color: #ffea03 !important;
  border-color: #ffea03 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fff303 !important;
  border-color: #fff303 !important;
  color: #030300 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #030300 !important;
  background-color: #fff303;
  border-color: #fff303;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #030300 !important;
  background-color: #fff303 !important;
  border-color: #fff303 !important;
}
.btn-info:hover {
  background-color: #cfc500 !important;
  border-color: #cfc500 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff303 !important;
  border-color: #fff303 !important;
  color: #030300 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #030300 !important;
  background-color: #fff303;
  border-color: #fff303;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #030300 !important;
  background-color: #fff303 !important;
  border-color: #fff303 !important;
}
.btn-warning:hover {
  background-color: #cfc500 !important;
  border-color: #cfc500 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger:hover {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffea03;
  color: #ffea03;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030300 !important;
  background: #ffea03 !important;
  border-color: #ffea03;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #030300 !important;
  background-color: #ffea03 !important;
  border-color: #ffea03 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #148221;
  color: #148221;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #148221 !important;
  border-color: #148221;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #148221 !important;
  border-color: #148221 !important;
}
.btn-secondary-outline:hover {
  background-color: #ffea03 !important;
  border-color: #ffea03 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #fff303;
  color: #fff303;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #030300 !important;
  background: #fff303 !important;
  border-color: #fff303;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #030300 !important;
  background-color: #fff303 !important;
  border-color: #fff303 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fff303;
  color: #fff303;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #030300 !important;
  background: #fff303 !important;
  border-color: #fff303;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #030300 !important;
  background-color: #fff303 !important;
  border-color: #fff303 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #ffea03 !important;
}
.text-secondary {
  color: #148221 !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #fff303 !important;
}
.text-warning {
  color: #fff303 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9c8f00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #062a0b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9c9500 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #9c9500 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ffea03 !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #fff303;
}
.alert-warning {
  background-color: #fff303;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffea03;
  border-color: #ffea03;
  color: #1c1a00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffea03;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffbcf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fffdcf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffdcf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.4rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #ffea03;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffea03;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffea03;
  border-bottom-color: #ffea03;
}
.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: #ffea03 !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: #148221 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-tR5oPGhsYt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tR5oPGhsYt nav.navbar {
  position: fixed;
}
.cid-tR5oPGhsYt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR5oPGhsYt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR5oPGhsYt .dropdown-item:hover,
.cid-tR5oPGhsYt .dropdown-item:focus {
  background: #ffea03 !important;
  color: white !important;
}
.cid-tR5oPGhsYt .dropdown-item:hover span {
  color: white;
}
.cid-tR5oPGhsYt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR5oPGhsYt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR5oPGhsYt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR5oPGhsYt .nav-link {
  position: relative;
}
.cid-tR5oPGhsYt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tR5oPGhsYt .container {
    flex-wrap: nowrap;
  }
}
.cid-tR5oPGhsYt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR5oPGhsYt .dropdown-menu,
.cid-tR5oPGhsYt .navbar.opened {
  background: #148221 !important;
}
.cid-tR5oPGhsYt .nav-item:focus,
.cid-tR5oPGhsYt .nav-link:focus {
  outline: none;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR5oPGhsYt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR5oPGhsYt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #148221;
}
.cid-tR5oPGhsYt .navbar.opened {
  transition: all 0.3s;
}
.cid-tR5oPGhsYt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR5oPGhsYt .navbar .navbar-logo img {
  width: auto;
}
.cid-tR5oPGhsYt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR5oPGhsYt .navbar.collapsed {
  justify-content: center;
}
.cid-tR5oPGhsYt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR5oPGhsYt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR5oPGhsYt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tR5oPGhsYt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR5oPGhsYt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR5oPGhsYt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR5oPGhsYt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tR5oPGhsYt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR5oPGhsYt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR5oPGhsYt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR5oPGhsYt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR5oPGhsYt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tR5oPGhsYt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tR5oPGhsYt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR5oPGhsYt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR5oPGhsYt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR5oPGhsYt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR5oPGhsYt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR5oPGhsYt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR5oPGhsYt .dropdown-item.active,
.cid-tR5oPGhsYt .dropdown-item:active {
  background-color: transparent;
}
.cid-tR5oPGhsYt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR5oPGhsYt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #148221;
}
.cid-tR5oPGhsYt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR5oPGhsYt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR5oPGhsYt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR5oPGhsYt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR5oPGhsYt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR5oPGhsYt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR5oPGhsYt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR5oPGhsYt .navbar {
    height: 70px;
  }
  .cid-tR5oPGhsYt .navbar.opened {
    height: auto;
  }
  .cid-tR5oPGhsYt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP6A1g0sZn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tP6A1g0sZn .image-block {
  margin: auto;
}
.cid-tP6A1g0sZn .mbr-figure {
  margin: 0 auto;
}
.cid-tP6A1g0sZn figcaption {
  position: relative;
}
.cid-tP6A1g0sZn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tP6A1g0sZn .image-block {
    width: 100% !important;
  }
}
.cid-tP6A1g0sZn .mbr-figure-caption div {
  color: #232323;
}
.cid-tJQrfZ7ztj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tJQrfZ7ztj .wrap {
  height: 500px;
}
.cid-tJQrfZ7ztj .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-tJQrfZ7ztj .mbr-text {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-tJQrfZ7ztj .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-tJQrfZ7ztj .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-tJQrfZ7ztj .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-tJQrfZ7ztj .parallax__image {
  perspective: 700px;
}
.cid-tJQrfZ7ztj .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform 0.5s;
}
.cid-tJQrfZ7ztj .image:hover {
  transform: rotateX(-10deg);
}
.cid-tJQrfZ7ztj .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tJQrfZ7ztj .minwidth {
  background-image: url("../../../assets/images/3-1024x683.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-tJQrfZ7ztj .minwidth {
    height: 200px;
  }
}
.cid-tJQrfZ7ztj .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-tJQrfZ7ztj .push-lg {
    left: 8.33333333%;
  }
  .cid-tJQrfZ7ztj .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-tJQrfZ7ztj .wrap {
    height: auto;
  }
  .cid-tJQrfZ7ztj .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-tJQrfZ7ztj .minwidth {
    margin-bottom: 30px;
  }
}
.cid-tJQrfZ7ztj .mbr-section-title {
  color: #148221;
}
.cid-tJQroECbmL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/s4-1600x900.jpg");
}
.cid-tJQroECbmL .title__block {
  margin-bottom: 40px;
}
.cid-tJQroECbmL .mbr-text {
  margin-bottom: 0;
}
.cid-tJQroECbmL .carousel-item {
  justify-content: center;
}
.cid-tJQroECbmL .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-tJQroECbmL .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-tJQroECbmL .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-tJQroECbmL .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-tJQroECbmL .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-tJQroECbmL .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tJQroECbmL .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-tJQroECbmL .user {
    max-width: 87%;
  }
  .cid-tJQroECbmL .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-tJQroECbmL .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-tJQroECbmL .user {
    max-width: 100%;
  }
  .cid-tJQroECbmL .carousel-control-prev {
    left: -5%;
  }
  .cid-tJQroECbmL .carousel-control-next {
    right: -5%;
  }
  .cid-tJQroECbmL .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJQroECbmL .title__block {
    margin-bottom: 20px;
  }
  .cid-tJQroECbmL .carousel-controls {
    display: none;
  }
}
.cid-tJQroECbmL .mbr-section-title {
  color: #148221;
}
.cid-tJQrAqYEh1 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJQrAqYEh1 .image {
  width: 100%;
  perspective: 700px;
}
.cid-tJQrAqYEh1 .image img {
  transition: transform 0.5s;
  object-fit: cover;
  border-radius: 6px;
}
.cid-tJQrAqYEh1 .image img:hover {
  transform: rotateX(-10deg);
}
.cid-tJQrAqYEh1 .image2 {
  width: 100%;
}
.cid-tJQrAqYEh1 .image2 img {
  object-fit: cover;
  border-radius: 6px;
}
.cid-tJQrAqYEh1 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #17161a;
}
.cid-tJQrAqYEh1 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tJQrAqYEh1 .btn {
  margin-top: 0;
}
@media (min-width: 1250px) {
  .cid-tJQrAqYEh1 .lg-push-1 {
    left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-tJQrAqYEh1 .image {
    margin-bottom: 20px;
  }
}
.cid-tJQrAqYEh1 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tJQrAqYEh1 .mbr-section-title {
  color: #148221;
}
.cid-tJQrAqYEh1 .mbr-text,
.cid-tJQrAqYEh1 .mbr-section-btn {
  color: #232226;
}
.cid-tJU59KQx3C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJU59KQx3C .content__block {
  padding: 50px 15px;
}
.cid-tJU59KQx3C .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffea03;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tJU59KQx3C .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tJU59KQx3C .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tJU59KQx3C .image {
  perspective: 3500px;
  position: relative;
}
.cid-tJU59KQx3C .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
}
.cid-tJU59KQx3C .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tJU59KQx3C .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tJU59KQx3C .mbr-section-btn .btn-white-outline:hover {
  color: #ffea03 !important;
}
@media (max-width: 991px) {
  .cid-tJU59KQx3C .content__block {
    padding: 30px 15px;
  }
  .cid-tJU59KQx3C .mbr-figure {
    padding: 0;
  }
  .cid-tJU59KQx3C .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tJU59KQx3C .lg-push {
    right: 1%;
  }
  .cid-tJU59KQx3C .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tJU59KQx3C .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-tJU59KQx3C .lg-push {
    left: 1%;
  }
  .cid-tJU59KQx3C .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-tJU59KQx3C .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tJU59KQx3C .mbr-section-title {
  color: #148221;
}
.cid-tJU59KQx3C .mbr-text,
.cid-tJU59KQx3C .mbr-section-btn {
  color: #17161a;
}
.cid-tJQs6b2ZrC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e99204;
}
.cid-tJQs6b2ZrC .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-tJQs6b2ZrC .price {
  margin-top: 5px;
}
.cid-tJQs6b2ZrC .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-tJQs6b2ZrC .mbr-section-btn {
  margin-top: 10px;
}
.cid-tJQs6b2ZrC .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-tJQs6b2ZrC .btn-md:hover {
  background-color: #148221 !important;
  border-color: #148221 !important;
}
.cid-tJQs6b2ZrC .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-tJQs6b2ZrC .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-tJQs6b2ZrC .content__block,
  .cid-tJQs6b2ZrC .price__block {
    margin-bottom: 30px;
  }
}
.cid-tJQs6b2ZrC .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-tJQs6b2ZrC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tJQs6b2ZrC .mbr-text,
.cid-tJQs6b2ZrC .mbr-section-btn {
  text-align: center;
}
.cid-tJU6VFdkzn {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJU6VFdkzn .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-tJU6VFdkzn .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #ffea03;
}
.cid-tJU6VFdkzn .contents .mbr-subtitle {
  color: #148221;
  margin-bottom: 10px;
}
.cid-tJU6VFdkzn .contents .mbr-section-text {
  margin-top: 20px;
  color: #fff303;
}
.cid-tJU6VFdkzn .carousel-item {
  justify-content: center;
}
.cid-tJU6VFdkzn .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-tJU6VFdkzn .carousel-item .wrap-img {
  text-align: center;
  transform: all 0.3s ease-in-out;
}
.cid-tJU6VFdkzn .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
  opacity: 0.8;
  transform: all 0.3s ease-in-out;
}
.cid-tJU6VFdkzn .carousel-item .wrap-img:hover img {
  opacity: 1;
}
@media (max-width: 991px) {
  .cid-tJU6VFdkzn .carousel-controls {
    display: none;
  }
}
.cid-tJU6VFdkzn .carousel-controls .carousel-control-prev,
.cid-tJU6VFdkzn .carousel-controls .carousel-control-next {
  opacity: 1;
}
.cid-tJU6VFdkzn .carousel-controls .carousel-control-prev {
  left: -94px;
}
.cid-tJU6VFdkzn .carousel-controls .carousel-control-next {
  right: -94px;
}
.cid-tJU6VFdkzn .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 15px;
}
.cid-tJU6VFdkzn .carousel-controls a span {
  padding: 16.5px;
  border-radius: 50%;
  color: #139354;
  background: #ffffff;
  font-weight: bold;
  box-shadow: 0 10px 30px 0 #e7eaf2;
}
.cid-tJU6VFdkzn .carousel-controls a:hover span {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJU6VFdkzn .carousel-control {
    display: none;
  }
  .cid-tJU6VFdkzn .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-tJU6VFdkzn .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-tJU6VFdkzn .cloneditem-1,
.cid-tJU6VFdkzn .cloneditem-2,
.cid-tJU6VFdkzn .cloneditem-3,
.cid-tJU6VFdkzn .cloneditem-4,
.cid-tJU6VFdkzn .cloneditem-5 {
  display: none;
}
.cid-tJU6VFdkzn .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJU6VFdkzn .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tJU6VFdkzn .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tJU6VFdkzn .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-tJU6VFdkzn .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tJU6VFdkzn .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tJU6VFdkzn .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tJU6VFdkzn .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tJU6VFdkzn .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tJU6VFdkzn .carousel-inner.slides2 .cloneditem-1,
  .cid-tJU6VFdkzn .carousel-inner.slides2 .cloneditem-2,
  .cid-tJU6VFdkzn .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tJU6VFdkzn .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tJU6VFdkzn .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tJU6VFdkzn .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tJU6VFdkzn .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tJU6VFdkzn .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tJU6VFdkzn .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tJU6VFdkzn .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tJU6VFdkzn .carousel-inner.slides3 .cloneditem-1,
  .cid-tJU6VFdkzn .carousel-inner.slides3 .cloneditem-2,
  .cid-tJU6VFdkzn .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tJU6VFdkzn .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tJU6VFdkzn .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-tJU6VFdkzn .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tJU6VFdkzn .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tJU6VFdkzn .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tJU6VFdkzn .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tJU6VFdkzn .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tJU6VFdkzn .carousel-inner.slides4 .cloneditem-1,
  .cid-tJU6VFdkzn .carousel-inner.slides4 .cloneditem-2,
  .cid-tJU6VFdkzn .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tJU6VFdkzn .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tJU6VFdkzn .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-tJU6VFdkzn .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tJU6VFdkzn .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tJU6VFdkzn .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tJU6VFdkzn .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tJU6VFdkzn .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tJU6VFdkzn .carousel-inner.slides5 .cloneditem-1,
  .cid-tJU6VFdkzn .carousel-inner.slides5 .cloneditem-2,
  .cid-tJU6VFdkzn .carousel-inner.slides5 .cloneditem-3,
  .cid-tJU6VFdkzn .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tJU6VFdkzn .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tJU6VFdkzn .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tJU6VFdkzn .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tJU6VFdkzn .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tJU6VFdkzn .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tJU6VFdkzn .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tJU6VFdkzn .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tJU6VFdkzn .carousel-inner.slides6 .cloneditem-1,
  .cid-tJU6VFdkzn .carousel-inner.slides6 .cloneditem-2,
  .cid-tJU6VFdkzn .carousel-inner.slides6 .cloneditem-3,
  .cid-tJU6VFdkzn .carousel-inner.slides6 .cloneditem-4,
  .cid-tJU6VFdkzn .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tJU6VFdkzn .mbr-section-title {
  margin: 0;
}
.cid-tJU6VFdkzn .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  padding: 35px 0px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJU6VFdkzn .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-tJU6VFdkzn .carousel-control-prev {
    left: 15px !important;
  }
  .cid-tJU6VFdkzn .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-tJU6VFdkzn .carousel-control-next {
    right: 15px !important;
  }
  .cid-tJU6VFdkzn .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-tJU6VFdkzn .contents .mbr-section-title {
  color: #148221;
}
.cid-tJU6VFdkzn .contents .mbr-section-text {
  color: #17161a;
}
.cid-tJQrNrtdD8 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
  position: relative;
  overflow: hidden;
}
.cid-tJQrNrtdD8 .container {
  max-width: 1400px;
}
.cid-tJQrNrtdD8 .card-img2 span {
  padding-top: 6px;
}
.cid-tJQrNrtdD8 .soc-item a {
  padding-top: 5px;
}
.cid-tJQrNrtdD8 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tJQrNrtdD8 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tJQrNrtdD8 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tJQrNrtdD8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tJQrNrtdD8 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tJQrNrtdD8 #e2_shape {
  fill: #000316 !important;
}
.cid-tJQrNrtdD8 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-tJQrNrtdD8 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tJQrNrtdD8 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #000316;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tJQrNrtdD8 .card-img {
  width: auto;
}
.cid-tJQrNrtdD8 .soc-item {
  width: 45px;
  height: 45px;
  background: #000316;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tJQrNrtdD8 .soc-item span {
  font-size: 1.4rem;
}
.cid-tJQrNrtdD8 .soc-item:hover span {
  color: #ffea03 !important;
}
.cid-tJQrNrtdD8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tJQrNrtdD8 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tJQrNrtdD8 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tJQrNrtdD8 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tJQrNrtdD8 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tJQrNrtdD8 .item {
    justify-content: center;
  }
  .cid-tJQrNrtdD8 .quote::after {
    left: 60px;
  }
}
.cid-tJQrNrtdD8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tJQrNrtdD8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJQrNrtdD8 .text1 {
  color: #000000;
}
.cid-tJQrNrtdD8 .item-title {
  color: #000000;
  text-align: center;
}
.cid-tJQrNrtdD8 H5 {
  color: #000000;
  text-align: center;
}
.cid-tJQrNrtdD8 .theme {
  color: #000000;
}
.cid-tJQrNrtdD8 .copyright > p {
  color: #ff3366;
}
.cid-tJQrNrtdD8 .text2 {
  color: #000000;
}
.cid-tKYuZYpOfZ {
  overflow: hidden;
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/27-1600x900.jpg");
}
.cid-tKYuZYpOfZ .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-tKYuZYpOfZ .wrap {
  padding: 0 25px;
}
.cid-tKYuZYpOfZ .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-tKYuZYpOfZ .mbr-text {
  margin-bottom: 20px;
}
.cid-tKYuZYpOfZ .mbr-section-btn {
  margin-top: 10px;
}
.cid-tKYuZYpOfZ .mbr-media {
  display: inline-block;
}
.cid-tKYuZYpOfZ .mbr-figure {
  align-self: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.cid-tKYuZYpOfZ .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tKYuZYpOfZ .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tKYuZYpOfZ .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tKYuZYpOfZ .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tKYuZYpOfZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tKYuZYpOfZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tKYuZYpOfZ .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tKYuZYpOfZ a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tKYuZYpOfZ a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tKYuZYpOfZ .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tKYuZYpOfZ .container,
  .cid-tKYuZYpOfZ .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tKYuZYpOfZ .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tKYuZYpOfZ a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tKYuZYpOfZ .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tKYuZYpOfZ .mbr-section-title,
.cid-tKYuZYpOfZ .mbr-figure {
  color: #ffffff;
  text-align: center;
}
.cid-tKYuZYpOfZ .mbr-text,
.cid-tKYuZYpOfZ .mbr-section-btn {
  text-align: center;
}
.cid-tKYwuL3Irk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e99204;
}
.cid-tKYwuL3Irk .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-tKYwuL3Irk .price {
  margin-top: 5px;
}
.cid-tKYwuL3Irk .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-tKYwuL3Irk .mbr-section-btn {
  margin-top: 10px;
}
.cid-tKYwuL3Irk .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-tKYwuL3Irk .btn-md:hover {
  background-color: #148221 !important;
  border-color: #148221 !important;
}
.cid-tKYwuL3Irk .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-tKYwuL3Irk .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-tKYwuL3Irk .content__block,
  .cid-tKYwuL3Irk .price__block {
    margin-bottom: 30px;
  }
}
.cid-tKYwuL3Irk .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-tKYwuL3Irk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tKYwuL3Irk .mbr-text,
.cid-tKYwuL3Irk .mbr-section-btn {
  text-align: center;
}
.cid-tKYv006qvm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKYv006qvm .content__block {
  padding: 50px 15px;
}
.cid-tKYv006qvm .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #ffea03;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-tKYv006qvm .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tKYv006qvm .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-tKYv006qvm .image {
  perspective: 3500px;
  position: relative;
}
.cid-tKYv006qvm .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
}
.cid-tKYv006qvm .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKYv006qvm .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tKYv006qvm .mbr-section-btn .btn-white-outline:hover {
  color: #ffea03 !important;
}
@media (max-width: 991px) {
  .cid-tKYv006qvm .content__block {
    padding: 30px 15px;
  }
  .cid-tKYv006qvm .mbr-figure {
    padding: 0;
  }
  .cid-tKYv006qvm .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-tKYv006qvm .lg-push {
    right: 1%;
  }
  .cid-tKYv006qvm .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-tKYv006qvm .row:hover .image img {
    transform: rotateY(8deg);
  }
  .cid-tKYv006qvm .lg-push {
    left: 1%;
  }
  .cid-tKYv006qvm .row:hover .image img {
    transform: rotateY(-8deg);
  }
}
.cid-tKYv006qvm .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-tKYv006qvm .mbr-section-title {
  color: #148221;
}
.cid-tKYv006qvm .mbr-text,
.cid-tKYv006qvm .mbr-section-btn {
  color: #000000;
}
.cid-tKYwOXzsAs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKYwOXzsAs .wrap {
  height: 580px;
}
.cid-tKYwOXzsAs .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-tKYwOXzsAs .mbr-text {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-tKYwOXzsAs .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-tKYwOXzsAs .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-tKYwOXzsAs .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-tKYwOXzsAs .parallax__image {
  perspective: 700px;
}
.cid-tKYwOXzsAs .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform 0.5s;
}
.cid-tKYwOXzsAs .image:hover {
  transform: rotateX(-10deg);
}
.cid-tKYwOXzsAs .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKYwOXzsAs .minwidth {
  background-image: url("../../../assets/images/24-1079x710.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-tKYwOXzsAs .minwidth {
    height: 200px;
  }
}
.cid-tKYwOXzsAs .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-tKYwOXzsAs .push-lg {
    left: 8.33333333%;
  }
  .cid-tKYwOXzsAs .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-tKYwOXzsAs .wrap {
    height: auto;
  }
  .cid-tKYwOXzsAs .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-tKYwOXzsAs .minwidth {
    margin-bottom: 30px;
  }
}
.cid-tKYwOXzsAs .mbr-section-title {
  color: #148221;
}
.cid-tKYv00hKBw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e99204;
}
.cid-tKYv00hKBw .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-tKYv00hKBw .price {
  margin-top: 5px;
}
.cid-tKYv00hKBw .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-tKYv00hKBw .mbr-section-btn {
  margin-top: 10px;
}
.cid-tKYv00hKBw .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-tKYv00hKBw .btn-md:hover {
  background-color: #148221 !important;
  border-color: #148221 !important;
}
.cid-tKYv00hKBw .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-tKYv00hKBw .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-tKYv00hKBw .content__block,
  .cid-tKYv00hKBw .price__block {
    margin-bottom: 30px;
  }
}
.cid-tKYv00hKBw .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-tKYv00hKBw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tKYv00hKBw .mbr-text,
.cid-tKYv00hKBw .mbr-section-btn {
  text-align: center;
}
.cid-tKYv00UJs9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
  position: relative;
  overflow: hidden;
}
.cid-tKYv00UJs9 .container {
  max-width: 1400px;
}
.cid-tKYv00UJs9 .card-img2 span {
  padding-top: 6px;
}
.cid-tKYv00UJs9 .soc-item a {
  padding-top: 5px;
}
.cid-tKYv00UJs9 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tKYv00UJs9 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tKYv00UJs9 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tKYv00UJs9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tKYv00UJs9 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tKYv00UJs9 #e2_shape {
  fill: #000316 !important;
}
.cid-tKYv00UJs9 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-tKYv00UJs9 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tKYv00UJs9 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #000316;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tKYv00UJs9 .card-img {
  width: auto;
}
.cid-tKYv00UJs9 .soc-item {
  width: 45px;
  height: 45px;
  background: #000316;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tKYv00UJs9 .soc-item span {
  font-size: 1.4rem;
}
.cid-tKYv00UJs9 .soc-item:hover span {
  color: #ffea03 !important;
}
.cid-tKYv00UJs9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tKYv00UJs9 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tKYv00UJs9 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tKYv00UJs9 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tKYv00UJs9 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tKYv00UJs9 .item {
    justify-content: center;
  }
  .cid-tKYv00UJs9 .quote::after {
    left: 60px;
  }
}
.cid-tKYv00UJs9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tKYv00UJs9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKYv00UJs9 .text1 {
  color: #000000;
}
.cid-tKYv00UJs9 .item-title {
  color: #000000;
  text-align: center;
}
.cid-tKYv00UJs9 H5 {
  color: #000000;
  text-align: center;
}
.cid-tKYv00UJs9 .theme {
  color: #000000;
}
.cid-tKYv00UJs9 .copyright > p {
  color: #ff3366;
}
.cid-tKYv00UJs9 .text2 {
  color: #000000;
}
.cid-tR5oPGhsYt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tR5oPGhsYt nav.navbar {
  position: fixed;
}
.cid-tR5oPGhsYt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR5oPGhsYt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR5oPGhsYt .dropdown-item:hover,
.cid-tR5oPGhsYt .dropdown-item:focus {
  background: #ffea03 !important;
  color: white !important;
}
.cid-tR5oPGhsYt .dropdown-item:hover span {
  color: white;
}
.cid-tR5oPGhsYt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR5oPGhsYt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR5oPGhsYt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR5oPGhsYt .nav-link {
  position: relative;
}
.cid-tR5oPGhsYt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tR5oPGhsYt .container {
    flex-wrap: nowrap;
  }
}
.cid-tR5oPGhsYt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR5oPGhsYt .dropdown-menu,
.cid-tR5oPGhsYt .navbar.opened {
  background: #148221 !important;
}
.cid-tR5oPGhsYt .nav-item:focus,
.cid-tR5oPGhsYt .nav-link:focus {
  outline: none;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR5oPGhsYt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR5oPGhsYt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #148221;
}
.cid-tR5oPGhsYt .navbar.opened {
  transition: all 0.3s;
}
.cid-tR5oPGhsYt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR5oPGhsYt .navbar .navbar-logo img {
  width: auto;
}
.cid-tR5oPGhsYt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR5oPGhsYt .navbar.collapsed {
  justify-content: center;
}
.cid-tR5oPGhsYt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR5oPGhsYt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR5oPGhsYt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tR5oPGhsYt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR5oPGhsYt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR5oPGhsYt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR5oPGhsYt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tR5oPGhsYt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR5oPGhsYt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR5oPGhsYt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR5oPGhsYt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR5oPGhsYt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tR5oPGhsYt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tR5oPGhsYt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR5oPGhsYt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR5oPGhsYt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR5oPGhsYt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR5oPGhsYt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR5oPGhsYt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR5oPGhsYt .dropdown-item.active,
.cid-tR5oPGhsYt .dropdown-item:active {
  background-color: transparent;
}
.cid-tR5oPGhsYt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR5oPGhsYt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #148221;
}
.cid-tR5oPGhsYt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR5oPGhsYt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR5oPGhsYt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR5oPGhsYt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR5oPGhsYt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR5oPGhsYt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR5oPGhsYt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR5oPGhsYt .navbar {
    height: 70px;
  }
  .cid-tR5oPGhsYt .navbar.opened {
    height: auto;
  }
  .cid-tR5oPGhsYt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKYv7eBEWW {
  overflow: hidden;
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4-1024x683.jpg");
}
.cid-tKYv7eBEWW .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-tKYv7eBEWW .wrap {
  padding: 0 25px;
}
.cid-tKYv7eBEWW .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-tKYv7eBEWW .mbr-text {
  margin-bottom: 20px;
}
.cid-tKYv7eBEWW .mbr-section-btn {
  margin-top: 10px;
}
.cid-tKYv7eBEWW .mbr-media {
  display: inline-block;
}
.cid-tKYv7eBEWW .mbr-figure {
  align-self: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.cid-tKYv7eBEWW .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tKYv7eBEWW .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tKYv7eBEWW .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tKYv7eBEWW .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tKYv7eBEWW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tKYv7eBEWW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tKYv7eBEWW .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tKYv7eBEWW a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tKYv7eBEWW a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tKYv7eBEWW .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tKYv7eBEWW .container,
  .cid-tKYv7eBEWW .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tKYv7eBEWW .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tKYv7eBEWW a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tKYv7eBEWW .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tKYv7eBEWW .mbr-section-title,
.cid-tKYv7eBEWW .mbr-figure {
  color: #ffffff;
  text-align: center;
}
.cid-tKYv7eBEWW .mbr-text,
.cid-tKYv7eBEWW .mbr-section-btn {
  text-align: center;
}
.cid-tKYHzTgccC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e99204;
}
.cid-tKYHzTgccC .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-tKYHzTgccC .price {
  margin-top: 5px;
}
.cid-tKYHzTgccC .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-tKYHzTgccC .mbr-section-btn {
  margin-top: 10px;
}
.cid-tKYHzTgccC .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-tKYHzTgccC .btn-md:hover {
  background-color: #148221 !important;
  border-color: #148221 !important;
}
.cid-tKYHzTgccC .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-tKYHzTgccC .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-tKYHzTgccC .content__block,
  .cid-tKYHzTgccC .price__block {
    margin-bottom: 30px;
  }
}
.cid-tKYHzTgccC .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-tKYHzTgccC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tKYHzTgccC .mbr-text,
.cid-tKYHzTgccC .mbr-section-btn {
  text-align: center;
}
.cid-tKYI2eZkOu {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/29-1600x900.jpg");
}
.cid-tKYI2eZkOu .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-tKYI2eZkOu .wrap {
  padding: 0 25px;
}
.cid-tKYI2eZkOu .wrap:before {
  content: '';
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #e99204;
  top: 0px;
  right: 0px;
}
.cid-tKYI2eZkOu .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-tKYI2eZkOu .mbr-text {
  margin-bottom: 20px;
}
.cid-tKYI2eZkOu .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tKYI2eZkOu .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tKYI2eZkOu .container,
  .cid-tKYI2eZkOu .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tKYI2eZkOu .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tKYI2eZkOu a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tKYI2eZkOu .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tKYI2eZkOu .mbr-text,
.cid-tKYI2eZkOu .mbr-section-btn {
  color: #ffffff;
}
.cid-tKYI2eZkOu .mbr-section-title,
.cid-tKYI2eZkOu .mbr-figure {
  color: #ffffff;
}
.cid-tKYv7fTk1j {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e99204;
}
.cid-tKYv7fTk1j .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-tKYv7fTk1j .price {
  margin-top: 5px;
}
.cid-tKYv7fTk1j .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-tKYv7fTk1j .mbr-section-btn {
  margin-top: 10px;
}
.cid-tKYv7fTk1j .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-tKYv7fTk1j .btn-md:hover {
  background-color: #148221 !important;
  border-color: #148221 !important;
}
.cid-tKYv7fTk1j .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-tKYv7fTk1j .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-tKYv7fTk1j .content__block,
  .cid-tKYv7fTk1j .price__block {
    margin-bottom: 30px;
  }
}
.cid-tKYv7fTk1j .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-tKYv7fTk1j .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tKYv7fTk1j .mbr-text,
.cid-tKYv7fTk1j .mbr-section-btn {
  text-align: center;
}
.cid-tKYv7gqeEf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
  position: relative;
  overflow: hidden;
}
.cid-tKYv7gqeEf .container {
  max-width: 1400px;
}
.cid-tKYv7gqeEf .card-img2 span {
  padding-top: 6px;
}
.cid-tKYv7gqeEf .soc-item a {
  padding-top: 5px;
}
.cid-tKYv7gqeEf .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tKYv7gqeEf .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tKYv7gqeEf .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tKYv7gqeEf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tKYv7gqeEf svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tKYv7gqeEf #e2_shape {
  fill: #000316 !important;
}
.cid-tKYv7gqeEf .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-tKYv7gqeEf .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tKYv7gqeEf .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #000316;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tKYv7gqeEf .card-img {
  width: auto;
}
.cid-tKYv7gqeEf .soc-item {
  width: 45px;
  height: 45px;
  background: #000316;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tKYv7gqeEf .soc-item span {
  font-size: 1.4rem;
}
.cid-tKYv7gqeEf .soc-item:hover span {
  color: #ffea03 !important;
}
.cid-tKYv7gqeEf .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tKYv7gqeEf .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tKYv7gqeEf .media-wrap {
  margin-bottom: 1rem;
}
.cid-tKYv7gqeEf .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tKYv7gqeEf img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tKYv7gqeEf .item {
    justify-content: center;
  }
  .cid-tKYv7gqeEf .quote::after {
    left: 60px;
  }
}
.cid-tKYv7gqeEf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tKYv7gqeEf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKYv7gqeEf .text1 {
  color: #000000;
}
.cid-tKYv7gqeEf .item-title {
  color: #000000;
  text-align: center;
}
.cid-tKYv7gqeEf H5 {
  color: #000000;
  text-align: center;
}
.cid-tKYv7gqeEf .theme {
  color: #000000;
}
.cid-tKYv7gqeEf .copyright > p {
  color: #ff3366;
}
.cid-tKYv7gqeEf .text2 {
  color: #000000;
}
.cid-tR5oPGhsYt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tR5oPGhsYt nav.navbar {
  position: fixed;
}
.cid-tR5oPGhsYt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR5oPGhsYt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR5oPGhsYt .dropdown-item:hover,
.cid-tR5oPGhsYt .dropdown-item:focus {
  background: #ffea03 !important;
  color: white !important;
}
.cid-tR5oPGhsYt .dropdown-item:hover span {
  color: white;
}
.cid-tR5oPGhsYt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR5oPGhsYt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR5oPGhsYt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR5oPGhsYt .nav-link {
  position: relative;
}
.cid-tR5oPGhsYt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tR5oPGhsYt .container {
    flex-wrap: nowrap;
  }
}
.cid-tR5oPGhsYt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR5oPGhsYt .dropdown-menu,
.cid-tR5oPGhsYt .navbar.opened {
  background: #148221 !important;
}
.cid-tR5oPGhsYt .nav-item:focus,
.cid-tR5oPGhsYt .nav-link:focus {
  outline: none;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR5oPGhsYt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR5oPGhsYt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #148221;
}
.cid-tR5oPGhsYt .navbar.opened {
  transition: all 0.3s;
}
.cid-tR5oPGhsYt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR5oPGhsYt .navbar .navbar-logo img {
  width: auto;
}
.cid-tR5oPGhsYt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR5oPGhsYt .navbar.collapsed {
  justify-content: center;
}
.cid-tR5oPGhsYt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR5oPGhsYt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR5oPGhsYt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tR5oPGhsYt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR5oPGhsYt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR5oPGhsYt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR5oPGhsYt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tR5oPGhsYt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR5oPGhsYt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR5oPGhsYt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR5oPGhsYt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR5oPGhsYt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tR5oPGhsYt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tR5oPGhsYt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR5oPGhsYt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR5oPGhsYt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR5oPGhsYt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR5oPGhsYt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR5oPGhsYt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR5oPGhsYt .dropdown-item.active,
.cid-tR5oPGhsYt .dropdown-item:active {
  background-color: transparent;
}
.cid-tR5oPGhsYt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR5oPGhsYt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #148221;
}
.cid-tR5oPGhsYt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR5oPGhsYt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR5oPGhsYt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR5oPGhsYt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR5oPGhsYt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR5oPGhsYt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR5oPGhsYt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR5oPGhsYt .navbar {
    height: 70px;
  }
  .cid-tR5oPGhsYt .navbar.opened {
    height: auto;
  }
  .cid-tR5oPGhsYt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKYvdPZbu0 {
  overflow: hidden;
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/whatsapp-image-2023-09-27-at-9.57.46-am-1280x720.jpg");
}
.cid-tKYvdPZbu0 .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-tKYvdPZbu0 .wrap {
  padding: 0 25px;
}
.cid-tKYvdPZbu0 .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-tKYvdPZbu0 .mbr-text {
  margin-bottom: 20px;
}
.cid-tKYvdPZbu0 .mbr-section-btn {
  margin-top: 10px;
}
.cid-tKYvdPZbu0 .mbr-media {
  display: inline-block;
}
.cid-tKYvdPZbu0 .mbr-figure {
  align-self: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.cid-tKYvdPZbu0 .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-tKYvdPZbu0 .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-tKYvdPZbu0 .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tKYvdPZbu0 .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-tKYvdPZbu0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-tKYvdPZbu0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tKYvdPZbu0 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tKYvdPZbu0 a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tKYvdPZbu0 a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tKYvdPZbu0 .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tKYvdPZbu0 .container,
  .cid-tKYvdPZbu0 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tKYvdPZbu0 .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tKYvdPZbu0 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tKYvdPZbu0 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tKYvdPZbu0 .mbr-section-title,
.cid-tKYvdPZbu0 .mbr-figure {
  color: #ffffff;
  text-align: center;
}
.cid-tKYvdPZbu0 .mbr-text,
.cid-tKYvdPZbu0 .mbr-section-btn {
  text-align: center;
}
.cid-tL2MvWgDwE {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/s4-1600x900.jpeg");
}
.cid-tL2MvWgDwE .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tL2MvWgDwE .card-wrapper {
    padding: 0;
  }
}
.cid-tL2MvWgDwE .row {
  flex-direction: row-reverse;
}
.cid-tL2MvWgDwE .form-control,
.cid-tL2MvWgDwE .field-input {
  padding: 1rem;
}
.cid-tL2MvWgDwE .form-row > .col,
.cid-tL2MvWgDwE .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-tL2MvWgDwE .btn {
  margin: 0 !important;
  height: 56px;
  border-radius: 3px !important;
  padding: 0 1.5rem;
}
.cid-tL2MvWgDwE .btn span {
  font-size: 1rem;
}
.cid-tL2MvWgDwE .form-control,
.cid-tL2MvWgDwE .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border-color: #e99204;
  color: #17161a;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tL2MvWgDwE .form-control::-webkit-input-placeholder,
.cid-tL2MvWgDwE .field-input::-webkit-input-placeholder,
.cid-tL2MvWgDwE .form-control::-webkit-input-placeholder,
.cid-tL2MvWgDwE .field-input::-webkit-input-placeholder {
  color: #888888;
}
.cid-tL2MvWgDwE .form-control:-moz-placeholder,
.cid-tL2MvWgDwE .field-input:-moz-placeholder,
.cid-tL2MvWgDwE .form-control:-moz-placeholder,
.cid-tL2MvWgDwE .field-input:-moz-placeholder {
  color: #888888;
}
.cid-tL2MvWgDwE .form-control:hover,
.cid-tL2MvWgDwE .field-input:hover,
.cid-tL2MvWgDwE .form-control:focus,
.cid-tL2MvWgDwE .field-input:focus {
  background-color: #f5f7fd;
  border-color: #148221;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tL2MvWgDwE .form-control:hover::-webkit-input-placeholder,
.cid-tL2MvWgDwE .field-input:hover::-webkit-input-placeholder,
.cid-tL2MvWgDwE .form-control:focus::-webkit-input-placeholder,
.cid-tL2MvWgDwE .field-input:focus::-webkit-input-placeholder,
.cid-tL2MvWgDwE .form-control:hover::-webkit-input-placeholder,
.cid-tL2MvWgDwE .field-input:hover::-webkit-input-placeholder,
.cid-tL2MvWgDwE .form-control:focus::-webkit-input-placeholder,
.cid-tL2MvWgDwE .field-input:focus::-webkit-input-placeholder {
  color: #17161a;
}
.cid-tL2MvWgDwE .form-control:hover:-moz-placeholder,
.cid-tL2MvWgDwE .field-input:hover:-moz-placeholder,
.cid-tL2MvWgDwE .form-control:focus:-moz-placeholder,
.cid-tL2MvWgDwE .field-input:focus:-moz-placeholder,
.cid-tL2MvWgDwE .form-control:hover:-moz-placeholder,
.cid-tL2MvWgDwE .field-input:hover:-moz-placeholder,
.cid-tL2MvWgDwE .form-control:focus:-moz-placeholder,
.cid-tL2MvWgDwE .field-input:focus:-moz-placeholder {
  color: #17161a;
}
.cid-tL2MvWgDwE .jq-number__spin:hover,
.cid-tL2MvWgDwE .jq-number__spin:focus {
  background-color: #f5f7fd;
  border-color: #148221;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tL2MvWgDwE .jq-number__spin {
  background-color: #ffffff;
  border-color: #e99204;
  color: #17161a;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tL2MvWgDwE .jq-selectbox li,
.cid-tL2MvWgDwE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tL2MvWgDwE .jq-selectbox li:hover,
.cid-tL2MvWgDwE .jq-selectbox li.selected {
  background-color: #f5f7fd;
  color: #000000;
}
.cid-tL2MvWgDwE .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tL2MvWgDwE .jq-number__spin.minus:hover:after,
.cid-tL2MvWgDwE .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tL2MvWgDwE .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tL2MvWgDwE .jq-number__spin.minus:after,
.cid-tL2MvWgDwE .jq-number__spin.plus:after {
  border-top-color: #f5f7fd;
  border-bottom-color: #f5f7fd;
}
.cid-tL2MvWgDwE input::-webkit-clear-button {
  display: none;
}
.cid-tL2MvWgDwE input::-webkit-inner-spin-button {
  display: none;
}
.cid-tL2MvWgDwE input::-webkit-outer-spin-button {
  display: none;
}
.cid-tL2MvWgDwE input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tL2MvWgDwE H4 {
  color: #ffffff;
}
.cid-tL2MvWgDwE P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-tL2MvWgDwE .col {
    min-width: 100%;
  }
  .cid-tL2MvWgDwE .col-auto {
    margin: auto;
  }
  .cid-tL2MvWgDwE .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tL2MvWgDwE .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-tL2MvWgDwE .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-tL2MvWgDwE .content {
    padding: 0 1rem;
  }
}
.cid-tL2MvWgDwE .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tL2MvWgDwE .img-wrapper:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #ffea03;
  z-index: 2;
  pointer-events: none;
}
.cid-tL2MvWgDwE img {
  width: 100%;
}
.cid-tL2MvWgDwE .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #148221, #ffea03);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tL2MvWgDwE .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #148221, #ffea03);
}
.cid-tL2MvWgDwE .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tL2MvWgDwE h4 {
  margin: 0;
}
.cid-tL2MvWgDwE .card-text {
  color: #999999;
}
.cid-tL2MvWgDwE .mbr-text {
  color: #000000;
}
.cid-tL2MvWgDwE .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tL2MvWgDwE .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-tL2MvWgDwE .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tL2MvWgDwE .icon-wrap {
  background: linear-gradient(to left, #148221, #ffea03);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-tL2MvWgDwE .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
}
.cid-tL2MvWgDwE H3 {
  color: #787324;
}
.cid-tL2MvWgDwE .mbr-section-title,
.cid-tL2MvWgDwE .title-wrapper {
  color: #000000;
}
.cid-tL2MvWgDwE .mbr-text,
.cid-tL2MvWgDwE .mbr-section-btn {
  color: #232226;
}
.cid-tL2MvWgDwE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tL2MvWgDwE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tL2MvWgDwE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tL2MvWgDwE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tL2MvWgDwE a.close:hover {
  color: #ffffff;
}
.cid-tKYvdRJrn3 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
  position: relative;
  overflow: hidden;
}
.cid-tKYvdRJrn3 .container {
  max-width: 1400px;
}
.cid-tKYvdRJrn3 .card-img2 span {
  padding-top: 6px;
}
.cid-tKYvdRJrn3 .soc-item a {
  padding-top: 5px;
}
.cid-tKYvdRJrn3 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tKYvdRJrn3 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tKYvdRJrn3 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tKYvdRJrn3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tKYvdRJrn3 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tKYvdRJrn3 #e2_shape {
  fill: #000316 !important;
}
.cid-tKYvdRJrn3 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-tKYvdRJrn3 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tKYvdRJrn3 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #000316;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tKYvdRJrn3 .card-img {
  width: auto;
}
.cid-tKYvdRJrn3 .soc-item {
  width: 45px;
  height: 45px;
  background: #000316;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tKYvdRJrn3 .soc-item span {
  font-size: 1.4rem;
}
.cid-tKYvdRJrn3 .soc-item:hover span {
  color: #ffea03 !important;
}
.cid-tKYvdRJrn3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tKYvdRJrn3 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tKYvdRJrn3 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tKYvdRJrn3 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tKYvdRJrn3 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tKYvdRJrn3 .item {
    justify-content: center;
  }
  .cid-tKYvdRJrn3 .quote::after {
    left: 60px;
  }
}
.cid-tKYvdRJrn3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tKYvdRJrn3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKYvdRJrn3 .text1 {
  color: #000000;
}
.cid-tKYvdRJrn3 .item-title {
  color: #000000;
  text-align: center;
}
.cid-tKYvdRJrn3 H5 {
  color: #000000;
  text-align: center;
}
.cid-tKYvdRJrn3 .theme {
  color: #000000;
}
.cid-tKYvdRJrn3 .copyright > p {
  color: #ff3366;
}
.cid-tKYvdRJrn3 .text2 {
  color: #000000;
}
.cid-tR5oPGhsYt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tR5oPGhsYt nav.navbar {
  position: fixed;
}
.cid-tR5oPGhsYt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR5oPGhsYt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR5oPGhsYt .dropdown-item:hover,
.cid-tR5oPGhsYt .dropdown-item:focus {
  background: #ffea03 !important;
  color: white !important;
}
.cid-tR5oPGhsYt .dropdown-item:hover span {
  color: white;
}
.cid-tR5oPGhsYt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR5oPGhsYt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR5oPGhsYt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR5oPGhsYt .nav-link {
  position: relative;
}
.cid-tR5oPGhsYt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tR5oPGhsYt .container {
    flex-wrap: nowrap;
  }
}
.cid-tR5oPGhsYt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR5oPGhsYt .dropdown-menu,
.cid-tR5oPGhsYt .navbar.opened {
  background: #148221 !important;
}
.cid-tR5oPGhsYt .nav-item:focus,
.cid-tR5oPGhsYt .nav-link:focus {
  outline: none;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR5oPGhsYt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR5oPGhsYt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #148221;
}
.cid-tR5oPGhsYt .navbar.opened {
  transition: all 0.3s;
}
.cid-tR5oPGhsYt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR5oPGhsYt .navbar .navbar-logo img {
  width: auto;
}
.cid-tR5oPGhsYt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR5oPGhsYt .navbar.collapsed {
  justify-content: center;
}
.cid-tR5oPGhsYt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR5oPGhsYt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR5oPGhsYt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tR5oPGhsYt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR5oPGhsYt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR5oPGhsYt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR5oPGhsYt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tR5oPGhsYt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR5oPGhsYt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR5oPGhsYt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR5oPGhsYt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR5oPGhsYt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tR5oPGhsYt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tR5oPGhsYt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR5oPGhsYt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR5oPGhsYt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR5oPGhsYt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR5oPGhsYt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR5oPGhsYt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR5oPGhsYt .dropdown-item.active,
.cid-tR5oPGhsYt .dropdown-item:active {
  background-color: transparent;
}
.cid-tR5oPGhsYt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR5oPGhsYt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #148221;
}
.cid-tR5oPGhsYt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR5oPGhsYt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR5oPGhsYt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR5oPGhsYt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR5oPGhsYt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR5oPGhsYt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR5oPGhsYt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR5oPGhsYt .navbar {
    height: 70px;
  }
  .cid-tR5oPGhsYt .navbar.opened {
    height: auto;
  }
  .cid-tR5oPGhsYt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOlm09FXKd {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-2-1500x900.jpg");
}
.cid-tOlm09FXKd .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-tOlm09FXKd .wrap {
  padding: 0 25px;
}
.cid-tOlm09FXKd .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-tOlm09FXKd .mbr-text {
  margin-bottom: 20px;
}
.cid-tOlm09FXKd .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tOlm09FXKd .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tOlm09FXKd .container,
  .cid-tOlm09FXKd .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tOlm09FXKd .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tOlm09FXKd a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tOlm09FXKd .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tOlm09FXKd .mbr-section-title,
.cid-tOlm09FXKd .mbr-figure {
  color: #ffffff;
  text-align: center;
}
.cid-tOlm09FXKd .mbr-text,
.cid-tOlm09FXKd .mbr-section-btn {
  text-align: center;
}
.cid-tOlnkYAAtN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tOlnkYAAtN .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-tOlnkYAAtN .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-tOlnkYAAtN p {
  line-height: 1.6;
}
.cid-tOlnkYAAtN .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-tOlnkYAAtN .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-tOlnkYAAtN .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-tOlnkYAAtN img {
  transition: all 0.3s;
}
.cid-tOlnkYAAtN .card-box {
  padding: 1.5rem;
}
.cid-tOlnkYAAtN .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tOlnkYAAtN .card-box > p,
.cid-tOlnkYAAtN .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tOlnkYAAtN .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tOm0u9fHNi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tOm0u9fHNi .mbr-text {
  color: #767676;
}
.cid-tOm0u9fHNi .card-subtitle {
  margin: 0;
}
.cid-tOm0u9fHNi .link {
  margin: 0;
}
.cid-tOm0u9fHNi .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tOm0u9fHNi .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tOm0u9fHNi img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tOm0u9fHNi .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tOm0u9fHNi .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tOm0u9fHNi .card-img:hover:before {
  opacity: 0.4;
}
.cid-tOm0u9fHNi .card-img:hover img {
  transform: scale(1.05);
}
.cid-tOm0u9fHNi .row {
  justify-content: center;
}
.cid-tOm0u9fHNi .card {
  margin-bottom: 4rem;
}
.cid-tOlm0ayhEz {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
  position: relative;
  overflow: hidden;
}
.cid-tOlm0ayhEz .container {
  max-width: 1400px;
}
.cid-tOlm0ayhEz .card-img2 span {
  padding-top: 6px;
}
.cid-tOlm0ayhEz .soc-item a {
  padding-top: 5px;
}
.cid-tOlm0ayhEz .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tOlm0ayhEz .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tOlm0ayhEz .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tOlm0ayhEz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tOlm0ayhEz svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tOlm0ayhEz #e2_shape {
  fill: #000316 !important;
}
.cid-tOlm0ayhEz .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-tOlm0ayhEz .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tOlm0ayhEz .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #000316;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOlm0ayhEz .card-img {
  width: auto;
}
.cid-tOlm0ayhEz .soc-item {
  width: 45px;
  height: 45px;
  background: #000316;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tOlm0ayhEz .soc-item span {
  font-size: 1.4rem;
}
.cid-tOlm0ayhEz .soc-item:hover span {
  color: #ffea03 !important;
}
.cid-tOlm0ayhEz .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tOlm0ayhEz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tOlm0ayhEz .media-wrap {
  margin-bottom: 1rem;
}
.cid-tOlm0ayhEz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tOlm0ayhEz img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tOlm0ayhEz .item {
    justify-content: center;
  }
  .cid-tOlm0ayhEz .quote::after {
    left: 60px;
  }
}
.cid-tOlm0ayhEz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tOlm0ayhEz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tOlm0ayhEz .text1 {
  color: #000000;
}
.cid-tOlm0ayhEz .item-title {
  color: #000000;
  text-align: center;
}
.cid-tOlm0ayhEz H5 {
  color: #000000;
  text-align: center;
}
.cid-tOlm0ayhEz .theme {
  color: #000000;
}
.cid-tOlm0ayhEz .copyright > p {
  color: #ff3366;
}
.cid-tOlm0ayhEz .text2 {
  color: #000000;
}
.cid-tR5oPGhsYt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tR5oPGhsYt nav.navbar {
  position: fixed;
}
.cid-tR5oPGhsYt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR5oPGhsYt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR5oPGhsYt .dropdown-item:hover,
.cid-tR5oPGhsYt .dropdown-item:focus {
  background: #ffea03 !important;
  color: white !important;
}
.cid-tR5oPGhsYt .dropdown-item:hover span {
  color: white;
}
.cid-tR5oPGhsYt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR5oPGhsYt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR5oPGhsYt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR5oPGhsYt .nav-link {
  position: relative;
}
.cid-tR5oPGhsYt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tR5oPGhsYt .container {
    flex-wrap: nowrap;
  }
}
.cid-tR5oPGhsYt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR5oPGhsYt .dropdown-menu,
.cid-tR5oPGhsYt .navbar.opened {
  background: #148221 !important;
}
.cid-tR5oPGhsYt .nav-item:focus,
.cid-tR5oPGhsYt .nav-link:focus {
  outline: none;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR5oPGhsYt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR5oPGhsYt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #148221;
}
.cid-tR5oPGhsYt .navbar.opened {
  transition: all 0.3s;
}
.cid-tR5oPGhsYt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR5oPGhsYt .navbar .navbar-logo img {
  width: auto;
}
.cid-tR5oPGhsYt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR5oPGhsYt .navbar.collapsed {
  justify-content: center;
}
.cid-tR5oPGhsYt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR5oPGhsYt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR5oPGhsYt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tR5oPGhsYt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR5oPGhsYt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR5oPGhsYt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR5oPGhsYt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tR5oPGhsYt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR5oPGhsYt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR5oPGhsYt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR5oPGhsYt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR5oPGhsYt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tR5oPGhsYt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tR5oPGhsYt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR5oPGhsYt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR5oPGhsYt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR5oPGhsYt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR5oPGhsYt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR5oPGhsYt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR5oPGhsYt .dropdown-item.active,
.cid-tR5oPGhsYt .dropdown-item:active {
  background-color: transparent;
}
.cid-tR5oPGhsYt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR5oPGhsYt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #148221;
}
.cid-tR5oPGhsYt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR5oPGhsYt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR5oPGhsYt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR5oPGhsYt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR5oPGhsYt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR5oPGhsYt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR5oPGhsYt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR5oPGhsYt .navbar {
    height: 70px;
  }
  .cid-tR5oPGhsYt .navbar.opened {
    height: auto;
  }
  .cid-tR5oPGhsYt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPRmCwO3CE {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/banner-2-1500x900.jpg");
}
.cid-tPRmCwO3CE .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-tPRmCwO3CE .wrap {
  padding: 0 25px;
}
.cid-tPRmCwO3CE .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-tPRmCwO3CE .mbr-text {
  margin-bottom: 20px;
}
.cid-tPRmCwO3CE .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tPRmCwO3CE .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tPRmCwO3CE .container,
  .cid-tPRmCwO3CE .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tPRmCwO3CE .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tPRmCwO3CE a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tPRmCwO3CE .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tPRmCwO3CE .mbr-section-title,
.cid-tPRmCwO3CE .mbr-figure {
  color: #ffffff;
  text-align: center;
}
.cid-tPRmCwO3CE .mbr-text,
.cid-tPRmCwO3CE .mbr-section-btn {
  text-align: center;
}
.cid-tPRmCBC6Nb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPRmCBC6Nb .title__block {
  padding: 30px 15px;
}
.cid-tPRmCBC6Nb .mbr-text {
  margin-bottom: 30px;
}
.cid-tPRmCBC6Nb .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tPRmCBC6Nb .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-tPRmCBC6Nb .bottom__text {
  margin: 10px 0;
}
.cid-tPRmCBC6Nb .btn {
  margin-top: 0;
}
.cid-tPRmCBC6Nb .btn:hover {
  background-color: #ffea03 !important;
  border-color: #ffea03 !important;
}
.cid-tPRmCBC6Nb img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tPRmCBC6Nb .image {
    margin-bottom: 10px;
  }
  .cid-tPRmCBC6Nb .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tPRmCBC6Nb .mbr-section-title {
  text-align: center;
}
.cid-tPRnzBklxv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffbf00;
}
.cid-tPRnzBklxv .title__block {
  padding: 30px 15px;
}
.cid-tPRnzBklxv .mbr-text {
  margin-bottom: 30px;
}
.cid-tPRnzBklxv .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tPRnzBklxv .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-tPRnzBklxv .bottom__text {
  margin: 10px 0;
}
.cid-tPRnzBklxv .btn {
  margin-top: 0;
}
.cid-tPRnzBklxv .btn:hover {
  background-color: #ffea03 !important;
  border-color: #ffea03 !important;
}
.cid-tPRnzBklxv img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tPRnzBklxv .image {
    margin-bottom: 10px;
  }
  .cid-tPRnzBklxv .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tPRnzBklxv .mbr-section-title {
  text-align: center;
}
.cid-tPRophZgCj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPRophZgCj .title__block {
  padding: 30px 15px;
}
.cid-tPRophZgCj .mbr-text {
  margin-bottom: 30px;
}
.cid-tPRophZgCj .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-tPRophZgCj .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-tPRophZgCj .bottom__text {
  margin: 10px 0;
}
.cid-tPRophZgCj .btn {
  margin-top: 0;
}
.cid-tPRophZgCj .btn:hover {
  background-color: #ffea03 !important;
  border-color: #ffea03 !important;
}
.cid-tPRophZgCj img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tPRophZgCj .image {
    margin-bottom: 10px;
  }
  .cid-tPRophZgCj .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tPRophZgCj .mbr-section-title {
  text-align: center;
}
.cid-tPRmCFSkCk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffbf00;
}
@media (max-width: 767px) {
  .cid-tPRmCFSkCk .mbr-text {
    text-align: center;
  }
}
.cid-tPRmCFSkCk .container-fluid {
  padding: 0;
}
.cid-tPRmCFSkCk .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tPRmCFSkCk img {
  height: 100%;
  object-fit: cover;
}
.cid-tPRmCFSkCk .mbr-figure {
  height: 100%;
}
.cid-tPRmCFSkCk .col-lg-6 {
  padding: 0;
}
.cid-tPRmCFSkCk .row {
  margin: 0;
}
.cid-tPRmCFSkCk .mbr-text,
.cid-tPRmCFSkCk .mbr-section-btn {
  text-align: left;
}
.cid-tPRmCGo8Ea {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f5f7fd;
  position: relative;
  overflow: hidden;
}
.cid-tPRmCGo8Ea .container {
  max-width: 1400px;
}
.cid-tPRmCGo8Ea .card-img2 span {
  padding-top: 6px;
}
.cid-tPRmCGo8Ea .soc-item a {
  padding-top: 5px;
}
.cid-tPRmCGo8Ea .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-tPRmCGo8Ea .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tPRmCGo8Ea .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tPRmCGo8Ea .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tPRmCGo8Ea svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tPRmCGo8Ea #e2_shape {
  fill: #000316 !important;
}
.cid-tPRmCGo8Ea .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #000000;
}
.cid-tPRmCGo8Ea .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tPRmCGo8Ea .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #000316;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tPRmCGo8Ea .card-img {
  width: auto;
}
.cid-tPRmCGo8Ea .soc-item {
  width: 45px;
  height: 45px;
  background: #000316;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tPRmCGo8Ea .soc-item span {
  font-size: 1.4rem;
}
.cid-tPRmCGo8Ea .soc-item:hover span {
  color: #ffea03 !important;
}
.cid-tPRmCGo8Ea .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tPRmCGo8Ea .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tPRmCGo8Ea .media-wrap {
  margin-bottom: 1rem;
}
.cid-tPRmCGo8Ea .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tPRmCGo8Ea img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-tPRmCGo8Ea .item {
    justify-content: center;
  }
  .cid-tPRmCGo8Ea .quote::after {
    left: 60px;
  }
}
.cid-tPRmCGo8Ea .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tPRmCGo8Ea .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPRmCGo8Ea .text1 {
  color: #000000;
}
.cid-tPRmCGo8Ea .item-title {
  color: #000000;
  text-align: center;
}
.cid-tPRmCGo8Ea H5 {
  color: #000000;
  text-align: center;
}
.cid-tPRmCGo8Ea .theme {
  color: #000000;
}
.cid-tPRmCGo8Ea .copyright > p {
  color: #ff3366;
}
.cid-tPRmCGo8Ea .text2 {
  color: #000000;
}
.cid-tR5oPGhsYt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tR5oPGhsYt nav.navbar {
  position: fixed;
}
.cid-tR5oPGhsYt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR5oPGhsYt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR5oPGhsYt .dropdown-item:hover,
.cid-tR5oPGhsYt .dropdown-item:focus {
  background: #ffea03 !important;
  color: white !important;
}
.cid-tR5oPGhsYt .dropdown-item:hover span {
  color: white;
}
.cid-tR5oPGhsYt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR5oPGhsYt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR5oPGhsYt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR5oPGhsYt .nav-link {
  position: relative;
}
.cid-tR5oPGhsYt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tR5oPGhsYt .container {
    flex-wrap: nowrap;
  }
}
.cid-tR5oPGhsYt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR5oPGhsYt .dropdown-menu,
.cid-tR5oPGhsYt .navbar.opened {
  background: #148221 !important;
}
.cid-tR5oPGhsYt .nav-item:focus,
.cid-tR5oPGhsYt .nav-link:focus {
  outline: none;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR5oPGhsYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR5oPGhsYt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR5oPGhsYt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR5oPGhsYt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #148221;
}
.cid-tR5oPGhsYt .navbar.opened {
  transition: all 0.3s;
}
.cid-tR5oPGhsYt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR5oPGhsYt .navbar .navbar-logo img {
  width: auto;
}
.cid-tR5oPGhsYt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR5oPGhsYt .navbar.collapsed {
  justify-content: center;
}
.cid-tR5oPGhsYt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR5oPGhsYt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR5oPGhsYt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tR5oPGhsYt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR5oPGhsYt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR5oPGhsYt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR5oPGhsYt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR5oPGhsYt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tR5oPGhsYt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR5oPGhsYt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR5oPGhsYt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR5oPGhsYt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR5oPGhsYt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR5oPGhsYt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tR5oPGhsYt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tR5oPGhsYt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR5oPGhsYt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR5oPGhsYt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR5oPGhsYt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR5oPGhsYt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR5oPGhsYt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR5oPGhsYt .dropdown-item.active,
.cid-tR5oPGhsYt .dropdown-item:active {
  background-color: transparent;
}
.cid-tR5oPGhsYt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR5oPGhsYt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR5oPGhsYt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #148221;
}
.cid-tR5oPGhsYt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR5oPGhsYt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR5oPGhsYt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR5oPGhsYt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR5oPGhsYt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR5oPGhsYt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR5oPGhsYt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR5oPGhsYt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR5oPGhsYt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR5oPGhsYt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR5oPGhsYt .navbar {
    height: 70px;
  }
  .cid-tR5oPGhsYt .navbar.opened {
    height: auto;
  }
  .cid-tR5oPGhsYt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
