@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 150%;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 300;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 300;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 300;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'font';
  font-size: 2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2e481a !important;
}
.bg-success {
  background-color: #2e481a !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #f4feee !important;
}
.bg-danger {
  background-color: #538030 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2e481a !important;
  border-color: #2e481a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bfc1b7 !important;
  border-color: #bfc1b7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #2e481a !important;
  border-color: #2e481a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #466d28 !important;
  border-color: #466d28 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f4feee !important;
  border-color: #f4feee !important;
  color: #5ce00d !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #5ce00d !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #538030 !important;
  border-color: #538030 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6ba53e !important;
  border-color: #6ba53e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6ba53e !important;
  border-color: #6ba53e !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2e481a;
  color: #2e481a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #050803 !important;
  background-color: transparent !important;
  border-color: #050803 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e481a !important;
  border-color: #2e481a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a6a99c;
  color: #a6a99c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7c806f !important;
  background-color: transparent !important;
  border-color: #7c806f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a6a99c !important;
  border-color: #a6a99c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2e481a;
  color: #2e481a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #050803 !important;
  background-color: transparent !important;
  border-color: #050803 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2e481a !important;
  border-color: #2e481a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f4feee;
  color: #f4feee;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bff99c !important;
  background-color: transparent !important;
  border-color: #bff99c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5ce00d !important;
  background-color: #f4feee !important;
  border-color: #f4feee !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #538030;
  color: #538030;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2a4118 !important;
  background-color: transparent !important;
  border-color: #2a4118 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #538030 !important;
  border-color: #538030 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2e481a !important;
}
.text-secondary {
  color: #a6a99c !important;
}
.text-success {
  color: #2e481a !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #f4feee !important;
}
.text-danger {
  color: #538030 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #747768 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b6f88e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #233614 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2e481a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #f4feee;
}
.alert-danger {
  background-color: #538030;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2e481a;
  border-color: #2e481a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2e481a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9ecf79;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9ecf79;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #92c769;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2e481a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #2e481a;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2e481a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2e481a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2e481a;
  border-bottom-color: #2e481a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #2e481a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a6a99c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232e481a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tSt5y86izC .navbar-dropdown {
  position: relative !important;
}
.cid-tSt5y86izC .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-tSt5y86izC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSt5y86izC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSt5y86izC .dropdown-item:hover,
.cid-tSt5y86izC .dropdown-item:focus {
  background: #2e481a !important;
  color: white !important;
}
.cid-tSt5y86izC .dropdown-item:hover span {
  color: white;
}
.cid-tSt5y86izC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSt5y86izC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSt5y86izC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSt5y86izC .nav-link {
  position: relative;
}
.cid-tSt5y86izC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .container {
    flex-wrap: nowrap;
  }
}
.cid-tSt5y86izC .iconfont-wrapper {
  color: #320707 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSt5y86izC .dropdown-menu,
.cid-tSt5y86izC .navbar.opened {
  background: #f4feee !important;
}
.cid-tSt5y86izC .nav-item:focus,
.cid-tSt5y86izC .nav-link:focus {
  outline: none;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSt5y86izC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSt5y86izC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSt5y86izC .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: #f4feee;
}
.cid-tSt5y86izC .navbar.opened {
  transition: all 0.3s;
}
.cid-tSt5y86izC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSt5y86izC .navbar .navbar-logo img {
  width: auto;
}
.cid-tSt5y86izC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSt5y86izC .navbar.collapsed {
  justify-content: center;
}
.cid-tSt5y86izC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSt5y86izC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSt5y86izC .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-tSt5y86izC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSt5y86izC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSt5y86izC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSt5y86izC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSt5y86izC .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-tSt5y86izC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSt5y86izC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSt5y86izC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSt5y86izC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSt5y86izC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSt5y86izC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSt5y86izC .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tSt5y86izC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSt5y86izC .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;
  text-shadow: 2px 2px 2px #000000;
  z-index: 1;
}
.cid-tSt5y86izC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-size: 2em;
}
.cid-tSt5y86izC .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tSt5y86izC .dropdown-item.active,
.cid-tSt5y86izC .dropdown-item:active {
  background-color: transparent;
}
.cid-tSt5y86izC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSt5y86izC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4feee;
}
.cid-tSt5y86izC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSt5y86izC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSt5y86izC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSt5y86izC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSt5y86izC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #320707;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSt5y86izC .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tSt5y86izC .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tSt5y86izC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSt5y86izC .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-tSt5y86izC .navbar {
    height: 70px;
  }
  .cid-tSt5y86izC .navbar.opened {
    height: auto;
  }
  .cid-tSt5y86izC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSt5y86izC .container,
.cid-tSt5y86izC .container-fluid {
  flex-wrap: wrap;
}
.cid-tSt5y86izC .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tSt5y86izC .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tSt5y86izC .contacts-menu .mbr-iconfont {
  color: #f1f4e9;
}
@media (max-width: 991px) {
  .cid-tSt5y86izC .contacts-menu {
    display: none;
  }
}
.cid-tSt5y86izC .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tSt5y86izC .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2e481a;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tSt5y86izC .icon-box:hover {
  transform: scale(1.1);
}
.cid-tSt5y86izC .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tSt5y86izC .navbar-collapse .navbar-nav {
    margin: 0 -1 em;
    flex-grow: 1;
  }
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tSt5y86izC .navbar-collapse .mbr-section-btn .btn-black {
  color: #2e481a !important;
}
@media (max-width: 577px) {
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tSt5y86izC .navbar-collapse .nav-link:hover {
  color: #2e481a !important;
}
.cid-tSt5y86izC .card-text {
  color: #000000;
}
.cid-tSt5y86izC .card-title {
  color: #000000;
}
.cid-tS2DlAeF0O {
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .cid-tS2DlAeF0O .carousel {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-tS2DlAeF0O .carousel {
    height: 80vh;
  }
}
.cid-tS2DlAeF0O .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tS2DlAeF0O .carousel-item,
.cid-tS2DlAeF0O .carousel-inner {
  height: 100%;
}
.cid-tS2DlAeF0O .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
}
.cid-tS2DlAeF0O .mbr-section-btn {
  margin-top: 25px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .cid-tS2DlAeF0O .mbr-section-btn .btn {
    padding: 1rem 2rem;
  }
}
.cid-tS2DlAeF0O .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tS2DlAeF0O .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tS2DlAeF0O .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tS2DlAeF0O .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tS2DlAeF0O .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tS2DlAeF0O .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tS2DlAeF0O .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tS2DlAeF0O .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tS2DlAeF0O .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tS2DlAeF0O .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: -2.5rem;
}
.cid-tS2DlAeF0O .carousel-control.carousel-control-next {
  right: 0;
  margin-right: -2.5rem;
}
.cid-tS2DlAeF0O .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tS2DlAeF0O .carousel-control {
    display: none !important;
  }
}
.cid-tS2DlAeF0O .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tS2DlAeF0O .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 10px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tS2DlAeF0O .carousel-indicators li.active,
.cid-tS2DlAeF0O .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tS2DlAeF0O .carousel-indicators li::after,
.cid-tS2DlAeF0O .carousel-indicators li::before {
  content: none;
}
.cid-tS2DlAeF0O .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tS2DlAeF0O .carousel-indicators {
    display: none !important;
  }
}
.cid-tS2A4rOEEi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f9fff6;
}
.cid-tS2A4rOEEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS2A4rOEEi .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tS2A4rOEEi .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #d4ceff;
  z-index: -1;
}
.cid-tS2A4rOEEi img {
  border-radius: 1rem;
}
.cid-tS2A4rOEEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tS2A4rOEEi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tS2A4rOEEi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tS2A4rOEEi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tS2A4rOEEi .mbr-section-title {
  color: #000000;
}
.cid-tS2A4rOEEi .mbr-section-subtitle,
.cid-tS2A4rOEEi .subtitle-wrap {
  color: #19303d;
}
.cid-tS2A4rOEEi .mbr-text,
.cid-tS2A4rOEEi .mbr-section-btn {
  color: #000000;
}
.cid-tS2A4rOEEi .mbr-text2,
.cid-tS2A4rOEEi .mbr-section-btn {
  color: #000000;
  font-size: 0.8rem;
}
.cid-tSnDEjMMpp {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/istock-175260343-724x483.webp");
}
.cid-tSnDEjMMpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSnDEjMMpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tSnDEjMMpp .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tSnDEjMMpp .container {
    padding: 0 12px;
  }
}
.cid-tSnDEjMMpp .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tSnDEjMMpp .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-tSnDEjMMpp .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-tSnDEjMMpp .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-tSnDEjMMpp .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tSnDEjMMpp .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tSnDEjMMpp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tSnDEjMMpp .mbr-section-title {
  color: #320707;
}
.cid-tSnDEjMMpp .mbr-text {
  color: #222222;
}
.cid-tSnDEjMMpp .mbr-text,
.cid-tSnDEjMMpp .mbr-section-btn {
  color: #320707;
}
.cid-tSnCiiITOp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tSnCiiITOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSnCiiITOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSnCiiITOp .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tSnCiiITOp .container-fluid {
    padding: 0 20px;
  }
}
.cid-tSnCiiITOp .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSnCiiITOp .container {
    padding: 0 20px;
  }
}
.cid-tSnCiiITOp .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tSnCiiITOp .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tSnCiiITOp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tSnCiiITOp .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tSnCiiITOp .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tSnCiiITOp .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tSnCiiITOp .title-wrapper .title-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tSnCiiITOp .title-wrapper .title-wrap .list-wrap {
    display: block;
  }
}
.cid-tSnCiiITOp .title-wrapper .title-wrap .list-wrap .list {
  padding: 0;
  margin: 0 60px 16px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tSnCiiITOp .title-wrapper .title-wrap .list-wrap .list {
    margin: 0 0 8px 0;
  }
}
.cid-tSnCiiITOp .title-wrapper .title-wrap .list-wrap .list .item-wrap {
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-tSnCiiITOp .title-wrapper .title-wrap .list-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
}
.cid-tSnCiiITOp .title-wrapper .title-wrap .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tSnCiiITOp .title-wrapper .title-wrap .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 50px;
}
.cid-tSnCiiITOp .image-wrapper {
  position: relative;
  padding: 0 0 82px 150px;
  height: 100%;
  padding: 100px 150px 82px 0;
}
@media (max-width: 992px) {
  .cid-tSnCiiITOp .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tSnCiiITOp .image-wrapper {
    padding: 0;
  }
}
.cid-tSnCiiITOp .image-wrapper .image_1 {
  height: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tSnCiiITOp .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-tSnCiiITOp .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 270px;
  max-width: 350px;
  object-fit: cover;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-tSnCiiITOp .image-wrapper .image_2 {
    display: none;
  }
}
.cid-tSnCiiITOp .mbr-section-title {
  color: #538030;
}
.cid-tSnCiiITOp .mbr-text {
  color: #2e481a;
}
.cid-tSnCiiITOp .list {
  color: #000000;
}
.cid-tSnEDL9duT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9fff6;
}
.cid-tSnEDL9duT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSnEDL9duT .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tSnEDL9duT .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-tSnEDL9duT .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSnEDL9duT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tSnEDL9duT img {
  border-radius: 1rem;
}
.cid-tSnEDL9duT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSnEDL9duT .row {
  flex-direction: row-reverse;
}
.cid-tSnEDL9duT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tSnEDL9duT .image-wrapper {
    padding: 1rem;
  }
}
.cid-tSnEDL9duT .mbr-section-title {
  color: #000000;
}
.cid-tSnEDL9duT .mbr-section-subtitle,
.cid-tSnEDL9duT .subtitle-wrap {
  color: #19303d;
}
.cid-tSnEDL9duT .mbr-text,
.cid-tSnEDL9duT .mbr-section-btn {
  color: #000000;
}
.cid-tSnY1sb8Rk {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/istock-1180824239-816x459.webp");
}
.cid-tSnY1sb8Rk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSnY1sb8Rk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSnY1sb8Rk .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tSnY1sb8Rk .container-fluid {
    padding: 0 20px;
  }
}
.cid-tSnY1sb8Rk .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSnY1sb8Rk .container {
    padding: 0 20px;
  }
}
.cid-tSnY1sb8Rk .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tSnY1sb8Rk .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tSnY1sb8Rk .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tSnY1sb8Rk .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tSnY1sb8Rk .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tSnY1sb8Rk .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tSnY1sb8Rk .title-wrapper .title-wrap .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tSnY1sb8Rk .title-wrapper .title-wrap .list-wrap {
    display: block;
  }
}
.cid-tSnY1sb8Rk .title-wrapper .title-wrap .list-wrap .list {
  padding: 0;
  margin: 0 60px 16px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tSnY1sb8Rk .title-wrapper .title-wrap .list-wrap .list {
    margin: 0 0 8px 0;
  }
}
.cid-tSnY1sb8Rk .title-wrapper .title-wrap .list-wrap .list .item-wrap {
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-tSnY1sb8Rk .title-wrapper .title-wrap .list-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
}
.cid-tSnY1sb8Rk .title-wrapper .title-wrap .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tSnY1sb8Rk .title-wrapper .title-wrap .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: -2px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #000000;
  color: #f1f4e9;
  border-radius: 50px;
}
.cid-tSnY1sb8Rk .image-wrapper {
  position: relative;
  padding: 0 0 82px 150px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tSnY1sb8Rk .image-wrapper {
    padding: 0;
  }
}
.cid-tSnY1sb8Rk .image-wrapper .image_1 {
  height: 410px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tSnY1sb8Rk .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-tSnY1sb8Rk .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 270px;
  max-width: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tSnY1sb8Rk .image-wrapper .image_2 {
    display: none;
  }
}
.cid-tSnY1sb8Rk .mbr-section-title {
  color: #000000;
}
.cid-tSnY1sb8Rk .mbr-text {
  color: #000000;
}
.cid-tSnY1sb8Rk .list {
  color: #000000;
}
.cid-tSqsu4L1tb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSqsu4L1tb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSqsu4L1tb .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tSqsu4L1tb .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-tSqsu4L1tb .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSqsu4L1tb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tSqsu4L1tb img {
  border-radius: 1rem;
}
.cid-tSqsu4L1tb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSqsu4L1tb .row {
  flex-direction: row-reverse;
}
.cid-tSqsu4L1tb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tSqsu4L1tb .image-wrapper {
    padding: 1rem;
  }
}
.cid-tSqsu4L1tb .mbr-section-title {
  color: #000000;
}
.cid-tSqsu4L1tb .mbr-section-subtitle,
.cid-tSqsu4L1tb .subtitle-wrap {
  color: #19303d;
}
.cid-tSqsu4L1tb .mbr-text,
.cid-tSqsu4L1tb .mbr-section-btn {
  color: #000000;
}
.cid-tSoPBOhs6C {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSoPBOhs6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSoPBOhs6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tSoPBOhs6C .container {
    padding: 0 30px;
  }
}
.cid-tSoPBOhs6C .row {
  justify-content: center;
}
.cid-tSoPBOhs6C .title-wrapper {
  margin-bottom: 55px;
}
.cid-tSoPBOhs6C .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tSoPBOhs6C .title-wrapper .link-wrapper:hover .mbr-link {
  color: #ff6839;
}
.cid-tSoPBOhs6C .title-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tSoPBOhs6C .card {
  padding: 0 8px;
}
.cid-tSoPBOhs6C .card:nth-child(2n) {
  padding: 80px 8px 0;
}
@media (max-width: 992px) {
  .cid-tSoPBOhs6C .card:nth-child(2n) {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tSoPBOhs6C .card {
    padding: 0 12px;
  }
}
.cid-tSoPBOhs6C .card a {
  display: block;
}
.cid-tSoPBOhs6C .card a:hover .image-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-tSoPBOhs6C .card a:hover .image-wrapper::before {
  opacity: .5;
}
.cid-tSoPBOhs6C .card a .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cid-tSoPBOhs6C .card a .image-wrapper img {
  height: 215px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tSoPBOhs6C .card a .image-wrapper img {
    height: 250px;
    margin-bottom: 22px;
  }
}
.cid-tSoPBOhs6C .card a .image-wrapper .mbr-iconfont {
  position: absolute;
  font-size: 22px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tSoPBOhs6C .card a .image-wrapper:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-tSoPBOhs6C .text-wrapper {
  margin-top: 44px;
}
.cid-tSoPBOhs6C .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tSoPBOhs6C .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tSoPBOhs6C .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-tSoPBOhs6C .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tSnY2hG1DI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9fff6;
}
.cid-tSnY2hG1DI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSnY2hG1DI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSnY2hG1DI .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tSnY2hG1DI .container-fluid {
    padding: 0 20px;
  }
}
.cid-tSnY2hG1DI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSnY2hG1DI .container {
    padding: 0 20px;
  }
}
.cid-tSnY2hG1DI .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tSnY2hG1DI .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-tSnY2hG1DI .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tSnY2hG1DI .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-tSnY2hG1DI .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tSnY2hG1DI .image-wrapper .image_2 {
    display: none;
  }
}
.cid-tSnY2hG1DI .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tSnY2hG1DI .image-wrapper .image_3 {
    display: none;
  }
}
.cid-tSnY2hG1DI .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tSnY2hG1DI .title-wrapper .title-wrap {
  padding-left: 42px;
}
.cid-tSnY2hG1DI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tSnY2hG1DI .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tSnY2hG1DI .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tSnY2hG1DI .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tSnY2hG1DI .mbr-section-title {
  color: #000000;
}
.cid-tSnY2hG1DI .mbr-text {
  color: #000000;
}
.cid-tSnY2hG1DI .mbr-section-title,
.cid-tSnY2hG1DI .mbr-section-btn {
  color: #000000;
}
.cid-tSnpwSlioV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tSnpwSlioV .card-text,
.cid-tSnpwSlioV .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tSnpwSlioV .main,
.cid-tSnpwSlioV .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #f9fff6;
}
.cid-tSnpwSlioV .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tSnpwSlioV .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tSnpwSlioV .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSnpwSlioV .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tSnpwSlioV .text-element {
  padding: 3rem 2rem;
}
.cid-tSnpwSlioV .mbr-iconfont {
  font-size: 3rem;
  color: #188ef4;
}
.cid-tSnpwSlioV .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tSnpwSlioV .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tSnpwSlioV .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-tSnpwSlioV .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-tSnpwSlioV .image-element,
  .cid-tSnpwSlioV .text-element {
    margin-bottom: 0;
  }
  .cid-tSnpwSlioV .main:first-child {
    padding-top: 0;
  }
}
.cid-tSnpwSlioV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tSnpwSlioV .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tSnpwSlioV .card-text,
.cid-tSnpwSlioV .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tSpAsxr07d {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tSpAsxr07d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpAsxr07d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSpAsxr07d .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tSpAsxr07d .container-fluid {
    padding: 0 20px;
  }
}
.cid-tSpAsxr07d .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSpAsxr07d .container {
    padding: 0 20px;
  }
}
.cid-tSpAsxr07d .mbr-section-title {
  margin-bottom: 64px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tSpAsxr07d .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tSpAsxr07d .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tSpAsxr07d .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tSpAsxr07d .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tSpAsxr07d .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tSpAsxr07d .embla__button--next,
.cid-tSpAsxr07d .embla__button--prev {
  display: flex;
}
.cid-tSpAsxr07d .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSpAsxr07d .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSpAsxr07d .embla__button:hover {
  background: transparent;
  color: #2e481a;
  opacity: .7;
}
.cid-tSpAsxr07d .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tSpAsxr07d .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSpAsxr07d .embla__button {
    top: 7rem;
  }
}
.cid-tSpAsxr07d .embla {
  position: relative;
  width: 100%;
}
.cid-tSpAsxr07d .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tSpAsxr07d .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSpAsxr07d .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSpAsxr07d .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSqRkmv3D6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/istock-1180824239-2000x1125.webp");
}
.cid-tSqRkmv3D6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSqRkmv3D6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSqRkmv3D6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 768px) {
  .cid-tSqRkmv3D6 .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.cid-tSqRkmv3D6 .embla__slide .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-tSqRkmv3D6 .embla__slide .card-wrap .card-text {
  margin-bottom: 50px;
}
.cid-tSqRkmv3D6 .embla__slide .card-wrap .content-wrap .card-name {
  margin-bottom: 12px;
}
.cid-tSqRkmv3D6 .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 0;
}
.cid-tSqRkmv3D6 .embla__button--next,
.cid-tSqRkmv3D6 .embla__button--prev {
  display: flex;
}
.cid-tSqRkmv3D6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tSqRkmv3D6 .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-tSqRkmv3D6 .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-tSqRkmv3D6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSqRkmv3D6 .embla__button:hover {
  background: transparent;
  color: #2e481a;
  border: none;
  opacity: .65;
}
.cid-tSqRkmv3D6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tSqRkmv3D6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSqRkmv3D6 .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-tSqRkmv3D6 .embla {
  position: relative;
  width: 100%;
}
.cid-tSqRkmv3D6 .embla__viewport {
  overflow: hidden;
  width: 80%;
}
.cid-tSqRkmv3D6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSqRkmv3D6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSqRkmv3D6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSqRkmv3D6 .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.cid-tSqRkmv3D6 .icon-wrapper .mbr-iconfont {
  font-size: 56px;
  display: block;
  color: #2e481a;
}
.cid-tSqRkmv3D6 .card-text {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tSqRkmv3D6 .card-name {
  color: #000000;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tSqRkmv3D6 .card-desc {
  color: #000000;
  text-align: center;
}
.cid-tSppU3QpPO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f4feee;
}
@media (max-width: 767px) {
  .cid-tSppU3QpPO .content {
    text-align: center;
  }
  .cid-tSppU3QpPO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSppU3QpPO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tSppU3QpPO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tSppU3QpPO .media-wrap img {
  height: 10rem;
  width: 10rem;
}
@media (max-width: 767px) {
  .cid-tSppU3QpPO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tSppU3QpPO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tSppU3QpPO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tSppU3QpPO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tSppU3QpPO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tSppU3QpPO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tSppU3QpPO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tSppU3QpPO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tSppU3QpPO P {
  color: #000000;
}
.cid-tSppU3QpPO H5 {
  color: #000000;
}
.cid-tSt5y86izC .navbar-dropdown {
  position: relative !important;
}
.cid-tSt5y86izC .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-tSt5y86izC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSt5y86izC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSt5y86izC .dropdown-item:hover,
.cid-tSt5y86izC .dropdown-item:focus {
  background: #2e481a !important;
  color: white !important;
}
.cid-tSt5y86izC .dropdown-item:hover span {
  color: white;
}
.cid-tSt5y86izC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSt5y86izC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSt5y86izC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSt5y86izC .nav-link {
  position: relative;
}
.cid-tSt5y86izC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .container {
    flex-wrap: nowrap;
  }
}
.cid-tSt5y86izC .iconfont-wrapper {
  color: #320707 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSt5y86izC .dropdown-menu,
.cid-tSt5y86izC .navbar.opened {
  background: #f4feee !important;
}
.cid-tSt5y86izC .nav-item:focus,
.cid-tSt5y86izC .nav-link:focus {
  outline: none;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSt5y86izC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSt5y86izC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSt5y86izC .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: #f4feee;
}
.cid-tSt5y86izC .navbar.opened {
  transition: all 0.3s;
}
.cid-tSt5y86izC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSt5y86izC .navbar .navbar-logo img {
  width: auto;
}
.cid-tSt5y86izC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSt5y86izC .navbar.collapsed {
  justify-content: center;
}
.cid-tSt5y86izC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSt5y86izC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSt5y86izC .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-tSt5y86izC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSt5y86izC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSt5y86izC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSt5y86izC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSt5y86izC .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-tSt5y86izC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSt5y86izC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSt5y86izC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSt5y86izC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSt5y86izC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSt5y86izC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSt5y86izC .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tSt5y86izC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSt5y86izC .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;
  text-shadow: 2px 2px 2px #000000;
  z-index: 1;
}
.cid-tSt5y86izC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-size: 2em;
}
.cid-tSt5y86izC .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tSt5y86izC .dropdown-item.active,
.cid-tSt5y86izC .dropdown-item:active {
  background-color: transparent;
}
.cid-tSt5y86izC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSt5y86izC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4feee;
}
.cid-tSt5y86izC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSt5y86izC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSt5y86izC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSt5y86izC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSt5y86izC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #320707;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSt5y86izC .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tSt5y86izC .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tSt5y86izC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSt5y86izC .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-tSt5y86izC .navbar {
    height: 70px;
  }
  .cid-tSt5y86izC .navbar.opened {
    height: auto;
  }
  .cid-tSt5y86izC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSt5y86izC .container,
.cid-tSt5y86izC .container-fluid {
  flex-wrap: wrap;
}
.cid-tSt5y86izC .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tSt5y86izC .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tSt5y86izC .contacts-menu .mbr-iconfont {
  color: #f1f4e9;
}
@media (max-width: 991px) {
  .cid-tSt5y86izC .contacts-menu {
    display: none;
  }
}
.cid-tSt5y86izC .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tSt5y86izC .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2e481a;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tSt5y86izC .icon-box:hover {
  transform: scale(1.1);
}
.cid-tSt5y86izC .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tSt5y86izC .navbar-collapse .navbar-nav {
    margin: 0 -1 em;
    flex-grow: 1;
  }
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tSt5y86izC .navbar-collapse .mbr-section-btn .btn-black {
  color: #2e481a !important;
}
@media (max-width: 577px) {
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tSt5y86izC .navbar-collapse .nav-link:hover {
  color: #2e481a !important;
}
.cid-tSt5y86izC .card-text {
  color: #000000;
}
.cid-tSt5y86izC .card-title {
  color: #000000;
}
.cid-uLFhCU6bK8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/your-image-path.webp");
}
.cid-uLFhCU6bK8 h2 {
  color: #538030;
  text-align: center;
}
.cid-uLFhCU6bK8 h4,
.cid-uLFhCU6bK8 h5 {
  font-weight: 500;
  text-align: center;
}
.cid-uLFhCU6bK8 p,
.cid-uLFhCU6bK8 .mbr-text,
.cid-uLFhCU6bK8 .card-box {
  text-align: center;
  color: #444444;
}
.cid-uLFhCU6bK8 .mbr-iconfont {
  color: #2e481a;
}
.cid-uLFhCU6bK8 .mbr-section-subtitle {
  color: #ff0000;
  font-size: 18px;
  line-height: 1.4;
}
.cid-uLFhCU6bK8 .card-img {
  font-size: 3rem;
}
.cid-uLFhCU6bK8 .condensed-text {
  font-size: 11px;
  line-height: 1.2;
  display: inline-block;
  color: #ff0000;
}
.cid-tSsy6ML2gp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSsy6ML2gp .mbr-text {
  color: #444444;
  text-align: center;
}
.cid-tSsy6ML2gp h4 {
  font-weight: 500;
}
.cid-tSsy6ML2gp h4,
.cid-tSsy6ML2gp h5 {
  text-align: center;
}
.cid-tSsy6ML2gp p {
  text-align: center;
}
.cid-tSsy6ML2gp .card-box {
  text-align: center;
}
.cid-tSsy6ML2gp .card-img {
  font-size: 3rem;
}
.cid-tSsy6ML2gp .mbr-iconfont {
  color: #2e481a;
}
.cid-tSsy6ML2gp .mbr-section-subtitle {
  color: #2e481a;
}
.cid-tSsy6ML2gp H2 {
  color: #538030;
}
.cid-tSsy83KhK5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSsy83KhK5 .mbr-text {
  color: #444444;
  text-align: center;
}
.cid-tSsy83KhK5 h4 {
  font-weight: 500;
}
.cid-tSsy83KhK5 h4,
.cid-tSsy83KhK5 h5 {
  text-align: center;
}
.cid-tSsy83KhK5 p {
  text-align: center;
}
.cid-tSsy83KhK5 .card-box {
  text-align: center;
}
.cid-tSsy83KhK5 .card-img {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-tSsy83KhK5 .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .cid-tSsy83KhK5 .my-col {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    padding: 15px;
  }
}
.cid-tSsy83KhK5 .card-wrapper {
  padding: 15px;
}
.cid-tSsy83KhK5 .card-img img {
  max-width: 100%;
  height: auto;
}
.cid-tSsy83KhK5 .mbr-iconfont {
  color: #2e481a;
}
.cid-tSsy83KhK5 .mbr-section-subtitle {
  color: #2e481a;
}
.cid-tSsy83KhK5 h2 {
  color: #538030;
}
.cid-tSswGK55OF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tSswGK55OF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSswGK55OF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSswGK55OF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tSswGK55OF .container-fluid {
    padding: 0 20px;
  }
}
.cid-tSswGK55OF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSswGK55OF .container {
    padding: 0 20px;
  }
}
.cid-tSswGK55OF .mbr-section-title {
  margin-bottom: 64px;
  color: #538030;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tSswGK55OF .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tSswGK55OF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tSswGK55OF .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tSswGK55OF .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tSswGK55OF .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tSswGK55OF .embla__button--next,
.cid-tSswGK55OF .embla__button--prev {
  display: flex;
}
.cid-tSswGK55OF .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSswGK55OF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSswGK55OF .embla__button:hover {
  background: transparent;
  color: #2e481a;
  opacity: .7;
}
.cid-tSswGK55OF .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tSswGK55OF .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSswGK55OF .embla__button {
    top: 7rem;
  }
}
.cid-tSswGK55OF .embla {
  position: relative;
  width: 100%;
}
.cid-tSswGK55OF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tSswGK55OF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSswGK55OF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSswGK55OF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSswGKLMlI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/istock-1180824239-816x459.webp");
}
.cid-tSswGKLMlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSswGKLMlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSswGKLMlI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 768px) {
  .cid-tSswGKLMlI .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.cid-tSswGKLMlI .embla__slide .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-tSswGKLMlI .embla__slide .card-wrap .card-text {
  margin-bottom: 50px;
}
.cid-tSswGKLMlI .embla__slide .card-wrap .content-wrap .card-name {
  margin-bottom: 12px;
}
.cid-tSswGKLMlI .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 0;
}
.cid-tSswGKLMlI .embla__button--next,
.cid-tSswGKLMlI .embla__button--prev {
  display: flex;
}
.cid-tSswGKLMlI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tSswGKLMlI .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-tSswGKLMlI .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-tSswGKLMlI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSswGKLMlI .embla__button:hover {
  background: transparent;
  color: #2e481a;
  border: none;
  opacity: .65;
}
.cid-tSswGKLMlI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tSswGKLMlI .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSswGKLMlI .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-tSswGKLMlI .embla {
  position: relative;
  width: 100%;
}
.cid-tSswGKLMlI .embla__viewport {
  overflow: hidden;
  width: 80%;
}
.cid-tSswGKLMlI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSswGKLMlI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSswGKLMlI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSswGKLMlI .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.cid-tSswGKLMlI .icon-wrapper .mbr-iconfont {
  font-size: 56px;
  display: block;
  color: #2e481a;
}
.cid-tSswGKLMlI .card-text {
  color: #2e481a;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tSswGKLMlI .card-name {
  color: #538030;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tSswGKLMlI .card-desc {
  color: #232323;
  text-align: center;
}
.cid-uLFr3R2QSZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f4feee;
}
@media (max-width: 767px) {
  .cid-uLFr3R2QSZ .content {
    text-align: center;
  }
  .cid-uLFr3R2QSZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLFr3R2QSZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uLFr3R2QSZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uLFr3R2QSZ .media-wrap img {
  height: 10rem;
  width: 10rem;
}
@media (max-width: 767px) {
  .cid-uLFr3R2QSZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLFr3R2QSZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uLFr3R2QSZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uLFr3R2QSZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uLFr3R2QSZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLFr3R2QSZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uLFr3R2QSZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLFr3R2QSZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLFr3R2QSZ P {
  color: #000000;
}
.cid-uLFr3R2QSZ H5 {
  color: #000000;
}
#custom-html-8r {
  /* Type valid CSS here */
}
#custom-html-8r div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-8r p {
  font-size: 60px;
  color: #777;
}
.cid-tSt5y86izC .navbar-dropdown {
  position: relative !important;
}
.cid-tSt5y86izC .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-tSt5y86izC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSt5y86izC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSt5y86izC .dropdown-item:hover,
.cid-tSt5y86izC .dropdown-item:focus {
  background: #2e481a !important;
  color: white !important;
}
.cid-tSt5y86izC .dropdown-item:hover span {
  color: white;
}
.cid-tSt5y86izC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSt5y86izC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSt5y86izC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSt5y86izC .nav-link {
  position: relative;
}
.cid-tSt5y86izC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .container {
    flex-wrap: nowrap;
  }
}
.cid-tSt5y86izC .iconfont-wrapper {
  color: #320707 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSt5y86izC .dropdown-menu,
.cid-tSt5y86izC .navbar.opened {
  background: #f4feee !important;
}
.cid-tSt5y86izC .nav-item:focus,
.cid-tSt5y86izC .nav-link:focus {
  outline: none;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSt5y86izC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSt5y86izC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSt5y86izC .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: #f4feee;
}
.cid-tSt5y86izC .navbar.opened {
  transition: all 0.3s;
}
.cid-tSt5y86izC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSt5y86izC .navbar .navbar-logo img {
  width: auto;
}
.cid-tSt5y86izC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSt5y86izC .navbar.collapsed {
  justify-content: center;
}
.cid-tSt5y86izC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSt5y86izC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSt5y86izC .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-tSt5y86izC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSt5y86izC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSt5y86izC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSt5y86izC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSt5y86izC .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-tSt5y86izC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSt5y86izC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSt5y86izC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSt5y86izC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSt5y86izC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSt5y86izC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSt5y86izC .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tSt5y86izC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSt5y86izC .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;
  text-shadow: 2px 2px 2px #000000;
  z-index: 1;
}
.cid-tSt5y86izC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-size: 2em;
}
.cid-tSt5y86izC .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tSt5y86izC .dropdown-item.active,
.cid-tSt5y86izC .dropdown-item:active {
  background-color: transparent;
}
.cid-tSt5y86izC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSt5y86izC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4feee;
}
.cid-tSt5y86izC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSt5y86izC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSt5y86izC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSt5y86izC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSt5y86izC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #320707;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSt5y86izC .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tSt5y86izC .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tSt5y86izC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSt5y86izC .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-tSt5y86izC .navbar {
    height: 70px;
  }
  .cid-tSt5y86izC .navbar.opened {
    height: auto;
  }
  .cid-tSt5y86izC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSt5y86izC .container,
.cid-tSt5y86izC .container-fluid {
  flex-wrap: wrap;
}
.cid-tSt5y86izC .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tSt5y86izC .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tSt5y86izC .contacts-menu .mbr-iconfont {
  color: #f1f4e9;
}
@media (max-width: 991px) {
  .cid-tSt5y86izC .contacts-menu {
    display: none;
  }
}
.cid-tSt5y86izC .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tSt5y86izC .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2e481a;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tSt5y86izC .icon-box:hover {
  transform: scale(1.1);
}
.cid-tSt5y86izC .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tSt5y86izC .navbar-collapse .navbar-nav {
    margin: 0 -1 em;
    flex-grow: 1;
  }
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tSt5y86izC .navbar-collapse .mbr-section-btn .btn-black {
  color: #2e481a !important;
}
@media (max-width: 577px) {
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tSt5y86izC .navbar-collapse .nav-link:hover {
  color: #2e481a !important;
}
.cid-tSt5y86izC .card-text {
  color: #000000;
}
.cid-tSt5y86izC .card-title {
  color: #000000;
}
.cid-tSsIkt7YpL {
  padding-top: 270px;
  padding-bottom: 0px;
  background-color: #f3f4f3;
}
.cid-tSsIkt7YpL H3 {
  color: #41494b;
}
.cid-tSsIkt7YpL H1 {
  color: #232323;
}
.cid-tSsIkt7YpL P {
  color: #41494b;
}
.cid-tSsHCxAGBU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tSsHCxAGBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSsHCxAGBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSsHCxAGBU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tSsHCxAGBU .container-fluid {
    padding: 0 20px;
  }
}
.cid-tSsHCxAGBU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSsHCxAGBU .container {
    padding: 0 20px;
  }
}
.cid-tSsHCxAGBU .mbr-section-title {
  margin-bottom: 64px;
  color: #538030;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tSsHCxAGBU .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tSsHCxAGBU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tSsHCxAGBU .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tSsHCxAGBU .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tSsHCxAGBU .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tSsHCxAGBU .embla__button--next,
.cid-tSsHCxAGBU .embla__button--prev {
  display: flex;
}
.cid-tSsHCxAGBU .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSsHCxAGBU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSsHCxAGBU .embla__button:hover {
  background: transparent;
  color: #2e481a;
  opacity: .7;
}
.cid-tSsHCxAGBU .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tSsHCxAGBU .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSsHCxAGBU .embla__button {
    top: 7rem;
  }
}
.cid-tSsHCxAGBU .embla {
  position: relative;
  width: 100%;
}
.cid-tSsHCxAGBU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tSsHCxAGBU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSsHCxAGBU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSsHCxAGBU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSsHCyjGZr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/istock-1180824239-2000x1125.webp");
}
.cid-tSsHCyjGZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSsHCyjGZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSsHCyjGZr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 768px) {
  .cid-tSsHCyjGZr .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.cid-tSsHCyjGZr .embla__slide .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-tSsHCyjGZr .embla__slide .card-wrap .card-text {
  margin-bottom: 50px;
}
.cid-tSsHCyjGZr .embla__slide .card-wrap .content-wrap .card-name {
  margin-bottom: 12px;
}
.cid-tSsHCyjGZr .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 0;
}
.cid-tSsHCyjGZr .embla__button--next,
.cid-tSsHCyjGZr .embla__button--prev {
  display: flex;
}
.cid-tSsHCyjGZr .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tSsHCyjGZr .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-tSsHCyjGZr .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-tSsHCyjGZr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSsHCyjGZr .embla__button:hover {
  background: transparent;
  color: #2e481a;
  border: none;
  opacity: .65;
}
.cid-tSsHCyjGZr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tSsHCyjGZr .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSsHCyjGZr .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-tSsHCyjGZr .embla {
  position: relative;
  width: 100%;
}
.cid-tSsHCyjGZr .embla__viewport {
  overflow: hidden;
  width: 80%;
}
.cid-tSsHCyjGZr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSsHCyjGZr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSsHCyjGZr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSsHCyjGZr .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.cid-tSsHCyjGZr .icon-wrapper .mbr-iconfont {
  font-size: 56px;
  display: block;
  color: #2e481a;
}
.cid-tSsHCyjGZr .card-text {
  color: #2e481a;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tSsHCyjGZr .card-name {
  color: #538030;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tSsHCyjGZr .card-desc {
  color: #232323;
  text-align: center;
}
.cid-tStOWEtcr3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f4feee;
}
@media (max-width: 767px) {
  .cid-tStOWEtcr3 .content {
    text-align: center;
  }
  .cid-tStOWEtcr3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tStOWEtcr3 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tStOWEtcr3 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tStOWEtcr3 .media-wrap img {
  height: 10rem;
  width: 10rem;
}
@media (max-width: 767px) {
  .cid-tStOWEtcr3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tStOWEtcr3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tStOWEtcr3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tStOWEtcr3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tStOWEtcr3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tStOWEtcr3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tStOWEtcr3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tStOWEtcr3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tStOWEtcr3 P {
  color: #2e481a;
}
.cid-tStOWEtcr3 H5 {
  color: #538030;
}
.cid-tSt5y86izC .navbar-dropdown {
  position: relative !important;
}
.cid-tSt5y86izC .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-tSt5y86izC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSt5y86izC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSt5y86izC .dropdown-item:hover,
.cid-tSt5y86izC .dropdown-item:focus {
  background: #2e481a !important;
  color: white !important;
}
.cid-tSt5y86izC .dropdown-item:hover span {
  color: white;
}
.cid-tSt5y86izC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSt5y86izC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSt5y86izC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSt5y86izC .nav-link {
  position: relative;
}
.cid-tSt5y86izC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .container {
    flex-wrap: nowrap;
  }
}
.cid-tSt5y86izC .iconfont-wrapper {
  color: #320707 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSt5y86izC .dropdown-menu,
.cid-tSt5y86izC .navbar.opened {
  background: #f4feee !important;
}
.cid-tSt5y86izC .nav-item:focus,
.cid-tSt5y86izC .nav-link:focus {
  outline: none;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSt5y86izC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSt5y86izC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSt5y86izC .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: #f4feee;
}
.cid-tSt5y86izC .navbar.opened {
  transition: all 0.3s;
}
.cid-tSt5y86izC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSt5y86izC .navbar .navbar-logo img {
  width: auto;
}
.cid-tSt5y86izC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSt5y86izC .navbar.collapsed {
  justify-content: center;
}
.cid-tSt5y86izC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSt5y86izC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSt5y86izC .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-tSt5y86izC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSt5y86izC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSt5y86izC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSt5y86izC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSt5y86izC .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-tSt5y86izC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSt5y86izC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSt5y86izC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSt5y86izC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSt5y86izC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSt5y86izC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSt5y86izC .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tSt5y86izC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSt5y86izC .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;
  text-shadow: 2px 2px 2px #000000;
  z-index: 1;
}
.cid-tSt5y86izC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-size: 2em;
}
.cid-tSt5y86izC .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tSt5y86izC .dropdown-item.active,
.cid-tSt5y86izC .dropdown-item:active {
  background-color: transparent;
}
.cid-tSt5y86izC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSt5y86izC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4feee;
}
.cid-tSt5y86izC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSt5y86izC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSt5y86izC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSt5y86izC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSt5y86izC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #320707;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSt5y86izC .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tSt5y86izC .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tSt5y86izC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSt5y86izC .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-tSt5y86izC .navbar {
    height: 70px;
  }
  .cid-tSt5y86izC .navbar.opened {
    height: auto;
  }
  .cid-tSt5y86izC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSt5y86izC .container,
.cid-tSt5y86izC .container-fluid {
  flex-wrap: wrap;
}
.cid-tSt5y86izC .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tSt5y86izC .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tSt5y86izC .contacts-menu .mbr-iconfont {
  color: #f1f4e9;
}
@media (max-width: 991px) {
  .cid-tSt5y86izC .contacts-menu {
    display: none;
  }
}
.cid-tSt5y86izC .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tSt5y86izC .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2e481a;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tSt5y86izC .icon-box:hover {
  transform: scale(1.1);
}
.cid-tSt5y86izC .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tSt5y86izC .navbar-collapse .navbar-nav {
    margin: 0 -1 em;
    flex-grow: 1;
  }
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tSt5y86izC .navbar-collapse .mbr-section-btn .btn-black {
  color: #2e481a !important;
}
@media (max-width: 577px) {
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tSt5y86izC .navbar-collapse .nav-link:hover {
  color: #2e481a !important;
}
.cid-tSt5y86izC .card-text {
  color: #000000;
}
.cid-tSt5y86izC .card-title {
  color: #000000;
}
.cid-tSsJe1kyWf {
  padding-top: 270px;
  padding-bottom: 15px;
  background-color: #f3f4f3;
}
.cid-tSsJe1kyWf H3 {
  color: #2e481a;
}
.cid-tSsJe1kyWf H1 {
  color: #538030;
}
.cid-tSsJe1kyWf P {
  color: #41494b;
}
.cid-tSsJe1D243 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tSsJe1D243 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSsJe1D243 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSsJe1D243 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tSsJe1D243 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tSsJe1D243 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSsJe1D243 .container {
    padding: 0 20px;
  }
}
.cid-tSsJe1D243 .mbr-section-title {
  margin-bottom: 64px;
  color: #538030;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tSsJe1D243 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tSsJe1D243 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tSsJe1D243 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tSsJe1D243 .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tSsJe1D243 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tSsJe1D243 .embla__button--next,
.cid-tSsJe1D243 .embla__button--prev {
  display: flex;
}
.cid-tSsJe1D243 .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSsJe1D243 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSsJe1D243 .embla__button:hover {
  background: transparent;
  color: #2e481a;
  opacity: .7;
}
.cid-tSsJe1D243 .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tSsJe1D243 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSsJe1D243 .embla__button {
    top: 7rem;
  }
}
.cid-tSsJe1D243 .embla {
  position: relative;
  width: 100%;
}
.cid-tSsJe1D243 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tSsJe1D243 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSsJe1D243 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSsJe1D243 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSsJe29tL1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/istock-1180824239-2000x1125.webp");
}
.cid-tSsJe29tL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSsJe29tL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSsJe29tL1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 768px) {
  .cid-tSsJe29tL1 .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.cid-tSsJe29tL1 .embla__slide .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-tSsJe29tL1 .embla__slide .card-wrap .card-text {
  margin-bottom: 50px;
}
.cid-tSsJe29tL1 .embla__slide .card-wrap .content-wrap .card-name {
  margin-bottom: 12px;
}
.cid-tSsJe29tL1 .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 0;
}
.cid-tSsJe29tL1 .embla__button--next,
.cid-tSsJe29tL1 .embla__button--prev {
  display: flex;
}
.cid-tSsJe29tL1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tSsJe29tL1 .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-tSsJe29tL1 .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-tSsJe29tL1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSsJe29tL1 .embla__button:hover {
  background: transparent;
  color: #2e481a;
  border: none;
  opacity: .65;
}
.cid-tSsJe29tL1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tSsJe29tL1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSsJe29tL1 .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-tSsJe29tL1 .embla {
  position: relative;
  width: 100%;
}
.cid-tSsJe29tL1 .embla__viewport {
  overflow: hidden;
  width: 80%;
}
.cid-tSsJe29tL1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSsJe29tL1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSsJe29tL1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSsJe29tL1 .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.cid-tSsJe29tL1 .icon-wrapper .mbr-iconfont {
  font-size: 56px;
  display: block;
  color: #2e481a;
}
.cid-tSsJe29tL1 .card-text {
  color: #2e481a;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tSsJe29tL1 .card-name {
  color: #538030;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tSsJe29tL1 .card-desc {
  color: #232323;
  text-align: center;
}
.cid-tStP4A9bZE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f4feee;
}
@media (max-width: 767px) {
  .cid-tStP4A9bZE .content {
    text-align: center;
  }
  .cid-tStP4A9bZE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tStP4A9bZE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tStP4A9bZE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tStP4A9bZE .media-wrap img {
  height: 10rem;
  width: 10rem;
}
@media (max-width: 767px) {
  .cid-tStP4A9bZE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tStP4A9bZE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tStP4A9bZE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tStP4A9bZE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tStP4A9bZE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tStP4A9bZE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tStP4A9bZE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tStP4A9bZE .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tStP4A9bZE P {
  color: #2e481a;
}
.cid-tStP4A9bZE H5 {
  color: #538030;
}
.cid-tSt5y86izC .navbar-dropdown {
  position: relative !important;
}
.cid-tSt5y86izC .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-tSt5y86izC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSt5y86izC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSt5y86izC .dropdown-item:hover,
.cid-tSt5y86izC .dropdown-item:focus {
  background: #2e481a !important;
  color: white !important;
}
.cid-tSt5y86izC .dropdown-item:hover span {
  color: white;
}
.cid-tSt5y86izC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSt5y86izC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSt5y86izC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSt5y86izC .nav-link {
  position: relative;
}
.cid-tSt5y86izC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .container {
    flex-wrap: nowrap;
  }
}
.cid-tSt5y86izC .iconfont-wrapper {
  color: #320707 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSt5y86izC .dropdown-menu,
.cid-tSt5y86izC .navbar.opened {
  background: #f4feee !important;
}
.cid-tSt5y86izC .nav-item:focus,
.cid-tSt5y86izC .nav-link:focus {
  outline: none;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSt5y86izC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSt5y86izC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSt5y86izC .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: #f4feee;
}
.cid-tSt5y86izC .navbar.opened {
  transition: all 0.3s;
}
.cid-tSt5y86izC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSt5y86izC .navbar .navbar-logo img {
  width: auto;
}
.cid-tSt5y86izC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSt5y86izC .navbar.collapsed {
  justify-content: center;
}
.cid-tSt5y86izC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSt5y86izC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSt5y86izC .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-tSt5y86izC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSt5y86izC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSt5y86izC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSt5y86izC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSt5y86izC .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-tSt5y86izC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSt5y86izC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSt5y86izC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSt5y86izC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSt5y86izC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSt5y86izC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSt5y86izC .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tSt5y86izC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSt5y86izC .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;
  text-shadow: 2px 2px 2px #000000;
  z-index: 1;
}
.cid-tSt5y86izC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-size: 2em;
}
.cid-tSt5y86izC .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tSt5y86izC .dropdown-item.active,
.cid-tSt5y86izC .dropdown-item:active {
  background-color: transparent;
}
.cid-tSt5y86izC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSt5y86izC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4feee;
}
.cid-tSt5y86izC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSt5y86izC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSt5y86izC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSt5y86izC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSt5y86izC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #320707;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSt5y86izC .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tSt5y86izC .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tSt5y86izC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSt5y86izC .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-tSt5y86izC .navbar {
    height: 70px;
  }
  .cid-tSt5y86izC .navbar.opened {
    height: auto;
  }
  .cid-tSt5y86izC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSt5y86izC .container,
.cid-tSt5y86izC .container-fluid {
  flex-wrap: wrap;
}
.cid-tSt5y86izC .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tSt5y86izC .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tSt5y86izC .contacts-menu .mbr-iconfont {
  color: #f1f4e9;
}
@media (max-width: 991px) {
  .cid-tSt5y86izC .contacts-menu {
    display: none;
  }
}
.cid-tSt5y86izC .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tSt5y86izC .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2e481a;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tSt5y86izC .icon-box:hover {
  transform: scale(1.1);
}
.cid-tSt5y86izC .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tSt5y86izC .navbar-collapse .navbar-nav {
    margin: 0 -1 em;
    flex-grow: 1;
  }
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tSt5y86izC .navbar-collapse .mbr-section-btn .btn-black {
  color: #2e481a !important;
}
@media (max-width: 577px) {
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tSt5y86izC .navbar-collapse .nav-link:hover {
  color: #2e481a !important;
}
.cid-tSt5y86izC .card-text {
  color: #000000;
}
.cid-tSt5y86izC .card-title {
  color: #000000;
}
.cid-tSsKxoHetq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSsKxoHetq H3 {
  color: #2e481a;
}
.cid-tSsKxoHetq H1 {
  color: #538030;
}
.cid-tSIveJfrrN {
  background-color: #f4feee;
}
.cid-tSIveJfrrN .show {
  visibility: visible;
}
.cid-tSIveJfrrN .hide {
  visibility: hidden;
}
.cid-tSsKmGMRUp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tSsKmGMRUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSsKmGMRUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSsKmGMRUp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tSsKmGMRUp .container-fluid {
    padding: 0 20px;
  }
}
.cid-tSsKmGMRUp .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSsKmGMRUp .container {
    padding: 0 20px;
  }
}
.cid-tSsKmGMRUp .mbr-section-title {
  margin-bottom: 64px;
  color: #538030;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tSsKmGMRUp .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tSsKmGMRUp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tSsKmGMRUp .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tSsKmGMRUp .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tSsKmGMRUp .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tSsKmGMRUp .embla__button--next,
.cid-tSsKmGMRUp .embla__button--prev {
  display: flex;
}
.cid-tSsKmGMRUp .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSsKmGMRUp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSsKmGMRUp .embla__button:hover {
  background: transparent;
  color: #2e481a;
  opacity: .7;
}
.cid-tSsKmGMRUp .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tSsKmGMRUp .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSsKmGMRUp .embla__button {
    top: 7rem;
  }
}
.cid-tSsKmGMRUp .embla {
  position: relative;
  width: 100%;
}
.cid-tSsKmGMRUp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tSsKmGMRUp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSsKmGMRUp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSsKmGMRUp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSsKmHe786 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/istock-1180824239-2000x1125.webp");
}
.cid-tSsKmHe786 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSsKmHe786 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSsKmHe786 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 768px) {
  .cid-tSsKmHe786 .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.cid-tSsKmHe786 .embla__slide .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-tSsKmHe786 .embla__slide .card-wrap .card-text {
  margin-bottom: 50px;
}
.cid-tSsKmHe786 .embla__slide .card-wrap .content-wrap .card-name {
  margin-bottom: 12px;
}
.cid-tSsKmHe786 .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 0;
}
.cid-tSsKmHe786 .embla__button--next,
.cid-tSsKmHe786 .embla__button--prev {
  display: flex;
}
.cid-tSsKmHe786 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tSsKmHe786 .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-tSsKmHe786 .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-tSsKmHe786 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSsKmHe786 .embla__button:hover {
  background: transparent;
  color: #2e481a;
  border: none;
  opacity: .65;
}
.cid-tSsKmHe786 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tSsKmHe786 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSsKmHe786 .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-tSsKmHe786 .embla {
  position: relative;
  width: 100%;
}
.cid-tSsKmHe786 .embla__viewport {
  overflow: hidden;
  width: 80%;
}
.cid-tSsKmHe786 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSsKmHe786 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSsKmHe786 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSsKmHe786 .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.cid-tSsKmHe786 .icon-wrapper .mbr-iconfont {
  font-size: 56px;
  display: block;
  color: #2e481a;
}
.cid-tSsKmHe786 .card-text {
  color: #2e481a;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tSsKmHe786 .card-name {
  color: #538030;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tSsKmHe786 .card-desc {
  color: #232323;
  text-align: center;
}
.cid-tStOYKaDmz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f4feee;
}
@media (max-width: 767px) {
  .cid-tStOYKaDmz .content {
    text-align: center;
  }
  .cid-tStOYKaDmz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tStOYKaDmz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tStOYKaDmz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tStOYKaDmz .media-wrap img {
  height: 10rem;
  width: 10rem;
}
@media (max-width: 767px) {
  .cid-tStOYKaDmz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tStOYKaDmz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tStOYKaDmz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tStOYKaDmz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tStOYKaDmz .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tStOYKaDmz .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tStOYKaDmz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tStOYKaDmz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tStOYKaDmz P {
  color: #2e481a;
}
.cid-tStOYKaDmz H5 {
  color: #538030;
}
.cid-tSt5y86izC .navbar-dropdown {
  position: relative !important;
}
.cid-tSt5y86izC .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-tSt5y86izC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSt5y86izC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSt5y86izC .dropdown-item:hover,
.cid-tSt5y86izC .dropdown-item:focus {
  background: #2e481a !important;
  color: white !important;
}
.cid-tSt5y86izC .dropdown-item:hover span {
  color: white;
}
.cid-tSt5y86izC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSt5y86izC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSt5y86izC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSt5y86izC .nav-link {
  position: relative;
}
.cid-tSt5y86izC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .container {
    flex-wrap: nowrap;
  }
}
.cid-tSt5y86izC .iconfont-wrapper {
  color: #320707 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSt5y86izC .dropdown-menu,
.cid-tSt5y86izC .navbar.opened {
  background: #f4feee !important;
}
.cid-tSt5y86izC .nav-item:focus,
.cid-tSt5y86izC .nav-link:focus {
  outline: none;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSt5y86izC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSt5y86izC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSt5y86izC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSt5y86izC .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: #f4feee;
}
.cid-tSt5y86izC .navbar.opened {
  transition: all 0.3s;
}
.cid-tSt5y86izC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSt5y86izC .navbar .navbar-logo img {
  width: auto;
}
.cid-tSt5y86izC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSt5y86izC .navbar.collapsed {
  justify-content: center;
}
.cid-tSt5y86izC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSt5y86izC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSt5y86izC .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-tSt5y86izC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSt5y86izC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSt5y86izC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSt5y86izC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSt5y86izC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSt5y86izC .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-tSt5y86izC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSt5y86izC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSt5y86izC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSt5y86izC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSt5y86izC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSt5y86izC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSt5y86izC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSt5y86izC .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tSt5y86izC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSt5y86izC .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;
  text-shadow: 2px 2px 2px #000000;
  z-index: 1;
}
.cid-tSt5y86izC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-size: 2em;
}
.cid-tSt5y86izC .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tSt5y86izC .dropdown-item.active,
.cid-tSt5y86izC .dropdown-item:active {
  background-color: transparent;
}
.cid-tSt5y86izC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSt5y86izC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSt5y86izC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4feee;
}
.cid-tSt5y86izC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSt5y86izC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSt5y86izC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSt5y86izC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSt5y86izC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #320707;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSt5y86izC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSt5y86izC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSt5y86izC .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tSt5y86izC .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tSt5y86izC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSt5y86izC .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-tSt5y86izC .navbar {
    height: 70px;
  }
  .cid-tSt5y86izC .navbar.opened {
    height: auto;
  }
  .cid-tSt5y86izC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSt5y86izC .container,
.cid-tSt5y86izC .container-fluid {
  flex-wrap: wrap;
}
.cid-tSt5y86izC .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tSt5y86izC .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tSt5y86izC .contacts-menu .mbr-iconfont {
  color: #f1f4e9;
}
@media (max-width: 991px) {
  .cid-tSt5y86izC .contacts-menu {
    display: none;
  }
}
.cid-tSt5y86izC .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tSt5y86izC .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2e481a;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tSt5y86izC .icon-box:hover {
  transform: scale(1.1);
}
.cid-tSt5y86izC .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tSt5y86izC .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tSt5y86izC .navbar-collapse .navbar-nav {
    margin: 0 -1 em;
    flex-grow: 1;
  }
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tSt5y86izC .navbar-collapse .mbr-section-btn .btn-black {
  color: #2e481a !important;
}
@media (max-width: 577px) {
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tSt5y86izC .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tSt5y86izC .navbar-collapse .nav-link:hover {
  color: #2e481a !important;
}
.cid-tSt5y86izC .card-text {
  color: #000000;
}
.cid-tSt5y86izC .card-title {
  color: #000000;
}
.cid-tSsMwG7keQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f3f4f3;
}
.cid-tSsMwG7keQ H3 {
  color: #2e481a;
}
.cid-tSsMwG7keQ H1 {
  color: #538030;
}
.cid-tSIvUIXCls {
  background-color: #f4feee;
}
.cid-tSIvUIXCls .show {
  visibility: visible;
}
.cid-tSIvUIXCls .hide {
  visibility: hidden;
}
.cid-tSsLFT65wy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tSsLFT65wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSsLFT65wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSsLFT65wy .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tSsLFT65wy .container-fluid {
    padding: 0 20px;
  }
}
.cid-tSsLFT65wy .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSsLFT65wy .container {
    padding: 0 20px;
  }
}
.cid-tSsLFT65wy .mbr-section-title {
  margin-bottom: 64px;
  color: #538030;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tSsLFT65wy .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tSsLFT65wy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tSsLFT65wy .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tSsLFT65wy .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tSsLFT65wy .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tSsLFT65wy .embla__button--next,
.cid-tSsLFT65wy .embla__button--prev {
  display: flex;
}
.cid-tSsLFT65wy .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSsLFT65wy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSsLFT65wy .embla__button:hover {
  background: transparent;
  color: #2e481a;
  opacity: .7;
}
.cid-tSsLFT65wy .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tSsLFT65wy .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSsLFT65wy .embla__button {
    top: 7rem;
  }
}
.cid-tSsLFT65wy .embla {
  position: relative;
  width: 100%;
}
.cid-tSsLFT65wy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tSsLFT65wy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSsLFT65wy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSsLFT65wy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSsLFTEE4U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/istock-1180824239-2000x1125.webp");
}
.cid-tSsLFTEE4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSsLFTEE4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSsLFTEE4U .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 768px) {
  .cid-tSsLFTEE4U .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.cid-tSsLFTEE4U .embla__slide .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-tSsLFTEE4U .embla__slide .card-wrap .card-text {
  margin-bottom: 50px;
}
.cid-tSsLFTEE4U .embla__slide .card-wrap .content-wrap .card-name {
  margin-bottom: 12px;
}
.cid-tSsLFTEE4U .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 0;
}
.cid-tSsLFTEE4U .embla__button--next,
.cid-tSsLFTEE4U .embla__button--prev {
  display: flex;
}
.cid-tSsLFTEE4U .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tSsLFTEE4U .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-tSsLFTEE4U .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-tSsLFTEE4U .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSsLFTEE4U .embla__button:hover {
  background: transparent;
  color: #2e481a;
  border: none;
  opacity: .65;
}
.cid-tSsLFTEE4U .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tSsLFTEE4U .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSsLFTEE4U .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-tSsLFTEE4U .embla {
  position: relative;
  width: 100%;
}
.cid-tSsLFTEE4U .embla__viewport {
  overflow: hidden;
  width: 80%;
}
.cid-tSsLFTEE4U .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSsLFTEE4U .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSsLFTEE4U .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSsLFTEE4U .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.cid-tSsLFTEE4U .icon-wrapper .mbr-iconfont {
  font-size: 56px;
  display: block;
  color: #2e481a;
}
.cid-tSsLFTEE4U .card-text {
  color: #2e481a;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tSsLFTEE4U .card-name {
  color: #538030;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tSsLFTEE4U .card-desc {
  color: #232323;
  text-align: center;
}
.cid-tStP15DKAO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f4feee;
}
@media (max-width: 767px) {
  .cid-tStP15DKAO .content {
    text-align: center;
  }
  .cid-tStP15DKAO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tStP15DKAO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tStP15DKAO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tStP15DKAO .media-wrap img {
  height: 10rem;
  width: 10rem;
}
@media (max-width: 767px) {
  .cid-tStP15DKAO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tStP15DKAO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tStP15DKAO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tStP15DKAO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tStP15DKAO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tStP15DKAO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tStP15DKAO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tStP15DKAO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tStP15DKAO P {
  color: #2e481a;
}
.cid-tStP15DKAO H5 {
  color: #538030;
}
.cid-tStABvR9yW .navbar-dropdown {
  position: relative !important;
}
.cid-tStABvR9yW .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-tStABvR9yW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tStABvR9yW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tStABvR9yW .dropdown-item:hover,
.cid-tStABvR9yW .dropdown-item:focus {
  background: #2e481a !important;
  color: white !important;
}
.cid-tStABvR9yW .dropdown-item:hover span {
  color: white;
}
.cid-tStABvR9yW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tStABvR9yW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tStABvR9yW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tStABvR9yW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tStABvR9yW .nav-link {
  position: relative;
}
.cid-tStABvR9yW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tStABvR9yW .container {
    flex-wrap: nowrap;
  }
}
.cid-tStABvR9yW .iconfont-wrapper {
  color: #320707 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tStABvR9yW .dropdown-menu,
.cid-tStABvR9yW .navbar.opened {
  background: #f4feee !important;
}
.cid-tStABvR9yW .nav-item:focus,
.cid-tStABvR9yW .nav-link:focus {
  outline: none;
}
.cid-tStABvR9yW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tStABvR9yW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tStABvR9yW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tStABvR9yW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tStABvR9yW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tStABvR9yW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tStABvR9yW .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: #f4feee;
}
.cid-tStABvR9yW .navbar.opened {
  transition: all 0.3s;
}
.cid-tStABvR9yW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tStABvR9yW .navbar .navbar-logo img {
  width: auto;
}
.cid-tStABvR9yW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tStABvR9yW .navbar.collapsed {
  justify-content: center;
}
.cid-tStABvR9yW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tStABvR9yW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tStABvR9yW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tStABvR9yW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tStABvR9yW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tStABvR9yW .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-tStABvR9yW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tStABvR9yW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tStABvR9yW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tStABvR9yW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tStABvR9yW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tStABvR9yW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tStABvR9yW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tStABvR9yW .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-tStABvR9yW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tStABvR9yW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tStABvR9yW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tStABvR9yW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tStABvR9yW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tStABvR9yW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tStABvR9yW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tStABvR9yW .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tStABvR9yW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tStABvR9yW .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;
  text-shadow: 2px 2px 2px #000000;
  z-index: 1;
}
.cid-tStABvR9yW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-size: 2em;
}
.cid-tStABvR9yW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tStABvR9yW .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tStABvR9yW .dropdown-item.active,
.cid-tStABvR9yW .dropdown-item:active {
  background-color: transparent;
}
.cid-tStABvR9yW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tStABvR9yW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tStABvR9yW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tStABvR9yW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4feee;
}
.cid-tStABvR9yW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tStABvR9yW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tStABvR9yW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tStABvR9yW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tStABvR9yW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tStABvR9yW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #320707;
}
.cid-tStABvR9yW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tStABvR9yW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tStABvR9yW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tStABvR9yW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tStABvR9yW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tStABvR9yW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tStABvR9yW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tStABvR9yW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tStABvR9yW .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tStABvR9yW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tStABvR9yW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tStABvR9yW .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-tStABvR9yW .navbar {
    height: 70px;
  }
  .cid-tStABvR9yW .navbar.opened {
    height: auto;
  }
  .cid-tStABvR9yW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tStABvR9yW .container,
.cid-tStABvR9yW .container-fluid {
  flex-wrap: wrap;
}
.cid-tStABvR9yW .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tStABvR9yW .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tStABvR9yW .contacts-menu .mbr-iconfont {
  color: #f1f4e9;
}
@media (max-width: 991px) {
  .cid-tStABvR9yW .contacts-menu {
    display: none;
  }
}
.cid-tStABvR9yW .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tStABvR9yW .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2e481a;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tStABvR9yW .icon-box:hover {
  transform: scale(1.1);
}
.cid-tStABvR9yW .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tStABvR9yW .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tStABvR9yW .navbar-collapse .navbar-nav {
    margin: 0 -1 em;
    flex-grow: 1;
  }
  .cid-tStABvR9yW .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tStABvR9yW .navbar-collapse .mbr-section-btn .btn-black {
  color: #2e481a !important;
}
@media (max-width: 577px) {
  .cid-tStABvR9yW .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tStABvR9yW .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tStABvR9yW .navbar-collapse .nav-link:hover {
  color: #2e481a !important;
}
.cid-tStABvR9yW .card-text {
  color: #000000;
}
.cid-tStABvR9yW .card-title {
  color: #000000;
}
.cid-tStABwj5Oj {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f3f4f3;
}
.cid-tStABwj5Oj H3 {
  color: #2e481a;
}
.cid-tStABwj5Oj H1 {
  color: #538030;
}
.cid-tStABwj5Oj P {
  color: #41494b;
  text-align: left;
}
.cid-tStABwANXp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tStABwANXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tStABwANXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tStABwANXp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tStABwANXp .container-fluid {
    padding: 0 20px;
  }
}
.cid-tStABwANXp .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tStABwANXp .container {
    padding: 0 20px;
  }
}
.cid-tStABwANXp .mbr-section-title {
  margin-bottom: 64px;
  color: #538030;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tStABwANXp .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tStABwANXp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tStABwANXp .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tStABwANXp .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tStABwANXp .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tStABwANXp .embla__button--next,
.cid-tStABwANXp .embla__button--prev {
  display: flex;
}
.cid-tStABwANXp .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tStABwANXp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tStABwANXp .embla__button:hover {
  background: transparent;
  color: #2e481a;
  opacity: .7;
}
.cid-tStABwANXp .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tStABwANXp .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tStABwANXp .embla__button {
    top: 7rem;
  }
}
.cid-tStABwANXp .embla {
  position: relative;
  width: 100%;
}
.cid-tStABwANXp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tStABwANXp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tStABwANXp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tStABwANXp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tStABx3OIR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/istock-1180824239-2000x1125.webp");
}
.cid-tStABx3OIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tStABx3OIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tStABx3OIR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 768px) {
  .cid-tStABx3OIR .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.cid-tStABx3OIR .embla__slide .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-tStABx3OIR .embla__slide .card-wrap .card-text {
  margin-bottom: 50px;
}
.cid-tStABx3OIR .embla__slide .card-wrap .content-wrap .card-name {
  margin-bottom: 12px;
}
.cid-tStABx3OIR .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 0;
}
.cid-tStABx3OIR .embla__button--next,
.cid-tStABx3OIR .embla__button--prev {
  display: flex;
}
.cid-tStABx3OIR .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tStABx3OIR .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-tStABx3OIR .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-tStABx3OIR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tStABx3OIR .embla__button:hover {
  background: transparent;
  color: #2e481a;
  border: none;
  opacity: .65;
}
.cid-tStABx3OIR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tStABx3OIR .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tStABx3OIR .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-tStABx3OIR .embla {
  position: relative;
  width: 100%;
}
.cid-tStABx3OIR .embla__viewport {
  overflow: hidden;
  width: 80%;
}
.cid-tStABx3OIR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tStABx3OIR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tStABx3OIR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tStABx3OIR .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.cid-tStABx3OIR .icon-wrapper .mbr-iconfont {
  font-size: 56px;
  display: block;
  color: #2e481a;
}
.cid-tStABx3OIR .card-text {
  color: #2e481a;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tStABx3OIR .card-name {
  color: #538030;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tStABx3OIR .card-desc {
  color: #232323;
  text-align: center;
}
.cid-tStP6ZTVT2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f4feee;
}
@media (max-width: 767px) {
  .cid-tStP6ZTVT2 .content {
    text-align: center;
  }
  .cid-tStP6ZTVT2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tStP6ZTVT2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tStP6ZTVT2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tStP6ZTVT2 .media-wrap img {
  height: 10rem;
  width: 10rem;
}
@media (max-width: 767px) {
  .cid-tStP6ZTVT2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tStP6ZTVT2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tStP6ZTVT2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tStP6ZTVT2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tStP6ZTVT2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tStP6ZTVT2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tStP6ZTVT2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tStP6ZTVT2 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tStP6ZTVT2 P {
  color: #2e481a;
}
.cid-tStP6ZTVT2 H5 {
  color: #538030;
}
.cid-tSIau7zqOV .navbar-dropdown {
  position: relative !important;
}
.cid-tSIau7zqOV .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-tSIau7zqOV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSIau7zqOV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSIau7zqOV .dropdown-item:hover,
.cid-tSIau7zqOV .dropdown-item:focus {
  background: #2e481a !important;
  color: white !important;
}
.cid-tSIau7zqOV .dropdown-item:hover span {
  color: white;
}
.cid-tSIau7zqOV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSIau7zqOV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSIau7zqOV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSIau7zqOV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSIau7zqOV .nav-link {
  position: relative;
}
.cid-tSIau7zqOV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSIau7zqOV .container {
    flex-wrap: nowrap;
  }
}
.cid-tSIau7zqOV .iconfont-wrapper {
  color: #320707 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSIau7zqOV .dropdown-menu,
.cid-tSIau7zqOV .navbar.opened {
  background: #f4feee !important;
}
.cid-tSIau7zqOV .nav-item:focus,
.cid-tSIau7zqOV .nav-link:focus {
  outline: none;
}
.cid-tSIau7zqOV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSIau7zqOV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSIau7zqOV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSIau7zqOV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSIau7zqOV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSIau7zqOV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSIau7zqOV .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: #f4feee;
}
.cid-tSIau7zqOV .navbar.opened {
  transition: all 0.3s;
}
.cid-tSIau7zqOV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSIau7zqOV .navbar .navbar-logo img {
  width: auto;
}
.cid-tSIau7zqOV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSIau7zqOV .navbar.collapsed {
  justify-content: center;
}
.cid-tSIau7zqOV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSIau7zqOV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSIau7zqOV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tSIau7zqOV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSIau7zqOV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSIau7zqOV .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-tSIau7zqOV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSIau7zqOV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSIau7zqOV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSIau7zqOV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSIau7zqOV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSIau7zqOV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSIau7zqOV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSIau7zqOV .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-tSIau7zqOV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSIau7zqOV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSIau7zqOV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSIau7zqOV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSIau7zqOV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSIau7zqOV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSIau7zqOV .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSIau7zqOV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tSIau7zqOV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSIau7zqOV .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;
  text-shadow: 2px 2px 2px #000000;
  z-index: 1;
}
.cid-tSIau7zqOV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-size: 2em;
}
.cid-tSIau7zqOV .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tSIau7zqOV .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tSIau7zqOV .dropdown-item.active,
.cid-tSIau7zqOV .dropdown-item:active {
  background-color: transparent;
}
.cid-tSIau7zqOV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSIau7zqOV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSIau7zqOV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSIau7zqOV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4feee;
}
.cid-tSIau7zqOV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSIau7zqOV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSIau7zqOV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSIau7zqOV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSIau7zqOV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSIau7zqOV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #320707;
}
.cid-tSIau7zqOV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSIau7zqOV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSIau7zqOV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSIau7zqOV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSIau7zqOV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSIau7zqOV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSIau7zqOV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSIau7zqOV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSIau7zqOV .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tSIau7zqOV .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tSIau7zqOV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSIau7zqOV .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-tSIau7zqOV .navbar {
    height: 70px;
  }
  .cid-tSIau7zqOV .navbar.opened {
    height: auto;
  }
  .cid-tSIau7zqOV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSIau7zqOV .container,
.cid-tSIau7zqOV .container-fluid {
  flex-wrap: wrap;
}
.cid-tSIau7zqOV .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tSIau7zqOV .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tSIau7zqOV .contacts-menu .mbr-iconfont {
  color: #f1f4e9;
}
@media (max-width: 991px) {
  .cid-tSIau7zqOV .contacts-menu {
    display: none;
  }
}
.cid-tSIau7zqOV .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tSIau7zqOV .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2e481a;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tSIau7zqOV .icon-box:hover {
  transform: scale(1.1);
}
.cid-tSIau7zqOV .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tSIau7zqOV .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tSIau7zqOV .navbar-collapse .navbar-nav {
    margin: 0 -1 em;
    flex-grow: 1;
  }
  .cid-tSIau7zqOV .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tSIau7zqOV .navbar-collapse .mbr-section-btn .btn-black {
  color: #2e481a !important;
}
@media (max-width: 577px) {
  .cid-tSIau7zqOV .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tSIau7zqOV .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tSIau7zqOV .navbar-collapse .nav-link:hover {
  color: #2e481a !important;
}
.cid-tSIau7zqOV .card-text {
  color: #000000;
}
.cid-tSIau7zqOV .card-title {
  color: #000000;
}
.cid-tSIau88OAA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSIau88OAA H3 {
  color: #2e481a;
  text-align: center;
  font-size: 1rem;
}
.cid-tSIau88OAA H1 {
  color: #538030;
}
.cid-M9algr0aHR {
  background-color: #f4feee;
}
.cid-M9algr0aHR .show {
  visibility: visible;
}
.cid-M9algr0aHR .hide {
  visibility: hidden;
}
.cid-tSIau8yHjX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tSIau8yHjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSIau8yHjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSIau8yHjX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tSIau8yHjX .container-fluid {
    padding: 0 20px;
  }
}
.cid-tSIau8yHjX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSIau8yHjX .container {
    padding: 0 20px;
  }
}
.cid-tSIau8yHjX .mbr-section-title {
  margin-bottom: 64px;
  color: #538030;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tSIau8yHjX .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tSIau8yHjX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tSIau8yHjX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tSIau8yHjX .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tSIau8yHjX .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tSIau8yHjX .embla__button--next,
.cid-tSIau8yHjX .embla__button--prev {
  display: flex;
}
.cid-tSIau8yHjX .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSIau8yHjX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSIau8yHjX .embla__button:hover {
  background: transparent;
  color: #2e481a;
  opacity: .7;
}
.cid-tSIau8yHjX .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tSIau8yHjX .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSIau8yHjX .embla__button {
    top: 7rem;
  }
}
.cid-tSIau8yHjX .embla {
  position: relative;
  width: 100%;
}
.cid-tSIau8yHjX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tSIau8yHjX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSIau8yHjX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSIau8yHjX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSIau938H6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/istock-1180824239-2000x1125.webp");
}
.cid-tSIau938H6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSIau938H6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSIau938H6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 768px) {
  .cid-tSIau938H6 .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.cid-tSIau938H6 .embla__slide .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-tSIau938H6 .embla__slide .card-wrap .card-text {
  margin-bottom: 50px;
}
.cid-tSIau938H6 .embla__slide .card-wrap .content-wrap .card-name {
  margin-bottom: 12px;
}
.cid-tSIau938H6 .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 0;
}
.cid-tSIau938H6 .embla__button--next,
.cid-tSIau938H6 .embla__button--prev {
  display: flex;
}
.cid-tSIau938H6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tSIau938H6 .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-tSIau938H6 .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-tSIau938H6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSIau938H6 .embla__button:hover {
  background: transparent;
  color: #2e481a;
  border: none;
  opacity: .65;
}
.cid-tSIau938H6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tSIau938H6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSIau938H6 .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-tSIau938H6 .embla {
  position: relative;
  width: 100%;
}
.cid-tSIau938H6 .embla__viewport {
  overflow: hidden;
  width: 80%;
}
.cid-tSIau938H6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSIau938H6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSIau938H6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSIau938H6 .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.cid-tSIau938H6 .icon-wrapper .mbr-iconfont {
  font-size: 56px;
  display: block;
  color: #2e481a;
}
.cid-tSIau938H6 .card-text {
  color: #2e481a;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tSIau938H6 .card-name {
  color: #538030;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tSIau938H6 .card-desc {
  color: #232323;
  text-align: center;
}
.cid-tSIau9xUR8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f4feee;
}
@media (max-width: 767px) {
  .cid-tSIau9xUR8 .content {
    text-align: center;
  }
  .cid-tSIau9xUR8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSIau9xUR8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tSIau9xUR8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tSIau9xUR8 .media-wrap img {
  height: 10rem;
  width: 10rem;
}
@media (max-width: 767px) {
  .cid-tSIau9xUR8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tSIau9xUR8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tSIau9xUR8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tSIau9xUR8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tSIau9xUR8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tSIau9xUR8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tSIau9xUR8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tSIau9xUR8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tSIau9xUR8 P {
  color: #2e481a;
}
.cid-tSIau9xUR8 H5 {
  color: #538030;
}
.cid-tSIG4aWIrB .navbar-dropdown {
  position: relative !important;
}
.cid-tSIG4aWIrB .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-tSIG4aWIrB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSIG4aWIrB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSIG4aWIrB .dropdown-item:hover,
.cid-tSIG4aWIrB .dropdown-item:focus {
  background: #2e481a !important;
  color: white !important;
}
.cid-tSIG4aWIrB .dropdown-item:hover span {
  color: white;
}
.cid-tSIG4aWIrB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSIG4aWIrB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSIG4aWIrB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSIG4aWIrB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSIG4aWIrB .nav-link {
  position: relative;
}
.cid-tSIG4aWIrB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tSIG4aWIrB .container {
    flex-wrap: nowrap;
  }
}
.cid-tSIG4aWIrB .iconfont-wrapper {
  color: #320707 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSIG4aWIrB .dropdown-menu,
.cid-tSIG4aWIrB .navbar.opened {
  background: #f4feee !important;
}
.cid-tSIG4aWIrB .nav-item:focus,
.cid-tSIG4aWIrB .nav-link:focus {
  outline: none;
}
.cid-tSIG4aWIrB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSIG4aWIrB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSIG4aWIrB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSIG4aWIrB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSIG4aWIrB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSIG4aWIrB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSIG4aWIrB .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: #f4feee;
}
.cid-tSIG4aWIrB .navbar.opened {
  transition: all 0.3s;
}
.cid-tSIG4aWIrB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSIG4aWIrB .navbar .navbar-logo img {
  width: auto;
}
.cid-tSIG4aWIrB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSIG4aWIrB .navbar.collapsed {
  justify-content: center;
}
.cid-tSIG4aWIrB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSIG4aWIrB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSIG4aWIrB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-tSIG4aWIrB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSIG4aWIrB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSIG4aWIrB .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-tSIG4aWIrB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSIG4aWIrB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSIG4aWIrB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSIG4aWIrB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSIG4aWIrB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSIG4aWIrB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSIG4aWIrB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSIG4aWIrB .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-tSIG4aWIrB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSIG4aWIrB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSIG4aWIrB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSIG4aWIrB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSIG4aWIrB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSIG4aWIrB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSIG4aWIrB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSIG4aWIrB .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tSIG4aWIrB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSIG4aWIrB .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;
  text-shadow: 2px 2px 2px #000000;
  z-index: 1;
}
.cid-tSIG4aWIrB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-size: 2em;
}
.cid-tSIG4aWIrB .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tSIG4aWIrB .navbar-brand {
    padding-right: 40px;
  }
}
.cid-tSIG4aWIrB .dropdown-item.active,
.cid-tSIG4aWIrB .dropdown-item:active {
  background-color: transparent;
}
.cid-tSIG4aWIrB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSIG4aWIrB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSIG4aWIrB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSIG4aWIrB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4feee;
}
.cid-tSIG4aWIrB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSIG4aWIrB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSIG4aWIrB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSIG4aWIrB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSIG4aWIrB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSIG4aWIrB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #320707;
}
.cid-tSIG4aWIrB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSIG4aWIrB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSIG4aWIrB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSIG4aWIrB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSIG4aWIrB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSIG4aWIrB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSIG4aWIrB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSIG4aWIrB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSIG4aWIrB .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tSIG4aWIrB .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-tSIG4aWIrB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSIG4aWIrB .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-tSIG4aWIrB .navbar {
    height: 70px;
  }
  .cid-tSIG4aWIrB .navbar.opened {
    height: auto;
  }
  .cid-tSIG4aWIrB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSIG4aWIrB .container,
.cid-tSIG4aWIrB .container-fluid {
  flex-wrap: wrap;
}
.cid-tSIG4aWIrB .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-tSIG4aWIrB .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-tSIG4aWIrB .contacts-menu .mbr-iconfont {
  color: #f1f4e9;
}
@media (max-width: 991px) {
  .cid-tSIG4aWIrB .contacts-menu {
    display: none;
  }
}
.cid-tSIG4aWIrB .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-tSIG4aWIrB .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2e481a;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-tSIG4aWIrB .icon-box:hover {
  transform: scale(1.1);
}
.cid-tSIG4aWIrB .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-tSIG4aWIrB .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tSIG4aWIrB .navbar-collapse .navbar-nav {
    margin: 0 -1 em;
    flex-grow: 1;
  }
  .cid-tSIG4aWIrB .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-tSIG4aWIrB .navbar-collapse .mbr-section-btn .btn-black {
  color: #2e481a !important;
}
@media (max-width: 577px) {
  .cid-tSIG4aWIrB .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tSIG4aWIrB .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-tSIG4aWIrB .navbar-collapse .nav-link:hover {
  color: #2e481a !important;
}
.cid-tSIG4aWIrB .card-text {
  color: #000000;
}
.cid-tSIG4aWIrB .card-title {
  color: #000000;
}
.cid-tSIG4btAsY {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f4f3;
}
.cid-tSIG4btAsY H3 {
  color: #2e481a;
}
.cid-tSIG4btAsY H1 {
  color: #538030;
}
.cid-tSIG4btAsY P {
  color: #41494b;
}
.cid-tSIG4bKXJw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tSIG4bKXJw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSIG4bKXJw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSIG4bKXJw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tSIG4bKXJw .container-fluid {
    padding: 0 20px;
  }
}
.cid-tSIG4bKXJw .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tSIG4bKXJw .container {
    padding: 0 20px;
  }
}
.cid-tSIG4bKXJw .mbr-section-title {
  margin-bottom: 64px;
  color: #538030;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tSIG4bKXJw .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tSIG4bKXJw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tSIG4bKXJw .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tSIG4bKXJw .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tSIG4bKXJw .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tSIG4bKXJw .embla__button--next,
.cid-tSIG4bKXJw .embla__button--prev {
  display: flex;
}
.cid-tSIG4bKXJw .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSIG4bKXJw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSIG4bKXJw .embla__button:hover {
  background: transparent;
  color: #2e481a;
  opacity: .7;
}
.cid-tSIG4bKXJw .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tSIG4bKXJw .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSIG4bKXJw .embla__button {
    top: 7rem;
  }
}
.cid-tSIG4bKXJw .embla {
  position: relative;
  width: 100%;
}
.cid-tSIG4bKXJw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tSIG4bKXJw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSIG4bKXJw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSIG4bKXJw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSIG4ciM8R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/istock-1180824239-2000x1125.webp");
}
.cid-tSIG4ciM8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSIG4ciM8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSIG4ciM8R .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 768px) {
  .cid-tSIG4ciM8R .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.cid-tSIG4ciM8R .embla__slide .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-tSIG4ciM8R .embla__slide .card-wrap .card-text {
  margin-bottom: 50px;
}
.cid-tSIG4ciM8R .embla__slide .card-wrap .content-wrap .card-name {
  margin-bottom: 12px;
}
.cid-tSIG4ciM8R .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 0;
}
.cid-tSIG4ciM8R .embla__button--next,
.cid-tSIG4ciM8R .embla__button--prev {
  display: flex;
}
.cid-tSIG4ciM8R .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-tSIG4ciM8R .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-tSIG4ciM8R .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-tSIG4ciM8R .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSIG4ciM8R .embla__button:hover {
  background: transparent;
  color: #2e481a;
  border: none;
  opacity: .65;
}
.cid-tSIG4ciM8R .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tSIG4ciM8R .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSIG4ciM8R .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-tSIG4ciM8R .embla {
  position: relative;
  width: 100%;
}
.cid-tSIG4ciM8R .embla__viewport {
  overflow: hidden;
  width: 80%;
}
.cid-tSIG4ciM8R .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSIG4ciM8R .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSIG4ciM8R .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSIG4ciM8R .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.cid-tSIG4ciM8R .icon-wrapper .mbr-iconfont {
  font-size: 56px;
  display: block;
  color: #2e481a;
}
.cid-tSIG4ciM8R .card-text {
  color: #2e481a;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tSIG4ciM8R .card-name {
  color: #538030;
  text-align: center;
  font-size: 1.4rem;
}
.cid-tSIG4ciM8R .card-desc {
  color: #232323;
  text-align: center;
}
.cid-tSIG4cM95u {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f4feee;
}
@media (max-width: 767px) {
  .cid-tSIG4cM95u .content {
    text-align: center;
  }
  .cid-tSIG4cM95u .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSIG4cM95u .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tSIG4cM95u .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tSIG4cM95u .media-wrap img {
  height: 10rem;
  width: 10rem;
}
@media (max-width: 767px) {
  .cid-tSIG4cM95u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tSIG4cM95u .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tSIG4cM95u .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tSIG4cM95u .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tSIG4cM95u .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tSIG4cM95u .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tSIG4cM95u .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tSIG4cM95u .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tSIG4cM95u P {
  color: #2e481a;
}
.cid-tSIG4cM95u H5 {
  color: #538030;
}
.cid-uLztjz3mCX .navbar-dropdown {
  position: relative !important;
}
.cid-uLztjz3mCX .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-uLztjz3mCX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLztjz3mCX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLztjz3mCX .dropdown-item:hover,
.cid-uLztjz3mCX .dropdown-item:focus {
  background: #2e481a !important;
  color: white !important;
}
.cid-uLztjz3mCX .dropdown-item:hover span {
  color: white;
}
.cid-uLztjz3mCX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLztjz3mCX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLztjz3mCX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLztjz3mCX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLztjz3mCX .nav-link {
  position: relative;
}
.cid-uLztjz3mCX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLztjz3mCX .container {
    flex-wrap: nowrap;
  }
}
.cid-uLztjz3mCX .iconfont-wrapper {
  color: #320707 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLztjz3mCX .dropdown-menu,
.cid-uLztjz3mCX .navbar.opened {
  background: #f4feee !important;
}
.cid-uLztjz3mCX .nav-item:focus,
.cid-uLztjz3mCX .nav-link:focus {
  outline: none;
}
.cid-uLztjz3mCX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLztjz3mCX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLztjz3mCX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLztjz3mCX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLztjz3mCX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLztjz3mCX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLztjz3mCX .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: #f4feee;
}
.cid-uLztjz3mCX .navbar.opened {
  transition: all 0.3s;
}
.cid-uLztjz3mCX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLztjz3mCX .navbar .navbar-logo img {
  width: auto;
}
.cid-uLztjz3mCX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLztjz3mCX .navbar.collapsed {
  justify-content: center;
}
.cid-uLztjz3mCX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLztjz3mCX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLztjz3mCX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uLztjz3mCX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLztjz3mCX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLztjz3mCX .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-uLztjz3mCX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLztjz3mCX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLztjz3mCX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLztjz3mCX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLztjz3mCX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLztjz3mCX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLztjz3mCX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLztjz3mCX .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-uLztjz3mCX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLztjz3mCX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLztjz3mCX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLztjz3mCX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLztjz3mCX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLztjz3mCX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLztjz3mCX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLztjz3mCX .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uLztjz3mCX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLztjz3mCX .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;
  text-shadow: 2px 2px 2px #000000;
  z-index: 1;
}
.cid-uLztjz3mCX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-size: 2em;
}
.cid-uLztjz3mCX .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLztjz3mCX .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uLztjz3mCX .dropdown-item.active,
.cid-uLztjz3mCX .dropdown-item:active {
  background-color: transparent;
}
.cid-uLztjz3mCX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLztjz3mCX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLztjz3mCX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLztjz3mCX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4feee;
}
.cid-uLztjz3mCX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLztjz3mCX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLztjz3mCX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLztjz3mCX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLztjz3mCX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLztjz3mCX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #320707;
}
.cid-uLztjz3mCX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLztjz3mCX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLztjz3mCX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLztjz3mCX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLztjz3mCX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLztjz3mCX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLztjz3mCX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLztjz3mCX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLztjz3mCX .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uLztjz3mCX .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uLztjz3mCX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLztjz3mCX .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-uLztjz3mCX .navbar {
    height: 70px;
  }
  .cid-uLztjz3mCX .navbar.opened {
    height: auto;
  }
  .cid-uLztjz3mCX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLztjz3mCX .container,
.cid-uLztjz3mCX .container-fluid {
  flex-wrap: wrap;
}
.cid-uLztjz3mCX .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uLztjz3mCX .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uLztjz3mCX .contacts-menu .mbr-iconfont {
  color: #f1f4e9;
}
@media (max-width: 991px) {
  .cid-uLztjz3mCX .contacts-menu {
    display: none;
  }
}
.cid-uLztjz3mCX .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uLztjz3mCX .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2e481a;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uLztjz3mCX .icon-box:hover {
  transform: scale(1.1);
}
.cid-uLztjz3mCX .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uLztjz3mCX .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uLztjz3mCX .navbar-collapse .navbar-nav {
    margin: 0 -1 em;
    flex-grow: 1;
  }
  .cid-uLztjz3mCX .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uLztjz3mCX .navbar-collapse .mbr-section-btn .btn-black {
  color: #2e481a !important;
}
@media (max-width: 577px) {
  .cid-uLztjz3mCX .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uLztjz3mCX .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uLztjz3mCX .navbar-collapse .nav-link:hover {
  color: #2e481a !important;
}
.cid-uLztjz3mCX .card-text {
  color: #000000;
}
.cid-uLztjz3mCX .card-title {
  color: #000000;
}
.cid-uLztjzCQUM {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #f3f4f3;
}
.cid-uLztjzCQUM H3 {
  color: #2e481a;
}
.cid-uLztjzCQUM H1 {
  color: #538030;
}
.cid-uLztjzCQUM P {
  color: #41494b;
  text-align: left;
}
.cid-uLztjzVrbx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uLztjzVrbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLztjzVrbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLztjzVrbx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLztjzVrbx .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLztjzVrbx .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLztjzVrbx .container {
    padding: 0 20px;
  }
}
.cid-uLztjzVrbx .mbr-section-title {
  margin-bottom: 64px;
  color: #538030;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLztjzVrbx .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uLztjzVrbx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uLztjzVrbx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uLztjzVrbx .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uLztjzVrbx .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uLztjzVrbx .embla__button--next,
.cid-uLztjzVrbx .embla__button--prev {
  display: flex;
}
.cid-uLztjzVrbx .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLztjzVrbx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLztjzVrbx .embla__button:hover {
  background: transparent;
  color: #2e481a;
  opacity: .7;
}
.cid-uLztjzVrbx .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uLztjzVrbx .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uLztjzVrbx .embla__button {
    top: 7rem;
  }
}
.cid-uLztjzVrbx .embla {
  position: relative;
  width: 100%;
}
.cid-uLztjzVrbx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uLztjzVrbx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLztjzVrbx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLztjzVrbx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLztjApoWf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/istock-1180824239-2000x1125.webp");
}
.cid-uLztjApoWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLztjApoWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLztjApoWf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 768px) {
  .cid-uLztjApoWf .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.cid-uLztjApoWf .embla__slide .card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-uLztjApoWf .embla__slide .card-wrap .card-text {
  margin-bottom: 50px;
}
.cid-uLztjApoWf .embla__slide .card-wrap .content-wrap .card-name {
  margin-bottom: 12px;
}
.cid-uLztjApoWf .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 0;
}
.cid-uLztjApoWf .embla__button--next,
.cid-uLztjApoWf .embla__button--prev {
  display: flex;
}
.cid-uLztjApoWf .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #2e481a;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uLztjApoWf .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uLztjApoWf .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-uLztjApoWf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLztjApoWf .embla__button:hover {
  background: transparent;
  color: #2e481a;
  border: none;
  opacity: .65;
}
.cid-uLztjApoWf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uLztjApoWf .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uLztjApoWf .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uLztjApoWf .embla {
  position: relative;
  width: 100%;
}
.cid-uLztjApoWf .embla__viewport {
  overflow: hidden;
  width: 80%;
}
.cid-uLztjApoWf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLztjApoWf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLztjApoWf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLztjApoWf .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.cid-uLztjApoWf .icon-wrapper .mbr-iconfont {
  font-size: 56px;
  display: block;
  color: #2e481a;
}
.cid-uLztjApoWf .card-text {
  color: #2e481a;
  text-align: center;
  font-size: 1.4rem;
}
.cid-uLztjApoWf .card-name {
  color: #538030;
  text-align: center;
  font-size: 1.4rem;
}
.cid-uLztjApoWf .card-desc {
  color: #232323;
  text-align: center;
}
.cid-uLztjAQHLC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f4feee;
}
@media (max-width: 767px) {
  .cid-uLztjAQHLC .content {
    text-align: center;
  }
  .cid-uLztjAQHLC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLztjAQHLC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uLztjAQHLC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uLztjAQHLC .media-wrap img {
  height: 10rem;
  width: 10rem;
}
@media (max-width: 767px) {
  .cid-uLztjAQHLC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uLztjAQHLC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uLztjAQHLC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uLztjAQHLC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uLztjAQHLC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLztjAQHLC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uLztjAQHLC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLztjAQHLC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLztjAQHLC P {
  color: #2e481a;
}
.cid-uLztjAQHLC H5 {
  color: #538030;
}
