body {
  font-family: EB Garamond;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.6rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 0.96rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.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: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.48rem;
    font-size: calc( 0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #2a4939 !important;
}
.bg-success {
  background-color: #ddd7d0 !important;
}
.bg-info {
  background-color: #7b4a12 !important;
}
.bg-warning {
  background-color: #579a00 !important;
}
.bg-danger {
  background-color: #2a4939 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2a4939 !important;
  border-color: #2a4939 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0e1813 !important;
  border-color: #0e1813 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e1813 !important;
  border-color: #0e1813 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #466d5b !important;
  border-color: #466d5b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #283e34 !important;
  border-color: #283e34 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #283e34 !important;
  border-color: #283e34 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7b4a12 !important;
  border-color: #7b4a12 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #382208 !important;
  border-color: #382208 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #382208 !important;
  border-color: #382208 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ddd7d0 !important;
  border-color: #ddd7d0 !important;
  color: #655849 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #655849 !important;
  background-color: #bdb1a4 !important;
  border-color: #bdb1a4 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #655849 !important;
  background-color: #bdb1a4 !important;
  border-color: #bdb1a4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #579a00 !important;
  border-color: #579a00 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2c4e00 !important;
  border-color: #2c4e00 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2c4e00 !important;
  border-color: #2c4e00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2a4939 !important;
  border-color: #2a4939 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0e1813 !important;
  border-color: #0e1813 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0e1813 !important;
  border-color: #0e1813 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #050806;
  color: #050806;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2a4939;
  border-color: #2a4939;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a4939 !important;
  border-color: #2a4939 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1e2f27;
  color: #1e2f27;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #466d5b;
  border-color: #466d5b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #466d5b !important;
  border-color: #466d5b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #221405;
  color: #221405;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7b4a12;
  border-color: #7b4a12;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7b4a12 !important;
  border-color: #7b4a12 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b2a595;
  color: #b2a595;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #655849;
  background-color: #ddd7d0;
  border-color: #ddd7d0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #655849 !important;
  background-color: #ddd7d0 !important;
  border-color: #ddd7d0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #1d3400;
  color: #1d3400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #579a00;
  border-color: #579a00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #579a00 !important;
  border-color: #579a00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #050806;
  color: #050806;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #2a4939;
  border-color: #2a4939;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2a4939 !important;
  border-color: #2a4939 !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: #2a4939 !important;
}
.text-secondary {
  color: #466d5b !important;
}
.text-success {
  color: #ddd7d0 !important;
}
.text-info {
  color: #7b4a12 !important;
}
.text-warning {
  color: #579a00 !important;
}
.text-danger {
  color: #2a4939 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #050806 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1e2f27 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b2a595 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #221405 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #1d3400 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #050806 !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: #7b4a12;
}
.alert-warning {
  background-color: #579a00;
}
.alert-danger {
  background-color: #2a4939;
}
.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-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2a4939;
  border-color: #2a4939;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2a4939;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #96c3ac;
}
.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: #e08c2c;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9cff1b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #96c3ac;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #2a4939;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2a4939;
  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: #2a4939;
  border-bottom-color: #2a4939;
}
.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: #2a4939 !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: #466d5b !important;
  box-shadow: none !important;
}
.btn-white-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-white-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  transition: all 0.6s ease-in-out;
  top: 0;
  left: -100%;
  z-index: -1;
}
.btn-white-outline:hover {
  background: transparent !important;
  color: #2a4939 !important;
}
.btn-white-outline:hover:before {
  left: 0px;
}
.btn-primary-outline {
  margin: 0.3rem !important;
  padding: 0.2rem 0;
  border: none;
  position: relative;
  z-index: 1;
  color: #2a4939 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:active {
  background: transparent;
  color: #2a4939;
}
.btn-primary-outline:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #2a4939;
  position: absolute;
  transition: all 0.6s ease-in-out;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.btn-primary-outline:hover:before {
  width: 0;
}
.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='%232a4939' %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-uVi6hLy2Pe {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-uVi6hLy2Pe nav.navbar {
  position: fixed;
}
.cid-uVi6hLy2Pe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVi6hLy2Pe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVi6hLy2Pe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVi6hLy2Pe .dropdown-item:hover,
.cid-uVi6hLy2Pe .dropdown-item:focus {
  background: #2a4939 !important;
  color: white !important;
}
.cid-uVi6hLy2Pe .dropdown-item:hover span {
  color: white;
}
.cid-uVi6hLy2Pe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVi6hLy2Pe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVi6hLy2Pe .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-uVi6hLy2Pe .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-uVi6hLy2Pe .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-uVi6hLy2Pe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVi6hLy2Pe .nav-link {
  position: relative;
}
.cid-uVi6hLy2Pe .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uVi6hLy2Pe .container {
    flex-wrap: nowrap;
  }
}
.cid-uVi6hLy2Pe .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVi6hLy2Pe .dropdown-menu,
.cid-uVi6hLy2Pe .navbar.opened {
  background: #3a4c46 !important;
}
.cid-uVi6hLy2Pe .nav-item:focus,
.cid-uVi6hLy2Pe .nav-link:focus {
  outline: none;
}
.cid-uVi6hLy2Pe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVi6hLy2Pe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVi6hLy2Pe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVi6hLy2Pe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVi6hLy2Pe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVi6hLy2Pe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVi6hLy2Pe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-uVi6hLy2Pe .navbar.opened {
  transition: all 0.3s;
}
.cid-uVi6hLy2Pe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVi6hLy2Pe .navbar .navbar-logo img {
  width: auto;
}
.cid-uVi6hLy2Pe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVi6hLy2Pe .navbar.collapsed {
  justify-content: center;
}
.cid-uVi6hLy2Pe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVi6hLy2Pe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVi6hLy2Pe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uVi6hLy2Pe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVi6hLy2Pe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVi6hLy2Pe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVi6hLy2Pe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVi6hLy2Pe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVi6hLy2Pe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVi6hLy2Pe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVi6hLy2Pe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVi6hLy2Pe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVi6hLy2Pe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVi6hLy2Pe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVi6hLy2Pe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVi6hLy2Pe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVi6hLy2Pe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVi6hLy2Pe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVi6hLy2Pe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVi6hLy2Pe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVi6hLy2Pe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVi6hLy2Pe .navbar.navbar-short {
  min-height: 70px;
}
.cid-uVi6hLy2Pe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVi6hLy2Pe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVi6hLy2Pe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-uVi6hLy2Pe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVi6hLy2Pe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVi6hLy2Pe .dropdown-item.active,
.cid-uVi6hLy2Pe .dropdown-item:active {
  background-color: transparent;
}
.cid-uVi6hLy2Pe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVi6hLy2Pe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVi6hLy2Pe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVi6hLy2Pe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a4c46;
}
.cid-uVi6hLy2Pe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVi6hLy2Pe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVi6hLy2Pe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVi6hLy2Pe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVi6hLy2Pe button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-uVi6hLy2Pe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #00524f;
}
.cid-uVi6hLy2Pe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-uVi6hLy2Pe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uVi6hLy2Pe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uVi6hLy2Pe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-uVi6hLy2Pe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVi6hLy2Pe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVi6hLy2Pe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVi6hLy2Pe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVi6hLy2Pe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVi6hLy2Pe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVi6hLy2Pe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVi6hLy2Pe .navbar {
    height: 70px;
  }
  .cid-uVi6hLy2Pe .navbar.opened {
    height: auto;
  }
  .cid-uVi6hLy2Pe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVi6hLy2Pe .navbar-short .container {
  background: rgba(58, 76, 70, 0.9) !important;
}
.cid-uVi6hLy2Pe .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-uVi6hLy2Pe .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-uVi6hLy2Pe .mbr-section-btn .btn-success:hover,
.cid-uVi6hLy2Pe .mbr-section-btn .btn-success:focus,
.cid-uVi6hLy2Pe .mbr-section-btn .btn-success.focus,
.cid-uVi6hLy2Pe .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-uVi6hLy2Pe .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-uVi6hLy2Pe .navbar {
    transition: .3s all !important;
  }
  .cid-uVi6hLy2Pe .container {
    padding: 2%;
  }
  .cid-uVi6hLy2Pe .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-uVi6hLy2Pe .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-uVi6hLy2Pe .navbar.opened {
    background: #3a4c46;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-uVi6hLy2Pe .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-uVi6hLy2Pe .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-uVi6hLy2Pe .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-uVi6hLy2Pe .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-uVi6hLy2Pe .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-uVi6hLy2Pe .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-uVi6hLy2Pe .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-uVi6hLy2Pe .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-uVi6hLy2Pe .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-uVi6hLy2Pe .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-uVi6hLy2Pe .mbr-section-btn {
    text-align: left;
  }
}
.cid-uVhJJ96vQG {
  align-items: flex-end;
  background-image: url("../../../assets/images/background-1-1920x1080.jpg");
}
.cid-uVhJJ96vQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVhJJ96vQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVhJJ96vQG .container {
    padding: 0 30px;
  }
}
.cid-uVhJJ96vQG .card {
  justify-content: center;
}
.cid-uVhJJ96vQG .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uVhJJ96vQG .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVhJJ96vQG .content-wrapper {
    padding: 0;
  }
}
.cid-uVhJJ96vQG .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVhJJ96vQG .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVhJJ96vQG .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVhJJ96vQG .mbr-section-title {
  color: #ffffff;
}
.cid-uVhJJ96vQG .mbr-text {
  color: #ffffff;
}
.cid-uVE4gk7qx3 {
  overflow: hidden;
  background-color: #3a4c46;
}
.cid-uVE4gk7qx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVE4gk7qx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVE4gk7qx3 .container {
    padding: 0 24px;
  }
}
.cid-uVE4gk7qx3 .card {
  justify-content: center;
}
.cid-uVE4gk7qx3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVE4gk7qx3 .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uVE4gk7qx3 .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uVE4gk7qx3 .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #bbbbbb;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-uVE4gk7qx3 .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-uVE4gk7qx3 .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #141414;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVE4gk7qx3 .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #141414;
  }
}
.cid-uVE4gk7qx3 .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #202020;
}
@media (max-width: 992px) {
  .cid-uVE4gk7qx3 .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-uVE4gk7qx3 .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #202020;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uVE4gk7qx3 .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uVE4gk7qx3 .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-uVE4gk7qx3 .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-uVE4gk7qx3 .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uVE4gk7qx3 .text-wrapper {
    margin-top: 80px;
  }
}
.cid-uVE4gk7qx3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVE4gk7qx3 .mbr-section-title {
  color: #cccccc;
  text-align: center;
}
.cid-uVE4gk7qx3 .mbr-text,
.cid-uVE4gk7qx3 .text-wrap {
  color: #202020;
}
.cid-uVE4gk7qx3 .mbr-text {
  color: #f6f6f6;
}
.cid-uVi8VMFcRV {
  background-color: #f1ece7;
}
.cid-uVi8VMFcRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVi8VMFcRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVi8VMFcRV .content-wrap {
  margin: 0;
}
.cid-uVi8VMFcRV .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uVi8VMFcRV .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-uVi8VMFcRV .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uVi8VMFcRV .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVi8VMFcRV .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uVi8VMFcRV .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVi8VMFcRV .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVi8VMFcRV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVi8VMFcRV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uVi8VMFcRV .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVi8VMFcRV .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-uVi8VMFcRV .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #3a4c46;
}
@media (max-width: 1440px) {
  .cid-uVi8VMFcRV .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uVi8VMFcRV .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVi8VMFcRV .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #3a4c46;
    padding-top: 22px;
  }
}
.cid-uVi8VMFcRV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVi8VMFcRV .image-wrapper img {
    height: 350px;
  }
}
.cid-uVi8VMFcRV .mbr-section-title {
  color: #c10b02;
}
.cid-uVi8VMFcRV .mbr-text,
.cid-uVi8VMFcRV .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uVi8VMFcRV .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uVi8VMFcRV .mbr-section-title,
.cid-uVi8VMFcRV .mbr-section-btn {
  text-align: center;
  color: #3a4c46;
}
.cid-uVKB61cdz4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2a4939;
}
.cid-uVKB61cdz4 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVKB61cdz4 .container {
  pointer-events: none;
}
.cid-uVKB61cdz4 .mbr-section-title {
  pointer-events: all;
  font-size: 75px;
  line-height: 95px;
}
.cid-uVKB61cdz4 .animated-element {
  color: #f6f6f6;
  font-size: 75px;
  line-height: 95px;
}
.cid-uVKB61cdz4 .animated-element:after {
  content: ".";
  color: #466d5b;
}
.cid-uVKB61cdz4 .typed-cursor {
  color: #f6f6f6;
  font-size: 75px;
}
.cid-uVKB61cdz4 .mbr-section-title,
.cid-uVKB61cdz4 .animated-element {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .cid-uVKB61cdz4 .mbr-section-title,
  .cid-uVKB61cdz4 .animated-element,
  .cid-uVKB61cdz4 .typed-cursor {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .cid-uVKB61cdz4 .mbr-section-title,
  .cid-uVKB61cdz4 .animated-element,
  .cid-uVKB61cdz4 .typed-cursor {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .cid-uVKB61cdz4 .mbr-section-title,
  .cid-uVKB61cdz4 .animated-element,
  .cid-uVKB61cdz4 .typed-cursor {
    font-size: 60px;
    line-height: 60px;
  }
}
.cid-uVKB61cdz4 .mbr-section-title,
.cid-uVKB61cdz4 .typed-text {
  color: #f6f6f6;
  text-align: center;
}
.cid-uVKB61cdz4 .animation__background .triangle2 {
  position: absolute;
  top: 15%;
  left: 10%;
  animation: scale__one 15s infinite linear;
  width: 80px;
  height: 80px;
}
.cid-uVKB61cdz4 .animation__background .triangle {
  position: absolute;
  bottom: 7%;
  right: 21%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-uVKB61cdz4 .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 10%;
  left: 15%;
  background: #7b4a12;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-uVKB61cdz4 .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 35%;
  right: 10%;
  background: #ddd7d0;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-uVKB61cdz4 .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 15%;
  left: 20%;
  background: #579a00;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-uVKB61cdz4 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #2a4939;
  bottom: 40%;
  left: 43%;
  animation: animationOne 30s infinite linear;
}
.cid-uVKB61cdz4 .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #2a4939;
  bottom: 30%;
  right: 20%;
  animation: animationOne 30s infinite linear;
}
@keyframes scale__one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uVigCNOReF {
  background-color: #fdfcfa;
}
.cid-uVigCNOReF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVigCNOReF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVigCNOReF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVigCNOReF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVigCNOReF .container {
    padding: 0;
  }
}
.cid-uVigCNOReF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVigCNOReF .row {
    margin: 0;
  }
}
.cid-uVigCNOReF .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uVigCNOReF .card {
    padding: 0 16px;
  }
}
.cid-uVigCNOReF .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVigCNOReF .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uVigCNOReF .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-uVigCNOReF .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uVigCNOReF .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uVigCNOReF .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVigCNOReF .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVigCNOReF .card .row.cards .video {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uVigCNOReF .card .row.cards .video {
    padding: 0;
  }
}
.cid-uVigCNOReF .card .row.cards .video .video-block .video-wrapper .app-video-wrapper img {
  height: 310px;
  object-fit: cover;
}
.cid-uVigCNOReF .card .row.cards .video .video-block .video-wrapper .app-video-wrapper::before {
  color: #fdfcfa;
  text-shadow: none;
}
.cid-uVigCNOReF .mbr-section-title {
  color: #3a4c46;
}
.cid-uVigCNOReF .mbr-text {
  color: #3a4c46;
}
.cid-uVE9WdHwiY {
  background-color: #f1ece7;
}
.cid-uVE9WdHwiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVE9WdHwiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVE9WdHwiY .content-wrap {
  margin: 0;
}
.cid-uVE9WdHwiY .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uVE9WdHwiY .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-uVE9WdHwiY .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uVE9WdHwiY .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVE9WdHwiY .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uVE9WdHwiY .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVE9WdHwiY .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVE9WdHwiY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVE9WdHwiY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uVE9WdHwiY .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVE9WdHwiY .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-uVE9WdHwiY .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #3a4c46;
}
@media (max-width: 1440px) {
  .cid-uVE9WdHwiY .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uVE9WdHwiY .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVE9WdHwiY .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #3a4c46;
    padding-top: 22px;
  }
}
.cid-uVE9WdHwiY .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVE9WdHwiY .image-wrapper img {
    height: 350px;
  }
}
.cid-uVE9WdHwiY .mbr-section-title {
  color: #c10b02;
}
.cid-uVE9WdHwiY .mbr-text,
.cid-uVE9WdHwiY .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uVE9WdHwiY .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uVE9WdHwiY .mbr-section-title,
.cid-uVE9WdHwiY .mbr-section-btn {
  text-align: center;
  color: #3a4c46;
}
.cid-uViklP2ijX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uViklP2ijX .image_behind,
.cid-uViklP2ijX .image_ahead {
  display: none;
}
@media (min-width: 992px) {
  .cid-uViklP2ijX .image_behind {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 370px;
    height: 575px;
    transform: translateY(-50%);
  }
  .cid-uViklP2ijX .image_behind img {
    height: 100%;
  }
  .cid-uViklP2ijX .image_wrapper {
    display: inline-block;
  }
  .cid-uViklP2ijX .image_ahead {
    display: block;
    position: absolute;
    right: -80px;
    bottom: -90px;
    z-index: 5;
    width: 160px;
    height: 240px;
  }
  .cid-uViklP2ijX .image_ahead img {
    height: 100%;
  }
  .cid-uViklP2ijX .main_header {
    padding-right: 100px;
  }
}
.cid-uViklP2ijX .mbr-section-title {
  margin-bottom: 18px;
  border-radius: 50%;
  color: #202020;
}
.cid-uViklP2ijX .mbr-text {
  margin-bottom: 33px;
}
.cid-uViklP2ijX .item-img {
  position: relative;
  z-index: 3;
  height: 100%;
}
.cid-uViklP2ijX .item-img:before,
.cid-uViklP2ijX .image_ahead:before {
  content: "";
  position: absolute;
  border: 1px solid #eae8e4;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  pointer-events: none;
  border-radius: 10px;
}
.cid-uViklP2ijX img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uViklP2ijX .image_wrapper {
    margin-bottom: 60px;
  }
}
.cid-uVzf0qHft7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uVzf0qHft7 .image_behind,
.cid-uVzf0qHft7 .image_ahead {
  display: none;
}
@media (min-width: 992px) {
  .cid-uVzf0qHft7 .image_behind {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 370px;
    height: 575px;
    transform: translateY(-50%);
  }
  .cid-uVzf0qHft7 .image_behind img {
    height: 100%;
  }
  .cid-uVzf0qHft7 .image_wrapper {
    display: inline-block;
  }
  .cid-uVzf0qHft7 .image_ahead {
    display: block;
    position: absolute;
    right: -80px;
    bottom: -90px;
    z-index: 5;
    width: 160px;
    height: 240px;
  }
  .cid-uVzf0qHft7 .image_ahead img {
    height: 100%;
  }
  .cid-uVzf0qHft7 .main_header {
    padding-right: 100px;
  }
}
.cid-uVzf0qHft7 .mbr-section-title {
  margin-bottom: 18px;
  border-radius: 50%;
  color: #202020;
}
.cid-uVzf0qHft7 .mbr-text {
  margin-bottom: 33px;
}
.cid-uVzf0qHft7 .item-img {
  position: relative;
  z-index: 3;
  height: 100%;
}
.cid-uVzf0qHft7 .item-img:before,
.cid-uVzf0qHft7 .image_ahead:before {
  content: "";
  position: absolute;
  border: 1px solid #eae8e4;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  pointer-events: none;
  border-radius: 10px;
}
.cid-uVzf0qHft7 img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uVzf0qHft7 .image_wrapper {
    margin-bottom: 60px;
  }
}
.cid-uVib2qTnEg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3a4c46;
}
.cid-uVib2qTnEg .mbr-iconfont2 {
  color: #cccccc;
}
.cid-uVib2qTnEg .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}
.cid-uVib2qTnEg .card-inner {
  background-color: #466d5b;
  transition: 0.7s;
  z-index: 10;
}
.cid-uVib2qTnEg .btn {
  margin-left: 0rem;
  color: #101010 !important;
}
.cid-uVib2qTnEg .row {
  padding-bottom: 8rem;
}
.cid-uVib2qTnEg .link {
  margin: 0;
  color: #cccccc;
}
.cid-uVib2qTnEg .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-uVib2qTnEg .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #3a4c46;
  transition: 0.7s;
}
.cid-uVib2qTnEg .card-img {
  margin-bottom: 3.2rem;
}
.cid-uVib2qTnEg .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uVib2qTnEg .card:hover .card-inner {
  background-color: #466d5b;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-uVib2qTnEg .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uVib2qTnEg .card:hover .card-title {
  color: #ffffff;
}
.cid-uVib2qTnEg .card:hover .card-title:after {
  background: #ffffff;
}
.cid-uVib2qTnEg .card:hover .mbr-text {
  color: #ffffff;
}
.cid-uVib2qTnEg .media-container-row {
  align-items: flex-end;
}
.cid-uVib2qTnEg .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uVib2qTnEg .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-uVib2qTnEg .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uVib2qTnEg .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uVib2qTnEg .card {
    margin-bottom: 2rem;
  }
  .cid-uVib2qTnEg .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVib2qTnEg .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uVib2qTnEg .card {
  position: relative;
}
.cid-uVib2qTnEg .card-3::after {
  content: '';
  background-color: #466d5b;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-uVib2qTnEg .card:first-child .card-inner {
  background-color: #466d5b;
}
.cid-uVib2qTnEg .card:first-child .card-inner .mbr-iconfont1 {
  color: #ffffff;
}
.cid-uVib2qTnEg .card:first-child .card-inner .card-title:after {
  background: #ffffff;
}
.cid-uVib2qTnEg .card:first-child .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}
.cid-uVib2qTnEg .card:first-child .card-inner:hover .card-title:after {
  background: #ffffff;
}
.cid-uVib2qTnEg .btn:hover {
  color: #ffffff !important;
}
.cid-uVib2qTnEg .line-title {
  width: 40px;
  height: 2px;
  background-color: #2a4939;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uVib2qTnEg .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #2a4939;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-uVib2qTnEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVib2qTnEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVib2qTnEg .block-title,
.cid-uVib2qTnEg .mbr-section-title,
.cid-uVib2qTnEg .line,
.cid-uVib2qTnEg .mbr-section-btn {
  color: #cccccc;
}
.cid-uXav70jckW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uXav70jckW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXav70jckW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXav7QRB2z {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uXav7QRB2z img {
  height: 500px;
  object-fit: cover;
}
.cid-uXav7QRB2z .card-img {
  position: relative;
}
.cid-uXav7QRB2z .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uXav7QRB2z .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-uXav7QRB2z .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uVzfVT3zz1 {
  align-items: flex-end;
  background-image: url("../../../assets/images/contato-cafe-600x400.jpg");
}
.cid-uVzfVT3zz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzfVT3zz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVzfVT3zz1 .container {
    padding: 0 30px;
  }
}
.cid-uVzfVT3zz1 .card {
  justify-content: center;
}
.cid-uVzfVT3zz1 .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uVzfVT3zz1 .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVzfVT3zz1 .content-wrapper {
    padding: 0;
  }
}
.cid-uVzfVT3zz1 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVzfVT3zz1 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVzfVT3zz1 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVzfVT3zz1 .mbr-section-title {
  color: #ffffff;
}
.cid-uVzfVT3zz1 .mbr-text {
  color: #ffffff;
}
.cid-uVE6H22rsX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #3a4c46;
}
.cid-uVE6H22rsX .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-uVE6H22rsX .align-right {
    text-align: center;
  }
}
.cid-uVE6H22rsX .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVE6H22rsX .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uVE6H22rsX .foot-menu {
    justify-content: center;
  }
}
.cid-uVE6H22rsX .soc-item {
  background: #cccccc;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-uVE6H22rsX .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uVE6H22rsX .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #2a4939;
}
.cid-uVE6H22rsX .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-uVE6H22rsX .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVE6H22rsX .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-uVE6H22rsX .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-uVE6H22rsX .foot-menu-item {
  color: #ffff;
}
.cid-uVi6hLy2Pe {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-uVi6hLy2Pe nav.navbar {
  position: fixed;
}
.cid-uVi6hLy2Pe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVi6hLy2Pe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVi6hLy2Pe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVi6hLy2Pe .dropdown-item:hover,
.cid-uVi6hLy2Pe .dropdown-item:focus {
  background: #2a4939 !important;
  color: white !important;
}
.cid-uVi6hLy2Pe .dropdown-item:hover span {
  color: white;
}
.cid-uVi6hLy2Pe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVi6hLy2Pe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVi6hLy2Pe .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-uVi6hLy2Pe .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-uVi6hLy2Pe .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-uVi6hLy2Pe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVi6hLy2Pe .nav-link {
  position: relative;
}
.cid-uVi6hLy2Pe .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uVi6hLy2Pe .container {
    flex-wrap: nowrap;
  }
}
.cid-uVi6hLy2Pe .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVi6hLy2Pe .dropdown-menu,
.cid-uVi6hLy2Pe .navbar.opened {
  background: #3a4c46 !important;
}
.cid-uVi6hLy2Pe .nav-item:focus,
.cid-uVi6hLy2Pe .nav-link:focus {
  outline: none;
}
.cid-uVi6hLy2Pe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVi6hLy2Pe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVi6hLy2Pe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVi6hLy2Pe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVi6hLy2Pe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVi6hLy2Pe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVi6hLy2Pe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-uVi6hLy2Pe .navbar.opened {
  transition: all 0.3s;
}
.cid-uVi6hLy2Pe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVi6hLy2Pe .navbar .navbar-logo img {
  width: auto;
}
.cid-uVi6hLy2Pe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVi6hLy2Pe .navbar.collapsed {
  justify-content: center;
}
.cid-uVi6hLy2Pe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVi6hLy2Pe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVi6hLy2Pe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uVi6hLy2Pe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVi6hLy2Pe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVi6hLy2Pe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVi6hLy2Pe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVi6hLy2Pe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVi6hLy2Pe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVi6hLy2Pe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVi6hLy2Pe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVi6hLy2Pe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVi6hLy2Pe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVi6hLy2Pe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVi6hLy2Pe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVi6hLy2Pe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVi6hLy2Pe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVi6hLy2Pe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVi6hLy2Pe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVi6hLy2Pe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVi6hLy2Pe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVi6hLy2Pe .navbar.navbar-short {
  min-height: 70px;
}
.cid-uVi6hLy2Pe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVi6hLy2Pe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVi6hLy2Pe .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-uVi6hLy2Pe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVi6hLy2Pe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVi6hLy2Pe .dropdown-item.active,
.cid-uVi6hLy2Pe .dropdown-item:active {
  background-color: transparent;
}
.cid-uVi6hLy2Pe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVi6hLy2Pe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVi6hLy2Pe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVi6hLy2Pe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a4c46;
}
.cid-uVi6hLy2Pe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVi6hLy2Pe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVi6hLy2Pe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVi6hLy2Pe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVi6hLy2Pe button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-uVi6hLy2Pe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #00524f;
}
.cid-uVi6hLy2Pe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-uVi6hLy2Pe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uVi6hLy2Pe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uVi6hLy2Pe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-uVi6hLy2Pe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVi6hLy2Pe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVi6hLy2Pe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVi6hLy2Pe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVi6hLy2Pe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVi6hLy2Pe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVi6hLy2Pe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVi6hLy2Pe .navbar {
    height: 70px;
  }
  .cid-uVi6hLy2Pe .navbar.opened {
    height: auto;
  }
  .cid-uVi6hLy2Pe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVi6hLy2Pe .navbar-short .container {
  background: rgba(58, 76, 70, 0.9) !important;
}
.cid-uVi6hLy2Pe .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-uVi6hLy2Pe .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-uVi6hLy2Pe .mbr-section-btn .btn-success:hover,
.cid-uVi6hLy2Pe .mbr-section-btn .btn-success:focus,
.cid-uVi6hLy2Pe .mbr-section-btn .btn-success.focus,
.cid-uVi6hLy2Pe .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-uVi6hLy2Pe .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-uVi6hLy2Pe .navbar {
    transition: .3s all !important;
  }
  .cid-uVi6hLy2Pe .container {
    padding: 2%;
  }
  .cid-uVi6hLy2Pe .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-uVi6hLy2Pe .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-uVi6hLy2Pe .navbar.opened {
    background: #3a4c46;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-uVi6hLy2Pe .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-uVi6hLy2Pe .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-uVi6hLy2Pe .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-uVi6hLy2Pe .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-uVi6hLy2Pe .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-uVi6hLy2Pe .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-uVi6hLy2Pe .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-uVi6hLy2Pe .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-uVi6hLy2Pe .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-uVi6hLy2Pe .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-uVi6hLy2Pe .mbr-section-btn {
    text-align: left;
  }
}
.cid-uVK6d9bBwZ {
  align-items: flex-end;
  background-image: url("../../../assets/images/cactus-background-casal-2-1920x1080.jpg");
}
.cid-uVK6d9bBwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVK6d9bBwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVK6d9bBwZ .container {
    padding: 0 30px;
  }
}
.cid-uVK6d9bBwZ .card {
  justify-content: center;
}
.cid-uVK6d9bBwZ .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uVK6d9bBwZ .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVK6d9bBwZ .content-wrapper {
    padding: 0;
  }
}
.cid-uVK6d9bBwZ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVK6d9bBwZ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVK6d9bBwZ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVK6d9bBwZ .mbr-section-title {
  color: #ffffff;
}
.cid-uVK6d9bBwZ .mbr-text {
  color: #ffffff;
}
.cid-uVK4ZqDWY9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #3a4c46;
}
.cid-uVK4ZqDWY9 .image_behind,
.cid-uVK4ZqDWY9 .image_ahead {
  display: none;
}
@media (min-width: 992px) {
  .cid-uVK4ZqDWY9 .image_behind {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 370px;
    height: 575px;
    transform: translateY(-50%);
  }
  .cid-uVK4ZqDWY9 .image_behind img {
    height: 100%;
  }
  .cid-uVK4ZqDWY9 .image_wrapper {
    display: inline-block;
  }
  .cid-uVK4ZqDWY9 .image_ahead {
    display: block;
    position: absolute;
    right: -80px;
    bottom: -90px;
    z-index: 5;
    width: 160px;
    height: 240px;
  }
  .cid-uVK4ZqDWY9 .image_ahead img {
    height: 100%;
  }
  .cid-uVK4ZqDWY9 .main_header {
    padding-right: 100px;
  }
}
.cid-uVK4ZqDWY9 .mbr-section-title {
  margin-bottom: 18px;
  border-radius: 50%;
  color: #c1c1c1;
}
.cid-uVK4ZqDWY9 .mbr-text {
  margin-bottom: 33px;
}
.cid-uVK4ZqDWY9 .item-img {
  position: relative;
  z-index: 3;
  height: 100%;
}
.cid-uVK4ZqDWY9 .item-img:before,
.cid-uVK4ZqDWY9 .image_ahead:before {
  content: "";
  position: absolute;
  border: 1px solid #eae8e4;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  pointer-events: none;
  border-radius: 10px;
}
.cid-uVK4ZqDWY9 img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uVK4ZqDWY9 .image_wrapper {
    margin-bottom: 60px;
  }
}
.cid-uVK4ZqDWY9 .mbr-text,
.cid-uVK4ZqDWY9 .mbr-section-btn {
  color: #f6f6f6;
}
.cid-uVK4ZqDWY9 .mbr-section-subtitle {
  color: #c1c1c1;
}
.cid-uVKb2fYtMK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #3a4c46;
}
.cid-uVKb2fYtMK img {
  height: 500px;
  object-fit: cover;
}
.cid-uVKb2fYtMK .card-img {
  position: relative;
}
.cid-uVKb2fYtMK .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uVKb2fYtMK .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-uVKb2fYtMK .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uVKhfHUCzk {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #3a4c46;
}
.cid-uVKhfHUCzk img {
  height: 500px;
  object-fit: cover;
}
.cid-uVKhfHUCzk .card-img {
  position: relative;
}
.cid-uVKhfHUCzk .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uVKhfHUCzk .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-uVKhfHUCzk .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uVKEfJCBTo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2a4939;
}
.cid-uVKEfJCBTo .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVKEfJCBTo .container {
  pointer-events: none;
}
.cid-uVKEfJCBTo .mbr-section-title {
  pointer-events: all;
  font-size: 75px;
  line-height: 95px;
}
.cid-uVKEfJCBTo .animated-element {
  color: #f6f6f6;
  font-size: 75px;
  line-height: 95px;
}
.cid-uVKEfJCBTo .animated-element:after {
  content: ".";
  color: #466d5b;
}
.cid-uVKEfJCBTo .typed-cursor {
  color: #f6f6f6;
  font-size: 75px;
}
.cid-uVKEfJCBTo .mbr-section-title,
.cid-uVKEfJCBTo .animated-element {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .cid-uVKEfJCBTo .mbr-section-title,
  .cid-uVKEfJCBTo .animated-element,
  .cid-uVKEfJCBTo .typed-cursor {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .cid-uVKEfJCBTo .mbr-section-title,
  .cid-uVKEfJCBTo .animated-element,
  .cid-uVKEfJCBTo .typed-cursor {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .cid-uVKEfJCBTo .mbr-section-title,
  .cid-uVKEfJCBTo .animated-element,
  .cid-uVKEfJCBTo .typed-cursor {
    font-size: 60px;
    line-height: 60px;
  }
}
.cid-uVKEfJCBTo .mbr-section-title,
.cid-uVKEfJCBTo .typed-text {
  color: #f6f6f6;
  text-align: center;
}
.cid-uVKEfJCBTo .animation__background .triangle2 {
  position: absolute;
  top: 15%;
  left: 10%;
  animation: scale__one 15s infinite linear;
  width: 80px;
  height: 80px;
}
.cid-uVKEfJCBTo .animation__background .triangle {
  position: absolute;
  bottom: 7%;
  right: 21%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-uVKEfJCBTo .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 10%;
  left: 15%;
  background: #7b4a12;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-uVKEfJCBTo .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 35%;
  right: 10%;
  background: #ddd7d0;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-uVKEfJCBTo .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 15%;
  left: 20%;
  background: #579a00;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-uVKEfJCBTo .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #2a4939;
  bottom: 40%;
  left: 43%;
  animation: animationOne 30s infinite linear;
}
.cid-uVKEfJCBTo .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #2a4939;
  bottom: 30%;
  right: 20%;
  animation: animationOne 30s infinite linear;
}
@keyframes scale__one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uVKlMQHZw5 {
  align-items: flex-end;
  background-image: url("../../../assets/images/contato-cafe-600x400.jpg");
}
.cid-uVKlMQHZw5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKlMQHZw5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVKlMQHZw5 .container {
    padding: 0 30px;
  }
}
.cid-uVKlMQHZw5 .card {
  justify-content: center;
}
.cid-uVKlMQHZw5 .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uVKlMQHZw5 .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVKlMQHZw5 .content-wrapper {
    padding: 0;
  }
}
.cid-uVKlMQHZw5 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVKlMQHZw5 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVKlMQHZw5 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVKlMQHZw5 .mbr-section-title {
  color: #ffffff;
}
.cid-uVKlMQHZw5 .mbr-text {
  color: #ffffff;
}
.cid-uVE6H22rsX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #3a4c46;
}
.cid-uVE6H22rsX .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-uVE6H22rsX .align-right {
    text-align: center;
  }
}
.cid-uVE6H22rsX .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVE6H22rsX .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uVE6H22rsX .foot-menu {
    justify-content: center;
  }
}
.cid-uVE6H22rsX .soc-item {
  background: #cccccc;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-uVE6H22rsX .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uVE6H22rsX .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #2a4939;
}
.cid-uVE6H22rsX .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-uVE6H22rsX .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVE6H22rsX .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-uVE6H22rsX .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-uVE6H22rsX .foot-menu-item {
  color: #ffff;
}
.cid-uVKL3B4fXG {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-uVKL3B4fXG nav.navbar {
  position: fixed;
}
.cid-uVKL3B4fXG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKL3B4fXG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVKL3B4fXG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVKL3B4fXG .dropdown-item:hover,
.cid-uVKL3B4fXG .dropdown-item:focus {
  background: #2a4939 !important;
  color: white !important;
}
.cid-uVKL3B4fXG .dropdown-item:hover span {
  color: white;
}
.cid-uVKL3B4fXG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVKL3B4fXG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVKL3B4fXG .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-uVKL3B4fXG .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-uVKL3B4fXG .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-uVKL3B4fXG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVKL3B4fXG .nav-link {
  position: relative;
}
.cid-uVKL3B4fXG .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uVKL3B4fXG .container {
    flex-wrap: nowrap;
  }
}
.cid-uVKL3B4fXG .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVKL3B4fXG .dropdown-menu,
.cid-uVKL3B4fXG .navbar.opened {
  background: #3a4c46 !important;
}
.cid-uVKL3B4fXG .nav-item:focus,
.cid-uVKL3B4fXG .nav-link:focus {
  outline: none;
}
.cid-uVKL3B4fXG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVKL3B4fXG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVKL3B4fXG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVKL3B4fXG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVKL3B4fXG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVKL3B4fXG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVKL3B4fXG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-uVKL3B4fXG .navbar.opened {
  transition: all 0.3s;
}
.cid-uVKL3B4fXG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVKL3B4fXG .navbar .navbar-logo img {
  width: auto;
}
.cid-uVKL3B4fXG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVKL3B4fXG .navbar.collapsed {
  justify-content: center;
}
.cid-uVKL3B4fXG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVKL3B4fXG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVKL3B4fXG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uVKL3B4fXG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVKL3B4fXG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVKL3B4fXG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVKL3B4fXG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVKL3B4fXG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVKL3B4fXG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVKL3B4fXG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVKL3B4fXG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVKL3B4fXG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVKL3B4fXG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVKL3B4fXG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVKL3B4fXG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVKL3B4fXG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVKL3B4fXG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVKL3B4fXG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVKL3B4fXG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVKL3B4fXG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVKL3B4fXG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uVKL3B4fXG .navbar.navbar-short {
  min-height: 70px;
}
.cid-uVKL3B4fXG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVKL3B4fXG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVKL3B4fXG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-uVKL3B4fXG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVKL3B4fXG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVKL3B4fXG .dropdown-item.active,
.cid-uVKL3B4fXG .dropdown-item:active {
  background-color: transparent;
}
.cid-uVKL3B4fXG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVKL3B4fXG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVKL3B4fXG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVKL3B4fXG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3a4c46;
}
.cid-uVKL3B4fXG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVKL3B4fXG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVKL3B4fXG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVKL3B4fXG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVKL3B4fXG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-uVKL3B4fXG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #00524f;
}
.cid-uVKL3B4fXG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-uVKL3B4fXG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uVKL3B4fXG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uVKL3B4fXG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-uVKL3B4fXG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKL3B4fXG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVKL3B4fXG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVKL3B4fXG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVKL3B4fXG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVKL3B4fXG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVKL3B4fXG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVKL3B4fXG .navbar {
    height: 70px;
  }
  .cid-uVKL3B4fXG .navbar.opened {
    height: auto;
  }
  .cid-uVKL3B4fXG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVKL3B4fXG .navbar-short .container {
  background: rgba(58, 76, 70, 0.9) !important;
}
.cid-uVKL3B4fXG .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-uVKL3B4fXG .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-uVKL3B4fXG .mbr-section-btn .btn-success:hover,
.cid-uVKL3B4fXG .mbr-section-btn .btn-success:focus,
.cid-uVKL3B4fXG .mbr-section-btn .btn-success.focus,
.cid-uVKL3B4fXG .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-uVKL3B4fXG .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-uVKL3B4fXG .navbar {
    transition: .3s all !important;
  }
  .cid-uVKL3B4fXG .container {
    padding: 2%;
  }
  .cid-uVKL3B4fXG .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-uVKL3B4fXG .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-uVKL3B4fXG .navbar.opened {
    background: #3a4c46;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-uVKL3B4fXG .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-uVKL3B4fXG .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-uVKL3B4fXG .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-uVKL3B4fXG .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-uVKL3B4fXG .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-uVKL3B4fXG .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-uVKL3B4fXG .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-uVKL3B4fXG .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-uVKL3B4fXG .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-uVKL3B4fXG .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-uVKL3B4fXG .mbr-section-btn {
    text-align: left;
  }
}
.cid-uVKL3BrOU2 {
  align-items: flex-end;
  background-image: url("../../../assets/images/reels-1193x671.jpg");
}
.cid-uVKL3BrOU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKL3BrOU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVKL3BrOU2 .container {
    padding: 0 30px;
  }
}
.cid-uVKL3BrOU2 .card {
  justify-content: center;
}
.cid-uVKL3BrOU2 .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uVKL3BrOU2 .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVKL3BrOU2 .content-wrapper {
    padding: 0;
  }
}
.cid-uVKL3BrOU2 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVKL3BrOU2 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVKL3BrOU2 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVKL3BrOU2 .mbr-section-title {
  color: #ffffff;
}
.cid-uVKL3BrOU2 .mbr-text {
  color: #ffffff;
}
.cid-uVKMUnXikG {
  background-color: #f1ece7;
}
.cid-uVKMUnXikG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKMUnXikG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKMUnXikG .content-wrap {
  margin: 0;
}
.cid-uVKMUnXikG .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uVKMUnXikG .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-uVKMUnXikG .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uVKMUnXikG .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVKMUnXikG .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uVKMUnXikG .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVKMUnXikG .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVKMUnXikG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVKMUnXikG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uVKMUnXikG .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVKMUnXikG .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-uVKMUnXikG .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #3a4c46;
}
@media (max-width: 1440px) {
  .cid-uVKMUnXikG .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uVKMUnXikG .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVKMUnXikG .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #3a4c46;
    padding-top: 22px;
  }
}
.cid-uVKMUnXikG .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVKMUnXikG .image-wrapper img {
    height: 350px;
  }
}
.cid-uVKMUnXikG .mbr-section-title {
  color: #c10b02;
}
.cid-uVKMUnXikG .mbr-text,
.cid-uVKMUnXikG .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uVKMUnXikG .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uVKMUnXikG .mbr-section-title,
.cid-uVKMUnXikG .mbr-section-btn {
  text-align: center;
  color: #3a4c46;
}
.cid-uWdn2hXjrW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #3a4c46;
}
.cid-uWdn2hXjrW .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uWdn2hXjrW .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uWdn2hXjrW .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uWdn2hXjrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdn2hXjrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdn2hXjrW .card-title {
  color: #cccccc;
}
.cid-uWdn2hXjrW .mbr-text,
.cid-uWdn2hXjrW .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
.cid-uVKL3Cut7S {
  background-color: #f1ece7;
}
.cid-uVKL3Cut7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKL3Cut7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKL3Cut7S .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVKL3Cut7S .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVKL3Cut7S .container {
    padding: 0;
  }
}
.cid-uVKL3Cut7S .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVKL3Cut7S .row {
    margin: 0;
  }
}
.cid-uVKL3Cut7S .card {
  border-radius: 0;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uVKL3Cut7S .card {
    padding: 0 16px;
  }
}
.cid-uVKL3Cut7S .card .row.cards {
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVKL3Cut7S .card .row.cards {
    padding-bottom: 30px;
  }
}
.cid-uVKL3Cut7S .card .row.cards .border-wrap {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #263652;
  bottom: 0;
  left: 0;
}
.cid-uVKL3Cut7S .card .row.cards .text {
  padding: 0 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uVKL3Cut7S .card .row.cards .text {
    padding: 0;
    margin-bottom: 30px;
  }
}
.cid-uVKL3Cut7S .card .row.cards .text .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uVKL3Cut7S .card .row.cards .text .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVKL3Cut7S .card .row.cards .video {
  padding: 0 0 0 25px;
}
@media (max-width: 992px) {
  .cid-uVKL3Cut7S .card .row.cards .video {
    padding: 0;
  }
}
.cid-uVKL3Cut7S .card .row.cards .video .video-block .video-wrapper .app-video-wrapper img {
  height: 310px;
  object-fit: cover;
}
.cid-uVKL3Cut7S .card .row.cards .video .video-block .video-wrapper .app-video-wrapper::before {
  color: #fdfcfa;
  text-shadow: none;
}
.cid-uVKL3Cut7S .mbr-section-title {
  color: #3a4c46;
}
.cid-uVKL3Cut7S .mbr-text {
  color: #3a4c46;
}
.cid-uWdq6q2p7p {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #3a4c46;
}
.cid-uWdq6q2p7p .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uWdq6q2p7p .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uWdq6q2p7p .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uWdq6q2p7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdq6q2p7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdq6q2p7p .card-title {
  color: #cccccc;
}
.cid-uWdq6q2p7p .mbr-text,
.cid-uWdq6q2p7p .mbr-section-btn {
  color: #cccccc;
}
.cid-uWdriJbl1t {
  background-color: #f1ece7;
}
.cid-uWdriJbl1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdriJbl1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdriJbl1t .content-wrap {
  margin: 0;
}
.cid-uWdriJbl1t .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uWdriJbl1t .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-uWdriJbl1t .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uWdriJbl1t .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uWdriJbl1t .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uWdriJbl1t .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWdriJbl1t .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWdriJbl1t .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWdriJbl1t .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uWdriJbl1t .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWdriJbl1t .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-uWdriJbl1t .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #3a4c46;
}
@media (max-width: 1440px) {
  .cid-uWdriJbl1t .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uWdriJbl1t .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uWdriJbl1t .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #3a4c46;
    padding-top: 22px;
  }
}
.cid-uWdriJbl1t .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWdriJbl1t .image-wrapper img {
    height: 350px;
  }
}
.cid-uWdriJbl1t .mbr-section-title {
  color: #c10b02;
}
.cid-uWdriJbl1t .mbr-text,
.cid-uWdriJbl1t .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uWdriJbl1t .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uWdriJbl1t .mbr-section-title,
.cid-uWdriJbl1t .mbr-section-btn {
  text-align: center;
  color: #3a4c46;
}
.cid-uWdsTr32Z3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWdsTr32Z3 img {
  height: 500px;
  object-fit: cover;
}
.cid-uWdsTr32Z3 .card-img {
  position: relative;
}
.cid-uWdsTr32Z3 .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uWdsTr32Z3 .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-uWdsTr32Z3 .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uWdtOy624w {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWdtOy624w img {
  height: 500px;
  object-fit: cover;
}
.cid-uWdtOy624w .card-img {
  position: relative;
}
.cid-uWdtOy624w .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uWdtOy624w .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-uWdtOy624w .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uWdvhdvgML {
  background-color: #f1ece7;
}
.cid-uWdvhdvgML .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdvhdvgML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdvhdvgML .content-wrap {
  margin: 0;
}
.cid-uWdvhdvgML .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uWdvhdvgML .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-uWdvhdvgML .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uWdvhdvgML .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uWdvhdvgML .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uWdvhdvgML .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWdvhdvgML .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWdvhdvgML .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWdvhdvgML .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uWdvhdvgML .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWdvhdvgML .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-uWdvhdvgML .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #3a4c46;
}
@media (max-width: 1440px) {
  .cid-uWdvhdvgML .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uWdvhdvgML .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uWdvhdvgML .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #3a4c46;
    padding-top: 22px;
  }
}
.cid-uWdvhdvgML .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWdvhdvgML .image-wrapper img {
    height: 350px;
  }
}
.cid-uWdvhdvgML .mbr-section-title {
  color: #c10b02;
}
.cid-uWdvhdvgML .mbr-text,
.cid-uWdvhdvgML .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uWdvhdvgML .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uWdvhdvgML .mbr-section-title,
.cid-uWdvhdvgML .mbr-section-btn {
  text-align: center;
  color: #3a4c46;
}
.cid-uWdx8eCpJB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWdx8eCpJB img {
  height: 500px;
  object-fit: cover;
}
.cid-uWdx8eCpJB .card-img {
  position: relative;
}
.cid-uWdx8eCpJB .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uWdx8eCpJB .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-uWdx8eCpJB .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uWdx8S30ci {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWdx8S30ci img {
  height: 500px;
  object-fit: cover;
}
.cid-uWdx8S30ci .card-img {
  position: relative;
}
.cid-uWdx8S30ci .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uWdx8S30ci .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-uWdx8S30ci .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uWdBBacbmI {
  background-color: #f1ece7;
}
.cid-uWdBBacbmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdBBacbmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdBBacbmI .content-wrap {
  margin: 0;
}
.cid-uWdBBacbmI .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uWdBBacbmI .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-uWdBBacbmI .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uWdBBacbmI .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uWdBBacbmI .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uWdBBacbmI .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWdBBacbmI .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWdBBacbmI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWdBBacbmI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uWdBBacbmI .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWdBBacbmI .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-uWdBBacbmI .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #3a4c46;
}
@media (max-width: 1440px) {
  .cid-uWdBBacbmI .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uWdBBacbmI .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uWdBBacbmI .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #3a4c46;
    padding-top: 22px;
  }
}
.cid-uWdBBacbmI .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWdBBacbmI .image-wrapper img {
    height: 350px;
  }
}
.cid-uWdBBacbmI .mbr-section-title {
  color: #c10b02;
}
.cid-uWdBBacbmI .mbr-text,
.cid-uWdBBacbmI .text-wrapper {
  color: #4b4949;
  text-align: left;
}
.cid-uWdBBacbmI .mbr-desc {
  color: #4b4949;
  text-align: center;
}
.cid-uWdBBacbmI .mbr-section-title,
.cid-uWdBBacbmI .mbr-section-btn {
  text-align: center;
  color: #3a4c46;
}
.cid-uVKL3DIi2r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3a4c46;
}
.cid-uVKL3DIi2r .mbr-iconfont2 {
  color: #cccccc;
}
.cid-uVKL3DIi2r .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}
.cid-uVKL3DIi2r .card-inner {
  background-color: #466d5b;
  transition: 0.7s;
  z-index: 10;
}
.cid-uVKL3DIi2r .btn {
  margin-left: 0rem;
  color: #101010 !important;
}
.cid-uVKL3DIi2r .row {
  padding-bottom: 8rem;
}
.cid-uVKL3DIi2r .link {
  margin: 0;
  color: #cccccc;
}
.cid-uVKL3DIi2r .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-uVKL3DIi2r .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #3a4c46;
  transition: 0.7s;
}
.cid-uVKL3DIi2r .card-img {
  margin-bottom: 3.2rem;
}
.cid-uVKL3DIi2r .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uVKL3DIi2r .card:hover .card-inner {
  background-color: #466d5b;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-uVKL3DIi2r .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uVKL3DIi2r .card:hover .card-title {
  color: #ffffff;
}
.cid-uVKL3DIi2r .card:hover .card-title:after {
  background: #ffffff;
}
.cid-uVKL3DIi2r .card:hover .mbr-text {
  color: #ffffff;
}
.cid-uVKL3DIi2r .media-container-row {
  align-items: flex-end;
}
.cid-uVKL3DIi2r .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uVKL3DIi2r .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-uVKL3DIi2r .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uVKL3DIi2r .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uVKL3DIi2r .card {
    margin-bottom: 2rem;
  }
  .cid-uVKL3DIi2r .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVKL3DIi2r .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uVKL3DIi2r .card {
  position: relative;
}
.cid-uVKL3DIi2r .card-3::after {
  content: '';
  background-color: #466d5b;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-uVKL3DIi2r .card:first-child .card-inner {
  background-color: #466d5b;
}
.cid-uVKL3DIi2r .card:first-child .card-inner .mbr-iconfont1 {
  color: #ffffff;
}
.cid-uVKL3DIi2r .card:first-child .card-inner .card-title:after {
  background: #ffffff;
}
.cid-uVKL3DIi2r .card:first-child .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}
.cid-uVKL3DIi2r .card:first-child .card-inner:hover .card-title:after {
  background: #ffffff;
}
.cid-uVKL3DIi2r .btn:hover {
  color: #ffffff !important;
}
.cid-uVKL3DIi2r .line-title {
  width: 40px;
  height: 2px;
  background-color: #2a4939;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uVKL3DIi2r .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #2a4939;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-uVKL3DIi2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKL3DIi2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKL3DIi2r .block-title,
.cid-uVKL3DIi2r .mbr-section-title,
.cid-uVKL3DIi2r .line,
.cid-uVKL3DIi2r .mbr-section-btn {
  color: #cccccc;
}
.cid-uWdDdBMqoR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #3a4c46;
}
.cid-uWdDdBMqoR .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uWdDdBMqoR .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uWdDdBMqoR .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uWdDdBMqoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdDdBMqoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWdDdBMqoR .card-title {
  color: #cccccc;
}
.cid-uWdDdBMqoR .mbr-text,
.cid-uWdDdBMqoR .mbr-section-btn {
  color: #cccccc;
}
.cid-uWBgigzReH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWBgigzReH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWBgigzReH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWBfttrFXF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWBfttrFXF img {
  height: 500px;
  object-fit: cover;
}
.cid-uWBfttrFXF .card-img {
  position: relative;
}
.cid-uWBfttrFXF .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uWBfttrFXF .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-uWBfttrFXF .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uWdE4qZuEz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f1ece7;
}
.cid-uWdE4qZuEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWdE4qZuEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKL3E7ymg {
  align-items: flex-end;
  background-image: url("../../../assets/images/contato-cafe-600x400.jpg");
}
.cid-uVKL3E7ymg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKL3E7ymg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVKL3E7ymg .container {
    padding: 0 30px;
  }
}
.cid-uVKL3E7ymg .card {
  justify-content: center;
}
.cid-uVKL3E7ymg .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uVKL3E7ymg .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVKL3E7ymg .content-wrapper {
    padding: 0;
  }
}
.cid-uVKL3E7ymg .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVKL3E7ymg .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVKL3E7ymg .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVKL3E7ymg .mbr-section-title {
  color: #ffffff;
}
.cid-uVKL3E7ymg .mbr-text {
  color: #ffffff;
}
.cid-uVKL3Eq6iN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #3a4c46;
}
.cid-uVKL3Eq6iN .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-uVKL3Eq6iN .align-right {
    text-align: center;
  }
}
.cid-uVKL3Eq6iN .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVKL3Eq6iN .foot-menu li {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uVKL3Eq6iN .foot-menu {
    justify-content: center;
  }
}
.cid-uVKL3Eq6iN .soc-item {
  background: #cccccc;
  border-radius: 50%;
  display: block;
  justify-content: center;
  align-items: center;
}
.cid-uVKL3Eq6iN .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uVKL3Eq6iN .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #2a4939;
}
.cid-uVKL3Eq6iN .social-list .soc-item {
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-uVKL3Eq6iN .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVKL3Eq6iN .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-uVKL3Eq6iN .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-uVKL3Eq6iN .foot-menu-item {
  color: #ffff;
}
