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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #47a216 !important;
}
.bg-success {
  background-color: #575858 !important;
}
.bg-info {
  background-color: #ff9623 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #e60c0c !important;
}
.btn-primary {
  border-radius: 8px;
  border: 0.01px;
  background: linear-gradient(#47a216, #337510);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(96%);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset, 0.15em 0.15em 0.5em #434242;
  transition: .7s;
}
.btn-primary,
.btn-primary:active {
  background-color: #47a216 !important;
  border-color: #47a216 !important;
  color: #ffffff !important;
  top: 1px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #295f0d !important;
  border-color: #295f0d !important;
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(96%);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #295f0d !important;
  border-color: #295f0d !important;
}
.btn-secondary {
  border-radius: 8px;
  border: 0.01px;
  background: linear-gradient(#67c136, #52992b);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(96%);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset, 0.15em 0.15em 0.5em #434242;
  transition: .7s;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #67c136 !important;
  border-color: #67c136 !important;
  color: #ffffff !important;
  top: 1px;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #478525 !important;
  border-color: #478525 !important;
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(96%);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #478525 !important;
  border-color: #478525 !important;
}
.btn-info {
  border-radius: 8px;
  border: 0.01px;
  background: linear-gradient(#ff9623, #ef7d00);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(96%);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset, 0.15em 0.15em 0.5em #434242;
  transition: .7s;
}
.btn-info,
.btn-info:active {
  background-color: #ff9623 !important;
  border-color: #ff9623 !important;
  color: #ffffff !important;
  top: 1px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d57000 !important;
  border-color: #d57000 !important;
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(96%);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d57000 !important;
  border-color: #d57000 !important;
}
.btn-success {
  border-radius: 8px;
  border: 0.01px;
  background: linear-gradient(#575858, #3e3e3e);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(96%);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset, 0.15em 0.15em 0.5em #434242;
  transition: .7s;
}
.btn-success,
.btn-success:active {
  background-color: #575858 !important;
  border-color: #575858 !important;
  color: #ffffff !important;
  top: 1px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #313232 !important;
  border-color: #313232 !important;
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(96%);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #313232 !important;
  border-color: #313232 !important;
}
.btn-warning {
  border-radius: 8px;
  border: 0.01px;
  background: linear-gradient(#ffffff, #e6e6e6);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(96%);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset, 0.15em 0.15em 0.5em #434242;
  transition: .7s;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  top: 1px;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(96%);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger {
  border-radius: 8px;
  border: 0.01px;
  background: linear-gradient(#e60c0c, #b60909);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(96%);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset, 0.15em 0.15em 0.5em #434242;
  transition: .7s;
}
.btn-danger,
.btn-danger:active {
  background-color: #e60c0c !important;
  border-color: #e60c0c !important;
  color: #ffffff !important;
  top: 1px;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9d0808 !important;
  border-color: #9d0808 !important;
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(96%);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9d0808 !important;
  border-color: #9d0808 !important;
}
.btn-white {
  border-radius: 8px;
  border: 0.01px;
  background: linear-gradient(#ffffff, #e6e6e6);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(96%);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset, 0.15em 0.15em 0.5em #434242;
  transition: .7s;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  top: 1px;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(96%);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black {
  border-radius: 8px;
  border: 0.01px;
  background: linear-gradient(#333333, #1a1a1a);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(96%);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset, 0.15em 0.15em 0.5em #434242;
  transition: .7s;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
  top: 1px;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(96%);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #20480a;
  color: #20480a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #47a216;
  border-color: #47a216;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #47a216 !important;
  border-color: #47a216 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3c7120;
  color: #3c7120;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #67c136;
  border-color: #67c136;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #67c136 !important;
  border-color: #67c136 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #bc6200;
  color: #bc6200;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ff9623;
  border-color: #ff9623;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9623 !important;
  border-color: #ff9623 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #242525;
  color: #242525;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #575858;
  border-color: #575858;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #575858 !important;
  border-color: #575858 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #850707;
  color: #850707;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e60c0c;
  border-color: #e60c0c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e60c0c !important;
  border-color: #e60c0c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #47a216 !important;
}
.text-secondary {
  color: #67c136 !important;
}
.text-success {
  color: #575858 !important;
}
.text-info {
  color: #ff9623 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #e60c0c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #20480a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3c7120 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #242525 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #bc6200 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #850707 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff9623;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #e60c0c;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #47a216;
  border-color: #47a216;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #47a216;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #85e750;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #979898;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff7ef;
}
.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: #fcc2c2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #47a216;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #47a216;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #47a216;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #47a216;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #47a216;
  border-bottom-color: #47a216;
}
.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: #47a216 !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: #67c136 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%2347a216' %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.3;
}
.cid-sgAqjlRMrZ {
  padding-top: 175px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/08-fotor-2000x1014.jpg");
}
.cid-sgAqjlRMrZ H1 {
  text-align: left;
}
.cid-sgAqjlRMrZ .mbr-text P {
  text-align: left;
  padding: 1rem 0rem 1rem 0rem;
}
.cid-sgAqjlRMrZ H3 {
  text-align: left;
}
.cid-sgAqjlRMrZ .cards {
  padding: 0.1rem;
}
.cid-sgAqjlRMrZ .mbr-phone {
  padding: 1rem 0rem 0rem 0rem;
}
.cid-sgAqjlRMrZ .inform5 {
  padding-top: 3rem;
}
.cid-sgAqjlRMrZ .image-block {
  margin: auto;
  width: 100% !important;
  padding-top: 5rem;
}
.cid-sgAqjlRMrZ .card-box {
  padding-top: 2rem;
}
.cid-sgAqjlRMrZ .card-wrapper {
  height: 100%;
}
.cid-sgAqjlRMrZ .iconplace {
  padding-left: 2rem;
}
.cid-sgAqjlRMrZ P {
  text-align: center;
}
.cid-s5Wv06q00z .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s5Wv06q00z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s5Wv06q00z a {
  font-style: normal;
}
.cid-s5Wv06q00z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5Wv06q00z .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5Wv06q00z .nav-item:focus,
.cid-s5Wv06q00z .nav-link:focus {
  outline: none;
}
.cid-s5Wv06q00z .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5Wv06q00z .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5Wv06q00z .menu-logo {
  margin-right: auto;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5Wv06q00z .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5Wv06q00z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5Wv06q00z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5Wv06q00z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5Wv06q00z .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5Wv06q00z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5Wv06q00z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5Wv06q00z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5Wv06q00z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5Wv06q00z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s5Wv06q00z .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5Wv06q00z .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5Wv06q00z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5Wv06q00z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5Wv06q00z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5Wv06q00z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5Wv06q00z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5Wv06q00z button.navbar-toggler:focus {
  outline: none;
}
.cid-s5Wv06q00z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s5Wv06q00z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5Wv06q00z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5Wv06q00z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5Wv06q00z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5Wv06q00z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5Wv06q00z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5Wv06q00z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5Wv06q00z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5Wv06q00z .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5Wv06q00z .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse.collapsing,
.cid-s5Wv06q00z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5Wv06q00z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5Wv06q00z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5Wv06q00z .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5Wv06q00z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5Wv06q00z .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5Wv06q00z .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5Wv06q00z .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5Wv06q00z .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5Wv06q00z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5Wv06q00z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5Wv06q00z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5Wv06q00z .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5Wv06q00z.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5Wv06q00z img {
    height: 3.8rem !important;
  }
  .cid-s5Wv06q00z .btn {
    display: -webkit-flex;
  }
  .cid-s5Wv06q00z button.navbar-toggler {
    display: block;
  }
  .cid-s5Wv06q00z .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s5Wv06q00z .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5Wv06q00z .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5Wv06q00z .navbar-collapse.collapsing,
  .cid-s5Wv06q00z .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5Wv06q00z .navbar-collapse.collapsing .navbar-nav,
  .cid-s5Wv06q00z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5Wv06q00z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5Wv06q00z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5Wv06q00z .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5Wv06q00z .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5Wv06q00z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5Wv06q00z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5Wv06q00z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5Wv06q00z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5Wv06q00z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5Wv06q00z .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s5Wv06q00z .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s5Wv06q00z .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5Wv06q00z .nav-link:hover,
.cid-s5Wv06q00z .dropdown-item:hover {
  color: #232323 !important;
}
.cid-scQCzkW4ja {
  padding-top: 125px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.cid-scQCzkW4ja .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-scQCzkW4ja .underline {
  align: center;
}
.cid-scQCzkW4ja .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #47a216;
  display: inline-block;
}
.cid-scQCzkW4ja H2 {
  color: #232323;
  text-align: center;
}
.cid-scQCzkW4ja H3 {
  color: #232323;
}
.cid-scQCzkW4ja .title {
  padding-bottom: 1rem;
}
.cid-scQCzkW4ja .subtitle {
  padding-top: 1rem;
}
.cid-sgmjwVwYkq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgmjwVwYkq .mbr-figure {
    padding-right: 4rem;
  }
  .cid-sgmjwVwYkq .mbr-figure img {
    box-shadow: .25em .25em 1.7em #cfcfcf;
    border-radius: 8px;
  }
}
@media (max-width: 991px) {
  .cid-sgmjwVwYkq .mbr-figure {
    padding-bottom: 3rem;
  }
}
.cid-sgmjwVwYkq .mbr-text {
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-sgmjwVwYkq .mbr-text {
    text-align: center;
  }
}
.cid-sgmjwVwYkq .mbr-text,
.cid-sgmjwVwYkq .mbr-section-btn {
  color: #465052;
}
.cid-sgmjwVwYkq H1 {
  color: #232323;
}
.cid-sgmjwVwYkq H3 {
  color: #232323;
}
.cid-sgmjwVwYkq .media-content {
  padding-bottom: 2rem;
  border-bottom: 1px solid #cccccc;
  border-bottom: none;
}
.cid-sgmjwVwYkq .card {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.cid-sgmjwVwYkq .inform {
  padding: 2rem 2rem 0rem 2rem;
  background-color: #f6f6f6;
  border-radius: 8px;
  margin: 0.5rem 0rem 0.5rem 0rem;
}
.cid-sgmjwVwYkq .mbr-section-btn {
  padding-bottom: 3rem;
}
.cid-scQK4na9ek {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.cid-scQK4na9ek .mbr-section-subtitle {
  color: #767676;
}
.cid-scQK4na9ek .underline {
  align: center;
}
.cid-scQK4na9ek .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #47a216;
  display: inline-block;
}
.cid-scQK4na9ek H2 {
  color: #232323;
}
.cid-scQK4na9ek H3 {
  color: #232323;
}
.cid-scQK4na9ek .title {
  padding-bottom: 1rem;
}
.cid-scQK4na9ek .subtitle {
  padding-top: 1rem;
}
.cid-sf0zjPRu35 {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sf0zjPRu35 .title {
  padding-bottom: 2.5rem;
}
.cid-sf0zjPRu35 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sf0zjPRu35 .bottom-line p {
  color: #767676;
}
.cid-sf0zjPRu35 .card-wrapper {
  background-color: #efefef;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-sf0zjPRu35 .card-wrapper .card-box {
  width: 100%;
}
.cid-sf0zjPRu35 .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-sf0zjPRu35 .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sf0zjPRu35 .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-sf0zjPRu35 .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-sf0zjPRu35 .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-sf0zjPRu35 .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-sf0zjPRu35 .wrapper {
    padding-top: 1rem;
  }
}
.cid-sf0zjPRu35 H1 {
  color: #232323;
  text-align: left;
}
.cid-sf0zjPRu35 .mbr-text,
.cid-sf0zjPRu35 .mbr-section-btn {
  text-align: left;
}
.cid-sf0zjPRu35 P {
  color: #767676;
}
.cid-sePHwGzP4P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sePHwGzP4P P {
  color: #767676;
}
.cid-sePHwGzP4P .mbr-text,
.cid-sePHwGzP4P .mbr-section-btn {
  color: #767676;
}
.cid-sgm2hJwMwo {
  padding-top: 125px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.cid-sgm2hJwMwo .mbr-section-subtitle {
  color: #767676;
}
.cid-sgm2hJwMwo .underline {
  align: center;
}
.cid-sgm2hJwMwo .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #47a216;
  display: inline-block;
}
.cid-sgm2hJwMwo H2 {
  color: #232323;
}
.cid-sgm2hJwMwo H3 {
  color: #232323;
}
.cid-sgm2hJwMwo .title {
  padding-bottom: 1rem;
}
.cid-sgm2hJwMwo .subtitle {
  padding-top: 1rem;
}
.cid-sglXmNPGsq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sglXmNPGsq .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sglXmNPGsq .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
  text-align: left;
}
.cid-sglXmNPGsq .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sglXmNPGsq .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 8px;
  background: linear-gradient(#67c136, #4d9129);
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sglXmNPGsq .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sglXmNPGsq .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sglXmNPGsq .otstup {
  padding-bottom: 2rem;
}
.cid-sglXmNPGsq .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sglXmNPGsq .media-block {
    padding-right: 2rem;
  }
}
.cid-sglXmNPGsq .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-sglXmNPGsq .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sglXmNPGsq .pro-shadow img {
  border-radius: 8px;
  box-shadow: .25em .25em 1.7em #cfcfcf;
}
.cid-sglXmNPGsq H4 {
  text-align: left;
}
.cid-s87ylnuVlt {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s87ylnuVlt P {
  color: #767676;
}
.cid-s87ylnuVlt .mbr-text,
.cid-s87ylnuVlt .mbr-section-btn {
  color: #767676;
}
.cid-sgoW4KKSS7 {
  padding-top: 175px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/01-fotor-2000x1014.jpg");
}
.cid-sgoW4KKSS7 .form-control,
.cid-sgoW4KKSS7 .form-control:focus {
  background: #efefef;
  border: 3px solid #cccccc;
}
.cid-sgoW4KKSS7 .mbr-section-btn {
  padding-bottom: 2.0rem;
}
.cid-sgoW4KKSS7 .underline {
  align: center;
}
.cid-sgoW4KKSS7 .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #47a216;
  display: inline-block;
}
.cid-sgoW4KKSS7 .form-container {
  transition: all .2s;
  border-radius: 8px;
  border: 10px solid #879a9f;
  box-shadow: .15em .15em .5em #434242;
  background: linear-gradient(#ffffff, #efefef);
  padding: 2.0rem;
}
.cid-sgoW4KKSS7 textarea.form-control {
  min-height: 188px;
}
.cid-sgoW4KKSS7 .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-sgoW4KKSS7 .content-container {
    padding-right: 5rem;
  }
}
.cid-sgoW4KKSS7 H1 {
  text-align: left;
}
.cid-sgoW4KKSS7 .mbr-text,
.cid-sgoW4KKSS7 .mbr-section-btn {
  text-align: left;
}
.cid-sgoW4KKSS7 .form-title {
  text-align: center;
  color: #333333;
}
.cid-sgoW4KKSS7 .form-subtitle,
.cid-sgoW4KKSS7 input.field {
  text-align: center;
}
.cid-sgoW4KKSS7 .image-block {
  margin: auto;
  width: 100% !important;
  padding-top: 5rem;
}
.cid-scQKayf0PA {
  padding-top: 150px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.cid-scQKayf0PA .mbr-section-subtitle {
  color: #767676;
}
.cid-scQKayf0PA .underline {
  align: center;
}
.cid-scQKayf0PA .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #47a216;
  display: inline-block;
}
.cid-scQKayf0PA H2 {
  color: #232323;
}
.cid-scQKayf0PA H3 {
  color: #232323;
}
.cid-scQKayf0PA .title {
  padding-bottom: 1rem;
}
.cid-scQKayf0PA .subtitle {
  padding-top: 1rem;
}
.cid-sewdQDFStS {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sewdQDFStS .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sewdQDFStS .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sewdQDFStS .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sewdQDFStS .mbr-text {
    text-align: center;
  }
}
.cid-sewdQDFStS .mbr-text,
.cid-sewdQDFStS .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-sewdQDFStS H1 {
  color: #232323;
}
.cid-sewdQDFStS H3 {
  color: #232323;
}
.cid-sewdQDFStS .card-title,
.cid-sewdQDFStS .card-img {
  text-align: left;
}
.cid-sewdQDFStS .card-box {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.cid-sewdQDFStS .card-wrapper {
  height: 100%;
  padding: 1rem 0rem 1rem 0rem;
}
.cid-sewdQDFStS .pro-shadow img {
  border-radius: 8px;
  box-shadow: .25em .25em 1.7em #cfcfcf;
}
.cid-sewdQDFStS .mbr-section-btn {
  padding-top: 1.5rem;
}
.cid-sewdQDFStS P {
  text-align: right;
}
.cid-sefY4ZWnnU {
  padding-top: 125px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}
.cid-sefY4ZWnnU .mbr-section-subtitle {
  color: #767676;
}
.cid-sefY4ZWnnU .underline {
  align: center;
}
.cid-sefY4ZWnnU .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #47a216;
  display: inline-block;
}
.cid-sefY4ZWnnU H2 {
  color: #232323;
}
.cid-sefY4ZWnnU H3 {
  color: #232323;
}
.cid-sefY4ZWnnU .title {
  padding-bottom: 1rem;
}
.cid-sefY4ZWnnU .subtitle {
  padding-top: 1rem;
}
.cid-shci2iJu7W {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f6f6f6;
}
.cid-shci2iJu7W .mbr-section-text {
  color: #767676;
  text-align: left;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
.cid-shci2iJu7W .mbr-section-subtitle {
  color: #767676;
}
.cid-shci2iJu7W .tabcont {
  -webkit-justify-content: left;
  justify-content: left;
  padding-bottom: 1.5rem;
  padding-top: 0rem;
}
.cid-shci2iJu7W .mbr-element-title {
  padding-left: 1rem;
}
.cid-shci2iJu7W .card-img {
  margin-bottom: 1.5rem;
}
.cid-shci2iJu7W .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shci2iJu7W .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-shci2iJu7W .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-shci2iJu7W .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  border-radius: 8px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 1px solid #232323;
}
.cid-shci2iJu7W .nav-tabs .nav-link:hover {
  background: #97d43b;
}
.cid-shci2iJu7W .nav-tabs .nav-link.active {
  color: #000000;
  font-style: normal;
  border: 2px solid #97d43b;
  background: #97d43b;
}
.cid-shci2iJu7W .nav-tabs .nav-link.active:hover {
  border: 2px solid #97d43b;
}
.cid-shci2iJu7W .pro-shadow img {
  border-radius: 8px;
  box-shadow: .25em .25em 1.7em #cfcfcf;
}
.cid-shci2iJu7W .inform {
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: .25em .25em 1.7em #cfcfcf;
}
.cid-shci2iJu7W H4 {
  text-align: left;
}
.cid-shci2iJu7W .mbr-section-btn {
  padding-bottom: 3rem;
}
.cid-shci2iJu7W P {
  color: #465052;
}
.cid-shci2iJu7W .mbr-figure {
  padding: 1rem 0rem 0rem 0.5rem;
}
.cid-shci2iJu7W .mbr-figure2 {
  padding: 0rem 1.5rem 1rem 2rem;
}
.cid-scQKiHVMX2 {
  padding-top: 125px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.cid-scQKiHVMX2 .mbr-section-subtitle {
  color: #767676;
}
.cid-scQKiHVMX2 .underline {
  align: center;
}
.cid-scQKiHVMX2 .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #47a216;
  display: inline-block;
}
.cid-scQKiHVMX2 H2 {
  color: #232323;
}
.cid-scQKiHVMX2 H3 {
  color: #232323;
}
.cid-scQKiHVMX2 .title {
  padding-bottom: 1rem;
}
.cid-scQKiHVMX2 .subtitle {
  padding-top: 1rem;
}
.cid-sf6vTj5yLZ {
  padding-top: 25px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sf6vTj5yLZ .title {
  padding-bottom: 2.5rem;
}
.cid-sf6vTj5yLZ h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sf6vTj5yLZ .bottom-line p {
  color: #767676;
}
.cid-sf6vTj5yLZ .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-sf6vTj5yLZ .card-wrapper .card-box {
  width: 100%;
}
.cid-sf6vTj5yLZ .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-sf6vTj5yLZ .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sf6vTj5yLZ .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-sf6vTj5yLZ .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-sf6vTj5yLZ .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-sf6vTj5yLZ .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-sf6vTj5yLZ .wrapper {
    padding-top: 1rem;
  }
}
.cid-sf6vTj5yLZ H1 {
  color: #232323;
  text-align: left;
}
.cid-sf6vTj5yLZ .mbr-text,
.cid-sf6vTj5yLZ .mbr-section-btn {
  text-align: left;
}
.cid-sf6vTj5yLZ P {
  color: #767676;
}
.cid-sf6vTj5yLZ .inform {
  padding: 1.2rem 0rem 1.2rem 0rem;
}
.cid-sf6vTj5yLZ .inform2 {
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
.cid-sf6vTj5yLZ .inform3 {
  margin: 1.5rem 0rem 0.9rem 1.5rem;
  background: linear-gradient(#67c136, #4d9129);
  border-radius: 8px;
  box-shadow: .25em .25em 1.7em #cfcfcf;
}
.cid-sf6vTj5yLZ .mbr-section-btn {
  padding-top: 3.5rem;
}
.cid-sgadX4a9oT {
  padding-top: 125px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/06-fotor-2000x1014.jpg");
}
.cid-sgadX4a9oT .form-control,
.cid-sgadX4a9oT .form-control:focus {
  background: #efefef;
  border: 3px solid #cccccc;
}
.cid-sgadX4a9oT .mbr-section-btn {
  padding-bottom: 2.0rem;
}
.cid-sgadX4a9oT .underline {
  align: center;
}
.cid-sgadX4a9oT .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #47a216;
  display: inline-block;
}
.cid-sgadX4a9oT .forma {
  padding-top: 2rem;
}
.cid-sgadX4a9oT .form-container {
  transition: all .2s;
  border-radius: 8px;
  border: 10px solid #879a9f;
  box-shadow: .15em .15em .5em #434242;
  background: linear-gradient(#ffffff, #efefef);
  padding: 2.0rem;
}
.cid-sgadX4a9oT textarea.form-control {
  min-height: 188px;
}
.cid-sgadX4a9oT .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-sgadX4a9oT .content-container {
    padding-right: 5rem;
  }
}
.cid-sgadX4a9oT H1 {
  text-align: left;
}
.cid-sgadX4a9oT .mbr-text,
.cid-sgadX4a9oT .mbr-section-btn {
  text-align: left;
}
.cid-sgadX4a9oT .form-title {
  text-align: left;
  color: #333333;
}
.cid-sgadX4a9oT .form-subtitle,
.cid-sgadX4a9oT input.field {
  text-align: left;
}
.cid-sgadX4a9oT .image-block {
  margin: auto;
  width: 100% !important;
  padding-top: 4rem;
}
.cid-scQKzhdF2b {
  padding-top: 125px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.cid-scQKzhdF2b .mbr-section-subtitle {
  color: #767676;
}
.cid-scQKzhdF2b .underline {
  align: center;
}
.cid-scQKzhdF2b .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #47a216;
  display: inline-block;
}
.cid-scQKzhdF2b H2 {
  color: #232323;
}
.cid-scQKzhdF2b H3 {
  color: #232323;
}
.cid-scQKzhdF2b .title {
  padding-bottom: 1rem;
}
.cid-scQKzhdF2b .subtitle {
  padding-top: 1rem;
}
.cid-sf6wyYtu1h {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sf6wyYtu1h .mbr-section-subtitle {
  color: #465052;
  font-weight: 300;
}
.cid-sf6wyYtu1h .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-sf6wyYtu1h .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sf6wyYtu1h .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sf6wyYtu1h .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-sf6wyYtu1h .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sf6wyYtu1h .media-block {
    padding-right: 2rem;
  }
}
.cid-sf6wyYtu1h .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-sf6wyYtu1h .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sf6wyYtu1h .count {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .cid-sf6wyYtu1h .panel-item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-sf6wyYtu1h .card-img {
    padding-bottom: 1rem;
    padding-right: 0 !important;
    margin: auto;
  }
}
.cid-sf6wyYtu1h .mbr-section-btn {
  padding-left: 0rem;
}
.cid-sf6wyYtu1h H3 {
  color: #47a216;
}
.cid-sf6wyYtu1h .pro-shadow img {
  border-radius: 8px;
  box-shadow: .25em .25em 1.7em #cfcfcf;
}
.cid-sf6wyYtu1h .inform2 {
  margin: 1.5rem 0rem 1.5rem 0rem;
}
.cid-sf6wyYtu1h .inform {
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.cid-sgAdtlbtza {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sgAdtlbtza P {
  color: #767676;
}
.cid-sgAdtlbtza .mbr-text,
.cid-sgAdtlbtza .mbr-section-btn {
  color: #767676;
}
.cid-sefZ6hcWy2 {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}
.cid-sefZ6hcWy2 .mbr-section-subtitle {
  color: #767676;
}
.cid-sefZ6hcWy2 .underline {
  align: center;
}
.cid-sefZ6hcWy2 .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #47a216;
  display: inline-block;
}
.cid-sefZ6hcWy2 H2 {
  color: #232323;
}
.cid-sefZ6hcWy2 H3 {
  color: #232323;
}
.cid-sefZ6hcWy2 .title {
  padding-bottom: 1rem;
}
.cid-sefZ6hcWy2 .subtitle {
  padding-top: 1rem;
}
.cid-sf0znBPFPQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-sf0znBPFPQ h2 {
  text-align: center;
}
.cid-sf0znBPFPQ h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sf0znBPFPQ p {
  color: #767676;
}
.cid-sf0znBPFPQ img {
  object-fit: cover;
}
.cid-sf0znBPFPQ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sf0znBPFPQ .card {
  padding: 1.5rem 0.5rem 0.5rem 0.5rem;
}
.cid-sf0znBPFPQ .pro-shadow img {
  border-radius: 8px;
  box-shadow: .25em .25em 1.7em #cfcfcf;
}
.cid-sf0znBPFPQ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sf0znBPFPQ .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sf0znBPFPQ .mbr-section-subtitle {
  color: #767676;
}
.cid-sf0znBPFPQ .card-title {
  font-weight: 500;
}
.cid-sf0znBPFPQ .card-img {
  text-align: inherit;
}
.cid-sf0znBPFPQ .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sf0znBPFPQ .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sf0znBPFPQ .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sf0znBPFPQ .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-sf0znBPFPQ .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-sf0znBPFPQ .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-sf0znBPFPQ .mbr-crt-title {
  text-align: left;
}
.cid-sf0znBPFPQ .mbr-section-text {
  text-align: left;
}
.cid-sf0znBPFPQ .inform {
  margin: 1.5rem 0rem 1rem 0rem;
}
.cid-sgAclCSFEe {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
}
.cid-sgAclCSFEe P {
  color: #767676;
}
.cid-sgAclCSFEe .mbr-text,
.cid-sgAclCSFEe .mbr-section-btn {
  color: #767676;
}
.cid-sefVGywBLq {
  padding-top: 125px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.cid-sefVGywBLq .mbr-section-subtitle {
  color: #767676;
}
.cid-sefVGywBLq .underline {
  align: center;
}
.cid-sefVGywBLq .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #47a216;
  display: inline-block;
}
.cid-sefVGywBLq H2 {
  color: #232323;
}
.cid-sefVGywBLq H3 {
  color: #232323;
}
.cid-sefVGywBLq .title {
  padding-bottom: 1rem;
}
.cid-sefVGywBLq .subtitle {
  padding-top: 1rem;
}
.cid-sgs1MWhOhi {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgs1MWhOhi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgs1MWhOhi p {
  color: #767676;
  text-align: left;
}
.cid-sgs1MWhOhi .card-box {
  padding-top: 2rem;
}
.cid-sgs1MWhOhi .card-wrapper {
  height: 100%;
}
.cid-sgs1MWhOhi H1 {
  color: #232323;
  text-align: left;
}
.cid-sgs1MWhOhi H2 {
  color: #232323;
  text-align: left;
}
.cid-sgs1MWhOhi .mbr-text,
.cid-sgs1MWhOhi .mbr-section-btn {
  text-align: left;
}
.cid-sgs1MWhOhi .card-title {
  text-align: center;
}
.cid-seqdMPOwU1 {
  padding-top: 175px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/07-fotor2-2000x1014.jpg");
}
.cid-seqdMPOwU1 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-seqdMPOwU1 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-seqdMPOwU1 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-seqdMPOwU1 .mbr-text {
  color: #ffffff;
}
.cid-seqdMPOwU1 .card {
  padding-bottom: 1.5rem;
}
.cid-seqdMPOwU1 H1 {
  text-align: left;
  padding-bottom: 2rem;
}
.cid-seqdMPOwU1 .mbr-text,
.cid-seqdMPOwU1 .mbr-section-btn {
  text-align: left;
}
.cid-seqdMPOwU1 H5 {
  text-align: left;
}
.cid-seqdMPOwU1 .image-block {
  margin: auto;
  width: 100% !important;
  padding-top: 5rem;
}
.cid-scQKI2tUIz {
  padding-top: 125px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.cid-scQKI2tUIz .mbr-section-subtitle {
  color: #767676;
}
.cid-scQKI2tUIz .underline {
  align: center;
}
.cid-scQKI2tUIz .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #47a216;
  display: inline-block;
}
.cid-scQKI2tUIz H2 {
  color: #232323;
}
.cid-scQKI2tUIz H3 {
  color: #232323;
}
.cid-scQKI2tUIz .title {
  padding-bottom: 1rem;
}
.cid-scQKI2tUIz .subtitle {
  padding-top: 1rem;
}
.cid-seEh6WOflo {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-seEh6WOflo p {
  color: #767676;
}
.cid-seEh6WOflo .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-seEh6WOflo .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-seEh6WOflo .panel-group {
  width: 100%;
}
.cid-seEh6WOflo .card {
  border-radius: 8px;
  margin-bottom: -1px;
}
.cid-seEh6WOflo .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-seEh6WOflo .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-seEh6WOflo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seEh6WOflo .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-seEh6WOflo .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-seEh6WOflo .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-seEh6WOflo .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-seEh6WOflo H3 {
  padding-bottom: 2rem;
}
.cid-seEh6WOflo .pro-shadow img {
  border-radius: 8px;
  box-shadow: .25em .25em 1.7em #cfcfcf;
}
.cid-seEh6WOflo .otvechaet {
  padding-top: 1rem;
}
.cid-seEh6WOflo .otvechaet p {
  color: #767676;
}
.cid-seEh6WOflo .vopros {
  margin-top: 1rem;
  padding: 1rem 0rem 1rem 0rem;
}
.cid-seEh6WOflo .vopros p {
  color: #767676;
}
.cid-scQKNVxIXS {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}
.cid-scQKNVxIXS .mbr-section-subtitle {
  color: #767676;
}
.cid-scQKNVxIXS .underline {
  align: center;
}
.cid-scQKNVxIXS .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #47a216;
  display: inline-block;
}
.cid-scQKNVxIXS H2 {
  color: #232323;
}
.cid-scQKNVxIXS H3 {
  color: #232323;
}
.cid-scQKNVxIXS .title {
  padding-bottom: 1rem;
}
.cid-scQKNVxIXS .subtitle {
  padding-top: 1rem;
}
.cid-sgKiarjEKs {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
}
.cid-sgKiarjEKs h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sgKiarjEKs p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sgKiarjEKs .card-img {
  text-align: left;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
  border-radius: 8px 8px 0px 0px;
}
.cid-sgKiarjEKs .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sgKiarjEKs .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  border-radius: 0px 0px 8px 8px;
}
.cid-sgKiarjEKs P {
  color: #232323;
  text-align: center;
}
.cid-sgKiarjEKs .card-title,
.cid-sgKiarjEKs .card-img {
  text-align: center;
}
.cid-sgKiarjEKs .inform {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: .25em .25em 1.7em #cfcfcf;
}
.cid-shIEa1nNRS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f6f6f6;
}
.cid-shIEa1nNRS .google-map {
  height: 25rem;
  position: relative;
}
.cid-shIEa1nNRS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-shIEa1nNRS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-shIEa1nNRS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-shIEa1nNRS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-shIEa1nNRS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-bottom: 1rem;
}
.cid-shIEa1nNRS .pro-shadow {
  padding: 0rem 0rem 2rem 0rem;
}
.cid-shIEa1nNRS .pro-shadow img {
  border-radius: 8px;
  box-shadow: .25em .25em 1.7em #cfcfcf;
}
.cid-s89bKe7NP1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s89bKe7NP1 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s89bKe7NP1 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-s89bKe7NP1 .media-wrap img {
  height: 6rem;
}
.cid-s89bKe7NP1 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-s89bKe7NP1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s89bKe7NP1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-s89bKe7NP1 .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-s89bKe7NP1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-s89bKe7NP1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s89bKe7NP1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s89bKe7NP1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s89bKe7NP1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s8UAlxHdP4 {
  padding-top: 225px;
  padding-bottom: 125px;
  background-image: url("../../../assets/images/08-fotor-2000x1014.jpg");
}
.cid-s8UAlxHdP4 h1 {
  color: #616161;
}
.cid-s8UAlxHdP4 h2,
.cid-s8UAlxHdP4 h3,
.cid-s8UAlxHdP4 p {
  color: #767676;
}
.cid-s8UAlxHdP4 .mbr-section-subtitle {
  font-style: italic;
}
.cid-s8UAlxHdP4 H1 {
  color: #ffffff;
}
.cid-s8UAlxHdP4 .mbr-text,
.cid-s8UAlxHdP4 .mbr-section-btn {
  color: #ffffff;
}
.cid-s8UAlxHdP4 H3 {
  color: #ffffff;
}
.cid-s5Wv06q00z .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s5Wv06q00z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s5Wv06q00z a {
  font-style: normal;
}
.cid-s5Wv06q00z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5Wv06q00z .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5Wv06q00z .nav-item:focus,
.cid-s5Wv06q00z .nav-link:focus {
  outline: none;
}
.cid-s5Wv06q00z .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5Wv06q00z .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5Wv06q00z .menu-logo {
  margin-right: auto;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5Wv06q00z .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5Wv06q00z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5Wv06q00z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5Wv06q00z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5Wv06q00z .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5Wv06q00z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5Wv06q00z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5Wv06q00z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5Wv06q00z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5Wv06q00z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s5Wv06q00z .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5Wv06q00z .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5Wv06q00z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5Wv06q00z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5Wv06q00z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5Wv06q00z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5Wv06q00z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5Wv06q00z button.navbar-toggler:focus {
  outline: none;
}
.cid-s5Wv06q00z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s5Wv06q00z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5Wv06q00z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5Wv06q00z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5Wv06q00z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5Wv06q00z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5Wv06q00z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5Wv06q00z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5Wv06q00z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5Wv06q00z .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5Wv06q00z .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse.collapsing,
.cid-s5Wv06q00z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5Wv06q00z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5Wv06q00z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5Wv06q00z .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5Wv06q00z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5Wv06q00z .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5Wv06q00z .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5Wv06q00z .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5Wv06q00z .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5Wv06q00z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5Wv06q00z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5Wv06q00z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5Wv06q00z .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5Wv06q00z.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5Wv06q00z img {
    height: 3.8rem !important;
  }
  .cid-s5Wv06q00z .btn {
    display: -webkit-flex;
  }
  .cid-s5Wv06q00z button.navbar-toggler {
    display: block;
  }
  .cid-s5Wv06q00z .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s5Wv06q00z .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5Wv06q00z .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5Wv06q00z .navbar-collapse.collapsing,
  .cid-s5Wv06q00z .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5Wv06q00z .navbar-collapse.collapsing .navbar-nav,
  .cid-s5Wv06q00z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5Wv06q00z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5Wv06q00z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5Wv06q00z .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5Wv06q00z .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5Wv06q00z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5Wv06q00z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5Wv06q00z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5Wv06q00z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5Wv06q00z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5Wv06q00z .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s5Wv06q00z .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s5Wv06q00z .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5Wv06q00z .nav-link:hover,
.cid-s5Wv06q00z .dropdown-item:hover {
  color: #232323 !important;
}
.cid-rqKNhMU138 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rqKNhMU138 h1 {
  color: #616161;
}
.cid-rqKNhMU138 h2,
.cid-rqKNhMU138 h3,
.cid-rqKNhMU138 p {
  color: #767676;
}
.cid-rqKNhMU138 .mbr-section-subtitle {
  font-style: italic;
}
.cid-rqKNhMU138 .mbr-text,
.cid-rqKNhMU138 .mbr-section-btn {
  color: #232323;
}
.cid-rqKNhMU138 H1 {
  color: #232323;
}
.cid-s5Wv06q00z .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s5Wv06q00z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s5Wv06q00z a {
  font-style: normal;
}
.cid-s5Wv06q00z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s5Wv06q00z .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s5Wv06q00z .nav-item:focus,
.cid-s5Wv06q00z .nav-link:focus {
  outline: none;
}
.cid-s5Wv06q00z .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5Wv06q00z .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s5Wv06q00z .menu-logo {
  margin-right: auto;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5Wv06q00z .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s5Wv06q00z .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s5Wv06q00z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5Wv06q00z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5Wv06q00z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5Wv06q00z .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s5Wv06q00z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s5Wv06q00z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5Wv06q00z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5Wv06q00z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5Wv06q00z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s5Wv06q00z .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s5Wv06q00z .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s5Wv06q00z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5Wv06q00z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5Wv06q00z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5Wv06q00z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5Wv06q00z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s5Wv06q00z button.navbar-toggler:focus {
  outline: none;
}
.cid-s5Wv06q00z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s5Wv06q00z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5Wv06q00z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5Wv06q00z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5Wv06q00z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5Wv06q00z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5Wv06q00z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5Wv06q00z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5Wv06q00z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5Wv06q00z .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5Wv06q00z .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse.collapsing,
.cid-s5Wv06q00z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5Wv06q00z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5Wv06q00z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5Wv06q00z .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s5Wv06q00z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5Wv06q00z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5Wv06q00z .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s5Wv06q00z .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5Wv06q00z .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s5Wv06q00z .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s5Wv06q00z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5Wv06q00z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5Wv06q00z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5Wv06q00z .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s5Wv06q00z.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5Wv06q00z img {
    height: 3.8rem !important;
  }
  .cid-s5Wv06q00z .btn {
    display: -webkit-flex;
  }
  .cid-s5Wv06q00z button.navbar-toggler {
    display: block;
  }
  .cid-s5Wv06q00z .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s5Wv06q00z .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s5Wv06q00z .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5Wv06q00z .navbar-collapse.collapsing,
  .cid-s5Wv06q00z .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5Wv06q00z .navbar-collapse.collapsing .navbar-nav,
  .cid-s5Wv06q00z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5Wv06q00z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5Wv06q00z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5Wv06q00z .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5Wv06q00z .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s5Wv06q00z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5Wv06q00z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5Wv06q00z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5Wv06q00z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5Wv06q00z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5Wv06q00z .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s5Wv06q00z .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s5Wv06q00z .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s5Wv06q00z .nav-link:hover,
.cid-s5Wv06q00z .dropdown-item:hover {
  color: #232323 !important;
}
