.hidden-mobile {
	display: block;
}

.hidden-desktop {
	display: none!important;
}

.logo-size {
	width:190px !important;
}

.cid-sHGMNYzDmO .wrapper {
    border-radius: 10px;
    background: #00000061;
    margin-bottom: 10px;
    padding: 25px 25px 10px !important;
    height: 376px !important;
}

body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.3rem;
}
/* ---- 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) {
	.hidden-mobile {
	display: none!important;
}

.logo-size {
	width:auto !important;
	height: auto !important;
}

.hidden-desktop {
	display: block!important;
}

.navbar-dropdown .navbar-logo img {
        padding-right: 25px;
		width: 100%;
}

button.navbar-toggler .hamburger span {
    background-color: #78ae76!important;
}


button.navbar-toggler {
    width: 31px;
    height: 18px;
    cursor: pointer;
    transition: all .2s;
    margin: 1rem .8rem;
    -webkit-align-self: center;
    align-self: center;
    position: absolute!important;
    right: 0 !important;
}
	
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #78ae76 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #defadd !important;
}
.bg-warning {
  background-color: #62b45f !important;
}
.bg-danger {
  background-color: #edfafa !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #78ae76 !important;
  border-color: #78ae76 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #528750 !important;
  border-color: #528750 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #528750 !important;
  border-color: #528750 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #50864e !important;
  border-color: #50864e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #335632 !important;
  border-color: #335632 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #335632 !important;
  border-color: #335632 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #defadd !important;
  border-color: #defadd !important;
  color: #21bc1c !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #21bc1c !important;
  background-color: #9df09a !important;
  border-color: #9df09a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #21bc1c !important;
  background-color: #9df09a !important;
  border-color: #9df09a !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #62b45f !important;
  border-color: #62b45f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #42873f !important;
  border-color: #42873f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #42873f !important;
  border-color: #42873f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #edfafa !important;
  border-color: #edfafa !important;
  color: #32b6b6 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #32b6b6 !important;
  background-color: #b1e9e9 !important;
  border-color: #b1e9e9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #32b6b6 !important;
  background-color: #b1e9e9 !important;
  border-color: #b1e9e9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #487747;
  color: #487747;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #78ae76;
  border-color: #78ae76;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #78ae76 !important;
  border-color: #78ae76 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #2a4628;
  color: #2a4628;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #50864e;
  border-color: #50864e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #50864e !important;
  border-color: #50864e !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #88ed84;
  color: #88ed84;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #21bc1c;
  background-color: #defadd;
  border-color: #defadd;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #21bc1c !important;
  background-color: #defadd !important;
  border-color: #defadd !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #397637;
  color: #397637;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #62b45f;
  border-color: #62b45f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #62b45f !important;
  border-color: #62b45f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #9de4e4;
  color: #9de4e4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #32b6b6;
  background-color: #edfafa;
  border-color: #edfafa;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #32b6b6 !important;
  background-color: #edfafa !important;
  border-color: #edfafa !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #78ae76 !important;
}
.text-secondary {
  color: #50864e !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #defadd !important;
}
.text-warning {
  color: #62b45f !important;
}
.text-danger {
  color: #edfafa !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #487747 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2a4628 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #88ed84 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #397637 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9de4e4 !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: #defadd;
}
.alert-warning {
  background-color: #62b45f;
}
.alert-danger {
  background-color: #edfafa;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.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 a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #78ae76;
  border-color: #78ae76;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4f87fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c7ddc6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b7ddb6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.3rem;
}
blockquote {
  border-color: #78ae76;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type='submit'] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #50864e !important;
  border-color: #50864e !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #78ae76 !important;
  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: #78ae76;
  border-bottom-color: #78ae76;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #78ae76 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #50864e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2378ae76' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sHFZFoXlGS .carousel-caption h2 {
  font-size: 45px;
  padding-bottom: 20px;
}
.cid-sHFZFoXlGS .carousel-caption p {
  padding-bottom: 20px;
}
.cid-sHFZFoXlGS .modal-body .close {
  background: #1b1b1b;
}
.cid-sHFZFoXlGS .modal-body .close span {
  font-style: normal;
}
.cid-sHFZFoXlGS .carousel-inner > .active,
.cid-sHFZFoXlGS .carousel-inner > .next,
.cid-sHFZFoXlGS .carousel-inner > .prev {
  display: table;
}
.cid-sHFZFoXlGS .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-sHFZFoXlGS .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-sHFZFoXlGS .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-sHFZFoXlGS .carousel-control,
.cid-sHFZFoXlGS .carousel-indicators li {
  background-color: #78ae76 !important;
  opacity: 0.7!important;
  border: none;
}
.cid-sHFZFoXlGS .carousel-control:hover,
.cid-sHFZFoXlGS .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-sHFZFoXlGS .carousel-control .active,
.cid-sHFZFoXlGS .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-sHFZFoXlGS .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-sHFZFoXlGS .carousel-control .icon-next,
.cid-sHFZFoXlGS .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sHFZFoXlGS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sHFZFoXlGS .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sHFZFoXlGS .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-sHFZFoXlGS .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-sHFZFoXlGS .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sHFZFoXlGS .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHFZFoXlGS .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sHFZFoXlGS .boxed-slider > div {
  position: relative;
}
.cid-sHFZFoXlGS .container img {
  width: 100%;
}
.cid-sHFZFoXlGS .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sHFZFoXlGS .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sHFZFoXlGS .mbr-table-cell {
  padding: 0;
}
.cid-sHFZFoXlGS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sHFZFoXlGS .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sHFZFoXlGS .mbr-overlay {
  z-index: 1;
}
.cid-sHFZFoXlGS .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sHFZFoXlGS .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sHFZFoXlGS .carousel-item .container {
    width: 100%;
  }
}
.cid-sHFZFoXlGS .carousel-item-next.carousel-item-left,
.cid-sHFZFoXlGS .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sHFZFoXlGS .active.carousel-item-right,
.cid-sHFZFoXlGS .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sHFZFoXlGS .active.carousel-item-left,
.cid-sHFZFoXlGS .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sHFZFoXlGS .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-sHFZFoXlGS .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHFZFoXlGS .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHFZFoXlGS .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sHFZFoXlGS .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sHFZFoXlGS .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sHFZFoXlGS .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sHFZFoXlGS .mbr-slider .carousel-indicators li.active,
.cid-sHFZFoXlGS .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sHFZFoXlGS .mbr-slider .carousel-indicators li::after,
.cid-sHFZFoXlGS .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sHFZFoXlGS .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sHFZFoXlGS .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sHFZFoXlGS .mbr-slider > .container img {
  width: 100%;
}
.cid-sHFZFoXlGS .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sHFZFoXlGS .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sHFZFoXlGS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHFZFoXlGS .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sHFZFoXlGS .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sHFZFoXlGS .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sHFZFoXlGS .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sHFZFoXlGS .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sHFZFoXlGS .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sHFZFoXlGS .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sHFZFoXlGS .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sHFZFoXlGS .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sHFZFoXlGS .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rSbevGgtra {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSbevGgtra h4 {
  letter-spacing: -0.5px;
  color: #50864e;
  font-weight: 800;
}
.cid-rSbevGgtra p {
  color: #defadd;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}
.cid-rSbevGgtra .mbr-section-title {
  color: #002625;
  margin-bottom: 20px;
  font-weight: 700;
}
.cid-rSbevGgtra .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-rSbevGgtra .mbr-section-subtitle {
  color: #333333;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-rSbevGgtra .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-rSbevGgtra .card-box {
  padding-top: 35px;
}
.cid-rSbevGgtra .card-box .card-title {
  text-align: center;
  color: #50864e;
}
.cid-rSbevGgtra .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-weight: 800;
}
.cid-rSbevGgtra .card-box p {
  text-align: center;
  color: #defadd;
  font-weight: 400;
}
.cid-rSbevGgtra .card-box p.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-rSbevGgtra .card-wrapper {
  height: 100%;
  text-align: center;
}
.cid-rSbevGgtra .card-img {
  display: inline-block;
  position: relative;
  width: inherit !important;
}
.cid-rSbevGgtra .card-img img {
  height: 80px;
  width: 80px;
}
.cid-rSbevGgtra .card-img .card-icon {
  background: #00a19b;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  padding: 0.5rem;
  top: 0;
  right: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-rSbevGgtra .card-img .card-icon span {
  z-index: 99;
}
.cid-rSbevGgtra .card-img .card-icon::before {
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #00a19b;
  opacity: 0.5;
  z-index: 1;
}
.cid-sHHpfP1BI6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sHHpfP1BI6 {
    background-color: #231f59;
  }
  .cid-sHHpfP1BI6 .accordion-content-wrapper {
    padding-top: 10px;
  }
  .cid-sHHpfP1BI6 .mbr-section-subtitle {
    margin-top: 0;
    line-height: 2 !important;
  }
}
.cid-sHHpfP1BI6 .imagem-sombra img {
  -webkit-filter: drop-shadow(0px 5px 4px #cccccc);
  filter: drop-shadow(0px 5px 4px #cccccc);
}
.cid-sHHpfP1BI6 .btn-zap {
  padding: 6px 10px!important;
  background: #068c38 !important;
  color: #fff !important;
  border: #068c38 !important;
  border-radius: 30px !important;
  margin-left: 0 !important;
}
.cid-sHHpfP1BI6 .btn-zap span {
  padding-left: 5px;
}
.cid-sHHpfP1BI6 .btn-zap:hover {
  padding: 6px 10px!important;
  background: #068c38 !important;
  color: #fff !important;
  border: #068c38 !important;
  border-radius: 30px !important;
}
.cid-sHHpfP1BI6 .header-text span {
  font-size: 13px !important;
}
.cid-sHHpfP1BI6 .cid-sHHpfP1BI6 {
  background-color: #fff;
}
.cid-sHHpfP1BI6 .header-text {
  flex: 1 1 auto;
  font-size: 18px !important;
}
.cid-sHHpfP1BI6 h4 {
  font-style: normal;
}
.cid-sHHpfP1BI6 .panel-collapse {
  color: #ffffff;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-sHHpfP1BI6 .mbr-section-subtitle {
  font-weight: 500;
  color: #000000;
  margin: 30px 0;
}
.cid-sHHpfP1BI6 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sHHpfP1BI6 .accordion-wrapper {
  padding: 0 0px;
}
.cid-sHHpfP1BI6 .accordion-content-wrapper {
  padding: 50px 0;
  max-width: 680px;
  margin: 0 auto;
}
.cid-sHHpfP1BI6 .vertical-center {
  align-items: center;
}
.cid-sHHpfP1BI6 .panel-group {
  width: 100%;
}
.cid-sHHpfP1BI6 .card {
  border-bottom: 1px solid #c4c4c4 !important;
  border-radius: 0px;
}
.cid-sHHpfP1BI6 .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
  background-color: transparent;
  padding: 15px 0;
}
.cid-sHHpfP1BI6 .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sHHpfP1BI6 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sHHpfP1BI6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sHHpfP1BI6 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sHHpfP1BI6 .card h4,
.cid-sHHpfP1BI6 .card h5 {
  margin-bottom: 0;
}
.cid-sHHpfP1BI6 .card p {
  margin: 0;
}
.cid-sHHpfP1BI6 .card .panel-body {
  background-color: transparent;
  padding: 4px 0 20px 0;
}
.cid-sHHpfP1BI6 .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHHpfP1BI6 .sign {
  color: #ffffff;
}
.cid-sHHpfP1BI6 .sign:before {
  content: "\e95d";
  font-weight: 700;
}
@media (max-width: 991px) {
  .cid-sHHpfP1BI6 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sHHpfP1BI6 .header-text,
.cid-sHHpfP1BI6 .sign P {
  text-align: left;
}
.cid-sHHpfP1BI6 .mbr-text {
  color: #ffffff;
}
.cid-sHHpfP1BI6 .mbri-arrow-up {
  max-height: 7px;
  overflow: hidden;
  vertical-align: middle;
}
.cid-sHHpfP1BI6 .mbri-arrow-up:before {
  content: "\e94c";
  font-weight: 700;
}
.cid-sHHpfP1BI6 .text-container {
  max-width: 934px;
}
.cid-sHHpfP1BI6 .text-container p {
  padding: 30px 0 20.6px 0;
}
.cid-sHHpfP1BI6 .panel-title {
  background: transparent;
}
.cid-sHHpfP1BI6 H4 {
  color: #ffffff;
}
.cid-sHHpfP1BI6 .header-text,
.cid-sHHpfP1BI6 .sign {
  color: #000000;
}
.cid-sHHpfP1BI6 .mbr-text,
.cid-sHHpfP1BI6 .mbr-section-btn {
  color: #ebc6b8;
}
.cid-sHHpfP1BI6 H5 {
  color: #ebc6b8;
}
.cid-sHHpfP1BI6 .panel-text {
  color: #000000;
}
.cid-sHGMNYzDmO {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/banner4-1920x698.jpg");
}
.cid-sHGMNYzDmO .mbr-subtitle {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sHGMNYzDmO .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sHGMNYzDmO .fs-18 {
  font-size: 18px !important;
}
.cid-sHGMNYzDmO .mbr-section-title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-sHGMNYzDmO .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-sHGMNYzDmO .mbr-section-text {
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
}
.cid-sHGMNYzDmO .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-sHGMNYzDmO .display-2 {
  font-size: 38px;
}
.cid-sHGMNYzDmO .wrapper {
  border-radius: 10px;
  background: #00000061;
  margin-bottom: 10px;
  padding: 30px 30px 10px;
  height: 312px;
}
.cid-sHGMNYzDmO .wrapper .img {
  margin-bottom: 20px;
}
.cid-sHGMNYzDmO .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-sHGMNYzDmO .wrapper .mbr-card-title {
  color: #fff;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sHGMNYzDmO .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-sHGMNYzDmO .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 500;
}
.cid-sHGMNYzDmO .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-sHGMNYzDmO * {
    text-align: left;
  }
}
.cid-sHGMNYzDmO .mbr-card-title,
.cid-sHGMNYzDmO .img {
  color: #000000;
}
.cid-sHGMNYzDmO .wrapper .mbr-text,
.cid-sHGMNYzDmO .img {
  color: #ffffff;
}
.cid-sHGMNYzDmO .mbr-card-title {
  color: #78ae76;
}
.cid-sHGU1rT0kE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHGU1rT0kE .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sHGU1rT0kE .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sHGU1rT0kE .mbr-section-title {
  margin: 0;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-sHGU1rT0kE .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-sHGU1rT0kE .mbr-section-text {
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
}
.cid-sHGU1rT0kE .mbr-section-text.display-7 {
  font-size: 18px;
}
.cid-sHGU1rT0kE .display-2 {
  font-size: 38px;
}
.cid-sHGU1rT0kE .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-sHGU1rT0kE .wrapper .img {
  margin-bottom: 20px;
}
.cid-sHGU1rT0kE .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-sHGU1rT0kE .wrapper .mbr-card-title {
  color: #000;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sHGU1rT0kE .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-sHGU1rT0kE .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sHGU1rT0kE .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-sHGU1rT0kE * {
    text-align: left;
  }
}
.cid-sHGU1rT0kE .wrapper .mbr-text,
.cid-sHGU1rT0kE .img {
  color: #232323;
}
.cid-sHGGpREaGr {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHGGpREaGr .imagem-sombra img {
  -webkit-filter: drop-shadow(0px 5px 4px #cccccc);
  filter: drop-shadow(0px 5px 4px #cccccc);
}
.cid-sHGGpREaGr .wrap-block {
  padding-right: 30px;
}
.cid-sHGGpREaGr .cards {
  padding-left: 30px;
}
.cid-sHGGpREaGr .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-sHGGpREaGr .fs-16 {
  font-size: 17px !important;
}
.cid-sHGGpREaGr .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-sHGGpREaGr .wrap-block .contents .mbr-subtitle {
  color: #50864e;
  margin-bottom: 14px;
}
.cid-sHGGpREaGr .wrap-block .contents .mbr-section-title {
  margin-bottom: 5px;
  color: #78ae76;
}
.cid-sHGGpREaGr .wrap-block .contents .mbr-text {
  margin-top: 17px;
}
.cid-sHGGpREaGr .wrap-block .contents h3 {
  color: #defadd;
}
.cid-sHGGpREaGr .wrap-block .contents h4 {
  color: #defadd;
}
.cid-sHGGpREaGr .wrap-block .contents .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-sHGGpREaGr .cards-wrap {
  flex-direction: column;
}
.cid-sHGGpREaGr .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sHGGpREaGr .wrapper .img {
  margin-bottom: 20px;
}
.cid-sHGGpREaGr .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #50864e;
  border-radius: 50%;
}
.cid-sHGGpREaGr .wrapper .mbr-card-title {
  color: #78ae76;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sHGGpREaGr .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #defadd;
}
@media (max-width: 767px) {
  .cid-sHGGpREaGr * {
    text-align: left;
  }
}
.cid-sHGGpREaGr .wrapper .mbr-text,
.cid-sHGGpREaGr .img {
  color: #333333;
}
.cid-sHGGpREaGr .wrap-block .contents h4,
.cid-sHGGpREaGr .menu-content-right,
.cid-sHGGpREaGr .mbr-section-btn {
  color: #232323;
}
.cid-sHGGpREaGr .wrapper .mbr-card-title,
.cid-sHGGpREaGr .img {
  color: #000000;
}
.cid-sxBurBx9bV {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #78ae76;
}
.cid-sxBurBx9bV .mbr-text,
.cid-sxBurBx9bV .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-sxBurBx9bV .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sxBurBx9bV .mbr-text,
.cid-sxBurBx9bV .mbr-section-btn,
.cid-sxBurBx9bV .mbr-section-title {
  color: #ffffff;
}
.cid-sxBurBx9bV .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sxBurBx9bV .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sxBurBx9bV .mbr-section-title {
  font-weight: 700;
}
.cid-sxBurBx9bV .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-sxBurBx9bV .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-sxBurBx9bV .mbr-section-title,
  .cid-sxBurBx9bV .mbr-text,
  .cid-sxBurBx9bV .mbr-section-btn {
    text-align: left;
  }
}
.cid-sxBurBx9bV .pt-20 {
  padding-top: 20px;
}
.cid-sHGLu8YXc8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sHGLu8YXc8 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #78ae76;
}
.cid-sHGLu8YXc8 .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-sHGLu8YXc8 .mbr-text {
  margin: 10px 0 30px;
}
.cid-sHGLu8YXc8 .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-sHGLu8YXc8 .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-sHGLu8YXc8 .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sHGLu8YXc8 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sHGLu8YXc8 .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-sHGLu8YXc8 .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-sHGLu8YXc8 .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-sHGLu8YXc8 .panel-group .card .card-header {
  background-color: #fff;
  margin-bottom: 0;
  border: none;
}
.cid-sHGLu8YXc8 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sHGLu8YXc8 .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-sHGLu8YXc8 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-sHGLu8YXc8 .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-sHGLu8YXc8 .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-sHGLu8YXc8 .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #000000;
  text-align: left;
}
.cid-sHGLu8YXc8 .panel-group .card .panel-collapse .panel-body .panel-text {
  text-align: left;
}
.cid-szRRqKdIkc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-1-1920x896.jpg");
}
.cid-szRRqKdIkc .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-szRRqKdIkc .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-szRRqKdIkc .mbr-section-subtitle {
  color: #000000;
}
.cid-szRRqKdIkc .fs-18 {
  font-size: 18px !important;
}
.cid-szRRqKdIkc .card-img span {
  color: #78ae76;
}
.cid-szRRqKdIkc .row-item {
  margin-bottom: 2rem;
}
.cid-szRRqKdIkc .row-item:hover .wrapper {
  background: linear-gradient(90deg, #78ae76, #78ae76);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-szRRqKdIkc .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-szRRqKdIkc .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-szRRqKdIkc .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff96;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sHH1e4av2o {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sHH1e4av2o .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sHH1e4av2o .jq-selectbox li {
  padding: 1rem;
  background: #fff;
}
.cid-sHH1e4av2o .btn-zap {
  padding: 12px 16px!important;
  background: #068c38 !important;
  color: #fff !important;
  border: #068c38 !important;
  border-radius: 30px !important;
  margin-left: 0 !important;
}
.cid-sHH1e4av2o .btn-zap span {
  padding-left: 10px;
  font-size: 18px;
}
.cid-sHH1e4av2o .btn-zap:hover {
  padding: 12px 16px!important;
  background: #068c38 !important;
  color: #fff !important;
  border: #068c38 !important;
  border-radius: 30px !important;
}
.cid-sHH1e4av2o .signup_wrap {
  padding: 60px 0px;
  background-color: #ffffff;
}
.cid-sHH1e4av2o .form-control-select::placeholder {
  font-size: 16px !important;
}
.cid-sHH1e4av2o .display-6 {
  font-size: 16px !important;
}
.cid-sHH1e4av2o .form-control::placeholder {
  font-size: 16px !important;
}
.cid-sHH1e4av2o .jq-selectbox__select {
  padding: 7px 22px !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 7px !important;
}
.cid-sHH1e4av2o .fs-contato-1 {
  font-size: 18px !important;
  padding-bottom: 10px;
}
.cid-sHH1e4av2o .fs-contato-2 {
  font-size: 16px !important;
}
.cid-sHH1e4av2o .card-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-sHH1e4av2o .mbr-iconfont {
  color: #0c326f;
  font-size: 2rem;
}
.cid-sHH1e4av2o .padding-form {
  padding: 10px 20px !important;
}
.cid-sHH1e4av2o .list-block {
  position: relative;
}
.cid-sHH1e4av2o textarea {
  height: 100px;
}
.cid-sHH1e4av2o .form-control-select {
  height: 30px;
  padding: 1px 18px !important;
  border-radius: 45px;
  width: 100%;
  box-shadow: none;
  border:1px solid #97a2ae !important;
  background-color: #ffffff;
  min-height: 45px;
}
.cid-sHH1e4av2o .title_block {
  padding: 0px 65px;
  height: 100%;
  margin-right: -15px;
  border-right: 1px solid #97a2ae;
}
.cid-sHH1e4av2o .mbr-section-title {
  color: #232226;
  margin-bottom: 20px;
}
.cid-sHH1e4av2o .mbr-section-subtitle {
  color: #50864e;
  margin-bottom: 35px;
}
.cid-sHH1e4av2o .mb-20 {
  margin-bottom: 50px;
}
.cid-sHH1e4av2o .card_body {
  margin-bottom: 40px;
}
.cid-sHH1e4av2o .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sHH1e4av2o .card_body .list li {
  margin-bottom: 15px;
}
.cid-sHH1e4av2o .card_body .list li:last-child {
  margin-bottom: 0;
}
.cid-sHH1e4av2o .card_body .mbr-iconfont {
  margin-right: 20px;
  color: #78ae76;
  font-size: inherit;
}
.cid-sHH1e4av2o .form_title {
  margin-bottom: 40px;
  margin-left: 15px;
  color: #000000;
}
.cid-sHH1e4av2o .form_wrap {
  padding: 0px 65px;
}
.cid-sHH1e4av2o .form-group {
  margin-bottom: 20px;
}
.cid-sHH1e4av2o .form-control-label {
  margin-bottom: 10px;
  color: #50864e;
  font-weight: 700;
}
.cid-sHH1e4av2o input.form-control {
  height: 30px;
  min-height: 45px;
  padding: 10px 20px !important;
  border-radius: 45px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #97a2ae !important;
  background-color: #ffffff;
}
.cid-sHH1e4av2o select.form-control {
  height: 30px;
  padding: 10px 20px !important;
  border-radius: 45px!important;
  width: 100%;
  box-shadow: none;
  border: 1px solid #e0e5ff !important;
  background-color: #ffffff!important;
  min-height: 48px;
}
.cid-sHH1e4av2o form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sHH1e4av2o form.mbr-form .mbr-section-btn .btn {
  line-height: 31.5px !important;
  width: 100%;
}
.cid-sHH1e4av2o textarea,
.cid-sHH1e4av2o .jqselect {
  border: 1px solid #97a2ae !important;
}
@media (max-width: 991px) {
  .cid-sHH1e4av2o .signup_wrap {
    padding: 50px 0;
  }
  .cid-sHH1e4av2o .form_wrap,
  .cid-sHH1e4av2o .title_block {
    padding: 0px 45px;
  }
  .cid-sHH1e4av2o .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-sHH1e4av2o .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sHH1e4av2o .signup_wrap {
    padding: 15px 30px;
  }
  .cid-sHH1e4av2o .title_block {
    margin: 0;
    margin-bottom: 50px;
    border-right: 0;
  }
  .cid-sHH1e4av2o .form_wrap,
  .cid-sHH1e4av2o .title_block {
    padding: 0;
  }
}
@media (max-width: 567px) {
  .cid-sHH1e4av2o .signup_wrap {
    padding: 0;
    box-shadow: none;
  }
}
.cid-sHH1e4av2o H4 {
  color: #000000;
}
.cid-sHH1e4av2o P {
  color: #212121;
}
.cid-sHH1e4av2o label {
  color: #000000 !important;
}
.cid-sHH3TAr72e {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f5fff5;
}
.cid-sHH3TAr72e .panel-group {
  border: 1px solid #dddfe0;
  border-radius: 5px;
}
.cid-sHH3TAr72e .panel-group .card {
  border-bottom: 1px solid #dddfe0;
  margin-bottom: 0 !important;
}
.cid-sHH3TAr72e .panel-group .card .card-header {
  background-color: #fff;
  margin-bottom: 0;
  border: none;
}
.cid-sHH3TAr72e .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sHH3TAr72e .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #666666;
  width: 100%;
}
.cid-sHH3TAr72e .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 10px !important;
  color: #000000;
  margin-left: 1rem;
}
.cid-sHH3TAr72e .panel-group .card .panel-body {
  padding: .75rem 1.25rem;
}
.cid-sHH3TAr72e .panel-group .card .panel-body .panel-text {
  color: #232323;
}
.cid-sHH3TAr72e .panel-group .card .card-header .panel-title .panel-title-edit {
  color: #243423;
  text-align: center;
}
.cid-sHH3TAr72e .panel-group .card .panel-collapse .panel-body .panel-text {
  text-align: center;
}
.cid-sHH3TAr72e .mbr-section-title {
  color: #000000;
}
.cid-sHI1x3ilUT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHI1x3ilUT .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 2rem;
}
.cid-sHI1x3ilUT .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sHI1x3ilUT .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-sHI1x3ilUT .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-right: 3rem;
}
.cid-sHI1x3ilUT .logo-section img {
  width: auto;
}
.cid-sHI1x3ilUT .icon-transition span {
  color: #ffffff !important;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  font-size: 19px;
  line-height: 3em;
  border-radius: 50%;
  background-color: #78ae76;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.cid-sHI1x3ilUT .icon-transition span:hover {
  background-color: #78ae76;
  color: #fff;
}
.cid-sHI1x3ilUT .mbr-text {
  color: #333333;
  font-size: 16px !important;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .cid-sHI1x3ilUT .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sHI1x3ilUT .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sHI1x3ilUT .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-szVSGlPZ1b .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-szVSGlPZ1b .navbar-fixed-top {
  padding-top: 0;
}
.cid-szVSGlPZ1b .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-szVSGlPZ1b .dropdown-item {
  padding: 0;
  color: black !important;
}
.cid-szVSGlPZ1b .dropdown-item,
.cid-szVSGlPZ1b .nav-link,
.cid-szVSGlPZ1b .brand-link {
  font-style: normal;
}
.cid-szVSGlPZ1b .dropdown-item:hover,
.cid-szVSGlPZ1b .nav-link:hover,
.cid-szVSGlPZ1b .brand-link:hover {
  color: #78ae76 !important;
}
.cid-szVSGlPZ1b .dropdown-menu {
  border: 0px solid lightgray;
  border-radius: 5px;
  background-color: #ffffff !important;
  margin-top: px !important;
}
.cid-szVSGlPZ1b .dropdown-item:active {
  background-color: #ffffff !important;
}
.cid-szVSGlPZ1b .menu-content-top {
  max-width: 1200px;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-szVSGlPZ1b .menu-bottom {
  background: #f7f7f7 !important;
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szVSGlPZ1b .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-szVSGlPZ1b .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-szVSGlPZ1b .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
  font-size: 1.2rem !important;
  color: #0a4f07 !important;
}
.cid-szVSGlPZ1b .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szVSGlPZ1b .content-text {
  margin-bottom: 0;
}
.cid-szVSGlPZ1b .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-szVSGlPZ1b .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #78ae76;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-szVSGlPZ1b .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-szVSGlPZ1b .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-szVSGlPZ1b .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-szVSGlPZ1b .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szVSGlPZ1b .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-szVSGlPZ1b .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-szVSGlPZ1b .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szVSGlPZ1b .nav-dropdown .link {
  font-weight: 400;
}
.cid-szVSGlPZ1b .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-szVSGlPZ1b .content-right-side {
  text-align: center;
}
.cid-szVSGlPZ1b .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-szVSGlPZ1b .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-szVSGlPZ1b .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-szVSGlPZ1b .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-szVSGlPZ1b .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szVSGlPZ1b .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-szVSGlPZ1b .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-szVSGlPZ1b .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-szVSGlPZ1b .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-szVSGlPZ1b .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-szVSGlPZ1b .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-szVSGlPZ1b .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szVSGlPZ1b .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-szVSGlPZ1b .navbar {
    display: block;
    padding: 0;
  }
  .cid-szVSGlPZ1b .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-szVSGlPZ1b .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.2rem - 4.5rem);
  }
  .cid-szVSGlPZ1b .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-szVSGlPZ1b .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-szVSGlPZ1b .navbar-toggler {
    display: none;
  }
  .cid-szVSGlPZ1b .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szVSGlPZ1b .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-szVSGlPZ1b .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szVSGlPZ1b .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-szVSGlPZ1b .menu-logo {
  margin-right: auto;
}
.cid-szVSGlPZ1b .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szVSGlPZ1b .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szVSGlPZ1b .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szVSGlPZ1b .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szVSGlPZ1b .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szVSGlPZ1b .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szVSGlPZ1b .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-szVSGlPZ1b .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-szVSGlPZ1b .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szVSGlPZ1b .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szVSGlPZ1b .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-szVSGlPZ1b .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szVSGlPZ1b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szVSGlPZ1b .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-szVSGlPZ1b .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-szVSGlPZ1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-szVSGlPZ1b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-szVSGlPZ1b .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szVSGlPZ1b .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szVSGlPZ1b .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-szVSGlPZ1b .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-szVSGlPZ1b .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szVSGlPZ1b .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szVSGlPZ1b .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szVSGlPZ1b .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szVSGlPZ1b button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szVSGlPZ1b button.navbar-toggler:focus {
  outline: none;
}
.cid-szVSGlPZ1b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szVSGlPZ1b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szVSGlPZ1b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szVSGlPZ1b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szVSGlPZ1b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szVSGlPZ1b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szVSGlPZ1b nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szVSGlPZ1b nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szVSGlPZ1b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szVSGlPZ1b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szVSGlPZ1b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szVSGlPZ1b .collapsed .btn {
  display: -webkit-flex;
}
.cid-szVSGlPZ1b .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szVSGlPZ1b .collapsed .navbar-collapse.collapsing,
.cid-szVSGlPZ1b .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szVSGlPZ1b .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szVSGlPZ1b .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szVSGlPZ1b .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szVSGlPZ1b .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szVSGlPZ1b .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szVSGlPZ1b .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-szVSGlPZ1b .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szVSGlPZ1b .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-szVSGlPZ1b .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-szVSGlPZ1b .collapsed button.navbar-toggler {
  display: block;
}
.cid-szVSGlPZ1b .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-szVSGlPZ1b .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szVSGlPZ1b .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-szVSGlPZ1b .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szVSGlPZ1b .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szVSGlPZ1b .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;
}
.cid-szVSGlPZ1b .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-szVSGlPZ1b .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szVSGlPZ1b .navbar-collapse.collapsing,
  .cid-szVSGlPZ1b .navbar-collapse.show {
    display: block !important;
  }
  .cid-szVSGlPZ1b .navbar-collapse.collapsing .navbar-nav,
  .cid-szVSGlPZ1b .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szVSGlPZ1b .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szVSGlPZ1b .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szVSGlPZ1b .navbar-collapse.collapsing .navbar-buttons,
  .cid-szVSGlPZ1b .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-szVSGlPZ1b .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szVSGlPZ1b .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szVSGlPZ1b .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-szVSGlPZ1b img {
    height: 3.8rem !important;
  }
  .cid-szVSGlPZ1b .btn {
    display: -webkit-flex;
  }
  .cid-szVSGlPZ1b button.navbar-toggler {
    display: block;
  }
  .cid-szVSGlPZ1b .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-szVSGlPZ1b .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-szVSGlPZ1b .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-szVSGlPZ1b .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szVSGlPZ1b .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szVSGlPZ1b .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;
  }
  .cid-szVSGlPZ1b .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-szVSGlPZ1b .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-szVSGlPZ1b .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-szVSGlPZ1b .nav-link:focus {
  outline: none;
}
.cid-szVSGlPZ1b .navbar-toggler {
  position: relative;
}
.cid-szVSGlPZ1b .dropdown-item.active,
.cid-szVSGlPZ1b .dropdown-item:active {
  color: initial;
}
.cid-szVSGlPZ1b .widget-title,
.cid-szVSGlPZ1b .widget-icon {
  color: #130947;
}
.cid-szVSGlPZ1b .widget-text {
  color: #002625;
}
.cid-szVSGlPZ1b .widget-title {
  color: #002625;
}
